/* Add custom CSS styles below */ 


.text-store-text-primary {
    color: #ffffff;
}
/*-----------تمارا -------*/
tamara-widget {
  display: block;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
}
/* --------التقيمات حق سلة--------------*/

: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: #ffffff;
    margin-right: 10px;
}
  
@media (max-width: 460px) {
  .rating-count {
    font-size: 1rem;
  }
  .star {
  font-size: 1.5em;
  color: #fbbf24; /* لون النجوم */
  margin-right: 5px;
}
}



/*-----هذا الشغال----صفقة اليوم ----------------*/ 


.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    
}


.popup-content {
    background-color: #fff6e4;
    padding: 20px;
    width: 80%; 
    max-width: 500px; 
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: 'Tajawal', sans-serif;
}

.popup-content h2 {
    margin-top: 15px;
    font-size: 28px; 
}

.popup-content p{
    margin-top: 15px;
    font-size: 22px; 
    font-weight: bold;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}


.offer-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #1d1d58;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.offer-btn:hover {
    background-color: #1d1d58;
}

@media (max-width: 460px) {
  .popup-content p{
    margin-top: 10px;
    font-size: 13px; 
    font-weight: bold;
}
.popup-content h2 {
    margin-top: 15px;
    font-size: 25px;
}
 
}

/*------------------النافذة المنثقبة--------*/

.fixed-button {
    display: block;
    position: fixed;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 900;
    padding-block: 0.5em;
    padding-inline: 1em;
    background-color: #000;
    color:#fff;
    bottom: 0px;
    left: 50%;
    border-radius: 4px 4px 0px 0px;
    transform: translateX(-50%);
    z-index: 1000;
    height:32px;
}
.fixed-button:hover {
    background-color: #242471;
}


.popup-overlay {
    display:none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 90%;
    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}


.popup-content .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    font-weight:800;
}
.popup-content .close-btn:hover {
     color: #f60000;
}


/* تصميم زر واتساب */
.whatsapp-link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    z-index: 999;
}
.whatsapp-link:hover {
    background-color: #262626;
}

h2 {
    font-size: 28px;
    color: #9e410c;
    font-weight: bold;
    margin: 10px;
}
/*-------------------لعلامة الواتس ------------------*/
.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);
  }
}



/*

.popup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
   
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #000;
    width: 80%; 
    max-width: 500px; 
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: 'Tajawal', sans-serif;
    
    
}

.popup-content img {
    width: auto;
    max-height: 50%;
}

.popup-content h2 {
    margin-top: 15px;
    font-size: 28px; 
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

*/
/*----------------------صفقة اليوم الثابتة------------*/

.s-block__title h2 {
    position: relative;
    font-size: 2.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px;
}

/*---------------لبطاقة المنتج------------------*/

/*										 
												
body.products-has-border .product-card {
  border: none ;
}




body.products-has-border .product-card {
  border-radius: 10px;
  padding: 10px; 
  background-color: #fffff; 
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); 
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; 
  position: relative;
}



body.products-has-border .product-card:hover {
  transform: scal(1); 

  border-color: #000000 ;
}

body.products-has-border .product-card a:hover {
  color: #007bff; 
}

.s-button-outline{   
  border-radius: 10px;
  
  
}
*/
 



/*---------------لبطاقة المنتج------------------*/
.product-card--primary-buttons button{
    background-color: #18472e ; 
    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: #256b46; 
    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: 10px;
    background-color: #dddada;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
    
}

.notification img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

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

.notification .title {
    font-size: 16px;
    font-weight: bold;
    color:#000;
}

.notification .time,
.notification .footer {
    font-size: 14px;
    color: #666;
}

.notification .close-btn {
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    margin-left: auto;
    top: 1px;
    right: 5px;
 
}
.notification .close-btn:hover {

  color: #dc2626;
}

/*----------------المشاهدات---------*/



.icon-fire {
    animation: glowZoom 1.5s infinite ease-in-out;
    color: #2f7d31; 
    box-shadow: 0 0 10px rgba(47, 125, 49, 0.7); 
    transform-origin: center; 
}


@keyframes glowZoom {
    0%, 100% {
        box-shadow: 0 0 10px rgba(47, 125, 49, 0.7); 
        transform: scale(1); 
    }
    50% {
        box-shadow: 0 0 20px rgba(47, 125, 49, 1); 
        transform: scale(1.2); 
    }
}



.product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-box {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.purchase-count {
    background-color: #e9f7e1;
    color: #2e7d32;
}

.view-count {
    background-color: #f0f4f8;
    color: #555;
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle; 
    line-height: 0.5; 
    margin-top: 2px; 
}

.fa-fire,
.fa-eye {
    font-size: 18px; 
    width: 18px;
    height: 18px;
    margin-left: 15px; 
}

.icon-eye {
    animation: fadeInOut 1.5s infinite;
    transform-origin: center; 
}

@keyframes fadeInOut {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
/*-----------لون الايكون للتوصيل--------------*/
.cart .sticky #free-shipping i.sicon-shipping-fast {
    color: #ff0202;
    background-color: #ffffff;
    }
    
    
    
/*------------اراء العملاء--------------*/
:root{
  --olive-900:#0f1a14;   /* خلفيات داكنة زيتي */
  --olive-800:#16231c;
  --olive-700:#1d2e25;
  --olive-600:#24392d;   /* خلفية البلوكات */
  --olive-500:#2f4f3a;   /* زيتي رئيسي */
  --olive-300:#6f8579;   /* نص ثانوي/حدود خفيفة */
  --cream:#f4f5f3;       /* نص فاتح */
  --muted:#c7cec9;       /* رمادي مخملي */
  --gold:#d4af37;        /* ذهبي */
  --gold-soft:#e5c766;
}
.shadow-\[rgba\(50\2c _50\2c _105\2c _0\.15\)_0px_2px_5px_0px\2c _rgba\(0\2c _0\2c _0\2c _0\.05\)_0px_1px_1px_0px\] {
 
    background: linear-gradient(180deg, var(--olive-700), var(--olive-800));
    color: var(--cream);
  border: 2px solid rgb(0 0 0);
  border-radius:14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}


/*------------اهم الاسئلة--------------*/
.s-block--faq,.s-block--custom-reviews,.special-product.has-bg,.s-block--testimonials.enhanced{
margin-top: 2rem;
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        padding: 15px 15px 8px;
       
    }
    }
    
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 13px;
    
   
}
.text-store-text-secondary {
   
    border: none;
}

.single-faq {
    border: 3px solid transparent; 
    border-right: 3px solid #000; 
    transition: all 0.3s ease-in-out;
    background-color: #c7c7c7; 


.single-faq.open {
    border: 3px solid #214c44;
}