#app{ 
        background-color: white !important; 
    } 


.salla-advertisement {
    height: 46px !important;
    overflow: hidden !important;
}

.s-advertisement-content {
    overflow: hidden !important;
    width: 100% !important;
}

.s-advertisement-content-icon,
.s-advertisement-action {
    display: none !important;
}

.s-advertisement-content-main {
    display: block !important;
    width: max-content !important;
    white-space: nowrap !important;
    animation: ad-marquee 4s linear infinite !important;
}

 .s-advertisement-content-main::after {
    content:
        "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"
        "ترف التفاصيل في كل عباية"
        "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"
        "ترف التفاصيل في كل عباية"
        "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"
        "ترف التفاصيل في كل عباية"
        "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"
        "ترف التفاصيل في كل عباية"
           "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"
        "ترف التفاصيل في كل عباية"
            "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"
        "ترف التفاصيل في كل عباية"
               "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"
        "ترف التفاصيل في كل عباية"
                 "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0"
        "ترف التفاصيل في كل عباية";
}

@keyframes ad-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-20%);
    }
}

/* =========================
   HEADER
========================= */

@media (min-width: 1024px) { 
 
    #mainnav .container > .flex { 
        position: relative; 
        align-items: center; 
    } 
 
    #mainnav .navbar-brand { 
        position: absolute; 
        left: 50%; 
        top: 50%; 
        transform: translate(-50%, -50%); 
        z-index: 20; 
    } 
 
    #mainnav .navbar-brand img { 
        width: 180px !important; 
        height: auto !important; 
        max-height: 95px; 
        object-fit: contain; 
    } 
 
    #mainnav custom-main-menu { 
        margin-left: auto; 
    } 
 
} 
 
custom-main-menu { 
    height: auto !important; 
    min-height: 0 !important; 
} 

/* إخفاء الـ Top Navbar بالكامل */

.top-navbar { 
    display: none !important; 
} 
 
.custom-header-search { 
    width: 42px !important; 
    height: 42px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    padding: 0 !important; 
    margin: 0 !important; 
    background: transparent !important; 
    border: 1px solid rgb(229 231 235) !important; 
    border-radius: 50% !important; 
    cursor: pointer !important; 
    box-sizing: border-box !important; 
} 
 
.custom-header-search svg { 
    width: 26px !important; 
    height: 26px !important; 
    fill: #000 !important; 
} 
 
.rtl\:mr-4:where([dir=rtl],[dir=rtl] *) { 
    margin-right: 0rem !important; 
} 
 
@media (min-width: 1024px) { 
 
    #mainnav .flex.items-center.justify-end.my-2\.5 { 
        gap: 14px !important; 
    } 
 
} 
 
@media (max-width: 768px) { 
 
    .custom-header-search { 
        width: 38px !important; 
        height: 38px !important; 
    } 
 
    .custom-header-search svg { 
        width: 22px !important; 
        height: 22px !important; 
    } 
 
    #mainnav .flex.items-center.justify-end.my-2\.5 { 
        gap: 12px !important; 
    } 
 
}


/* =========================
   BANNER 1 . 7 .10
========================= */

.section-1 { 
    margin: 0 !important; 
} 
 
.section-1 > div,
.section-7 > div,
.section-10 > div {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
}

.section-1 img,
.section-7 img,
.section-10 img {
    border-radius: 0 !important;
}

/* =========================
   BANNER 1 . 7 .10
========================= */
section.s-block.s-block--banners.container.custom-section.section-4 { 
    width: 100% !important; 
    max-width: 100% !important; 
    padding: 0 !important; 
} 
 
.section-4 .banner-entry { 
    height: 100vh !important; 
    border-radius: 0 !important; 
}



.section-2{ 
   margin-top: 0px !important ; 
}

/* =========================
   PRODUCT SECTION TITLES
========================= */

.s-slider-block__title { 
    align-items: center !important; 
    justify-content: center !important; 
} 
 
.s-slider-block__title-right { 
    padding-left: 0 !important; 
} 
 
.s-slider-block__title h2 { 
    padding-left: 0 !important; 
    font-size: 2rem !important; 
   color: #1B324F !important ;
} 
 
.s-slider-block__title-left { 
    display: none !important; 
} 
 
.section-6 .s-slider-block__title { 
    display: none !important; 
}


/* =========================
   PRODUCT CARDS
========================= */

.s-product-card-entry { 
    border: 1.5px solid #1B324F; 
    border-radius: 1rem !important; 
} 
 
.s-product-card-image { 
    background-color: transparent !important; 
} 
 
.s-product-card-entry:hover img { 
    scale: 1.1; 
} 
 
.s-product-card-content-main { 
    text-align: center !important; 
} 
 
.s-product-card-content-sub { 
    justify-content: center !important; 
    align-items: center !important; 
} 
 
.s-product-card-content-footer button { 
    background-color: #1B324F !important; 
    color: #FFFFFF !important; 
} 
 
.s-product-card-wishlist-btn button:hover { 
    background-color: #1B324F !important; 
} 
 
.s-product-card-wishlist-btn button:hover .sicon-heart { 
    color: #FFFFFF !important; 
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 1.1rem !important;
    border-top-right-radius:1.1rem !important;
}

.swiper.s-slider-container .swiper-slide {
    height: 60vh !important;
}

/* =========================
   FEATURES
========================= */

.s-block--features { 
    position: relative !important; 
    text-align: center !important; 
    padding-top: 105px !important; 
} 
 
.s-block--features::before { 
    content: "ما يميزنا"; 
    position: absolute; 
    top: 15px; 
    left: 0; 
    width: 100%; 
    font-size: 24px; 
    font-weight: 700; 
    color: #222; 
    text-align: center; 
} 
 
.s-block--features::after { 
    content: "تجربة تسوق فاخرة بضمان وجودة تستحقها"; 
    position: absolute; 
    top: 48px; 
    left: 0; 
    width: 100%; 
    height: 55px; 
    box-sizing: border-box; 
    padding-bottom: 10px; 
    font-size: 18px; 
    font-weight: 400; 
    line-height: 1.6; 
    color: #777; 
    text-align: center; 
    background: url("https://cdn.files.salla.network/homepage/1380807638/3927b553-9624-4cf6-b73a-074c5fe0b58b-original.webp")
        no-repeat center bottom; 
    background-size: 160px; 
} 
 
.s-block--features__item { 
    margin-top: 30px; 
    border: none !important; 
    box-shadow: 0 4.44px 4.44px 0 #0000001A !important; 
}


/* =========================
   FOOTER
========================= */

.store-footer { 
    background: #1B324F !important; 
    color: #FFFFFF !important; 
} 
 
.store-footer__inner { 
    background: #FFFFFF !important; 
    color: #1E1E1E !important; 
} 
 
.store-footer a.flex.items-center.m-0 { 
    width: 100% !important; 
    justify-content: center !important; 
    align-items: center !important; 
    margin: 0 auto 25px !important; 
} 
 
.store-footer a.flex.items-center.m-0 h3 { 
    display: none !important; 
} 
 
.store-footer a.flex.items-center.m-0::after { 
    content: ""; 
    display: block; 
    width: 200px; 
    height: 120px; 
    margin: 0 auto; 
    background-image: url("https://cdn.files.salla.network/other/885413927/8ae60693-d30e-4745-ab3a-2dd5545eefca-original.webp"); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: contain; 
} 
 
.store-footer .footer-title, 
.store-footer a { 
    color: #1E1E1E !important; 
} 
 
.store-footer a:hover { 
    opacity: 0.7; 
}


/* Footer - 4 Columns */

@media (min-width: 1024px) { 
 
    footer .grid { 
        grid-template-columns: repeat(4, minmax(0, 1fr)); 
    } 
 
}


/* Footer - Payment Methods */

.copyright-text { 
    display: none !important; 
} 
 
.md\:flex.items-center.justify-between.py-4.container.text-center salla-payments { 
    width: 100% !important; 
    display: flex !important; 
    justify-content: center !important; 
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) { 
 
    .section-4 .banner-entry { 
        height: 50vh !important; 
    } 
 
    .swiper:not(.swiper-watch-progress), 
    .swiper-watch-progress .swiper-slide-visible { 
        margin-top: 2rem; 
    } 
 
    .swiper.s-slider-container .swiper-slide { 
        width: calc(58% - 2px) !important; 
        height: 40vh !important ;
    } 

  footer * {
        margin: 0 auto;
        text-align: center;
    }
  .s-payments-list {
    flex-wrap: nowrap;
}

  .navbar-brand img {
    max-height: 5rem !important;
}

}

  .blog-link{

  display: none !important;
}

 
}