/* Add custom CSS styles below */ 

/*السعر في بطاقة المنتج*/
.product-card__price .total-price {
    font-size: 16px;
    color: #a02d46;
}

/*لون زر إضافة للسلة*/
.product-card__normal-cart__btn .s-button-btn {
    line-height: normal;
    background-color: #860a15;
}
/*لون نصصص زر إضافة للسلة*/

.product-card__normal-cart__btn .s-button-text {
    display: flex;
    gap: 5px;
    color: white;
}