/* Add custom CSS styles below */ 
.promotion-title, 
.badge-sale, 
.product-promotion, 
[class*="promotion"] {
    background-color: #1b4d3e !important;
    color: #ffffff !important;
/* تغيير لون شريط العنونة والعروض المخصصة */
.promotion-title,
.product-promotion,
.badge,
[class*="promotion"],
[class*="badge"] {
    background-color: #1b4d3e !important;
    color: #ffffff !important;
}