footer {
    background-color: #F4F0E8!important;
}
header{
    background-color: #F4F0E8!important;
}
/* تغيير لون خلفية الفوتر والنصوص */
footer {
  background-color: #f5efe3 !important; /* بيج فاتح */
  color: #1f1e1c !important; /* نص غامق */
}

/* روابط الفوتر */
footer a {
  color: #6b4e2e !important;
}
footer a:hover {
  color: #a27d4e !important;
}
/* إخفاء روابط سياسة الخصوصية والاسترجاع من الرأس */
header a[href*="privacy"],
header a[href*="return"],
header a[href*="policies"] {
  display: none !important;
}

header .footer-links {
   display: none !important;
}/* تغيير خلفية الموقع للأوف وايت الملكي */
body, .s-body, .main-content {
    background-color: #F9F7F2 !important;
}

/* توحيد وتنسيق كروت المنتجات لتكون فخمة */
.product-entry {
    background: #ffffff !important;
    border: 1px solid #D4AF37 !important; /* إطار ذهبي ناعم */
    border-radius: 15px !important;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* تأثير عند مرور الماوس على المنتج */
.product-entry:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.1) !important;
}

/* تنسيق العناوين باللون البرونزي/الذهبي الداكن */
h1, h2, h3, .product-entry__title a {
    color: #5C4033 !important;
    font-family: 'serif' !important; /* لإعطاء طابع فيكتوري */
}

/* تجميل أزرار الشراء */
.btn-primary, .s-button-primary {
    background-color: #D4AF37 !important; /* لون ذهبي */
    border-color: #B8860B !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: bold !important;
}

/* إخفاء أي خطوط حادة بين الأقسام لجعل الموقع انسيابي */
.section {
    border: none !important;
}
/* تنسيق القائمة العلوية (الهيدر) */
.main-header {
    background-color: #ffffff !important;
    border-bottom: 2px solid #D4AF37 !important; /* خط ذهبي تحت القائمة */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* جعل أسماء الأقسام في القائمة أرقى */
.main-menu-item > a {
    color: #5C4033 !important; /* لون بني محروق فخم */
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-transform: uppercase; /* لمسة براندات عالمية */
}

/* تمييز القسم النشط بلمسة ذهبية */
.main-menu-item.active > a, .main-menu-item > a:hover {
    color: #D4AF37 !important;
}

/* تحسين شكل السلة وأيقونة الحساب */
.header-btn {
    color: #D4AF37 !important;
    border: 1px solid #eee !important;
    border-radius: 50% !important;
}

/* لمسة جمالية لأسعار المنتجات */
.product-entry__price {
    color: #D4AF37 !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
  /* تنسيق قسم التصنيفات ليظهر كأيقونات راقية */
.category-item {
    background-color: #ffffff !important;
    border: 1px solid #D4AF37 !important; /* إطار ذهبي */
    border-radius: 50% !important; /* شكل دائري فخم */
    width: 120px !important;
    height: 120px !important;
    margin: 10px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.05) !important;
}

/* تأثير عند تمرير الماوس على أيقونة التصنيف */
.category-item:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.2) !important;
    background-color: #F9F7F2 !important;
}

/* تنسيق صور التصنيفات داخل الدوائر */
.category-item img {
    max-width: 70% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* تنسيق أسماء التصنيفات تحت الأيقونات */
.category-name {
    font-family: 'serif' !important;
    color: #5C4033 !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    text-align: center !important;
    font-size: 14px !important;
}

/* جعل حاوية التصنيفات مرنة ومتجاوبة */
.categories-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 40px 0 !important;
}
}