/* =========================================
   فرض لون الفوتر البيج/الذهبي الفاتح 
   ========================================= */

/* 1. تغيير الخلفية للفوتر وكل طبقاته الأساسية */
.store-footer,
.store-footer::before,
.store-footer::after,
.store-footer__inner,
.site-footer {
    background-color: #F8F4E6 !important; 
    background-image: none !important;
    border-top: 2px solid #D4AF37 !important; /* خط ذهبي خفيف يفصل الفوتر */
}

/* 2. إخفاء القوس الداكن (التموج) في أعلى الفوتر تماماً */
.store-footer__curve,
.store-footer svg.wave {
    display: none !important;
}

/* 3. جعل جميع أقسام الفوتر شفافة لتأخذ لون الخلفية البيج */
.store-footer .footer-bottom,
.store-footer__contacts-row,
.store-footer > div {
    background-color: transparent !important;
    background-image: none !important;
}

/* 4. تغيير ألوان كل النصوص (حقوق، عناوين، روابط) للون داكن مقروء */
.store-footer *,
.store-footer p,
.store-footer h3,
.store-footer a,
.store-footer span,
.store-footer li {
    color: #2C2825 !important; /* بني داكن جداً يميل للأسود */
}

/* 5. تلوين أيقونات السوشيال ميديا بالذهبي */
.store-footer .s-social-link a svg,
.store-footer .s-social-link a path,
.store-footer .s-social-link a i,
.store-footer .s-social-link a {
    fill: #C5A059 !important;
    color: #C5A059 !important;
    border-color: rgba(197, 160, 89, 0.4) !important; /* حدود دائرية ذهبية خفيفة */
}