/* Add custom CSS styles below */

/* تغيير لون السعر */
.s-product-card-price,
.s-product-card__price,
.product-price,
.product-price span {
    color: #000000 !important;
}

/* الاستهداف الشامل والقوي لاسم المنتج */
salla-product-card .s-product-card-title,
salla-product-card .s-product-card-title a,
salla-product-card .s-product-card-title *,
.s-product-card-content__title,
.s-product-card-content__title a,
.s-product-card-content__title *,
.s-product-card__title,
.s-product-card__title a,
.s-product-card__title *,
.product-title,
.product-title a,
.product-title * {
    color: #000000 !important;
}