/* Add custom CSS styles below */ 
/* إخفاء نص التقييم الأصلي */
.s-rating-stars-reviews {
  font-size: 0 !important;
}

/* عرض النص الجديد */
.s-rating-stars-reviews::after {
  content: "(9839 تقييم)" !important;
  font-size: 14px;
}

/* إخفاء النص الأصلي داخل صندوق تم شراءه */
.bg-white .px-4 {
  font-size: 0 !important;
}

/* إظهار النص البديل */
.bg-white .px-4::after {
  content: "تم شراءه 102,527 مرة" !important;
  font-size: 14px;
}
.s-reviews-summary-count {
  color: inherit;
  font-size: 0 !important;
}

.s-reviews-summary-count::after {
  content: "بناءً على99830 تقييم" !important;
  font-size: 14px;
  font-weight: normal;
}
.s-comments-count-label span {
  font-size: 0 !important;
}

.s-comments-count-label span::after {
  content: "871" !important;
  font-size: 14px;
}