/* Header */
.store-header #mainnav {
    height: unset !important;
}
.store-header img[alt="Eliitewear logo"] {
    height: unset;
    max-height: unset;
}
#mobile-menu.mm-spn {
    background-color: #151b29 !important;
}
.store-header .top-navbar {
  display: none;
}

/* GR_departments */
@media (min-width: 1024px) {
    section.GR_departments .grid > a:first-child {
        grid-column: 2/3;
    }
}

/* 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;
}

/* GR_Interactive_banner */
section.GR_Interactive_banner > div:last-child {
  display: none;
}

/* GR_testimonials */
section.GR_testimonials div:has(>img.h-full.w-full) {
    height: 110px;
    width: unset;
}

/* Mobile */
@media (min-width: 577px) {
    section:has(img[ src *= '9720-4887a7ac16bb_428x418' ]),
    section:has(img[ src *= 'a48c-ce4cf071f712_428x418' ]) {
        display: none;
    }
}
@media (max-width: 576px) {
    section:has(img[ src *= '9583-92923b80f3d9_1440x583' ]),
    section:has(img[ src *= '91a9-fe63b083be2f_1440x582' ]) {
        display: none;
    }
}