/** Shopify CDN: Minification failed

Line 45:46 Unexpected "{"
Line 45:55 Expected ":"
Line 45:87 Unexpected "{"
Line 46:20 Expected identifier but found whitespace
Line 46:22 Unexpected "{"
Line 46:31 Expected ":"
Line 46:64 Expected ":"
Line 48:49 Unexpected "{"
Line 48:58 Expected ":"
Line 48:93 Unexpected "{"
... and 18 more hidden warnings

**/
    .more-in-collection__grid {
      position: relative;
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc((100% - 20px) / 5);
      gap: 5px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
    
    
    @media screen and (min-width: 1400px) {
      .more-in-collection__grid {
        grid-auto-columns: calc((100% - 10px) / 5);
      }
    }
    @media screen and (min-width: 990px) and (max-width: 1399px) {
      .more-in-collection__grid {
        grid-auto-columns: calc((100% - 10px) / 4);
      }
    }
    @media screen and (max-width: 989px) {
      .more-in-collection__grid {
        grid-auto-columns: calc((100% - 10px) / 3);
      }
      .more-in-collection {
        padding-bottom: 4rem ;
      }
      .more-in-collection.mobile-padding-top-{{ section.settings.mobile_padding_top }} {
        padding-top: {{ section.settings.mobile_padding_top }}px !important;
      }
      .more-in-collection.mobile-padding-bottom-{{ section.settings.mobile_padding_bottom }} {
        padding-bottom: {{ section.settings.mobile_padding_bottom }}px !important;
      }
    }
    @media screen and (max-width: 768px) {
      .more-in-collection__grid {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, auto);
      }
    }
    @media screen and (max-width: 376px) {
      .more-in-collection__grid {
        grid-auto-flow: row;
        grid-template-columns: repeat(1, auto);
      }
    }

    .recommended-products__wrapper {
      position: relative;
    }

    [data-store-original-price-value] {
      color: #999;
      font-weight: 400;
      text-decoration: line-through;
      font-size: 14px;
    }
    
    @media screen and (min-width: 1400px) {
      .more-in-collection__grid {
        grid-auto-columns: calc((100% - 10px) / 5);
      }
    }
    @media screen and (min-width: 990px) and (max-width: 1399px) {
      .more-in-collection__grid {
        grid-auto-columns: calc((100% - 10px) / 4);
      }
    }
    @media screen and (max-width: 989px) {
      .more-in-collection__grid {
        grid-auto-columns: calc((100% - 10px) / 3);
      }
      .more-in-collection {
        padding-bottom: 4rem ;
      }
      .more-in-collection.mobile-padding-top-{{ section.settings.mobile_padding_top }} {
        padding-top: {{ section.settings.mobile_padding_top }}px !important;
      }
      .more-in-collection.mobile-padding-bottom-{{ section.settings.mobile_padding_bottom }} {
        padding-bottom: {{ section.settings.mobile_padding_bottom }}px !important;
      }
    }
    @media screen and (max-width: 768px) {
      .more-in-collection__grid {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, auto);
      }
    }
    @media screen and (max-width: 376px) {
      .more-in-collection__grid {
        grid-auto-flow: row;
        grid-template-columns: repeat(1, auto);
      }
    }
    
    .recommended-products__wrapper.more-in-collection__grid {
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        scrollbar-color: #35454E #d9d9d9;
        padding-bottom: 40px;
    }

    .recommended-products__wrapper.more-in-collection__grid::-webkit-scrollbar {
        height: 2px;
        background: #d9d9d9;
        border-radius: 10px;
    }
    .recommended-products__wrapper.more-in-collection__grid::-webkit-scrollbar-thumb {
        background: #35454E;
        border-radius: 10px;
        height: 4px;
    }
    .recommended-products__wrapper.more-in-collection__grid::-webkit-scrollbar-thumb:hover {
        background: #35454E;
    }
    .recommended-products__wrapper.more-in-collection__grid::-webkit-scrollbar-corner {
        background: #d9d9d9;
    }
    .recommended-products__wrapper.more-in-collection__grid::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 4px;
        height: 4px;
    }

common-swiper .swiper-slide {
    height: unset;
}