/* Add custom CSS styles below */ 
/* السعر بعد الخصم */
.total-price {
    color: #63a65e !important;
    font-weight: bold;
}

/* السعر قبل الخصم */
.before-price {
    color: red !important;
}

.product-card__discount span {
    color: #192b29 !important;
}