/* تغيير لون الخلفية العام للموقع إلى لون فاتح */
body {
    background-color: #fdfdfd !important;
    color: #000000 !important;
    font-family: "Tajawal", sans-serif; /* خط عربي أنيق */
}

/* تعديل ألوان الهيدر والشريط العلوي */
.top-navbar, header.store-header, .main-nav-container {
    background: #ffffff !important;
    color: #000000 !important;
    border-bottom: 1px solid #e0e0e0; /* خط فاصل خفيف */
}

/* إزالة شعار الواتساب من الموقع */
.whatsapp-button, .whatsapp-icon, a[href*="whatsapp"] {
    display: none !important;
}

/* تعديل ألوان النصوص والعناوين */
h1, h2, h3, h4, h5, h6, p, a {
    color: #000000 !important;
}

/* تغيير ألوان البانرات */
.s-block--fixed-banner .container, .s-block--banners.container {
    background-color: #fdfdfd !important;
}

/* تعديل تصميم بطاقات المنتجات */
.s-product-card-content-title a,
.s-product-card-content-subtitle {
    text-align: center !important;
    color: #000000 !important;
}

/* تعديل لون السعر */
.s-product-card-price, .s-product-card-sale-price h4 {
    color: #c79865 !important; /* لون ذهبي راقٍ */
}

/* تعديل أزرار الشراء */
button.s-button-element {
    background: #c79865 !important; /* لون ذهبي */
    color: #ffffff !important;
    border-radius: 5px !important;
}

/* تعديل تذييل الموقع */
.store-footer__inner {
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 50px 50px 0 0;
}

/* ضبط مظهر الموقع على الجوال */
@media (max-width: 768px) {
    .top-navbar, .main-nav-container, .store-footer__inner {
        background: #ffffff !important;
    }
    .s-product-card-content-title a {
        font-size: 16px !important;
    }
}