/* 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,
.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;
}
.top-navbar {
    display: none;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}

/* main banner */
.slider_image img {
    max-width: 180% ;
}

/* 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 */
.category_section .custom_container > div {
    justify-content: center;
    gap: 5%;
}

/* products */
.s-block--best-offers .s-slider-block__title {
    visibility: hidden;
}
.special_category_offer .w-fit a {
    background-color: #fff;
}

/* main banners */
section:nth-child(2 of .main_banner) .custom_container {
    width: 100%;
}
@media (min-width: 1600px) {
    section:nth-child(2 of .main_banner) .overflow-clip {
        height: 800px !important;
    }
}
@media (min-width: 992px) {
    section:nth-child(3 of .main_banner) .overflow-clip {
        height: 400px !important;
    }
    .main_banner p {
        font-size: 32px !important;
        max-width: 500px;
        line-height: 1.5;
    }
    section:nth-child(3 of .main_banner) p {
        font-size: 22px !important;
        max-width: 500px;
        line-height: 1.5;
    }
}
@media (max-width: 576px) {
    section:nth-child(2 of .main_banner) .overflow-clip {
        height: 200px !important;
    }
    .slider_content {
        padding: 0 0.5rem 0 0;
        margin: 0;
    }
}

.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background-color: var(--color-primary);
}
.store-footer * {
    background-color: #262626 !important;
    color: #fff !important;
    stroke: #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;
    }
}