/* Add custom CSS styles below */ 
#app{ 
        background-color: white !important; 
    } 

button.s-advertisement-action {
    display: none !important;
}

.s-advertisement-content-main {
    animation: blinkText 1.2s ease-in-out infinite;
}

@keyframes blinkText {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }
}
/* =========================
   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; 
    } 
 
}

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

salla-slider.photos-slider .swiper-slide {
    border-radius: 0rem !important;
}

.section-1 img{
    border-radius: 0rem !important;
}

.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
}
salla-slider.photos-slider .swiper-slide {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    width: 100%;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem !important;
}
.swiper-slide {
   padding: 0 !important;
}


/* 2 */
.section-2 .swiper-wrapper {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    justify-content: center !important;
}

.section-2 .swiper-slide {
    width: 25% !important;
    flex: 0 0 25% !important;
    padding: 0 !important;
    margin: 0 !important;
}


.section-2 .slide--cat-entry {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important ;
}


.section-2 .slide--cat-entry img {
    border-radius: 0 !important;
    object-fit: cover !important;
    margin: 0 !important;
    display: block !important;
}
.slide--cat-entry {
    border: none !important;
}

.section-2 img.w-16,
.section-2 img.h-16 {
    width: 100% !important;
    height: 450px !important;
}
.slide--cat-entry h2 {
    display: none !important ;
}

@media (max-width: 768px) {

    .section-2 .swiper-wrapper {
        gap: 4px !important;
    }

    .section-2 .swiper-slide {
        width: calc(25% - 3px) !important;
        flex: 0 0 calc(25% - 3px) !important;
    }

    .section-2 .slide--cat-entry img {
        height: 180px !important;
        object-fit: cover !important;
        border-radius: 0 !important;
    }
  salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0.5rem !important;
}
  .s-slider-block__title {
    margin-bottom: 2rem;

}
}

/* =========================
   BANNER 4
========================= */
 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: 90vh !important; 
    border-radius: 0 !important; 
} 
/* =========================
   BANNER 5
========================= */
.section-5 > div,
.section-7 > div
{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
}

.section-5 img ,
.section-7 img{
    border-radius: 0 !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: #3B1021 !important ;
} 
 
.s-slider-block__title-left { 
    display: none !important; 
} 


.s-slider-block__title-right::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    margin-top: 30px;
    background: url("https://cdn.files.salla.network/homepage/1380807638/3927b553-9624-4cf6-b73a-074c5fe0b58b-original.webp") no-repeat center bottom;
    background-size: 160px;
}

.s-slider-block__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.section-2 .s-slider-block__title::after ,
.section-6 .s-slider-block__title::after{
    content: "اختر من بين مجموعتنا المميزة";
    font-size: 18px;
    font-weight: 400;
    color: #3B1021;
    text-align: center;
    max-width: 600px;
    line-height: 1.8;
}

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

.section-6 .swiper-slide {
   padding: 5px !important;
}

 .s-products-slider-card {
    width: 50% !important;
}

 .s-product-card-image-contain {
    object-fit: cover !important;
} 

.s-product-card-entry { 
    border: 1.5px solid #3B1021; 
    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: #3B1021 !important; 
    color: #FFFFFF !important; 
} 
 
.s-product-card-wishlist-btn button:hover { 
    background-color: #3B1021 !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;
}

/* =========================
   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; 
    text-align: center; 
    color: #3B1021 !important; 
} 
 
.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: #3B1021 !important; 
    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 .feature-icon {
    background-color: #3B1021 !important;
}
.s-block--features__item { 
    margin-top: 30px; 
    border: none !important; 
    box-shadow: 0 4.44px 4.44px 0 #0000001A !important; 
}


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

.store-footer { 
    background: #3B1021 !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: 250px; 
    height: 150px; 
    margin: 0 auto; 
    background-image: url("https://cdn.files.salla.network/other/1236269287/33378c93-656e-4c8c-8c70-63cfc59d250b-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) { 
  span.s-advertisement-content-main {
      font-size: 8px !important
  }
 .s-block--features::before{ 
        font-size: 20px !important; 
    } 
  .s-block--features::after{ 
        font-size: 14px !important; 
    } 

   .s-slider-block__title h2 {
    font-size: 20px !important;
   }

   .section-2 .s-slider-block__title::after, .section-6 .s-slider-block__title::after {
    font-size: 14px;
   }
    .section-4 .banner-entry { 
        height: 50vh !important; 
    } 
    .section-4  {
        margin-top: 0 ;
    }
 
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0rem !important;
}

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

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

}

  .blog-link{

  display: none !important;
}

 
}