/* Add custom CSS styles below */ 
[aria-label="user-icon"] {
    display: none;
}

.index .s-slider-block__title h2 {
    font-weight: normal;
}

[id^="shopby-slider"] .swiper-slide{
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .store-footer__inner > div > :nth-child(2) {
        grid-column: span 6 / span 6;
    }

     .store-footer__inner > div > :nth-child(2) .s-menu-footer-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}