/* السعر الجديد */
#sale-price {
  color: #121212 !important;
  font-weight: bold !important;
}

/* السعر القديم + العملة */
.text-gray-500.line-through,
.text-gray-500.line-through span {
  color: red !important;
  text-decoration: line-through !important;
  font-weight: bold !important;
}

/* إصلاح مشكلة العملة الورديّة */
.text-red-400 span,
.text-red-400 .text-xl span,
.text-red-400 .font-[inherit] {
  color: #121212 !important;
}
