/* === عنوان المنتج === */
.s-product-card-content-title,
.s-product-card-content-title a {
  color: #000 !important;
}

/* === السعر (رقم + أيقونة) === */
.s-product-card-price,
.s-product-card-price *,
.s-product-card-starting-price h4,
.s-product-card-starting-price h4 * {
  color: #000 !important;
  font-weight: bold;
  -webkit-text-fill-color: #000 !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

/* === أيقونة العملة === */
.s-product-card-price i.sicon-sar {
  color: #000 !important;
}

/* === النص "يبدأ من" === */
.s-product-card-starting-price p {
  color: #ccc !important;
  font-size: 0.9em;
}