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

section.Alo__main .swiper-slide > div.flex {
    background-image: url('https://cdn.files.salla.network/homepage/1257810186/12adb15b-dea4-4245-93b6-c4182c524417.webp');
    background-size: cover;
}

/* cats */
@media (min-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .al-categories .category_card {
        width: 230px;
        height: 230px;
    }
}
@media (max-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 0;
    }
    .al-categories .category_card {
        grid-column: span 2;
        width: 180px;
        height: 160px;
    }
    .al-categories .category_card:last-child {
        grid-column: 2/4;
    }
}

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

/* Mobile */
@media (max-width: 768px) {
    /* AL_best_seller */
    .AL_best_seller .h-\[580px\] {
        height: 40vh !important;
    }

    /* offers */
    .LA_limited-time-offers picture img {
        object-position: 20%;
    }
    
    /* 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;
}