/** Shopify CDN: Minification failed

Line 266:0 Expected "}" to go with "{"

**/
card-product-slider,
recently-viewed-products,
complementary-products {
  display: block;
}

html .card-product-slider {
  overflow: visible;
  /*padding: 0 10px;*/
}

.section__head-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.section__head-left {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.section__button_products-feed {
  margin-top: 0;
}

.button--products-feed {
  font-family: 'Aktiv Grotesk', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  background: none !important;
  border: none;
  padding: 0;
  color: #470B0E;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}

.button--products-feed:hover {
  color: rgba(71, 11, 14, 0.7);
  background: none !important;
}

.section__description_products-feed {
  color: rgba(43, 40, 40, 0.42);
  font-weight: 500;
  font-family: 'Aktiv Grotesk';
  font-size: 12px;
  width: 35rem;
  text-align: end;
  line-height: 15px;
  margin: 0;
}

.card-product-slider__variant-2 {
    width: calc(100% - var(--page-gutter));
    margin-left: var(--page-gutter);
}

.card-product-slider__buttons {
  position: static;
  padding: 0;
  transform: none;
  justify-content: flex-end;
}

.section__title__variant-2 {
  color: #470B0E;
}

.card-product-slider .card-product-slider__slide-variant-2 {
  margin-left: 0 var(--page-gutter) !important;
}

.card-product-slider .card-product-slider__slide {
  width: 100%;
}

.swiper-wrapper-variant-2 {
 /* margin-left:  var(--page-gutter);*/
}

/* Mode sans JS, fallback */
html.no-js .card-product-slider__wrapper {
  overflow-x: auto;
  margin: 0 calc(0rem - var(--page-gutter));
  padding: 0 var(--page-gutter) 2rem;
}

html.no-js .card-product-slider__slide + .card-product-slider__slide {
  margin-left: .2rem;
}

@media screen and (min-width: 480px) {
  .card-product-slider .card-product-slider__slide {
    width: calc((100% - 50%) - .2rem);
  }
}

@media screen and (min-width: 575px) {
  .card-product-slider .card-product-slider__slide {
    width: calc((100% - 56%) - .2rem);
  }
}

@media screen and (min-width: 750px) {
  html.js .card-product-slider {
    overflow: hidden;
  }

  .card-product-slider__buttons > :not(.swiper-button-lock) {
    margin-top: 3.2rem;
  }

  .card-product-slider .card-product-slider__slide {
    width: 100%;
  }

  html.no-js .card-product-slider .card-product-slider__slide {
    width: calc(100% / 3 - .2rem);
  }
}

@media screen and (min-width: 1100px) {
  html.no-js .card-product-slider .card-product-slider__slide {
    width: calc(25% - .2rem);
  }
}

/* Card product slider - secondary */
.card-product-slider--secondary {
  width: 72.5%;
  margin-left: 0;
}
@media screen and (min-width: 750px) {
  html.js .card-product-slider--secondary,
  html.no-js .card-product-slider--secondary {
    overflow: visible;
  }
}
@media screen and (min-width: 990px) {
  .card-product-slider--secondary {
    width: 100%;
  }

  .card-product-slider__variant-2 {
    width: calc(100% - var(--page-gutter)) !important;
  }

  .card-product-slider .variant-2 .card-product-slider__slide.swiper-slide-active {
    background-color: #E5E5E5;
  }

/* Tabs */
.products-feed__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.products-feed__tab button {
  padding: .4rem 1.2rem;
  outline: none;
  cursor: pointer;
  border-radius: 9rem;
  border: none;
  transition: 0.3s;
  background-color: #f1f1f1;
  margin: 0 .8rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
}
.products-feed__tab button:hover {
  background-color: var(--color-text-secondary);
  color: #fff;
}
.products-feed__tab button.active {
  background-color: var(--color-text-secondary);
  color: #fff;
}

.products-feed__tabcontent {
  display: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
@keyframes fadeEffect {
  from { opacity: 0; }
  to { opacity: 1; }
}

.product-feed-progress {
  display: none;
  width: 90%;
  height: 2px;
  background-color: #E5E5E5;
  position: relative;
  margin: 20px 15px 0;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .product-feed-progress {
    display: block;
  }
  
  .card-product-slider .card-product-slider__slide-variant-2 {
  width: 100% !important;
  }


  .section__head-content {
    text-align: start;
    padding: 0 var(--page-gutter)
  }

  .section__subtitle_products-feed {
  color: #1B1B1B !important;
  font-family: 'Aktiv Grotesk' !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
}
  .section__cta_products-feed {
  background-color: transparent !important;
  color: #383838;
  font-weight: 700;
  text-decoration: underline;
  font-size: 10px;
  border: none !important;
}
  
  .section__description_products-feed {
  color: #898989;
  font-weight: 400;
  text-transform: uppercase !important;
  font-family: 'Aktiv Grotesk';
  font-size: 16px;
  max-width: 90%;
    line-height: 20px;
}

}

.product-feed-progress__bar {
  position: absolute;
  left: 0;
  height: 2px;
  top: 0;
  height: 100%;
  background-color: #727272;
  width: 0;
  transition: left 0.3s ease, width 0.3s ease;
}
