/** Shopify CDN: Minification failed

Line 28:54 Unexpected "{"

**/
.shopify-section .swiper-wrapper {
    display: flex;
}

.shopify-section .swiper-wrapper .grid-item__meta {
    text-align: center;
}

.shopify-section .swiper-wrapper .grid-item__meta .grid-product__colors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 25px;
    margin: 0 0 5px -4px;
}

.shopify-section .swiper-wrapper .grid-product__colors .color-swatch {
    width: 12px;
    height: 12px;
    border: none;
}

.shopify-section .swiper-wrapper .color-swatch__more, {
    font-family: Inter, sans-serif;
}

.shopify-section .swiper-wrapper .color-swatch__more {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    color: #989898;
}

.shopify-section .swiper-button-next,
.shopify-section .swiper-button-prev {
  fill: #202020;
  padding: 10px;
  width: 50px;
}

.shopify-section .featured-collection-list .swiper-button-next,
.shopify-section .featured-collection-list .swiper-button-prev  {
  fill: #FFF;
}

.shopify-section .swiper-button-prev:after,
.shopify-section .swiper-button-next:after {
    content: "";
}

.shopify-section .section-header--with-link {
    flex-direction: column;
}

.shopify-section .swiper-pagination {
    display: flex;
    position: relative;
    margin-top: 20px;
    justify-content: space-evenly;
}

.shopify-section .swiper-pagination-bullet {
    background: #808080;
    margin: 0;
    height: 4px;
    width: inherit;
    border-radius: 0;
}

.shopify-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.shopify-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 0;
}

.shopify-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #202020;
}

@media only screen and (max-width: 768px) {
    .shopify-section .swiper-button-next,
    .shopify-section .swiper-button-prev {
        display: none;
    }
}