/** Shopify CDN: Minification failed

Line 54:2 Unexpected "}"
Line 143:0 Unexpected "}"

**/
.product_collection {
  background: var(--color-background) var(--gradient-background) no-repeat 100% 100%;
}
@media screen and (max-width: 767px) {
  .product_collection .container:not(:first-child) {
    padding-inline-end: 0;
  }
}
.product_collection h3 {
  color: var(--color-text);
}
.product_collection__arrows {
  display: flex;
}
.product_collection [main-slider] {
  transition: 0.5s ease all;
}
.product_collection .animate-slider-hidden {
  opacity: 0;
  transform: translateY(2rem);
}
.product_collection .img_placeholder {
  inset: 0;
  position: absolute;
}
.product_collection .img_placeholder .product-card-item__img {
  position: absolute;
  inset: 0;
}
.product_collection .container-with-backgroundColor {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .product_collection .container-with-backgroundColor {
    padding: 15px;
  }
}
.product_collection .swiper {
  transition: opacity 0.1s;
}
@media screen and (max-width: 767px) {
  .product_collection .swiper {
    margin-left: -15px;
    padding-left: 15px;
  }
}

  }
}
.product_collection .swiper-tabs-wrapper {
  display: grid;
  grid: auto/auto-flow max-content;
  gap: 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-right: 20px;
  margin-bottom: 10px;
}
.product_collection .swiper-tabs-wrapper::-webkit-scrollbar {
  width: 0;
}
@media screen and (max-width: 767px) {
  .product_collection .swiper-tabs-wrapper {
    padding-bottom: 10px;
  }
  .product_collection .swiper-tabs-wrapper::-webkit-scrollbar {
    height: 2px;
    width: 2px;
  }
  .product_collection .swiper-tabs-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
.product_collection .swiper-tab {
  scroll-snap-align: start;
  font-weight: var(--font-header-weight) !important;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  border: none;
  background: none;
}
.product_collection .swiper-tab::after {
  position: absolute;
  content: "";
  bottom: -2px;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: var(--color-text);
  transition: all 0.4s;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
}
.product_collection .swiper-tab.active, .product_collection .swiper-tab:hover {
  opacity: 1;
  transform: scaleX(1);
}
.product_collection .swiper-tab.active::after, .product_collection .swiper-tab:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.product_collection .featured-collection-grid {
  display: none;
}
.product_collection .featured-collection-grid.active {
  display: block;
}

.no-js .product_collection .js-element {
  display: block !important;
}
.no-js .product_collection .js-element .swiper-container {
  visibility: visible;
  opacity: 1;
}
.no-js .product_collection .js-element .swiper-container .swiper-wrapper {
  overflow-x: scroll;
}
.no-js .product_collection .js-element .swiper-container .swiper-slide {
  margin-right: 20px;
  max-width: 307px;
  width: 40%;
}


  [dir="rtl"] .product_collection .swiper {
    margin-right: 0 !important;
    margin-left: -15px !important;
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
[dir="rtl"] .product_collection .swiper-container {
  direction: ltr;
}

[dir="rtl"] .product_collection .swiper-container .swiper-wrapper {
  direction: rtl;
}
.product_collection .swiper-container .swiper-slide:last-child {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.section-template--19789481771091__featured_collection_hmVwYt .section-heading h2 {
  font-size: 10px !important;
}




