@media (max-width: 640px) {
  .s-products-slider-card {
    
    width: 45%;
  }
}
@media (min-width: 640px) {
  .s-products-slider-card {
    
    width: 40%;
  }
}
@media (min-width: 768px) {
  .s-products-slider-card {
    width: 30.333%;
  }
}

@media (min-width: 1024px) {
    .s-products-slider-card {
        width: 17%;
    }
}
.s-product-card-content-title a {
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: #000;
      padding: 2px;
        text-align: right;
          display: -webkit-box;         
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;        
  overflow: hidden;            
  text-overflow: ellipsis;      
  width: 100%;   
}
.s-product-card-fit-height .s-product-card-image {
  height: 10rem !important;
  max-height: 15rem;
}
.s-product-card-price {
margin: auto; }

.s-button-text , .s-button-text i {
font-size : small !important ; }
.s-button-btn {
border-radius: 5px !important ; }
.s-product-card-content-title a { 
text-align: center !important ; }
.s-product-card-image , .s-product-card-entry{
border-radius : 3px !important ; }










:root {
    --first-color: #000000;
    --second-color:#8e0700;
    --third-color:#f3f4f6;
    --white-color: #fff;
    --logo:  url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/lGXdlA/3fhT6V6ipogvHImcSlXhQjaJMO9h4i4xblvVQupv.png);
} 

#custom-testimonials-16-slider{
background-color: var(--third-color);
} 
.s-reviews-testimonial {background-color: var(--third-color);}
/* Body */
body.splash-active::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
  background: var(--logo); /* أو استخدمي: background-image: url('logo.png'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: fadeIn 0.5s ease;
  transition: opacity 0.5s ease;
}

body:not(.splash-active)::after {
  content: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


@media (max-width: 768px) {
  body:after {
        background-size: contain; /* Change to 'contain' for smaller screens */
       
    }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
} 

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}
body{
font-family:cairo;

}
body {
  
  background-color:var(--white-color);

background-repeat: no-repeat;
background-size:cover !important;
background-position:center;
width:100%;
height:100%;
background-attachment:fixed;
margin:0;
padding:0;}

.top-navbar .s-search-input {
  
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.bg-inherit {
    background-image: linear-gradient(to left, var(--third-color),var(--third-color));
}
#mainnav{
background-color: var(--white-color);
}
.sicon-user-circle {
    content: "\f072";
   
    border: none
}

.sicon-user-circle:hover {
    content: "\f072";
    color: var(--second-color)
}

.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    
    border: none
}

.header-btn__icon.icon:hover {
    margin-left: 9px;
    margin-right: 0;
    margin-right: initial;
    color: var(--second-color)!important
}

.sicon-shopping-bag:before {
    content: "\e901";
    text-align: center
}

.sicon-user-circle:before {
    content: "\f077";
    text-align: center
}

i.text-base.sicon-shopping-bag:before {
    content: "\ea6e";
    text-align: center
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--tw-text-opacity));
    
}
.s-cart-summary-total:hover {
 color:var(--second-color);
}
.s-cart-summary-total > i:nth-child(1):hover {
 color:var(--second-color);
}

.sicon-menu {
    content: "\ed7f";
   
}

.sicon-menu:hover {
    content: "\ed7f";
   color:var(--second-color);
}



}
.text-primary {
 color:var(--first-color);
}
/* الرمز السعودي و علامة المنيو و القلب */
[class^="sicon-"] {color: var(--first-color);}
/* الرمز السعودي */
.s-cart-summary-total > i:nth-child(1){
color: var(--first-color);

}

 
.header-btn__icon { color:var(--first-color);}
.s-cart-summary-total
{
color:var(--first-color);
}
#mobile-menu{
color:var(--first-color);

}@media (max-width: 1024px) {
  #mobile-menu {
    background-image: linear-gradient(to left, var(--white-color),var(--white-color));
  }
}
.navbar-brand img:hover {
    -webkit-animation: blink-1 .6s both;
    animation: blink-1 .6s both
}

@-webkit-keyframes blink-1 {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes blink-1 {
    0%,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}




nav[data-mm-spn-title="القائمة الرئيسية"]::after {
color:#000000;
}


.banner--fixed img{background-color: transparent;
}
section.s-block {
  opacity: 0;                   
  transform: translateY(30px);  
  transition: opacity 0.6s, transform 0.6s;  
}

section.s-block.show {
  opacity: 1;                   
  transform: translateY(0);      
}

section.s-block {
  transition: opacity 0.6s, transform 0.6s;
}
section.s-block:not(.show) {
  opacity: 0;
  transform: translateY(30px);
}
.banner-entry {
background-color: transparent;
}
/* card---------------------- */ 

/* General start */




section:nth-child(100) img,
section:nth-child(21) img{
transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		
		transform: translatey(0px);
	}
	50% {
		
		transform: translatey(-20px);
	}
	100% {
		
		transform: translatey(0px);
	}
}


.store-footer {
   
    font-size: 14px;
    text-align: center;
}
.store-footer__inner .flex {

    justify-content: center;
}
.store-footer__inner .max-w-sm {
    margin: auto;
}
.footer-is-light .store-footer {
 /*outer footer*/
  background-color:#d2d2d2;  
 } 

.footer-is-light .store-footer .store-footer__inner {
border-radius: 16px;
 background-color:#d2d2d2;  
 /* Using direct hex color code */
color: var(--first-color);
}
.store-footer h3:hover {
    color: var(--second-color);
    opacity: 1;
    coursor: pointer;
}
.store-footer__inner {
    text-align: center;
}
.s-contacts-list-vertical {
 justify-content: center;
  text-align: center;
}
 .bg-white {
  background-color:var(--white-color);
}
 .main-nav-container {
  min-height: 0;
}
.store-footer h3 {
  
  color: var(--first-color);
}

/*-----------------------------------*/
.footer-is-light .store-footer .store-footer__inner:before {
    content: "";
    display: block;
    height: 90px;
    width: 90px;
    background-image: var(--logo);

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 1rem; 
    

}



.footer-is-light .store-footer .store-footer__inner {
    padding: 20px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
}


.s-contacts-list {
    display: flex;
    gap: 1rem;
    align-items: center;
}


@media (min-width: 1280px) {
  .container {
    max-width: 100% !important;
  }
}








.main-content > div:nth-child(2) > div:nth-child(2) > h2:nth-child(1) > i:nth-child(1) , .starting-or-normal-price > h2:nth-child(1) > i:nth-child(1){color:var(--first-color);}

a.flex{

display:none!important;
}



section.s-block:nth-child(6) > div:nth-child(1) > a:nth-child(1),
section.s-block:nth-child(6) > div:nth-child(1) > a:nth-child(2),
section.s-block:nth-child(7) > div:nth-child(1) > a:nth-child(1),
section.s-block:nth-child(7) > div:nth-child(1) > a:nth-child(2),
section.s-block:nth-child(10) > div:nth-child(1) > a:nth-child(1),
section.s-block:nth-child(10) > div:nth-child(1) > a:nth-child(2) {
  transition: all 0.3s ease;
  transform: scale(1) ;
  box-shadow: 0 0 0 transparent;
}


section.s-block:nth-child(6) > div:nth-child(1) > a:nth-child(1):hover,
section.s-block:nth-child(6) > div:nth-child(1) > a:nth-child(2):hover,
section.s-block:nth-child(7) > div:nth-child(1) > a:nth-child(1):hover,
section.s-block:nth-child(7) > div:nth-child(1) > a:nth-child(2):hover,
section.s-block:nth-child(10) > div:nth-child(1) > a:nth-child(1):hover,
section.s-block:nth-child(10) > div:nth-child(1) > a:nth-child(2):hover,
section.s-block:nth-child(6) > div:nth-child(1) > a:nth-child(1):active,
section.s-block:nth-child(6) > div:nth-child(1) > a:nth-child(2):active,
section.s-block:nth-child(7) > div:nth-child(1) > a:nth-child(1):active,
section.s-block:nth-child(7) > div:nth-child(1) > a:nth-child(2):active,
section.s-block:nth-child(10) > div:nth-child(1) > a:nth-child(1):active,
section.s-block:nth-child(10) > div:nth-child(1) > a:nth-child(2):active {
  transform: scale(1.05) ;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}


.s-product-card-entry:hover,
.s-product-card-entry:active {
  animation: shake 0.4s ease;
}


.store-footer .store-footer__inner::before {
    content: '';
    display: block;
    width: 200px;
    height: 100px;
   
    background-size: contain;
    position: relative;
    animation: splitAndMerge 2s ease-in-out infinite;
}


@keyframes splitAndMerge {
    0% {
        transform: translateX(0); 
    }
    25% {
        transform: translateX(-50%); 
    }
    50% {
        transform: translateX(50%); 
    }
    75% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0); 
    }
}


.inner {
    box-shadow: 0 6px 12px #333333; /* ظل صريح بدون شفافية */
    border-radius: 12px;


}

.s-block--tabs-produtcs .tab-trigger.is-active button {
  border-color:
var(--first-color);
 
 background-image: linear-gradient(to left, var(--second-color),var(--second-color));
  
  color: var(--white-color);
}
section.s-block{
 background-color: transparent;

}

.store-footer h3 {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    
    padding: 5px;
    border-radius: 8%;
    text-align: center;
}
.s-contacts-icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: .625rem;
    color: var(--second-color);
}


.footer-is-light .store-footer .store-footer__inner:before {
   
    animation: sigal 1200ms linear infinite;
}

/* ------------------------ */

.footer-is-light .store-footer .store-footer__inner:before {
   
    animation: sigal 1200ms linear infinite;
}

@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px #504d46)
    }

    100% {
        filter: none;
    }
}

/*----------------------------------------*/
/*----------------------------------------*/
.banner-entry{
    width: 42vw;
     min-height: 100px;
}
.lazy__bg{
    background-size: 100% 100%;
     background-size: contain!important;
     background-repeat:no-repeat!important;
background-position:unset;
}    
.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}
@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px) {
  @media (min-width: 768px) {
  .two-row .banner-entry:first-child {
    height: 200px !important;    /*403px*/
  }

}
}
.s-block--features__item {
background-color: var(--third-color)!important; }
.s-block--features__item p {
color: black ;}
.text-with-border span {
color : white ;
 }
@media (max-width: 480px) {
  .banner-entry {
    width: 120px;
    height: 135px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .gap-3 {
    gap: 0.6rem;
  }
}
/* CSS  تواصل  */
.contact-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    background-color: var(--third-color);
    color: var(--first-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.contact-options {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 20px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.contact-options a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: var(--first-color);
}

.contact-options a:hover {
    background-color: #f1f1f1;
}

.icon {
    font-size: 24px; /* حجم الأيقونة */
}
section:nth-child(100) img{
 animation: flip 8s infinite linear; /* Change the duration for speed */
}
@keyframes flip {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
}

/* شريط طرق الدفع والشحن */

header.store-header:before {
    content: '';
    background: url(https://i.postimg.cc/7PRG06rv/Artboard-26-copy-2.png);/*https://i.postimg.cc/bJLB2PdZ/image.png*/
    background-repeat-y: no-repeat;
    background-position-x: 0;
    animation: scrollBrands 2000s linear alternate both infinite;
    background-size: contain;
    height: 50px;
    display: block;
    background-color: var(--first-color);
    background-position: center;
    margin-bottom: 16px;
    z-index: 9999999999999999;
    color:black;
}
@media (max-width: 767px) {
  header.store-header::before {
    background-size: 180%;
    height: 39px;
    background-position: center;
    margin-bottom: -2px;
  }
}
@keyframes scrollBrands {
    0% {
        background-position-x: 0
    }

    50% {
        background-position-x: 35000px
    }

    100% {
        background-position-x: 0
    }
}
.s-block__title {
  
  justify-content: center;

}

.s-block__title  {
  min-height: 1.5em; /* يفضل min-height لو مش عايز تقطع نص */
}.s-slider-block__title h2 {
  position: relative;
  display: inline-block; /* مهم لو عايز الخط بطول النص فقط */
color:var(--first-color);}

.s-slider-block__title h2::after {
  
}
.s-button-primary {
  background-color: var(--third-color);

  border-color: var(--first-color);

  border-width: 1px;
  color:var(--first-color);
  
}
#slider-with-bg-9,
#slider-with-bg-11 {
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
 
  display: none;
}
}

@media (max-width: 991px) {
  .grid > div:nth-child(2),
  .grid > div:nth-child(3) {
    width: 48% !important;
  }
  .gap-8 {
  gap: 0.7rem;
}
  .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
.sicon-user-circle::before {
 margin-right: auto;
  
}
.navbar-brand {
margin-right: 120px;
  width: 100px;
  overflow:hidden;
}}
.s-cart-summary-total {
  color: var(--first-color);
  display: none;
}
.s-contacts-list > div:nth-child(1) > a:nth-child(1) > span:nth-child(2),.s-contacts-list > div:nth-child(2) > a:nth-child(1) > span:nth-child(2){
display:none;}
.s-contacts-list > div:nth-child(1),
.s-contacts-list > div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 1px; /* مسافة بين الأيقونة والكلمة */
  position: relative;
border: 1px solid var(--first-color);
  border-radius: 6px;
  padding: 3px 6px;}

.s-contacts-list > div:nth-child(1)::after {
  content: "جوال";
  color: var(--first-color) !important;
  opacity: 0.8;
  font-size: 14px;
}


.s-contacts-list > div:nth-child(2)::after {
  content: "إيميل";
  color: var(--first-color) !important;
  opacity: 0.8;
  font-size: 14px;
}
.s-contacts-icon{ color: var(--first-color)
}
.flex.items-center.justify-end {
  justify-content: flex-end !important;
}

.sicon-search::before {
  content: "\ef09";
  position: relative;
  left: 230px;
}

.inner bg-inherit .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.s-reviews-header-wrapper {

  justify-content: center;
}
section:nth-child(7),
section:nth-child(9),
section:nth-child(11),
section:nth-child(14),
section:nth-child(16){
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem;
  display: none;
}