/* Add custom CSS styles below */ 

/* --------التقيمات حق سلة--------------*/

:not(.s-rating-modal-stars-company) > salla-rating-stars.hydrated .s-rating-stars-wrapper {
  display: none !important;
}


.s-rating-modal-stars-company .s-rating-stars-wrapper {
  display: inline-flex !important;
}



.s-reviews-summary-wrapper {
    display: none;
}


  /*------اراء العملاء عند التفيضات  ------------*/
.s-block.s-block--testimonials.overflow-hidden.relative {
  
   display: none;
  }
/*-----للفاصل-----*/

.enhanced-title-border {
  display: none;
  }
/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap');


h2.advanced-slider__caption__inner__content__heading {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px;
    font-family:Tajawal;
    
}
p.advanced-slider__caption__inner__content__text{
color: #ffff;
font-family:Tajawal;

}
 p, pre {
    margin: 0;
    text-align: center;
}
.space-y-5>:not([hidden])~:not([hidden]) {
    
    display: none;
}

/*---------------------للنجوم--------------*/
/* أنماط النجوم */
.product-rating {
  display: flex;
  align-items: center;
}

.stars {
  display: flex;
}

.star {
  font-size: 2em;
  color: #fbbf24; /* لون النجوم */
  margin-right: 5px;
}


.rating-count {
    font-size: 1.3em;
    color: #000;
    margin-right: 10px;
}
  
@media (max-width: 460px) {
  .rating-count {
    font-size: 1rem;
  }
  .star {
  font-size: 1.5em;
  color: #fbbf24; /* لون النجوم */
  margin-right: 5px;
}
}


/*-------------------لعلامة الواتس ------------------*/
.wa-selia {
    width: 50px;
    height: 50px;
    background-color: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: sm-shake 2s infinite, waves-whatsapp 3s linear infinite; /*   تطبيق تأثير الموجة والاهتزاز بشكل دايما */
    transition: background-color 0.2s; /* لتغيير اللون بسهوله*/ 
}

@keyframes sm-shake {
    0%  { transform: rotate(0) scale(1) skew(0.017rad); }
    25% { transform: rotate(0) scale(1) skew(0.017rad); }
    35% { transform: rotate(-0.3rad) scale(1) skew(0.017rad); }
    45% { transform: rotate(0.3rad) scale(1) skew(0.017rad); }
    55% { transform: rotate(-0.3rad) scale(1) skew(0.017rad); }
    65% { transform: rotate(0.3rad) scale(1) skew(0.017rad); }
    75% { transform: rotate(0) scale(1) skew(0.017rad); }
    100% { transform: rotate(0) scale(1) skew(0.017rad); }
}

@keyframes waves-whatsapp {
  0% {
    box-shadow: 0 8px 10px rgba(34, 197, 94, 0.3), 0 0 0 0 rgba(34, 197, 94, 0.2), 0 0 0 0 rgba(34, 197, 94, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(34, 197, 94, 0.3), 0 0 0 35px rgba(34, 197, 94, 0.2), 0 0 0 0 rgba(34, 197, 94, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(34, 197, 94, 0.3), 0 0 0 55px rgba(34, 197, 94, 0), 0 0 0 26.7px rgba(34, 197, 94, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(34, 197, 94, 0.3), 0 0 0 80px rgba(34, 197, 94, 0), 0 0 0 40px rgba(34, 197, 94, 0.0);
  }
}


/*---------------لبطاقة المنتج------------------*/
.product-card--primary-buttons button{
    background-color: #000 ; 
    color: #fff !important; 
    border-color: #000 !important;
    border-radius: 10px; 
    border: none;
   

}


.product-card--primary-buttons button i.sicon-shopping {
    color: #fff !important; 
}

.product-card--primary-buttons button:hover {
    background-color: #404141; 
    color: #fff!important; 
}

/* تغيير لون الأيقونة عند التمرير */
.product-card--primary-buttons button:hover i.sicon-shopping {
    color: #fff !important; 
}





.s-button-outline{   
    border-radius: 10px;
    border:2px solid #000;
    
    
}

}



/*------------الاراء -----------*/
.carousel {
  position: relative;
  overflow: hidden;
  max-width: 90%;
  white-space: nowrap;

 
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
  justify-content: center;
  align-items: center;
  
}




#testimonialsCarousel {
  max-width: 90%; 
  width: 90%; 
  margin: 0 auto;
 background: linear-gradient(180deg, var(--olive-700), var(--olive-800));
  border-radius: 15px; 
  padding: 20px;
  text-align: center;
}

.carousel-item {
  flex: 0 0 90%; 
  margin: 0; 
  display: none;
}

.carousel-item.active {
  display: flex; 
}

.card {
  background: linear-gradient(180deg, var(--olive-700), var(--olive-800));
  color: var(--cream);
  border: 1px solid rgba(255,255,255,.08);
  border-radius:14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}


.testimonial-text {
  font-size: 22px; 
  color: #333;
}

.customer-name {
  font-size: 24px; 
  font-weight: bold;
  color: #333;
}

.rating {
  font-size: 25px; 
  color: #FFD700;
}


.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-indicators button.active {
  background-color: #333; 
}

h2 {
  font-size: 28px; 
  color: #333;
  font-weight: bold;
}

p {
  font-size: 18px; 
  color: #666;
}

@media (max-width: 460px) {
.testimonial-text {
  font-size: 20px; 
  color: #333;
}
}


 /*--------------اشعارات----------------------*/

.notification {
    position: fixed;
    top: 20px;  
    left: 20px; 
    width: 300px; 
    padding: 12px;
    background-color: #ffffff; /* خلفية بيضاء أنيقة */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1000;
    border-left: 5px solid #1e90ff; /* شريط جانبي أزرق */
}

.notification img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.notification .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.notification .title {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 4px;
}

.notification .time,
.notification .footer {
    font-size: 13px;
    color: #666666;
    margin: 1px 0;
}

.notification .close-btn {
    background: none;
    border: none;
    font-size: 22px;
    color: #999;
    cursor: pointer;
    margin-left: auto;
    align-self: flex-start;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

.notification .close-btn:hover {
    color: #991b1b;
}