/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 49:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .section--flush { padding: 0; }
  .vertical-breather { padding-top: 30px; padding-bottom: 30px; }
  .container { max-width: 1200px; margin: 0 auto; padding: 0 9px; }
  .text-container { color: var(--text-color); }
  .heading { margin: 0 0 15px; }
  .h2 { font-size: 2em; }
  .heading--small { font-size: 1.5em; }
  .button--primary { background-color: var(--text-color); color: var(--section-background); border: none; padding: 10px 20px; text-transform: uppercase; }
  .button--primary:hover { background-color: var(--section-background); color: var(--text-color); }
  .hp-coll-list a.button.button--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 328px;
    height: 50px;
    background-color: #7EC141;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-family: Bebas Neue;
    padding: 10px !important;
        font-weight: 400;
}
  @media(max-width:749px){
    .hp-coll-list .list-collections__item.hide-mobile-device-coll {
    display: none;
}
    .hp-coll-list .list-collections__item-list {
        grid-template-columns: 1fr 1fr;
    }
    .hp-coll-list .list-collections__item-list .list-collections__item.show-mobile-coll.coll-list-in-2{
      order:1
    }
  }
</style>