/* Add custom CSS styles below */ 
/* تغيير لون سعر المنتج إلى أسود */
.product-price,
.price,
.s-product-card__price,
.s-product-card-price,
.s-price {
    color: #000000 !important;
    font-weight: bold;
}