/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body,
* {
  font-family: "Cairo", sans-serif;
}

/* 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 */
@media (min-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .al-categories .lg\:grid-cols-6 > a:first-child {
        grid-column: 2/3 !important;
    }
}
@media (max-width: 768px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 1rem;
    }
    .al-categories .lg\:grid-cols-6 > a {
        grid-column: span 2;
    }
    .al-categories .lg\:grid-cols-6 > a:last-child {
        grid-column: 2/4 !important;
    }
}

/* offers */
@media (max-width: 768px) {
    .LA_limited-time-offers .offers-item-content {
        padding-inline: 5%;
        text-align: center;
        align-items: center;
    }
}
@media (max-width: 1024px) {
    .LA_limited-time-offers .offers-item .s-count-down-list {
        margin-left: 0;
    }
}

/* 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;
    }
}
/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
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%;
}
div:has(.carouselbar) {
    display: none;
}