/* =====================================================
   FINAL LIGHTHOUSE CONTRAST FIX – SALLA (ZERO STORE)
   ===================================================== */

/* ---------- PRICE (السعر) ---------- */
.s-product-card-price,
.s-product-card-price * {
  color: #000000 !important;              /* نص داكن عالي التباين */
}

.s-product-card-price {
  background-color: #FFD400 !important;   /* أصفر هوية ZERO */
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.5;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

/* السعر القديم (المشطوب) */
.s-product-card-price del,
.s-product-card-price .old-price {
  color: #7A0000 !important;              /* أحمر غامق واضح */
}

/* ---------- DISCOUNT BADGE (نسبة الخصم) ---------- */
.off-ratio,
.s-product-card-discount,
.card-discount {
  background-color: #D32F2F !important;   /* أحمر غامق */
  color: #FFD400 !important;              /* أصفر ذهبي (بديل الأبيض) */
  font-weight: 700;
}

/* فرض اللون على كل ما داخل البادج */
.off-ratio *,
.s-product-card-discount *,
.card-discount * {
  color: #FFD400 !important;
}

/* ---------- SAFETY: ADD TO CART BUTTON ---------- */
.s-button,
.s-add-to-cart {
  background-color: #000000 !important;   /* أسود */
  color: #FFFFFF !important;              /* أبيض عالي التباين */
}

/* === FIX HERO CTA TOUCH TARGET === */
a.btn-primary {
  min-height: 44px !important;
  min-width: 44px !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
}

/* === FIX SWIPER BULLETS TOUCH TARGET === */
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 10px !important;   /* المسافة هي الأهم */
}

.swiper-pagination {
  padding: 12px 0 !important; /* مساحة لمس إضافية */
}
/* 1) أخفِ الكارد نفسه داخل المنتجات المشابهة */
.similar-products custom-salla-product-card.s-product-card-out-of-stock{
  display: none !important;
}

/* 2) أخفِ السلايد كاملًا حتى تختفي الفراغات (Chrome/Edge) */
.similar-products .swiper-slide:has(custom-salla-product-card.s-product-card-out-of-stock){
  display: none !important;
}