/* Add custom CSS/* خلفية كروت المنتجات */
/* خلفية كرت المنتج */
.s-product-card-entry {
    background: #F7F1E8 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

/* إزالة الخلفية السوداء حول الصورة */
.s-product-card-entry .s-product-card-image,
.s-product-card-entry .s-product-card-image-container {
    background: #F7F1E8 !important;
}

/* الصورة تملأ مساحة الصورة */
.s-product-card-entry .s-product-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    background: #F7F1E8 !important;
}

/* إخفاء المربعات السوداء للبراند فقط */
.s-product-card-entry .s-product-card-content-brand,
.s-product-card-entry .s-product-card-brand,
.s-product-card-entry [class*="brand"] {
    display: none !important;
}

/* اسم المنتج */
.s-product-card-entry .s-product-card-content-title {
    color: #2F2923 !important;
}

/* السعر */
.s-product-card-entry .s-product-card-price {
    color: #8B6F47 !important;
}

/* زر أضف للسلة */
.s-product-card-entry .s-product-card-add-to-cart,
.s-product-card-entry button {
    background-color: #C6A66B !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
}
/* لون السعر المخفض */
.s-product-card-entry .s-product-card-sale-price,
.s-product-card-entry .s-product-card-sale-price *,
.s-product-card-entry .sale-price,
.s-product-card-entry .sale-price *,
.s-product-card-entry .product-price {
    color: #8B6F47 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* إخفاء المربع الأسود فقط */
.s-product-card-entry .s-product-card-content-subtitle,
.s-product-card-entry [class*="content-subtitle"] {
    display: none !important;
}
/* إخفاء المربع الأسود فوق اسم المنتج */
.s-product-card-entry .s-product-card-content-subtitle,
.s-product-card-entry .s-product-card-content-badge,
.s-product-card-entry .s-product-card-badge,
.s-product-card-entry [class*="badge"] {
    display: none !important;
}
/* إخفاء مربع التصنيف الأسود فقط */
.s-product-card-entry .s-product-card-content-brand,
.s-product-card-entry .s-product-card-brand,
.s-product-card-entry .s-product-card-content-badge,
.s-product-card-entry .s-product-card-badge {
    display: none !important;
}