/* --- تعديل الألوان بناءً على الشعار الجديد --- */

.main-nav-container {
    box-shadow: none;
    background: url(https://cdn.salla.sa/form-builder/ZBLFwD9TMNIeXAIEkypiYhCEskovVQUXMeh8AksB.jpg);
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.bg-inherit {
    background: url(https://cdn.salla.sa/form-builder/ZBLFwD9TMNIeXAIEkypiYhCEskovVQUXMeh8AksB.jpg);
}
/* --- 1. خلفية الشعار الرخامية الخاصة بك --- */
.header__logo img, .store-logo img, .header-logo img {
    background-image: url('https://cdn.salla.sa/form-builder/ZBLFwD9TMNIeXAIEkypiYhCEskovVQUXMeh8AksB.jpg') !important;
    background-size: cover;
    background-position: center;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #D8BA7A; /* إطار ذهبي نحيف لإبراز الفخامة */
}

/* --- 2. زر إضافة للسلة (احترافي: إطار ذهبي فقط) --- */
.w-full button, .s-product-card-content-footer {
    background: transparent !important;
    color: #D8BA7A !important;
    border: 1.5px solid #D8BA7A !important;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* تأثير التمرير (Hover) لزيادة الاحترافية */
.w-full button:hover, .s-product-card-content-footer:hover {
    background: #D8BA7A !important;
    color: #101112 !important;
    box-shadow: 0 4px 15px rgba(216, 186, 122, 0.3);

  
background-color: #101112 !important; /* الأسود الملكي الموجود بالشعار */


}

.store-footer h3, .footer-title span {
    color: #D8BA7A !important; /* اللون الذهبي الخاص بالشعار */
    background: transparent !important;
    font-size: 1.1rem;
}

.s-social-link a {
    color: #ffffff !important;
    border: 1px solid #D8BA7A !important;
    background: rgba(216, 186, 122, 0.1);
}

/* --- 4. لمسات فنية للأقسام والعناوين --- */
.s-slider-block__title-right h2 {
    color: #101112 !important;
    border-right: 4px solid #D8BA7A; /* خط ذهبي جانبي للعناوين */
    padding-right: 10px;
}

.s-slider-block__display-all {
    background: #101112 !important;
    color: #D8BA7A !important;
    border: 1px solid #D8BA7A;
    border-radius: 20px;
    padding: 5px 20px !important;
}

/* --- 5. تعديلات الهيدر والأيقونات --- */
.header-btn__icon, .s-user-menu-trigger {
    background: #D8BA7A !important;
    color: #101112 !important;
    border-radius: 50%;
}

/* --- 6. تنسيق الجوال (Mobile Optimized) --- */
@media(max-width: 992px) {
    .s-products-slider-card {
        width: 48%; /* لتحسين عرض المنتجات */
    }
    .store-footer {
        text-align: center;
        border-top: 1px solid #D8BA7A;
    }
    .s-social-list {
        justify-content: center;
        margin-top: 20px;
    }
}

}

/* --- 2. ذيل الصفحة: تعديل ألوان الكتابة فقط --- */
‏.store-footer .store-footer__inner .container {
‏    background-color: #101112 !important; /* الخلفية سوداء فخمة */
}

/* كود فرض الإطار الذهبي على صور المنتجات */

/* 1. إضافة الإطار حول صورة العباية مباشرة */
.s-product-card-image-wrapper, 
.product-card__image, 
.s-product-card-image {
    border: 2px solid #C5A059 !important; /* الإطار الذهبي */
    border-radius: 15px !important;       /* انحناء الزوايا ليناسب البطاقة */
    overflow: hidden !important;          /* لضمان عدم خروج الصورة عن الإطار */
    margin-bottom: 10px !important;
}

/* 2. إضافة ظل ذهبي خفيف لإبراز الصورة على الخلفية البيضاء */
.s-product-card-image-wrapper {
    box-shadow: 0 4px 10px rgba(197, 160, 89, 0.2) !important;
}

/* 3. التأكد من أن البطاقة نفسها (الكارد) لها إطار ذهبي خارجي */
.s-product-card {
    border: 1.5px solid #C5A059 !important;
    border-radius: 20px !important;
    padding: 10px !important;
}

/* SEVEN T - FINAL LUXURY CODE (RAED THEME)
   Target: Full Black Background + Gold Framing + Global Footer
*/

/* 1. الخلفية العامة (إجبار اللون الأسود على كامل المتجر) */
html, body, #app, .main-wrapper, .page-content, .home-section, .footer-main {
    background-color: #000000 !important;
}

/* 2. الهيدر (رأس الموقع) */
.site-header__main, .main-header, .header-wrapper {
    background-color: #000000 !important;
    border-bottom: 2px solid #C5A059 !important;
}

/* أيقونات الهيدر الذهبية */
.header-btn__icon i, .header-btn__text, .s-user-menu-trigger i, .nav-link, .header-v2-components i {
    color: #C5A059 !important;
}

/* 3. بطاقات المنتجات (نفس تنسيق الصورة التي طلبتها) */
.product-item, .product-card, .s-product-card {
    background-color: #ffffff !important; /* خلفية بيضاء للمنتج لتبرز العباءة */
    border: 2px solid #C5A059 !important; /* الإطار الذهبي */
    border-radius: 20px !important;
    padding: 12px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.2) !important;
}

/* تعديل نصوص المنتج داخل البطاقة البيضاء */
.product-item__title a, .product-card__title, .product-card__title a {
    color: #000000 !important;
    font-weight: bold !important;
    display: block;
    margin-top: 10px;
}

.product-item__price, .product-card__price {
    color: #666666 !important;
}

/* 4. أزرار (إضافة للسلة) - تصميم فخم */
.s-button-primary, .btn-add-to-cart, .s-product-card-button {
    background-color: #000000 !important;
    color: #C5A059 !important;
    border: 1px solid #C5A059 !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    transition: 0.3s ease;
}

.s-button-primary:hover {
    background-color: #C5A059 !important;
    color: #000000 !important;
}

/* 5. ذيل الصفحة (Footer) والمميزات */
.store-footer, .main-footer {
    background-color: #000000 !important;
    border-top: 3px solid #C5A059 !important;
    color: #ffffff !important;
}

/* توحيد أيقونات المميزات بالذهبي وإلغاء التركوازي */
.s-feature-item i, .feature-item__icon, .s-feature-item .feature-icon-wrapper {
    color: #C5A059 !important;
    background-color: #1a1a1a !important;
    border: 1px solid #C5A059 !important;
    border-radius: 50% !important;
}

.footer-title, .store-footer h3 {
    color: #C5A059 !important;
}

/* 6. العناوين (مثل: تعالي الردار) */
.section-title h2, .s-block-header h2 {
    color: #ffffff !important;
    text-align: center;
    border-bottom: 2px solid #C5A059;
    display: inline-block;
    padding-bottom: 10px;
}

  /* تغيير لون جميع النصوص والروابط في ذيل الصفحة للذهبي */
.store-footer, 
.store-footer p, 
.store-footer a, 
.store-footer span,
.store-footer h1, 
.store-footer h2, 
.store-footer h3,
.footer-main * {
    color: #C5A059 !important;
}

/* التأكد من تلوين أيقونات التواصل الاجتماعي بالذهبي أيضاً */
.footer-social i, 
.footer-social svg {
    fill: #C5A059 !important;
    color: #C5A059 !important;
}

  /* جعل خلفية ذيل الصفحة سوداء وتلوين الخطوط بالذهبي */
.store-footer, 
.footer-main, 
.footer-wrapper {
    background-color: #ffffff !important; /* خلفية سوداء */
    border-
}

  /* 3. توحيد لون الخط الرئيسي والنصوص للأبيض ناصع */
h1, h2, h3, h4, h5, h6, 
p, span, li, label, 
.nav-link, .s-nav-item a, 
.product-card__title a, .product-item__title a,
.s-product-card-content-title a,
.footer-main *, .store-footer p, .store-footer a {
    color: #C5A059 !important;
}
  /* Add custom CSS styles below */ 
salla-trust-badges{display:none!important}