/* 1. تغيير خلفية الموقع بالكامل إلى أوف وايت ذهبي فخم */
body, html, main, section, .container, .main-content, .s-testimonials, .s-section {
    background-color: #fdf5e6 !important; /* لون أوف وايت ذهبي (Old Lace) */
}

/* 2. تحويل جميع النصوص الفعلية إلى اللون الأسود الصريح */
h1, h2, h3, h4, h5, h6, p, span, a, b, strong, i:not(:empty), li, label, input, textarea, select {
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
}

/* 3. حماية الأيقونات والـ SVG من التغير للأسود المشوه */
svg, svg *, [class*="icon"], [class*="fa-"], .salla-icon, i:empty {
    color: inherit !important;
    fill: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

/* 4. حماية عناصر التصميم الخاصة (علامات الاقتباس والأزرار الجانبية) */
.s-testimonials-item-quote, 
.s-testimonials-item-quote *,
[class*="quote"],
.s-contact-button,
.s-contact-button * {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

/* 5. جعل بطاقات المنتجات ذهبية لتبرز فوق الخلفية الأوف وايت */
.product-card, .s-product-card {
    background: #dca936 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

/* 6. الهيدر (الجزء العلوي) بنفس لون الخلفية أو أبيض */
header, .main-header, .top-nav {
    background-color: #fdf5e6 !important;
    border-bottom: 1px solid rgba(220, 169, 54, 0.3);
}