/* خلى الصور تظهر كاملة بدون قص */
.s-product-card-image-cover img,
.s-product-card-image img,
.s-product-card-image picture img {
    object-fit: contain !important;
    background: #fff !important;
}

/* تغيير لون السعر */
.s-product-card-content .price,
.s-product-card-content .product-price,
.s-product-card-content [class*="price"] {
    color: #56071d !important;
}
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

body, body * {
    font-family: 'Tajawal', sans-serif !important;
}
/* تغيير لون زرار إضافة للسلة */
.s-button-element.s-button-primary-outline {
    background-color: #db7e77 !important; /* لون الخلفية */
    color: #ffffff !important; /* لون النص */
    border-color: #db7e77 !important; /* لون البوردر */
}

/* تغيير لون النص والأيقونة داخل الزر */
.s-button-element.s-button-primary-outline .s-button-text,
.s-button-element.s-button-primary-outline .s-button-text i {
    color: #ffffff !important;
}
/* تغيير لون وخط الأسعار في كل الموقع */
.s-product-card-price,
.s-product-card-price *,
.product-price,
.product-price * {
    color: #56071d !important;
    font-weight: bold !important;
}

.s-product-card-entry {
  border: none !important;
}

.sicon-sar {
  color: #000000 !important; /* اللون الأسود */
}
.s-product-card-price i.sicon-sar {
  color: #000000 !important;
}