/* تحويل خلفية الموقع بالكامل والشرايط للون الكريمي الموحد */
body, html, main, .main-wrapper, #app, .site-header, .top-header, .header-wrapper, .store-header-b {
    background-color: #f8f0e5 !important;
    background: #f8f0e5 !important;
}

/* إزالة أي مساحات بيضاء أو خطوط فاصلة مشوهة في الهيدر */
header, .header-bottom, .header-top, .sub-header {
    background-color: #f8f0e5 !important;
    border: none !important;
    box-shadow: none !important;
}

/* تنسيق شريط التصنيفات (الأصناف) لتظهر بشكل أرتب وبخط بني متناسق */
.main-menu a, .navigation-bar a, .s-nav-container a {
    color: #6a482f !important;
    font-weight: bold !important;
}

/* تنسيق بطاقات المنتجات لمنع تداخل الألوان وتثبيت الإطار البني الداكن */
.s-product-card, .product-card {
    border: 2px solid #6a482f !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background-color: #ffffff !important; /* خلفية المنتج بيضاء لتبرز بوضوح فوق الكريمي */
    box-shadow: none !important;
}

/* تثبيت زر أضف للسلة ليكون عريضاً باللون البني والخط الأبيض العريض */
.s-product-card-button, .s-product-card-button-index {
    background-color: #6a482f !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}