/*الاساسية*/

.dark .contact-links a {
    background-color: #696969 !important;
}
.s-cart-summary-count {
    background: #FF9F1C;
}
.bg-red-500 {
    background-color: rgb(48 196 182);
}
.tabs__product .tab-trigger {
    background-color: #30c4b6;
}
.details.product-options, .details.product-reviews {
    background-color: #f3f4f6;
}
.store-footer h3 {
    color: #30c4b6;
}


.lazy__bg.lazy.lazy_menu.menu-img.rounded-full.me-2.md\:me-4.entered {
  display: none !important;
}
/* توسيط عنوان المنتج والعنوان الفرعي */
.product-entry__sub-title,
.da-tm {
    text-align: center;
}
/* توسيط السعر والسعر قبل الخصم والنص */
.price {
    text-align: center;
}

/* نخلي عناصر السعر نفسها بالوسط */
.price-wrapper {
    justify-content: center;
}
.dark .form-input, .dark input, .dark textarea, .dark select, .dark .tel-input, .dark .s-login-modal-input, .dark .s-product-availability-input, .dark .s-verify-input, .dark .s-comment-form-input {
    color: #000000;
}
/* توسيط نص "السعر شامل الضريبة" */
.color-grey {
    display: block;
    margin: 0 auto;
    text-align: center;
}
/* نوسط التقييم بالكامل */
salla-rating-stars {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
/* تغيير خلفية المتجر */
body {
    background-color: #ffffff !important;
}

.s-product-options-wrapper {
    text-align-last: center;
}
.s-product-options-option-content {
    justify-self: center;
}
.s-product-options-grid-mode {
    margin-bottom: 1.25rem;
    display: flex
;
    flex-wrap: wrap;
    justify-items: center;
    gap: 0.5rem;
    justify-content: center;
}



/* تنسيق الأسئلة الشائعة */
.accordion-group {
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.accordion-group:first-of-type {
  margin-top: 24px;
}

.accordion-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  color: #222;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
  transition: background-color 0.2s ease;
}

.accordion-title::before {
  content: "►";
  font-size: 13px;
  color: #666;
  margin-left: 12px;
  transition: transform 0.2s ease, content 0.2s ease;
}

.accordion-group[open] .accordion-title::before {
  content: "▼";
  transform: rotate(-180deg);
}

details > summary::-webkit-details-marker {
  display: none;
}

.accordion-content {
  padding: 12px 20px 16px;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  background-color: #fff;
  border-right: 3px solid #eee;
  border-left: 3px solid #eee;
  border-radius: 0 0 6px 6px;
  position: relative;
}

.wish-share {
  display: none !important;
}

.bg-green-500 {
    background-color: rgb(48 196 182);
}



/* يبدأ تأثير النبض فقط بعد العد */
.pulse {
  animation: pulse-count 1.2s ease-in-out infinite;
}

@keyframes pulse-count {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
}


/*تايمر صفحة السلة*/
#countdown-timer {
  color: #111827;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 18px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.8;
  transition: all 0.3s ease-in-out;
}

#countdown-timer span#countdown {
  color: #ff0000;
  font-weight: bold;
  font-size: 17px;
}

/* تحسين مظهر قسم الإجمالي في ملخص السلة */
.flex.justify-between.text-lg.mb-5 {
  background-color: #CBF3F0;
  border-radius: 12px;
  padding: 0.6rem 2.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* الرقم */
.flex.justify-between.text-lg.mb-5 b {
  color: #111827;
}
/* إخفاء سطر "ضريبة القيمة المضافة" */
#tax-amount {
    display: none !important;
}
#tax-amount i {
    display: none !important;
}
span.text-store-text-secondary:has( + b#tax-amount) {
    display: none !important;
}

/* إخفاء جملة "الأسعار شاملة للضريبة" */
.flex.justify-between.text-sm.mb-5 small.text-store-text-secondary {
    display: none !important;
}

.flex.justify-between.text-sm.mb-5 {
    display: none !important;
}
.shadow-default.bg-white.da-bgg.p-3.xs\:p-7.rounded-md.mb-5.relative.transition-height.duration-1000 > div:nth-child(2) {
  display: none !important;
}

#total-discount {
    padding: 0.6rem 8.25rem; 
    
       }
#total-discount > b {
  color: red !important;
}



.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}
.s-comments-item-inner .s-comments-flex-1 {
    background-color: rgb(255 255 255);
    }
    
/*يقوم بالشراء الان*/
.product-view-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.product-view-box {
  border: 1px dashed #333;
  border-radius: 6px;
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  direction: rtl;
  gap: 6px;
}

.product-view-box .fa-eye {
  font-size: 15px;
  color: #333;
}

.view-count {
  font-weight: bold !important;
  font-size: 14px;
  color: #f87171;
}





.s-product-options-grid-mode input:checked+div {
    background-color: #31c3b5;
}

.custom-offer-banner {
  background-color: #2EC4B6;
  color: white;
    padding: 5px 12px;
    margin: 10px auto;
    border-radius: 8px;
  width: fit-content;
  max-width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}





@keyframes cardPulseStrong {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.s-product-card-horizontal .s-product-card-promotion-title {
    max-width: min-content;
}
.s-product-card-promotion-title {
  animation: cardPulseStrong 1.8s infinite ease-in-out;
  transition: transform 0.3s ease;
}
.s-product-card-promotion-title {
    right: 5px !important;
    top: 5px !important;
        border-radius: 0.3rem !important;
}



a.tab-trigger[href="#product-tabs"][data-target="product-tabs-faqs"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
}




/*اليوم الوطني*/
#\"2011666346\" {
  background-color: #006c35 !important;
}

#\"2011666346\" * {
  color: #fff !important;
}





/* ===== خيار مناديل تنظيف العباية ===== */
/* الكارد كامل مع الإطار */
.cart-options [data-option-id="477996444"] {
  background: #f3f4f6 !important;
  border-radius: 8px !important;
  padding: 10px !important;
}
.cart-options [data-option-id="477996444"] .s-product-options-option-label small {
  display: block !important;
  font-size: 13px !important;
  color: #666 !important;
  margin-top: 6px !important;
}




/* إخفاء العرض الافتراضي من سلة */
salla-conditional-offer {
  display: none !important;
}
#my-conditional-offer {
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
  text-align: center;
}

#my-conditional-offer h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.progress-line-wrapper {
  position: relative;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: visible;
  margin-bottom: 30px;
}

.progress-line-fill {
  height: 100%;
  background-color: #31c3b5;
  border-radius: 9999px;
  width: 0%;
  transition: width 0.4s ease;
}

.steps {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.step {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #e5e7eb;
  position: relative;
  box-sizing: border-box;
}
.step[data-qty="3"] {
  width: 42px;
  height: 42px;
}


.step::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
}

.step.active {
  border-color: #31c3b5;
  background-color: #31c3b5;
}

.step.active::after {
  color: white;
}

.discount-message {
  color: #050e2c;
  margin-bottom: 8px;
  font-size: 15px;
}

.note {
  font-size: 12px;
  color: #6b7280;
}