promotion-title,
.product-card__promotion {
  background-color: #490507 !important; /* لون عودي ملكي */
  color: #fff !important; /* نص أبيض */
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

/* حجم أصغر على الجوال */
@media (max-width: 767px) {
  .promotion-title,
  .product-card__promotion {
    font-size: 13px !important;
    padding: 3px 6px !important;
  }
}