/* General start */
:root {
    --main-color: #1a2e8f;   /* أزرق داكن OMA */
    --second-color: #8B5E3C; /* بني closet */
    --third-color: #ffffff;  /* أبيض */
    --logo : url(https://cdn.files.salla.network/theme/974152405/f1a0792e-5236-43a3-be2f-dbeaaa12f2a0_500x500.png) ;   
 }



.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
display:none;
}

    section:first-of-type.s-block--fixed-banner{
    margin: 5px !important;
    
}

  section:nth-of-type(2).s-block--fixed-banner{
    margin: 5px !important;
    
}

/* General End */

/* Body */

/*start background image section*/
.store-header ,
.s-block--features , 
.store-footer {
background-image: none !important ;

 }
 
 .s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *){
 display:none;
 }
 
 body {
  background-color : #ffffff ;   /* خلفية بيضاء */
  background-size : cover ;
  background-position: center; 
  background-repeat: repeat;
 }


/*end background image section*/


body.index:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background:  #fff var(--logo);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    animation: fade-out 2.25s ease-in-out forwards;
    transition: opacity .5s ease-in-out;
    pointer-events: none;
    border: none;
}



@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
       
    }
}




/* NavBar start */

#mainnav {
    background-color: var(--third-color);  /* هيدر أبيض */
}

.main-menu {
    color: var(--main-color);  /* أزرق */
}

.sicon-user-circle {
    transition: .3s;
}

.sicon-user-circle:hover::before {
    color: var(--second-color);
}

.header-btn__icon {
    border: none;
    color: var(--main-color);  /* أيقونات الهيدر أزرق */
}

.s-cart-summary-total {
    color: var(--main-color);
    padding-left:7px;
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: var(--main-color);
        background: var(--third-color);
    }
}


/* NavBar End */

/* Sections Start */
.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.s-block--categories .swiper-wrapper a {
    background-color: var(--third-color);
}

.slide--cat-entry h4 {
    color: var(--second-color);
}

.s-slider-block__title {
    color: var(--main-color);
}

.s-block__title {
    color: var(--main-color);
}

  .top-navbar {
    color : #1a2e8f !important ;
    
    } 
    .s-search-modal input, 
    .s-search-modal input::placeholder {
    color : #1a2e8f !important ;
    padding-right : 20px ;
    } 
    .s-block__title {
    color : #8B5E3C !important ;
    } 

    .s-slider-block__title h2 {
    color: var(--main-color) !important;
    background-color:#fff ;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 25px;
}

       .s-slider-block__display-all {
           color : var(--main-color) !important;
           padding-left:13px;
        }

/* Sections End */

/* Product start */

.mm-spn li {
    transition: .2s;
}

.mm-spn li:hover {
    color: #2a3fa0;
    
}

@media (min-width:1024px){

.main-menu li.root-level>a span {
    transition:.4s
}

.main-menu li.root-level>a span:hover {
    transform:translateY(-5px);
    opacity:.7;
}

}

.s-block__title {
color : #8B5E3C;
margin-right :  15px;
margin-left :  15px;
 }


 .s-block--fixed-banner {
 transition : .3s ;
 margin :  10px;
 }


 .s-block--fixed-banner img {
     transition: .5s;
    
 }
   
    .banner--fixed img  {
        background: inherit;
    }
  /*  start 3 banners background color*/
   .swiper-slide.swiper-slide-active img ,
  .salla-slider.photos-slider .swiper-slide{
    background: inherit;
  } 
  /*  end 3 banners background color*/

 
  @media (min-width : 992px) {
   
   section:nth-of-type(6) .banner--fixed img , 
    section:nth-of-type(8) .banner--fixed img ,
     section:nth-of-type(10) .banner--fixed img    {
      width: 80% ;
    margin-left:  auto;
    margin-right:  auto;
    }
    
     } 

 
.container {
padding-left : 0 !important ;
padding-right : 0 !important ;
}




/* Footer Start */
 

 .store-footer{
    background: transparent !important;
    padding: 30px;
    font-size: 14px;
    text-align: center;
}

.store-footer__inner {
    background: var(--third-color) !important;
    border-radius: 16px;
    box-shadow: 0 2px 15px rgba(26, 46, 143, 0.2) !important;  /* ظل أزرق */
    border: 1px solid rgba(26, 46, 143, 0.15) !important;
    text-align: center;
}

.store-footer a {
    color: var(--main-color) !important;
}

.store-footer .container > div:first-child p:nth-of-type(2){
padding: 0 10px;
}

.store-footer__inner .flex {
    justify-content: center;
}

.store-footer a h3:nth-child(1) {
    font-size: 1rem;
    color: transparent;
    background-image: var(--logo);
    background-size: 70%;
    background-repeat: no-repeat;
    line-height: 5;
    scale: 2;
    background-position: center;
    margin-top: 5px;
    margin-bottom: 10px;
    
}


.store-footer__inner .max-w-sm {
    color: var(--second-color);
    margin: auto;
}

.store-footer h3 {
    color: var(--main-color);
    font-size: 1.3rem;
}

.store-footer a {
    color: var(--second-color) !important;
    transition:.3s;
}

.store-footer a:hover {
    color: var(--main-color) !important;
    
}

#contact-slot a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#contact-slot a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.store-footer .text-center::before {
    content: " برمجة وتطوير | ADFAZ";
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color) !important;
    padding: 6px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
}

.store-footer {
    @media (max-width: 480px) {
        .text-center::before {
            margin-bottom: 10px;
        }
    }
}

.copyright-text p {
    background: #f5f7ff;  /* أزرق فاتح جداً */
    color: var(--second-color);
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.s-payments-list {
    
    flex-wrap: nowrap !important;
    
}

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

@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
}




 /* Footer end */
       /* start product card */

  .s-products-slider-card {
    padding: 0.625rem;
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.s-product-card-entry {
    background-color: #fff !important;
    border-radius: 20px;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: rgba(26, 46, 143, 0.15) !important;  /* أزرق شفاف */
    color: var(--main-color);
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    
}

.s-product-card-vertical 
 {
     
transition : .3s ;
 margin-right : 10px;
 margin-bottom: 20px !important;
 border: 2px solid #d0d6f0;  /* حدود أزرق فاتح */

 }

.s-product-card-vertical:hover {
    border: 2px solid var(--main-color);  /* أزرق عند التحويم */
    
}


 .s-product-card-vertical img {
     transition: .3s;
 }

.s-product-card-content-title a {
  display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 1;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;                  
}


  /* لتصغير حجم صورة المنتج في الصفحة الرئيسية*/
  
      .s-block--best-offers .s-product-card-vertical img {
     height:180px;
 }
 
.s-block--best-offers .swiper-backface-hidden .swiper-slide {
   height:70% !important ;
}


 
 .s-product-card-vertical:hover img
{
opacity : .5 ;
transform : scale(1.2);
}


.s-product-card-content-main {
    text-align: center;
}

.s-product-card-content-title a {
    color: var(--main-color);  /* عنوان المنتج أزرق */
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content {
    padding: .75rem .75rem;
    justify-content: center;
    align-items: center;
}

.s-button-outline {
    border-radius: 50px;
    border-color: var(--second-color);
}

.s-product-card-entry {
    background-color: transparent;
}

.s-button-primary-outline {
    color: var(--main-color);
    transition : .3s ;
    border-color: var(--main-color);
}

.s-button-primary-outline:hover {
    background-color: var(--main-color);
    color: var(--third-color);
}

.s-product-card-vertical .s-product-card-wishlist-btn {
    opacity: 1 !important;
}

 
 salla-products-list  {
 margin-left:10px;
 }
 
 @media (max-width:500px) {
  salla-products-list .s-product-card-vertical img {
    margin-bottom: -25px;
    height: 140px;
   
}
}

 @media (min-width:992px) {
  salla-products-list .s-product-card-vertical img {
    margin-bottom: -25px;
    height: 200px;
   
}
 
 }

.product-single .carousel-slider .swiper-wrapper > div {
    height:350px !important;
}


.product-single .carousel-slider .swiper-wrapper > div:first-child {
    margin-right:10px !important;
}
 
 /* end product card */

 .s-comments-product {
    background-color: transparent !important;
    
    
}

section.s-block--fixed-banner .container,
section.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100vw !important;
    width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}



[dir="rtl"] .mm-spn.mm-spn--navbar.mm-spn--main::after {
    padding-right: .75rem;
    content: "";
    text-align: center !important;
    display: block;
    height: 110px !important;
    width:140px;
    background-image: var(--logo);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
}

.mm-spn.mm-spn--navbar ul ,
.mm-spn.mm-spn--navbar ul:before{
margin-top:45px;
}



.s-contacts-list {
    flex-direction: row !important;
    justify-content: center;
    gap: 0;
    margin-right: 20px;
}



.s-contacts-list .unicode {
display:none;

}

.s-social-list {
    
    justify-content: center;
    margin-right: 10px;
}

/**************************/

body.product-single:not(.menu-opened)  {
box-sizing: border-box;
overflow-x: hidden;
 max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
    
}

body.product-single:not(.menu-opened) * {
    max-width:100%;
}

/***************************************/

   .breadcrumbs ol li {
      color : #1a2e8f    /* لون فتات الخبز */
      }

   .s-breadcrumb-arrow svg {
     background-color: #d0d6f0 ;  /* أزرق فاتح */
   }

   .main-content h1.font-bold {
     color: #1a2e8f   /* عنوان المنتج */
     }

    .gap-4.flex>h2.font-bold:not(.total-price) {
    color: #1a2e8f;
       }
 
       .product__description {
    color: #8B5E3C;
       }

    .flex.items-center > label:first-child {
      color : #1a2e8f

     }