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

/* grid */
@media (max-width: 576px) {
    .special_category_area {
        grid-template-areas: "category1 category1"
                             "category1 category1"
                             "category2 category2"
                             "category2 category2";
    }
}

/* products */
.s-block--best-offers .s-slider-block__title {
    visibility: hidden;
}
.s-product-card-content-footer .s-button-btn,
.s-product-card-vertical .s-product-card-add-to-card-overlap .s-button-btn,
.s-product-card-buttons .s-product-card-eye-btn button,
.s-product-card-vertical .s-product-card-buttons .s-product-card-wishlist-btn {
    background-color: #F1A6CD !important;
}
.s-product-card-vertical .s-product-card-buttons .s-product-card-wishlist-btn {
    border-radius: 50%;
}

/* main banner 2 */
section:nth-child(2 of .main_banner) .custom_container img {
    height: unset;
}
section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
    height: unset !important;
}
section:nth-child(2 of .main_banner) .overflow-clip {
    display: block !important;
}
section:nth-child(2 of .main_banner) .absolute:has(img) {
    position: static;
}
section:nth-child(2 of .main_banner) .slider_content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    align-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    section:nth-child(2 of .main_banner) .custom_container {
        width: 100%;
    }
}
@media (max-width: 768px) {
    section:nth-child(2 of .main_banner) .slider_content {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
    }
    section:nth-child(2 of .main_banner) .slider_content a .button_container div {
        padding: 0.3rem 1.2rem;
    }
}

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