/* Add custom CSS styles below */ 

[class*="price"], [class*="product-price"], [class*="productPrice"]{
  font-size: 18px !important;
  font-weight: 800 !important;
}



/* استهداف سطر "تم شراؤه" */
.product-metadata > li:nth-child(2) {
  background: transparent !important;   /* بدون تعبئة */
  border: 2px solid #000 !important;    /* حدود سوداء */
  border-radius: 10px !important;
  padding: 6px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

/* لون النص */
.product-metadata > li:nth-child(2) strong,
.product-metadata > li:nth-child(2) span {
  color: #000 !important;
  font-weight: 600;
}

.product-metadata > li:nth-child(2)::before {
  content: "🛒";
  font-size: 14px;
}

/* السعر المخفض (بعد الخصم) */
custom-salla-product-card .discount-amount{
  color: #e11d48 !important; /* أحمر */
}

/* السعر السابق (المشطوب) */
custom-salla-product-card .before-price{
  color: #000 !important;   /* أسود */
  opacity: 1 !important;    /* يلغي الرمادي لو موجود */
}