/* إجبار كل العناوين على اليمين */
body {
  direction: rtl !important;
}

/* محاذاة اسم المنتج والسعر تحت الصورة لليمين */
.product-title,
.product-card__title,
.product-name,
.product-item__name,
.product-item h3,
.product-item h2 {
  text-align: right !important;
  direction: rtl !important;
  unicode-bidi: plaintext;
  font-size: 16px; /* حجم الخط للاسم */
  font-weight: 600; /* سمك الخط */
  color: #000000; /* لون الاسم */
  margin-bottom: 4px; /* مسافة بين الاسم والسعر */
}

/* */
.product-card__price,
.product__price,
.price {
  display: block !important;
  width: 100% !important;
  text-align: right !important;
  direction: rtl !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.product-card__price,
.product__price,
.price {
  margin-left: auto !important;
}.price,
.product-price,
.price span {
  font-size 48BX!important;
}