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

/* cats */
section:nth-child(1 of .special_title) {
    background-image: url('https://cdn.files.salla.network/homepage/112819433/0254b029-b7f5-47ec-9ee6-d825f8fb268f.webp');
    background-position: right;
    background-size: 500px;
    background-repeat: no-repeat;
}
@media (min-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .al-categories .lg\:grid-cols-6 > a:first-child {
        grid-column: 3/4 !important;
    }
}

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

/* al_fixed_banner */
.al_fixed_banner .grid > div:last-of-type {
    background-image: url('https://cdn.files.salla.network/homepage/112819433/e973486e-7bbc-4c1d-b199-3991a3f2a51c.webp');
    background-size: cover;
}

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

/* Hide pop up */
div:has(.swal2-title) {
  display: none;
}