/* =========================
   الخلفية العامة
========================= */

body,
html,
.main-content,
.app,
#app {
    background: #eaeaea !important;
}

/* =========================
   Product Card
========================= */

.product-card,
.product-item,
.group.box-border {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* الجزء اللي تحت الصورة */
.product-card .text-center,
.product-item .text-center,
.group.box-border .text-center {
    background: transparent !important;
}

/* اسم المنتج */
.product-card h3,
.product-item h3,
.product-name {
    color: #111111 !important;
    font-weight: 600 !important;
}

/* السعر */
.product-price,
.price,
.amount,
.sale-price {
    color: #7a1c2e !important;
    font-weight: 700 !important;
}

/* السعر القديم */
del,
.old-price,
.compare-price {
    color: #8c8c8c !important;
}