:root {
    --bg: linear-gradient(90deg, #312F6E, #4F86C5);
}
.top-navbar {
  display: none;
}

/* gr-main-banner */
section.gr-main-banner .down,
section.gr-main-banner .link {
    display: none;
}
section.gr-main-banner p:first-child {
    font-weight: bold;
}
section.gr-main-banner p:last-child {
    font-size: 21px;
    line-height: 32px;
    margin-block: 0.5rem;
}
section.gr-main-banner .btn-slider,
.banner-1 .custom-btn::after,
.GR_subbanner_3 .custom-btn::after {
    background: var(--bg);
}

/* GR_departments */
section.GR_departments .swiper-wrapper {
    justify-content: center;
}
section.GR_departments .swiper-wrapper > a {
    border: 1px solid #36417f;
}

/* GR_Why_choose_use */
section.GR_Why_choose_use .border-secondary,
section.GR_subbanner .absolute {
    display: none;
}
@media (min-width: 1024px) {
    section.GR_Why_choose_use .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    section.GR_Why_choose_use .grid > div {
        align-items: center;
    }
    section.GR_Why_choose_use .grid h3 {
        text-align: center;
    }
    section.GR_Why_choose_use .grid p {
        display: none;
    }
}

/* 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%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* products */
.s-product-card-vertical {
    background-color: transparent !important;
}

/* Testimonial */
section.GR_testimonials div:has( > img ) {
    width: 120px;
    height: unset;
}

.store-footer img[alt="novira"] {
    width: 140px;
    height: unset;
    filter: brightness(0) invert();
}