/* =========================
   Sleek Style Branding
========================= */

:root{
    --sleek-burgundy:#7d0b0a;
    --sleek-burgundy-dark:#5d0807;
    --sleek-white:#ffffff;
}

/* الهيدر */
header,
.main-nav,
.store-header,
.s-header{
    background: var(--sleek-White) !important;
}

/* جميع النصوص والأيقونات داخل الهيدر */
header *,
.main-nav *,
.s-header *{
    color: var(--sleek-burgundy) !important;
}

/* الفوتر */
footer,
.store-footer,
.s-footer{
    background: var(--sleek-burgundy) !important;
}

footer *,
.store-footer *,
.s-footer *{
    color: var(--sleek-burgandy) !important;
}

/* =========================
   الأسعار
========================= */

/* السعر الأساسي */
.price,
.product-price,
.s-product-card-price,
.money,
.amount{
    color: var(--sleek-burgundy) !important;
    font-weight: 900 !important;
    font-size: 1.15em !important;
    text-shadow:
        0 0 1px rgba(0,0,0,.15),
        0 1px 2px rgba(0,0,0,.12);
}

/* العملة */
.price-currency,
.currency-symbol{
    color: var(--sleek-burgundy) !important;
    font-weight: 800 !important;
}

/* السعر بعد الخصم */
.sale-price,
.price--sale,
.s-product-card-sale-price{
    color: var(--sleek-burgundy) !important;
    font-weight: 900 !important;
    font-size: 1.2em !important;
}

/* السعر القديم */
.old-price,
.price-before,
.price--regular{
    color: #999 !important;
    opacity: .8;
}

/* نسبة الخصم */
.discount-badge,
.sale-badge,
.badge-sale{
    background: var(--sleek-burgundy) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

/* ظل بسيط لكروت المنتجات */
.s-product-card,
.product-card{
    transition: .3s ease;
}

.s-product-card:hover,
.product-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(125,11,10,.18);
}
/* =========================
   خلفية الفوتر بالكامل
========================= */

footer,
.store-footer,
.s-footer,
.footer-main,
.footer-content,
.footer-wrapper,
.site-footer,
.footer{
    background: #7d0b0a !important;
}

/* جميع النصوص داخل الفوتر */
footer *,
.store-footer *,
.s-footer *,
.footer-main *,
.footer-content *,
.footer-wrapper *,
.site-footer *,
.footer *{
    color: #721912 !important;
}

/* أيقونات التواصل */
footer svg,
footer i,
footer path{
    color: #721912 !important;
    fill: #721912 !important;
}

/* خطوط الفصل */
footer hr,
footer .border,
footer [class*="border"]{
    border-color: rgba(255,255,255,.15) !important;
}

/* خلفية السجل التجاري */
footer img{
    opacity: 1 !important;
}

/* الشريط السفلي الأحمر */
.copyright,
.footer-bottom,
.copyright-bar{
    background: #5d0807 !important;
    color: #ffffff !important;
}