/* Header */
.header-btn__icon.active {
    color: #7e3642 !important;
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

/* FEATUERS */
@media (min-width: 1024px) {
    .features.grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 2rem;
    }
}
@media (max-width: 1024px) {
    .features.grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 2rem;
    }
    .features.grid > div {
      grid-column: span 2;
    }
    .features.grid > div:last-child {
      grid-column: 2/4;
    }
}

/* section.t-catsec */
section.t-catsec .tcat-image > img {
    width: 100%;
    height: 100%;
}

/* ts_reactbanner-sec */
.ts_reactbanner {
    background-color: transparent !important;
}
.ts_reactbanner::before {
    opacity: 1;
}

/* Products */
.product-image,
.product__header {
    height: 400px !important;
    max-height: unset;
}
@media (max-width: 768x) {
  .product-image,
  .product__header {
      height: 240px !important;
  }
}