/* LOGO */
.navbar-brand img {
    max-height: 6rem;
    max-width: 140px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 290px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
    section.s-block.s-block--banners.container {
        max-width: 800px;
    }
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 225px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 240px;
}
}
@media(max-width: 480px){
a.banner-entry{
    height: 160px;
}
}
/* Categories List End */

/* products */
.s-block--best-offers .s-slider-block__title {
    display: none;
}


@media (max-width: 768px) {
    /* AL_best_seller */
    .AL_best_seller .h-\[580px\] {
        height: 40vh !important;
    }
    
    /* footer */
    .store-footer * {
        text-align: center !important;
        margin-inline: auto;
    }
    .store-footer .container.grid {
        grid-template-columns: 1fr;
    }
    .store-footer .copyright-text p {
        color: #fff;
        font-size: 14px;
    }
}

/* Category Page */
body.product-index div:has(+ .main-content) {
    display: none;
}