:root {
    --color-primary: #21254b42;
}

/* 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;
    color: #22264c !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% ;
}

/* Main 2 */
section:nth-child(2 of .main_banner) .custom_container {
    width: 100%;
}
@media (min-width: 992px) {
    section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
        height: 800px !important;
    }
    section:nth-child(2 of .main_banner) .slider_content {
        align-items: center;
        text-align: center;
    }
    section:nth-child(2 of .main_banner) h2 {
        font-size: 69px !important;
        max-width: 700px;
        line-height: 5rem;
    }
    section:nth-child(2 of .main_banner) p {
        font-size: 30px !important;
        line-height: 3rem;
    }
}
@media (max-width: 768px) {
    section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
        height: 400px !important;
    }
}
@media (max-width: 576px) {
    section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
        height: 200px !important;
    }
    section:nth-child(2 of .main_banner) .slider_content {
        margin-block: 0;
        gap: 0.5rem;
    }
    section:nth-child(2 of .main_banner) h2 {
        line-height: 2rem;
    }
    section:nth-child(2 of .main_banner) p {
        line-height: 1.3rem;
    }
    section:nth-child(2 of .main_banner) .button_container div {
        padding-block: 0.$rem;
    }
}

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

/* footer */
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
}
.store-footer * {
    background-color: #4F1C69 !important;
}
@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;
    }
}
.special_category_piece_number {
    display: none;
}