/* Add custom CSS styles below */ 

/*لون السعر في بطاقة المنتج */
.product-card__price .total-price {
    position: relative;
    top: -2px;
    color: #1e375a;
}