/* Font */
@font-face {
  font-family: 'DINNextLTArabic-Regular-3.ttf';
  src: url('https://wpazzrk.github.io/Moaaz/Fonts/DINNextLTArabic-Regular-3.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'DINNextLTArabic-Regular-3.ttf', sans-serif;
}

/* LOGO */
.navbar-brand img {
    max-height: 6rem;
    max-width: 140px;
}

/* Header */
.store-header {
    z-index: 1111;
}
.store-header,
.store-header *,
.store-header .marquee,
.store-header .marquee *,
.store-header .top-navbar,
.store-header .top-navbar *,
.store-header .main-nav-container,
.store-header .main-nav-container *,
.store-header .header-buttons *,
.store-header .s-contacts *,
.store-header .desktop-menu *,
.store-header .main-menu *,
.store-header .menu-item-link,
.store-header .menu-item-link *,
.store-header a,
.store-header span,
.store-header div,
.store-header button,
.store-header i:not(.sicon-flash) {
    background-color: #fff !important;
    color: #471A33 !important;
}
.top-navbar {
    display: none;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}
#mainnav .inner {
    padding-block: 0.5rem !important;
}

/* main banner */
.slider_image img {
    max-width: 150%;
}
section:nth-child(1 of .main_banner) .slider_content {
    margin-right: 5%;
    max-width: 70%;
}
section:nth-child(1 of .main_banner) .slider_image {
    z-index: -1 !important;
}
@media (max-width: 576px) {
    section:nth-child(1 of .main_banner) .slider_content,
    section:nth-child(2 of .main_banner) .slider_content {
        margin: 0;
        max-width: 100%;
    }
    section:nth-child(1 of .main_banner) .slider_content h2 {
        font-size: 25px !important;
        line-height: 2rem;
    }
    section:nth-child(2 of .main_banner) .slider_content h2 {
        font-size: 20px !important;
        line-height: 2rem;
    }
    section:nth-child(1 of .main_banner) .slider_content p,
    section:nth-child(2 of .main_banner) .slider_content p {
        font-size: 11px !important;
        line-height: 1.3rem;
        font-weight: bold;
    }
    .slider_image img {
        max-width: 110%;
    }
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 5%;
}
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%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none;
}

/* cats */
@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: 2/3 !important;
    }
}

/* products */
.s-block--best-offers .s-slider-block__title {
    visibility: hidden;
}

/* banner 2 */
@media (min-width: 768px) {
    section:nth-child(2 of .main_banner) .custom_container {
        width: 100%;
    }
    section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
        height: 800px !important;
    }
    section:nth-child(2 of .main_banner) .slider_image {
        left: 20%;
    }
    section:nth-child(2 of .main_banner) .slider_content {
        max-width: 820px;
        align-items: center;
        text-align: center;
        margin-right: 20%;
    }
    section:nth-child(2 of .main_banner) p,
    section:nth-child(2 of .main_banner) span {
        font-weight: 600;
        line-height: 2rem;
    }
}

.store-footer *,
.footer-is-light .store-footer {
    background-color: var(--color-primary) !important;
    color: var(--background-color) !important;
}
.rounded-full {
    border: 2px solid #fff;
}
@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;
    }
}