/* تلوين الشريط العلوي */
.main-nav-container {
    background-color: #7d1a1a !important; 
    border-bottom: 2px solid #000000;
}

/* جعل الأيقونات والنصوص بيضاء */
.main-nav-container a, 
.main-nav-container .header-btn, 
.main-nav-container .cart-icon,
.main-nav-container .search-icon {
    color: #ffffff !important;
}

/* خلفية سوداء لقسم المميزات */
.store-features {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* تلوين الأيقونات بالأحمر العنابي */
.store-features i, .store-features svg {
    color: #7d1a1a !important;
}

/* تلوين أزرار الطلب */
.btn-primary {
    background-color: #7d1a1a !important;
    border-color: #7d1a1a !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

/* تلوين سعر المنتج */
.product-price {
    color: #7d1a1a !important;
    font-weight: bold !important;
}
/* تلوين ذيل الصفحة (الفوتر) باللون الزيتي */
footer {
    background-color: #1a332d !important; /* درجة اللون الزيتي الداكن */
    color: #ffffff !important; /* جعل النصوص باللون الأبيض لتبدو واضحة */
    border-top: 3px solid #7d1a1a; /* خط أحمر عنابي علوي لربط الألوان بالهوية */
}

/* تلوين الروابط داخل الفوتر لتكون واضحة */
footer a {
    color: #ffffff !important;
}