/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 42:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    /* ——— MOBILE: swipeable single-row ——— */
    .js-collection-v3 {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin-left: -1rem;  /* neutralize any container gutters */
      margin-right: -1rem;
      padding-left: 1rem;
    }
    .js-collection-v3 .col-item {
      flex: 0 0 auto;
      width: 80%;          /* show ~1 item at a time */
      margin-right: 1rem;  /* spacing between items */
    }

    /* ——— DESKTOP: standard 3-column grid ——— */
    @media (min-width: 992px) {
      .js-collection-v3 {
        display: flex;
        flex-wrap: wrap;
        overflow: visible;
        margin: 0;
        padding: 0;
      }
      .js-collection-v3 .col-item {
        flex: 0 0 33.3333%;
        width: 33.3333%;
        margin: 0;
      }
    }
  </style>