@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");


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: #ffffff;
font-family:Tajawal;

}

/*---------------لبطاقة المنتج------------------*/
.product-card--primary-buttons button{
    background-color: #572121 ; 
    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: #572121e6; 
    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;
    
    
}

/*-------------------لعلامة الواتس ------------------*/
.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);
  }
}

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

  /*------اراء العملاء عند التفيضات  ----------*/
  .s-block.s-block--testimonials.overflow-hidden.relative {
  
   display: none;
  }
  
.s-rating-stars-wrapper{
  display: none;
  }
   /*------للخطوط اللي تحت----------*/
  *, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #000000;
}
.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: var(--footer-bg);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0);
}


/*-------------للعداد-----------------*/
/* تأثير التعتيم */
.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* خلفية نصف شفافة */
  backdrop-filter: blur(5px); /* تأثير التعتيم */
  z-index: 999; /* أقل من النافذة */
}

/* تنسيق النافذة */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  width: 400px;
  z-index: 1000;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%, -45%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

/* بقية التنسيقات */




.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    width: 400px;
    z-index: 1000;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -45%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #888;
}

.close-btn:hover {
    color: #e63946;
}

.popup-title {
    font-size: 26px;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
}

.popup-subtitle {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.timer {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: 10px;
    gap: 10px;
}

.timer-labels {
    display: flex;
    justify-content: center;
    gap: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-bottom: 20px;
}

.digit-box {
    position: relative;
    width: 50px;
    height: 70px;
    background-color: #701313;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    perspective: 500px;
}

.digit {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-origin: bottom;
    transition: transform 0.7s ease-in-out;
}

.digit.next {
    transform: rotateX(90deg);
}

.digit.current {
    transform: rotateX(0deg);
}

.digit.old {
    transform: rotateX(-90deg);
}

.discount-code {
    display: inline-block !important;
    background-color: #F3C623;
    color: #000000;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 600;
}

/*---------------حق تواصل معنا -------*/
#karzoun-widget-send-button {
   
    display: none;
    
}


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



.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;
    }