body, #app {
    background: linear-gradient(135deg, #0f0f0f, #1a0d0d, #000000) !important;
    color: #f5f5f5 !important;
    font-family: 'Cairo', 'Tajawal', 'Segoe UI', Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sticky-bar .price,
.top-bar .price,
.header .price {
    color: #FFD700 !important; /* ذهبي بدلاً من أسود */
    background: rgba(0,0,0,0.7) !important; /* خلفية داكنة */
    padding: 5px 10px !important;
    border-radius: 5px !important;
}
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* إخفاء زر تكرار المنتج */
.sticky-product-bar__quantity,
salla-quantity-input {
    display: none !important;
    visibility: hidden !important;
}

/* إزالة أي خلفيات بيضاء */
.bg-white,
.bg-light,
.white-bg,
[style*="background: white"],
[style*="background:#fff"],
[style*="background-color: white"],
[style*="background-color:#fff"] {
    background: transparent !important;
}

/* ===== الشريط العلوي ===== */
.top-warning-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(90deg, #FFD700, #FFA500, #FFD700) !important;
    color: #8B0000 !important;
    padding: 8px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center !important;
    z-index: 9999 !important;
    animation: flashWarning 2s ease-in-out infinite !important;
}

/* النص المتحرك */
.scrolling-success-text {
    position: fixed !important;
    top: 35px !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(90deg, #8B0000, #DC143C, #8B0000) !important;
    color: #FFD700 !important;
    padding: 10px 0 !important;
    font-size: 15px !important;
    font-weight: bold !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    z-index: 9998 !important;
    border-bottom: 1px solid #FFD700 !important;
}

body {
    padding-top: 70px !important; /* مساحة للشريطين العلويين */
}

@keyframes scrollText {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@keyframes flashWarning {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

/* ===== الهيدر ===== */
.store-header {
    background: linear-gradient(135deg, #0f0f0f, #1a0d0d, #0f0f0f) !important;
    border-bottom: 2px solid #FFD700 !important;
    padding: 10px 20px !important;
    position: relative !important;
}

/* إزالة الخلفيات البيضاء */
.store-header *,
.navbar,
.navbar-nav,
.navbar-collapse {
    background: transparent !important;
}

.navbar-brand h2,
.navbar-brand .store-name {
    color: #FFD700 !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

/* تنسيق السعر على أيقونة السلة */
.s-cart-summary-wrapper,
.s-cart-summary-count,
salla-cart-summary,
.cart-icon span,
.navbar .s-cart-icon span,
.s-header-cart span {
    color: #FFD700 !important;
}

/* ===== قسم المنتج ===== */
#product-539809361,
.product-page .main-content {
    background: linear-gradient(145deg, #1a0d0d, #2a1515, #1a0d0d) !important;
    border: 2px solid #FFD700 !important;
    border-radius: 20px !important;
    padding: 25px !important;
    margin: 20px auto !important;
    max-width: 1200px !important;
    box-shadow: 0 10px 30px rgba(139, 0, 0, 0.3) !important;
}

/* العنوان الرئيسي مع الشعار - مكان واحد فقط */
.main-content h1 {
    background: linear-gradient(45deg, #FFD700, #FFA500) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 2.2rem !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    position: relative !important;
}

/* إضافة الشعار مرة واحدة فقط تحت العنوان الرئيسي */
.product-page .main-content h1:first-of-type::after {
    content: '"ازرع بذرة... احصد ثروة!"';
    display: block !important;
    font-size: 1.1rem !important;
    color: #FFD700 !important;
    font-style: italic !important;
    font-weight: normal !important;
    margin-top: 10px !important;
    background: none !important;
    -webkit-text-fill-color: #FFD700 !important;
}

}




}

/* حماية صور المنتجات من الاختفاء */
.product-image,
.product-thumb,
img[alt*="product"],
img[alt*="منتج"],
.details-slider img,
#product-539809361 img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    z-index: 10 !important;
}

/* نص MONEY FARM في الوسط */
.money-farm-text {
    text-align: center !important;
    margin: 40px auto !important;
    width: 100% !important;
    display: block !important;
}

.money-farm-text h2 {
    color: #FFD700 !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
}

@keyframes goldPulse {
    0%, 100% { 
        transform: scale(1); 
        filter: brightness(1.3) drop-shadow(0 0 10px rgba(255, 215, 0, 0.6));
    }
    50% { 
        transform: scale(1.05); 
        filter: brightness(1.5) drop-shadow(0 0 20px rgba(255, 215, 0, 0.9));
    }
}

/* ===== العداد الزمني ===== */
.countdown-container-12h {
    background: linear-gradient(135deg, #FFD700, #FFA500) !important;
    color: #000000 !important;
    padding: 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    margin: 20px auto !important;
    max-width: 400px !important;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4) !important;
    animation: timerPulse 3s ease-in-out infinite !important;
    border: 2px solid #FF8C00 !important;
}

@keyframes timerPulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    }
    50% { 
        transform: scale(1.02);
        box-shadow: 0 10px 35px rgba(255, 215, 0, 0.6);
    }
}

/* ===== مربع المميزات - إخفاء في صفحات الدفع والسلة ===== */
.main-content::before {
    content: '🎯 ما ستحصل عليه:\A📖 كتاب مزرعة الفلوس الكامل\A🎁 دليل إعلانات تيك توك\A📱 طرق عملية للعمل الحر\A💰 استراتيجيات مجربة للربح\A⚡ متابعة ودعم شخصي\A🔒 ضمان استرداد المال';
    display: block !important;
    max-width: 500px !important;
    margin: 0 auto 20px auto !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #FF4500, #DC143C, #FF4500) !important;
    color: #ffffff !important;
    text-align: center !important;
    border: 2px solid #FFD700 !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    white-space: pre-line !important;
    box-shadow: 0 0 20px rgba(255, 69, 0, 0.4) !important;
}

/* إخفاء في صفحات الدفع والسلة */
.checkout-page .main-content::before,
.payment-page .main-content::before,
.cart-page .main-content::before,
body[class*="checkout"] .main-content::before,
body[class*="cart"] .main-content::before {
    display: none !important;
}

/* إضافة "ازرع بذرة احصد ثروة" في صفحات الدفع والسلة */
.checkout-page .main-content::after,
.cart-page .main-content::after,
body[class*="checkout"] .main-content::after,
body[class*="cart"] .main-content::after {

    display: block !important;
    background: linear-gradient(135deg, #FFD700, #FFA500) !important;
    color: #000000 !important;
    padding: 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    margin: 20px auto !important;
    max-width: 400px !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4) !important;
    animation: goldPulse 3s ease-in-out infinite !important;
}

/* ===== مربع صفحة الدفع ===== */
.farm-start-box {
    background: linear-gradient(135deg, #FFD700, #FFA500) !important;
    color: #000000 !important;
    padding: 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    margin: 20px auto !important;
    max-width: 400px !important;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4) !important;
    animation: farmGlow 3s ease-in-out infinite !important;
}

@keyframes farmGlow {
    0%, 100% { 
        box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
    }
    50% { 
        box-shadow: 0 8px 30px rgba(255, 215, 0, 0.6);
    }
}

/* ===== الأسئلة الشائعة ===== */
salla-comments {
    display: block !important;
    max-width: 900px !important;
    margin: 40px auto !important;
    padding: 30px !important;
    background: linear-gradient(135deg, #0f0f0f, #1a0d0d, #0f0f0f) !important;
    border: 1px solid rgba(255, 215, 0, 0.3) !important;
    border-radius: 20px !important;
    text-align: center !important;
}

salla-comments::before {
    content: '❓الأسئلة الشائعة\A\A🤔 س: ما هي فكرة مزرعة المال بالضبط؟\A✅ ج: نظام ذكي يحول جوالك لآلة بيع تعمل 24/7 بدون ظهورك الشخصي. التفاصيل الكاملة خطوة بخطوة داخل الكتاب.\A\A🤔 س: كم أحتاج من المال للبدء؟\A✅ ج: أقل مما تتخيل! وحتى لو ما عندك ولا ريال، الكتاب الثالث يعلمك كيف تجمع رأس المال من الصفر.\A\A🤔 س: متى سأرى أول نتائج؟\A✅ ج: معظم المطبقين شافوا أول مبيعة خلال الأسبوع الأول، والدخل الثابت خلال 30 يوم. كل شي يعتمد على تطبيقك.\A\A🤔 س: هل الطريقة قانونية وحلال 100%؟\A✅ ج: طبعاً! تبيع منتجات حقيقية تفيد الناس، عبر منصات رسمية ومعتمدة، بدون أي غش أو خداع.\A\A🤔 س: هل أحتاج خبرة سابقة؟\A✅ ج: الجميل إنك ما تحتاج أي خبرة! النظام يبدأ معك من الصفر ويوصلك للاحتراف خطوة بخطوة.\A\A🤔 س: هل لازم أظهر في فيديوهات؟\A✅ ج: أبداً! هذا سر قوة النظام... تربح بدون ما أحد يعرف من أنت. كل شي يشتغل بالخفاء.\A\A🤔 س: وش يميز هذا عن آلاف الكورسات الثانية؟\A✅ ج: مو كورس! هذا نظام عملي 100% مع خطة 3 أيام دقيقة. ما في فلسفة ولا نظريات، تطبيق مباشر ونتائج سريعة.\A\A🤔 س: هل النتائج مضمونة؟\A✅ ج: الضمان الوحيد: إذا طبقت ولم تستفد، نرجع لك فلوسك. النجاح يحتاج جهد، لكن النظام مجرب ويشتغل.\A\A🤔 س: لماذا السعر رخيص (97 ريال)؟\A✅ ج: لأننا نريد أكبر عدد ينجح مع النظام. كل قصة نجاح تزيد من قوة Money Farm. ربحنا الحقيقي من سمعتنا.\A\A🤔 س: هل الأرقام المذكورة واقعية؟\A✅ ج: 100% واقعية بدون مبالغة. في ناس حققت أكثر وناس أقل، كل شخص حسب جهده والوقت المستثمر.\A\A🤔 س: ماذا لو كنت موظف وما عندي وقت؟\A✅ ج: النظام مصمم للموظفين! ساعتين في البداية، بعدها 30 دقيقة يومياً تكفي. والأرباح تدخل حتى وأنت في الدوام.\A\A🤔 س: هل أحتاج أكون خبير تقني؟\A✅ ج: إذا تعرف تستخدم واتساب وانستقرام، تقدر تطبق النظام! الأدوات كلها سهلة وبواجهات عربية.\A\A🤔 س: كيف أضمن إني ما أخسر فلوسي؟\A✅ ج: ضمان استرداد كامل + النظام مجرب من آلاف الأشخاص + السعر أقل من عشاء عائلي. المخاطرة شبه معدومة.\A\A🤔 س: هل يناسب البنات والنساء؟\A✅ ج: طبعاً! بل أفضل لهن لأنه يشتغل من البيت بدون اختلاط أو ظهور. كثير من قصص النجاح من نساء.\A\A🤔 س: ماذا بالضبط سأحصل عليه؟\A✅ ج: 3 كتب قيمتها 500+ ريال: النظام الكامل + دليل الإعلانات + طرق جمع رأس المال. كل شي تحتاجه للبداية والنجاح..';
    display: block !important;
    color: #f0f0f0 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    white-space: pre-line !important;
}

salla-comments > * {
    display: none !important;
}

/* تحسينات الجوال */ات الجوال */
@media (max-width: 768px) {
    body {
        padding-top: 60px !important;
    }
    
    .top-warning-bar {
        font-size: 12px !important;
        padding: 6px !important;
    }
    
    .scrolling-success-text {
        font-size: 13px !important;
        padding: 8px 0 !important;
        top: 30px !important;
    }
    
    .main-content h1 {
        font-size: 1.8rem !important;
    }
    
    .product-page .main-content h1:first-of-type::after {
        font-size: 0.95rem !important;
    }
    
    .main-content::before {
        font-size: 13px !important;
        padding: 15px !important;
        max-width: 90% !important;
    }
    
    .price-container {
        padding: 10px !important;
    }
    
    .old-price {
        font-size: 1.1em !important;
    }
    
    .current-price {
        font-size: 1.4em !important;
    }
}

@media (max-width: 480px) {
    .main-content h1 {
        font-size: 1.5rem !important;
    }
    
    .product-page .main-content h1:first-of-type::after {
        font-size: 0.85rem !important;
    }
}

/* ===== الفوتر ===== */
.store-footer {
    background: linear-gradient(135deg, #0f0f0f, #1a0d0d, #0f0f0f) !important;
    color: #f5f5f5 !important;
    margin-top: 50px !important;
    padding: 30px 20px !important;
    text-align: center !important;
    border-top: 1px solid rgba(255, 215, 0, 0.3) !important;
}

.store-footer *,
.footer-content,
.footer-bottom {
    background: transparent !important;
}

.store-footer h3,
.footer-title {
    color: #FFD700 !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

/* شريط التمرير */
::-webkit-scrollbar {
    width: 8px !important;
    background: #1a0d0d !important;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FFD700, #FFA500) !important;
    border-radius: 10px !important;
}

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #bfb;
    color: rgb(247 202 0);
}

.s-product-card-sale-price h4 {
    color: #1a0d0d !important;
    font-weight: bold !important;
}

.s-product-card-sale-price * {
    color: #ff4444 !important;
    font-weight: bold !important;
}

.store-footer,
.footer-content,
.footer-bottom {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    text-align: center !important;
}

.store-footer h3,
.footer-title {
    color: #FFD700 !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    width: 100% !important;
}