/* Add custom CSS styles below */ 
/* إخفاء السطر الأصلي */
.product-count-sale { display: none !important; }

/* تنسيق السطر الجديد */
.custom-purchased-line {
  display:flex; align-items:center; gap:.4rem;
  margin-top:.5rem; font-weight:600;
  font-size:14px; line-height:1.7;
  color:#e11d48; /* نفس لون النص الأصلي */
}
.custom-purchased-line strong { font-weight:700; }
.custom-purchased-line .fire { font-size:16px; transform:translateY(1px); }
/* تنسيق التقييم الشكلي */
.custom-fake-rating{
  display:flex; align-items:center; gap:.35rem;
  margin-top:.25rem; font-size:14px; line-height:1.6;
  color:#111827;
}
.custom-fake-rating .stars{
  letter-spacing:2px;
  background: linear-gradient(90deg,#f59e0b 0%, #f59e0b 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent;
  filter: drop-shadow(0 0 0 rgba(0,0,0,0.08));
}
.custom-fake-rating .rate-num{ font-weight:700; }
.custom-fake-rating .rate-count{ color:#6b7280; font-weight:500; }/* Add custom CSS styles below */