/* تغيير لون ملصق المنتجات فقط إلى الأحمر */
.badge-name.badge-name-product-card{
  background-color:#d71920 !important;
  border-color:#d71920 !important;
  color:#ffffff !important;
}