html, body {
            margin: 0;
            padding: 0;
            font-family: 'Amiri', serif;
            background-color: #f4ecd8; /* لون الورق القديم المعتّق */
            color: #3e2723; /* لون بني خشبي للنصوص */
            overflow-x: hidden !important;
            width: 100%;
        }

        .site {
            overflow-x: hidden;
            width: 100%;
            position: relative;
        }


        /* ================= إعدادات سكشن السراج التفاعلي ================= */
        :root {
            /* متغيرات سيتم تحديثها بالجافاسكريبت لتتبع الماوس */
            --cursor-x: 50%;
            --cursor-y: 50%;
        }

        .spotlight-hero {
            position: relative;
            height: 100vh;
            width: 100%;
            overflow: hidden;
            background-color: #050302; /* أسود مائل للبني المحروق */
            cursor: crosshair; /* تغيير شكل الماوس لعلامة دقيقة */
            display: flex;
            align-items: center;
            justify-content: center; 
          
        }

        /* ---------------- الطبقة السفلية: الخشب والمنتجات ---------------- */
        .hidden-treasures {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
        }

        .wood-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* صورة خشب داكن عالي الجودة */
            background-image: url('https://plus.unsplash.com/premium_photo-1756717328032-bfaa4b7e7c55?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8TW9vZHklMjBkYXJrJTIwd29vZGVufGVufDB8fDB8fHww'); 
            background-size: cover;
            background-position: center;
            filter: contrast(1.2) brightness(0.8); /* تعميق تفاصيل الخشب */
        }

        /* ---------------- (جديد) تنسيقات الأوراق المبعثرة ---------------- */
        .scattered-olives-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1.5; /* بين الخشب والزجاجة */
            pointer-events: none; /* لمنع تفاعل الماوس مع الأوراق */
        }

        .scattered-olive {
            position: absolute;
            object-fit: contain;
            height: 10vh; /* حجم موحد للأوراق */
            opacity: 0.9; /* شفافة قليلاً لتبدو قديمة */
            filter: drop-shadow(0 10px 15px rgba(0,0,0,0.5)); /* ظل خفيف */
        }

        /* --- توزيع عشوائي للأوراق ف أماكن متفرقة --- */
        /* أعلى اليسار */
        .olive-1  { top: 10%; left: 5%; transform: rotate(-20deg) scale(0.8); }
        .olive-2  { top: 25%; left: 15%; transform: rotate(45deg) scale(1.1); }
        /* منتصف اليسار */
        .olive-3  { top: 50%; left: 8%; transform: rotate(90deg) scale(1.0); }
        /* أسفل اليسار */
        .olive-4  { bottom: 10%; left: 5%; transform: rotate(180deg) scale(0.9); }
        
        /* أعلى الوسط (تحت اللوجو) */
        .olive-5  { top: 15%; left: 35%; transform: rotate(15deg) scale(1.2); }
        /* أسفل الوسط (تحت الزجاجة) */
        .olive-6  { bottom: 15%; left: 45%; transform: rotate(20deg) scale(1.0); }

        /* أعلى اليمين */
        .olive-7  { top: 10%; right: 5%; transform: rotate(30deg) scale(0.8); }
        .olive-8  { top: 30%; right: 20%; transform: rotate(-100deg) scale(1.0); }
        /* منتصف اليمين */
        .olive-9  { top: 60%; right: 10%; transform: rotate(-60deg) scale(1.1); }
        /* أسفل اليمين */
        .olive-10 { bottom: 10%; right: 5%; transform: rotate(-150deg) scale(0.9); }

        /* أماكن إضافية متفرقة */
        .olive-11 { bottom: 30%; left: 20%; transform: rotate(70deg) scale(1.1); }
        .olive-12 { top: 40%; right: 30%; transform: rotate(-30deg) scale(0.9); }


        /* ---------------- زجاجة زاد الأصلية (تحت ورق الزيتون) ---------------- */
        .premium-bottle-spotlight {
            position: relative;
            height: 70vh; /* حجم الزجاجة */
            object-fit: contain;
            z-index: 2; /* فوق الأوراق */
            filter: drop-shadow(0 30px 40px rgba(0,0,0,0.8)); /* ظل عميق جداً */
            margin-top: 50px;
        }

        .warm-glow-filter {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            /* لون برتقالي/ذهبي شفاف جداً يعطي إحساس إضاءة السراج */
            background-color: rgba(212, 140, 50, 0.15); 
            mix-blend-mode: overlay; /* يدمج اللون مع الخشب بشكل واقعي */
            z-index: 3;
        }

        /* ---------------- قناع الظلام (The Magic Mask) ---------------- */
        .darkness-mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 5;
            pointer-events: none; /* هام جداً: للسماح للماوس بالضغط على الزرار تحته */
            
            /* التدرج الدائري اللي بيعمل شكل إضاءة الشمعة الناعمة */
            /* نستخدم المتغيرات --cursor-x و --cursor-y لتحديد المركز */
            background: radial-gradient(
                circle 400px at var(--cursor-x) var(--cursor-y),
                rgba(0, 0, 0, 0) 0%,           /* النقطة المركزية شفافة تماماً (منورة) */
                rgba(20, 10, 5, 0.5) 40%,      /* بداية الظلام الناعم */
                rgba(10, 5, 2, 0.95) 70%,      /* ظلام شبه كامل */
                rgba(5, 3, 1, 1) 100%          /* ظلام دامس في الأطراف */
            );
            transition: background 0.1s ease; /* حركة ناعمة جداً للإضاءة */
        }

        /* ---------------- واجهة المستخدم (النصوص المتوهجة) ---------------- */
        .ui-glow-layer {
            position: relative;
            z-index: 10; /* أعلى طبقة */
            text-align: center;
            pointer-events: none; /* النص لا يتفاعل مع الماوس */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .logo-glow {
            font-family: 'Aref Ruqaa', serif;
            font-size: 8rem;
            color: #ffecd2; /* لون كريمي مضيء */
            margin: 0 0 10px 0;
            line-height: 1;
            /* تأثير توهج قوي كأن الكلمة منورة من نفسها */
            text-shadow: 
                0 0 10px rgba(255, 200, 100, 0.3),
                0 0 30px rgba(255, 150, 50, 0.5),
                0 0 50px rgba(255, 100, 0, 0.2);
        }

        .subtitle-glow {
            font-family: 'Amiri', serif;
            font-size: 1.5rem;
            color: #d4a373; /* ذهبي مطفي */
            margin-bottom: 40px;
            letter-spacing: 1px;
            text-shadow: 0 2px 10px rgba(0,0,0,0.8);
        }

        /* تنسيق الزرار ليكون قابل للضغط (Pointer Events Auto) */
        .btn-spotlight {
            pointer-events: auto; /* نفعل الضغط هنا فقط */
            display: inline-block;
            padding: 12px 40px;
            font-size: 1.2rem;
            font-family: 'Amiri', serif;
            font-weight: bold;
            color: #050302;
            background: linear-gradient(135deg, #e6b980 0%, #c48c46 100%); /* زرار ذهبي فخم */
            border-radius: 30px; /* حواف دائرية أنيقة */
            text-decoration: none;
            transition: all 0.4s ease;
            box-shadow: 0 0 20px rgba(196, 140, 70, 0.4); /* توهج حول الزرار */
            border: 1px solid #ffecd2;
        }

        .btn-spotlight:hover {
            transform: scale(1.05);
            box-shadow: 0 0 30px rgba(255, 200, 100, 0.6); /* توهج أقوى عند الهوفر */
            background: linear-gradient(135deg, #ffecd2 0%, #e6b980 100%);
        }

        /* تجاوب الشاشات (Mobile) */
        @media (max-width: 768px) {
            .logo-glow { font-size: 5rem; }
            .subtitle-glow { font-size: 1.1rem; padding: 0 20px; }
            .premium-bottle-spotlight { height: 50vh; margin-top: 30px; }
            /* في الموبايل، نجعل الإضاءة تتمركز في المنتصف بشكل افتراضي لأن الماوس غير موجود */
            .darkness-mask {
                background: radial-gradient(
                    circle 300px at 50% 60%,
                    rgba(0, 0, 0, 0) 0%,
                    rgba(20, 10, 5, 0.6) 50%,
                    rgba(5, 3, 1, 1) 100%
                );
            }
        }

        /* سكشن البداية (Hero Section) */
        .hero {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            /* دمج لون الورق القديم مع صورة زيتون بخاصية الـ Parallax */
            background: linear-gradient(rgba(244, 236, 216, 0.85), rgba(244, 236, 216, 0.95)), 
                        url('https://images.unsplash.com/photo-1591122523233-22037c1dec9f?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8b2xpdmUlMjB0cmVlfGVufDB8fDB8fHww') no-repeat center center;
            background-size: cover;
            background-attachment: fixed; /* تأثير العمق أثناء النزول */
            border-bottom: 8px solid #4a5d23; /* خط أخضر زيتوني في آخر السكشن */
        }

        .hero-content {
            max-width: 700px;
            padding: 20px;
        }

        /* تنسيق اسم المتجر (زاد) */
        .logo-text {
            font-family: 'Aref Ruqaa', serif;
            font-size: 6rem;
            color: #4a5d23; /* أخضر زيتوني غامق */
            margin: 0 0 10px 0;
            text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1); /* ظل خفيف يبرز الكلمة */
        }

        /* تنسيق الوصف */
        .subtitle {
            font-size: 1.6rem;
            line-height: 1.8;
            margin-bottom: 40px;
            color: #5d4037;
        }

        /* زرار كلاسيكي (Vintage Button) */
        .btn-vintage {
            display: inline-block;
            padding: 12px 40px;
            font-size: 1.3rem;
            font-family: 'Amiri', serif;
            font-weight: bold;
            color: #4a5d23;
            text-decoration: none;
            border: 2px solid #4a5d23;
            border-radius: 4px;
            background: transparent;
            transition: all 0.4s ease;
            cursor: pointer;
        }

        /* تأثير لما الماوس ييجي على الزرار */
        .btn-vintage:hover {
            background-color: #4a5d23;
            color: #f4ecd8;
            transform: translateY(-5px); /* الزرار يترفع لفوق حركة بسيطة */
            box-shadow: 0 10px 15px rgba(74, 93, 35, 0.2);
        }


        .products {
            padding: 80px 20px;
            background-color: #fcf6ea; /* لون خلفية أفتح قليلاً للتباين مع الهيرو */
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* عنوان السكشن الفخم */
        .section-title {
            text-align: center;
            font-family: 'Aref Ruqaa', serif;
            font-size: 3rem;
            color: #4a5d23; /* أخضر زيتوني */
            margin-bottom: 60px;
            position: relative;
        }

        /* زخرفة بسيطة تحت العنوان */
        .section-title::after {
            content: "";
            display: block;
            width: 100px;
            height: 3px;
            background-color: #a47c4b; /* لون ذهبي/بني مطفي */
            margin: 15px auto 0;
            border-radius: 2px;
        }

        /* تنسيق الشبكة للمنتجات - متجاوبة */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 40px; /* مسافة بين الكروت */
        }

        /* كارت المنتج الكلاسيكي */
        .product-card {
            background-color: transparent;
            border: 1px solid rgba(164, 124, 75, 0.2); /* حدود بنية خفيفة جداً */
            border-radius: 8px;
            overflow: hidden;
            text-align: center;
            padding: 20px;
            transition: all 0.5s ease;
            position: relative;
        }

        /* تأثير الظل عند الوقوف على الكارت بالكامل */
        .product-card:hover {
            box-shadow: 0 15px 30px rgba(74, 93, 35, 0.1);
            transform: translateY(-10px); /* يترفع قليلاً */
        }

        /* منطقة الصورة الـ Attractive */
        .product-image-wrapper {
            position: relative;
            margin-bottom: 20px;
            padding: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* الزخرفة الكلاسيكية (البقعة الزيتية) التي تظهر خلف الصورة عند الـ Hover */
        .product-image-wrapper::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0; /* تبدأ مخفية */
            height: 0;
            background-color: rgba(74, 93, 35, 0.05); /* أخضر شفاف جداً */
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.6s ease-out; /* حركة ناعمة */
            z-index: 1;
        }

        /* عندما يقف الماوس على الكارت، تظهر الزخرفة خلف الصورة */
        .product-card:hover .product-image-wrapper::before {
            width: 100%; /* تملأ المساحة */
            height: 100%;
        }

        /* تنسيق صورة الزجاجة */
        .product-image {
            max-width: 100%;
            height: 250px; /* طول ثابت للزجاجات للتناسق */
            object-fit: contain; /* عدم تشويه الصورة */
            z-index: 2; /* لتكون فوق الزخرفة */
            transition: transform 0.6s ease;
            position: relative;
        }

        /* حركة تكبير الصورة عند الـ Hover */
        .product-card:hover .product-image {
            transform: scale(1.08); /* تكبير بسيط جداً */
        }

        /* تفاصيل المنتج */
        .product-info {
            padding: 10px 0;
        }

        .product-name {
            font-family: 'Aref Ruqaa', serif;
            font-size: 1.6rem;
            color: #3e2723; /* بني غامق */
            margin: 0 0 10px 0;
        }

        .product-desc {
            font-family: 'Amiri', serif;
            font-size: 1rem;
            color: #795548; /* بني أفتح */
            margin: 0 0 15px 0;
            line-height: 1.6;
        }

        /* حاوية السعر والوزن */
        .product-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            border-top: 1px dashed rgba(164, 124, 75, 0.2); /* خط منقط كلاسيكي */
            padding-top: 15px;
        }

        .price {
            font-family: 'Amiri', serif;
            font-weight: bold;
            font-size: 1.5rem;
            color: #4a5d23; /* أخضر زيتوني للسعر */
        }

        .price small {
            font-size: 0.8rem;
            font-weight: normal;
        }

        .weight {
            font-family: 'Amiri', serif;
            color: #a47c4b; /* لون ذهبي مطفي */
            font-size: 0.9rem;
        }

        /* زر الإضافة للسلة الكلاسيكي */
        .btn-add-cart {
            width: 100%;
            padding: 12px;
            font-family: 'Amiri', serif;
            font-weight: bold;
            font-size: 1.1rem;
            color: #fcf6ea; /* لون الخلفية */
            background-color: #a47c4b; /* يبدأ بلون ذهبي */
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }

        /* تأثير الـ Hover على الزرار (يصبح أخضر زيتوني) */
        .btn-add-cart:hover {
            background-color: #4a5d23;
        }

        /* تأثير الضغط على الزرار */
        .btn-add-cart:active {
            transform: scale(0.98);
        }


        /* تنسيقات عامة للسكاشن */
        /* .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        } */

        .vintage-title {
            font-family: 'Aref Ruqaa', serif;
            font-size: 3rem;
            color: #4a5d23;
            margin-bottom: 40px;
            position: relative;
        }

        .vintage-title.text-center {
            text-align: center;
        }

        .vintage-title.text-center::after {
            content: "";
            display: block;
            width: 80px;
            height: 2px;
            background-color: #a47c4b;
            margin: 15px auto 0;
        }

        /* 1. سكشن الحكاية */
        .story-section {
            padding: 80px 0;
            background-color: #f4ecd8;
        }

        .story-container {
            display: flex;
            align-items: center;
            gap: 50px;
            padding: 20px 15px;
        }

        .story-content {
            flex: 1;
            position: relative;
        }

        .story-text {
            font-size: 1.2rem;
            line-height: 1.9;
            color: #5d4037;
            margin-bottom: 20px;
        }

        .signature {
            font-family: 'Aref Ruqaa', serif;
            font-size: 2.5rem;
            color: #a47c4b;
            margin-top: 30px;
            transform: rotate(-14deg);
            position: absolute;
            left: 0;
            bottom: -39px;
        }

        .story-image-wrapper {
            flex: 1;
            position: relative;
        }

        .story-image {
            width: 94%;
            border-radius: 4px;
            filter: sepia(0.4) contrast(1.1); /* تأثير لوني قديم للصورة */
            border: 10px solid #fcf6ea; /* إطار كلاسيكي */
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        /* 2. سكشن لماذا نحن (المميزات) */
        .features-section {
            padding: 80px 0;
            background-color: #fcf6ea;
            border-top: 2px dashed rgba(164, 124, 75, 0.3);
            border-bottom: 2px dashed rgba(164, 124, 75, 0.3);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            text-align: center;
        }

        .feature-card {
            padding: 20px;
        }

        .feature-icon {
            font-size: 3.5rem;
            margin-bottom: 15px;
            color: #4a5d23;
        }

        .feature-title {
            font-family: 'Aref Ruqaa', serif;
            font-size: 1.8rem;
            color: #3e2723;
            margin-bottom: 15px;
        }

        .feature-desc {
            color: #795548;
            line-height: 1.6;
        }

        /* 3. سكشن آراء العملاء (الجوابات القديمة) */
        .testimonials-section {
            padding: 80px 0;
            background: linear-gradient(rgba(244, 236, 216, 0.9), rgba(244, 236, 216, 0.9)), 
                        url('https://www.transparenttextures.com/patterns/old-wall.png'); /* تأثير حائط/ورق قديم */
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            padding: 20px 15px;
        }

        .testimonial-paper {
            background-color: #fdfbf7;
            padding: 40px 30px;
            box-shadow: 2px 5px 15px rgba(0,0,0,0.08);
            position: relative;
            border: 1px solid #eaddc5;
        }

        /* جعل الكروت مائلة لتبدو كأوراق مبعثرة */
        .tilt-right { transform: rotate(2deg); }
        .tilt-left { transform: rotate(-2deg); }
        
        .testimonial-paper:hover {
            transform: rotate(0deg) scale(1.02);
            transition: all 0.3s ease;
            z-index: 2;
        }

        .quote-mark {
            position: absolute;
            top: 10px;
            right: 20px;
            font-family: 'Aref Ruqaa', serif;
            font-size: 5rem;
            color: rgba(164, 124, 75, 0.2);
            line-height: 1;
        }

        .testimonial-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #5d4037;
            margin-bottom: 20px;
            font-style: italic;
        }

        .testimonial-author {
            font-family: 'Aref Ruqaa', serif;
            font-size: 1.3rem;
            color: #4a5d23;
            text-align: left;
        }

        /* 4. سكشن النصائح (البلوج) */
        .tips-section {
            padding: 80px 0;
            background-color: #fcf6ea;
        }

        .tips-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            justify-content: center;
            padding: 20px 15px;
        }

        .tip-card {
            background: #fff;
            border-radius: 6px;
            overflow: hidden;
            border: 1px solid rgba(164, 124, 75, 0.2);
            transition: transform 0.3s ease;
        }

        .tip-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(74, 93, 35, 0.1);
        }

        .tip-image {
            width: 100%;
            height: 450px;
            object-fit: cover;
            filter: grayscale(20%) sepia(20%); /* بهتان كلاسيكي خفيف للصورة */
        }

        .tip-content {
            padding: 25px;
        }

        .tip-title {
            font-family: 'Aref Ruqaa', serif;
            font-size: 1.6rem;
            color: #3e2723;
            margin: 0 0 15px 0;
        }

        .tip-excerpt {
            color: #795548;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .read-more {
            color: #a47c4b;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            transition: color 0.3s ease;
        }

        .read-more:hover {
            color: #4a5d23;
        }

        /* تجاوب الشاشات الصغيرة (Mobile) */
        @media (max-width: 768px) {
            .story-container {
                flex-direction: column;
            }
            .story-content {
                text-align: center;
            }
            .vintage-title.text-center::after {
                margin: 15px auto 0;
            }
            .hero {
                background-attachment: scroll;
            }
            .tip-image {
                height: 250px;
            }
            .newsletter-form {
                justify-content: center;
            }
        }


        /* ================= سكشن نافذة على الأرض ================= */
        .video-window-section {
            padding: 80px 0;
            background-color: #f4ecd8; /* لون الورق المعتّق */
            background-image: url('https://www.transparenttextures.com/patterns/aged-paper.png'); /* تأثير ملمس الورق */
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #795548;
            margin-top: -20px;
            margin-bottom: 50px;
        }

        .video-frame-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        /* الإطار العضوي (شكل غير منتظم كأنه شباك قديم أو بركة ماء) */
        .organic-frame {
            width: 100%;
            max-width: 800px;
            aspect-ratio: 16 / 9;
            position: relative;
            overflow: hidden;
            /* سر الشكل العضوي غير المربع */
            border-radius: 80% 20% 75% 25% / 25% 75% 25% 75%;
            border: 12px solid #5d4037; /* خشب غامق */
            box-shadow: 
                15px 15px 30px rgba(0,0,0,0.2), /* ظل خارجي */
                inset 0 0 40px rgba(0,0,0,0.6); /* ظل داخلي للعمق */
            transition: border-radius 3s ease-in-out;
            animation: morphFrame 8s infinite alternate; /* حركة تنفس بطيئة للإطار */
        }

        /* أنيميشن لتغيير شكل الإطار ببطء شديد كأنه شيء حي */
        @keyframes morphFrame {
            0% { border-radius: 80% 20% 75% 25% / 25% 75% 25% 75%; }
            50% { border-radius: 70% 30% 65% 35% / 35% 65% 35% 65%; }
            100% { border-radius: 85% 15% 80% 20% / 20% 80% 20% 80%; }
        }

        .vintage-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* فلاتر لتحويل أي فيديو مودرن لـ ستايل قديم دافئ */
            filter: sepia(0.6) contrast(1.1) brightness(0.9) saturate(1.2);
            transform: scale(1.05); /* إخفاء أي حواف سوداء */
        }

        /* طبقة التعتيق فوق الفيديو (Vignette) */
        .video-overlay-texture {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, transparent 40%, rgba(62, 39, 35, 0.6) 100%);
            pointer-events: none; /* عشان العميل يقدر يشغل/يوقف الفيديو لو حبيتي */
        }

        /* ================= سكشن ختم الأصالة ================= */
      /* ================= سكشن ختم الأصالة (المعدل) ================= */
        .wax-seal-section {
            padding: 120px 0; /* زيادة المساحة قليلاً للراحة البصرية */
            color: #fcf6ea; /* لون النصوص فاتح (كريمي) */
            text-align: center;
            border-top: 5px solid #8b0000; /* خط أحمر كلاسيكي */
            border-bottom: 5px solid #8b0000;
            position: relative; /* ضروري لوضع الخلفية */
            overflow: hidden; /* للحفاظ على حدود البلاور بالداخل */
        }

        /* الطبقة الخلفية (الصورة + البلور + التعتيم) */
        .wax-seal-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* 1. وضع الصورة الجديدة */
            background-image: url('https://images.unsplash.com/photo-1618100790047-3da47dcd5727?w=800&auto=format&fit=crop&q=60');
            background-size: cover;
            background-position: center;
            background-attachment: fixed; /* تأثير Parallax بسيط لفخامة أكتر */
            
            /* 2. تطبيق تأثير الـ Blur (التمويه) */
            filter: blur(8px); /* تقدري تزودي أو تقللي الرقم ده حسب رغبتك */
            
            /* 3. تكبير الصورة سنة صغيرة لإخفاء حواف البلور البيضاء */
            transform: scale(1.1); 
            
            z-index: 1; /* خلف المحتوى */
        }

        /* طبقة تعتيم إضافية (Dark Overlay) لضمان وضوح الكلام */
        .wax-seal-section::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6); /* تعتيم بنسبة 60% */
            z-index: 2; /* فوق الصورة وتحت المحتوى */
        }

        .seal-content-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            max-width: 650px; /* توسيع المحتوى قليلاً */
            margin: 0 auto;
            position: relative; /* ضروري علشان الـ z-index يشتغل */
            z-index: 3; /* فوق كل طبقات الخلفية */
            cursor: pointer;
        }

        /* --- باقي التنسيقات كما هي (للتذكير) --- */

        .seal-graphic {
            width: 180px;
            height: 180px;
            margin-bottom: 30px;
        }

        .wax-seal-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: drop-shadow(0 15px 15px rgba(0,0,0,0.5));
            animation: spinSeal 20s linear infinite;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        @keyframes spinSeal {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .guarantee-message {
            opacity: 0.7; /* زيادة الشفافية قليلاً للبدء */
            transform: translateY(20px);
            transition: all 0.5s ease;
            padding: 0 20px;
        }

        .guarantee-title {
            font-family: 'Aref Ruqaa', serif;
            font-size: 2.8rem; /* تكبير العنوان سنة */
            color: #ff4d4d; /* أحمر أوضح قليلاً على الخلفية الداكنة */
            margin-bottom: 15px;
            text-shadow: 2px 2px 5px rgba(0,0,0,0.7); /* ظل أقوى للوضوح */
        }

        .guarantee-text {
            font-size: 1.25rem;
            line-height: 1.8;
            color: #fcf6ea;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* ظل للكلام */
        }

        /* تفاعل الهوفر */
        .seal-content-wrapper:hover .wax-seal-img {
            animation-play-state: paused;
            transform: scale(0.9) rotate(-10deg);
            filter: drop-shadow(0 5px 5px rgba(0,0,0,0.8));
        }

        .seal-content-wrapper:hover .guarantee-message {
            opacity: 1;
            transform: translateY(0);
        }

        /* تجاوب الشاشات */
        @media (max-width: 768px) {
            .wax-seal-section::before {
                background-attachment: scroll; /* إلغاء الـ Parallax على الموبايل للأداء */
            }
            .wax-seal-img {
                width: 130px;
                height: 130px;
            }
            .guarantee-title {
                font-size: 2.2rem;
            }
        }
/* ================= سكشن خلفية الفيديو ================= */
        .video-background-section {
            position: relative;
            width: 100%;
            min-height: 85vh; /* السكشن هياخد 85% من طول الشاشة */
            display: flex;
            align-items: center; /* توسيط المحتوى عمودياً */
            overflow: hidden; /* لمنع خروج الفيديو عن الإطار */
            padding: 100px 0;
        }

        /* حاوية الفيديو */
        .video-bg-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            pointer-events: none; /* منع تفاعل الماوس مع الفيديو علشان ميوقفش */
        }

        /* التريك البرمجية لجعل الـ iframe يغطي الشاشة كخلفية (Cover) */
        .vimeo-bg {
            width: 100vw;
            height: 56.25vw; /* نسبة العرض للارتفاع 16:9 */
            min-height: 100vh;
            min-width: 177.77vh; /* 16/9 * 100 */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); /* توسيط الفيديو بالظبط */
            filter: sepia(0.3) brightness(0.9); /* لمسة فينتج دافئة للفيديو */
        }

        /* طبقة التعتيم المتدرجة (غامقة يميناً للنص، وشفافة يساراً للفيديو) */
        .video-overlay-gradient {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* التدرج من اليمين لليسار ليناسب اللغة العربية */
            background: linear-gradient(to left, rgba(46, 28, 21, 0.85) 10%, rgba(46, 28, 21, 0.2) 80%);
            z-index: 1;
        }

        /* حاوية المحتوى فوق الفيديو */
        .relative-content {
            position: relative;
            z-index: 2; /* فوق التعتيم والفيديو */
        }

        /* تنسيق النص ليكون على اليمين وفاتح اللون */
        .theater-text-content {
            max-width: 550px; /* تحديد عرض النص علشان مياخدش الشاشة كلها */
            /* text-align: center; */
        }

        .vintage-badge {
            display: inline-block;
            font-family: 'Amiri', serif;
            padding: 5px 15px;
            background-color: #a47c4b; /* بني ذهبي */
            color: #fcf6ea;
            border-radius: 20px;
            font-size: 1rem;
            margin-bottom: 20px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }

        .theater-title-light {
            font-family: 'Aref Ruqaa', serif;
            font-size: 3.5rem;
            color: #fcf6ea; /* لون كريمي فاتح */
            margin-bottom: 20px;
            line-height: 1.2;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.5); /* ظل لزيادة الوضوح */
        }

        .theater-desc-light {
            font-size: 1.25rem;
            line-height: 1.8;
            color: #eaddc5;
            margin-bottom: 40px;
            text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
            
        }

        /* زرار شفاف بحدود كلاسيكية */
        .btn-vintage-light {
            display: inline-block;
            padding: 12px 40px;
            font-size: 1.2rem;
            font-family: 'Amiri', serif;
            font-weight: bold;
            color: #fcf6ea;
            text-decoration: none;
            border: 2px solid #a47c4b;
            background-color: rgba(164, 124, 75, 0.2); /* خلفية شبه شفافة */
            border-radius: 4px;
            transition: all 0.4s ease;
            backdrop-filter: blur(2px); /* تمويه خفيف خلف الزرار */
        }

        .btn-vintage-light:hover {
            background-color: #a47c4b;
            color: #3e2723;
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.3);
        }

        /* تجاوب الشاشات الصغيرة (Mobile) */
        @media (max-width: 768px) {
            .video-background-section {
                min-height: 70vh;
                /* text-align: center; */
                padding: 60px 20px;
            }
            .video-overlay-gradient {
                /* على الموبايل نخلي التعتيم متساوي علشان النص يكون واضح في النص */
                background: rgba(46, 28, 21, 0.7); 
            }
            .theater-text-content {
                max-width: 84%;
                margin: 0 auto;
            }
            .theater-title-light {
                font-size: 2.5rem;
            }
            .video-background-section {
              width: fit-content;
            }
        }


        /* ================= سكشن التواصل (شكل القوس) ================= */
        /* ================= سكشن التواصل (التقسيم الجديد) ================= */
        .contact-arch-section {
            padding: 100px 0;
            background-color: #fcf6ea; 
        }

        .contact-split-container {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 60px;
            padding: 0 20px;
        }

        /* ---------------- الجزء الأيمن (معلومات التواصل) ---------------- */
        /* ---------------- الجزء الأيمن (بطاقة معلومات التواصل الكلاسيكية) ---------------- */
        .contact-info-side {
            flex: 1;
            background-color: #ffffff; /* لون أبيض نقي ليبرز عن الخلفية */
            padding: 80px 40px 50px 40px;
            border-radius: 200px 200px 15px 15px;
            border: 1px solid rgba(164, 124, 75, 0.2); /* إطار ذهبي خفيف */
            box-shadow: 0 20px 40px rgba(11, 41, 25, 0.06); /* ظل ناعم جداً مائل للأخضر */
            position: relative;
            overflow: hidden; /* لمنع خروج العلامة المائية */
            margin-bottom: 20px;
        }

        /* 1. إطار داخلي منقط (Design Consistency مع الفورم) */
        .contact-info-side::before {
            content: "";
            position: absolute;
            top: 15px; left: 15px; right: 15px; bottom: 15px;
            border: 1px dashed rgba(164, 124, 75, 0.4);
            border-radius: 185px 185px 10px 10px;
            pointer-events: none;
            z-index: 1;
        }
 

       


        /* 2. علامة مائية (Watermark) كلاسيكية في الخلفية */
        .contact-info-side::after {
            content: "🌿"; /* غصن زيتون أو أي رمز */
            position: absolute;
            bottom: -30px;
            left: -20px; /* مكانها في أسفل اليسار */
            font-size: 15rem;
            color: rgba(164, 124, 75, 0.04); /* لون ذهبي شفاف جداً جداً */
            transform: rotate(-15deg);
            pointer-events: none;
            z-index: 0;
        }

        /* 3. رفع المحتوى فوق الزخارف لضمان وضوحه */
        .vintage-title, .contact-intro, .info-list, .contact-social-icons {
            position: relative;
            z-index: 2;
        }

        .contact-intro {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #795548;
            margin-bottom: 40px;
        }

        .info-list {
            display: flex;
            flex-direction: column;
            gap: 25px;
            margin-bottom: 40px;
        }

        .info-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .info-icon-gold {
            font-size: 1.5rem;
            color: #a47c4b; /* اللون الذهبي */
            background-color: rgba(164, 124, 75, 0.08); /* خلفية دائرية خفيفة */
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px dashed #a47c4b;
        }

        .info-text h4 {
            font-family: 'Amiri', serif;
            font-size: 1.2rem;
            color: #0B2919; /* الأخضر الداكن */
            margin: 0 0 5px 0;
        }

        .info-text p, .info-text .static-text {
            margin: 0;
            color: #5d4037;
            font-size: 1.05rem;
        }

        /* تنسيقات الروابط القابلة للضغط */
        .info-text .clickable-link {
            color: #5d4037;
            font-size: 1.05rem;
            text-decoration: none;
            display: inline-block;
            transition: color 0.3s ease, transform 0.3s ease;
        }

        .info-text .clickable-link:hover {
            color: #a47c4b; 
            transform: translateX(-5px); 
        }

        .contact-social-icons p {
            font-family: 'Aref Ruqaa', serif;
            font-size: 1.5rem;
            color: #0B2919;
            margin: 0 0 15px 0;
        }

        .social-links-wrapper {
            display: flex;
            gap: 15px;
        }

        .social-links-wrapper a {
            text-decoration: none;
            font-size: 1.3rem;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #0B2919;
            color: #ffecd2;
            transition: all 0.3s ease;
        }

        .social-links-wrapper a:hover {
            background-color: #a47c4b;
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(164, 124, 75, 0.4);
        }


        /* ---------------- الجزء الأيسر (الفورم القوس) ---------------- */
        .arch-form-wrapper {
            flex: 1;
            background-color: #0B2919; 
            border-radius: 200px 200px 15px 15px; 
            border: 2px solid #a47c4b; 
            padding: 80px 40px 50px 40px; /* تقليل الـ padding ليتناسب مع العرض الجديد */
            max-width: 450px;
            width: 100%;
            text-align: center;
            box-shadow: 0 25px 50px rgba(11, 41, 25, 0.15);
            position: relative;
        }

        /* خط داخلي للزينة */
        .arch-form-wrapper::before {
            content: "";
            position: absolute;
            top: 15px; left: 15px; right: 15px; bottom: 15px;
            border-radius: 185px 185px 10px 10px;
            border: 1px dashed rgba(164, 124, 75, 0.4);
            pointer-events: none;
        }

        .arch-header { margin-bottom: 30px; position: relative; z-index: 2; }
        .arch-icon { font-size: 2rem; margin-bottom: 10px; color: #a47c4b; }
        .arch-title { font-family: 'Aref Ruqaa', serif; font-size: 2.2rem; color: #fcf6ea; margin: 0 0 10px 0; }
        .arch-subtitle { font-family: 'Amiri', serif; font-size: 1rem; color: #d4a373; margin: 0; }

        .arch-form { display: flex; flex-direction: column; gap: 20px; position: relative; z-index: 2; }
        
        .input-wrapper input, .input-wrapper textarea {
            width: 100%; padding: 15px 20px; font-family: 'Amiri', serif; font-size: 1.1rem;
            background-color: rgba(252, 246, 234, 0.05); 
            border: 1px solid rgba(164, 124, 75, 0.5); border-radius: 8px; color: #fcf6ea;
            outline: none; transition: all 0.3s ease; box-sizing: border-box; resize: none;
            margin: 5px 0px;
        }

        .input-wrapper input::placeholder, .input-wrapper textarea::placeholder {
            color: rgba(252, 246, 234, 0.5);
        }

        .input-wrapper input:focus, .input-wrapper textarea:focus {
            background-color: rgba(252, 246, 234, 0.1); border-color: #d4a373; box-shadow: 0 0 10px rgba(212, 163, 115, 0.2);
        }

        .btn-arch {
            margin-top: 10px; padding: 15px; font-family: 'Amiri', serif; font-size: 1.2rem; font-weight: bold;
            color: #0B2919; background-color: #a47c4b; border: none; border-radius: 30px; cursor: pointer; transition: all 0.4s ease;
        }

        .btn-arch:hover {
            background-color: #fcf6ea; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }

        /* ================= تنسيقات الروابط القابلة للضغط ================= */
        .info-text .clickable-link {
            color: #5d4037; /* لون بني خشبي زي باقي النصوص */
            font-size: 1.05rem;
            text-decoration: none; /* إزالة الخط السفلي الافتراضي للينكات */
            display: inline-block;
            transition: color 0.3s ease, transform 0.3s ease;
        }

        /* تأثير لما العميل يقف بالماوس على الرقم أو الإيميل */
        .info-text .clickable-link:hover {
            color: #a47c4b; /* يتغير للون الذهبي */
            transform: translateX(-5px); /* حركة خفيفة لليسار تلفت الانتباه */
        }

        /* تنسيق النصوص الثابتة زي العنوان */
        .info-text .static-text {
            margin: 0;
            color: #5d4037;
            font-size: 1.05rem;
        }
        /* ---------------- تجاوب الشاشات (Mobile) ---------------- */
        @media (max-width: 992px) {
            .nav-container {
                padding: 0 20px;
            }
            .contact-split-container {
                flex-direction: column; /* جعلهم فوق بعض في الموبايل */
                gap: 50px;
            }
            .contact-info-side {
                text-align: center;
                order: 2; /* جعل معلومات التواصل تحت الفورم أو العكس */
            }
            .info-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .social-links-wrapper {
                justify-content: center;
            }
            .arch-form-wrapper {
                max-width: 100%;
                order: 1; /* الفورم يظهر الأول على الموبايل */
            }
            .contact-arch-section, .tips-section {
                padding: 0;
            }
            .arch-form-wrapper {
              width: 80%;
            }
        }
        /* ================= شريط الإعلانات ================= */
        .announcement-bar {
            background-color: #a47c4b; /* ذهبي/بني مطفي */
            color: #fcf6ea;
            padding: 8px 0;
            font-size: 0.95rem;
            font-family: 'Amiri', serif;
            position: relative;
            z-index: 1000;
        }

        /* ================= الشريط العلوي (Navbar) ================= */
      

        .nav-container {
            /* max-width: 1200px; */
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 70px;
            background-color: #0B2919;
        }

        .nav-links {
            list-style: none;
            display: flex;
            gap: 35px;
            margin: 0; padding: 0;
        }

        .nav-links a {
            color: #fcf6ea;
            text-decoration: none;
            font-size: 1.1rem;
            transition: color 0.3s ease;
        }
        .nav-links a:hover { color: #a47c4b; }

        .nav-logo a {
            font-family: 'Aref Ruqaa', serif;
            font-size: 2.5rem;
            color: #ffecd2;
            text-decoration: none;
        }

        /* ================= أيقونة السلة في النافبار ================= */
        .nav-cart {
            position: relative;
            color: #fcf6ea;
            cursor: pointer;
            transition: transform 0.3s ease, color 0.3s ease;
        }
        .nav-cart:hover {
            transform: scale(1.15);
            color: #a47c4b;
        }

        /* ================= بادج عدد المنتجات ================= */
        .cart-badge {
            position: absolute;
            top: -8px;
            right: -8px;
            background: linear-gradient(135deg, #e53935, #c62828);
            color: #fff;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.75rem;
            font-family: sans-serif;
            font-weight: 700;
            line-height: 1;
            box-shadow: 0 2px 6px rgba(211, 47, 47, 0.5);
            animation: badgePop 0.4s ease-out;
        }
        @keyframes badgePop {
            0%   { transform: scale(0); }
            60%  { transform: scale(1.3); }
            100% { transform: scale(1); }
        }

        /* ================= سلة المشتريات — Cart Drawer ================= */

        /* --- Overlay --- */
        .cart-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(5, 3, 2, 0.55);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
            z-index: 1001;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.35s ease, visibility 0.35s ease;
        }
        .cart-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* --- Drawer Shell --- */
        .cart-drawer {
            position: fixed;
            top: 0;
            left: -420px;
            width: 400px;
            height: 100vh;
            background-color: #fcf6ea;
            z-index: 1002;
            transition: left 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
            display: flex;
            flex-direction: column;
            box-shadow: 10px 0 40px rgba(0, 0, 0, 0.45);
            border-right: 4px solid #a47c4b;
        }
        .cart-drawer.active {
            left: 0;
        }

        /* --- Cart Header --- */
        .cart-header {
            padding: 22px 24px;
            background: linear-gradient(135deg, #0B2919 0%, #14412b 100%);
            color: #ffecd2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-shrink: 0;
        }
        .cart-header h3 {
            font-family: 'Aref Ruqaa', serif;
            margin: 0;
            font-size: 1.8rem;
            letter-spacing: 0.5px;
        }
        .close-cart {
            background: none;
            border: none;
            color: #ffecd2;
            font-size: 1.6rem;
            cursor: pointer;
            transition: transform 0.25s ease, color 0.25s ease;
            padding: 4px;
            line-height: 1;
        }
        .close-cart:hover {
            transform: rotate(90deg) scale(1.1);
            color: #e6b980;
        }

        /* --- Cart Body + Custom Scrollbar --- */
        .cart-body {
            padding: 16px 20px;
            flex-grow: 1;
            overflow-y: auto;
        }
        .cart-body::-webkit-scrollbar {
            width: 5px;
        }
        .cart-body::-webkit-scrollbar-track {
            background: #f0e6ce;
        }
        .cart-body::-webkit-scrollbar-thumb {
            background-color: #c9a96e;
            border-radius: 10px;
        }

        /* --- WooCommerce Mini-Cart List --- */
        .cart-body ul.woocommerce-mini-cart {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .cart-body .woocommerce-mini-cart .mini_cart_item {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 14px 0;
            border-bottom: 1px solid #eaddc5;
            position: relative;
            transition: background-color 0.2s ease;
        }
        .cart-body .woocommerce-mini-cart .mini_cart_item:last-child {
            border-bottom: none;
        }
        .cart-body .woocommerce-mini-cart .mini_cart_item:hover {
            background-color: rgba(164, 124, 75, 0.04);
        }

        /* --- Mini-Cart Item Image --- */
        .cart-body .woocommerce-mini-cart .mini_cart_item a img,
        .cart-body .woocommerce-mini-cart .mini_cart_item img {
            width: 68px !important;
            height: 68px !important;
            object-fit: cover;
            border-radius: 8px;
            border: 2px solid #eaddc5;
            flex-shrink: 0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        /* --- Mini-Cart Item Product Link (Name) --- */
        .cart-body .woocommerce-mini-cart .mini_cart_item > a:not(.remove) {
            color: #3e2723;
            text-decoration: none;
            font-family: 'Amiri', serif;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.4;
            display: flex;
            align-items: center;
            gap: 12px;
            flex: 1;
            min-width: 0;
        }
        .cart-body .woocommerce-mini-cart .mini_cart_item > a:not(.remove):hover {
            color: #a47c4b;
        }

        /* --- Mini-Cart Item Quantity Controls & Price --- */
        .cart-body .woocommerce-mini-cart .mini_cart_item .quantity,
        .cart-body .woocommerce-mini-cart .mini_cart_item .quantity-controls {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 8px;
        }
        .quantity-controls .qty-btn {
            background-color: transparent;
            color: #a47c4b;
            border: 1px solid #d4c4a0;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 1.1rem;
            line-height: 1;
            padding: 0;
            transition: all 0.2s ease;
        }
        .quantity-controls .qty-btn:hover {
            background-color: #a47c4b;
            color: #fff;
            border-color: #a47c4b;
        }
        .quantity-controls .qty {
            width: 30px;
            text-align: center;
            border: none;
            background: transparent;
            font-family: 'Amiri', serif;
            font-weight: bold;
            font-size: 0.95rem;
            color: #3e2723;
            -moz-appearance: textfield;
            padding: 0;
        }
        .quantity-controls .qty::-webkit-outer-spin-button,
        .quantity-controls .qty::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        .quantity-controls .qty-price {
            font-family: 'Amiri', serif;
            color: #0B2919;
            font-weight: bold;
            font-size: 1.1rem;
            margin-right: auto;
        }

        /* --- Cart Loading Overlay --- */
        .cart-body {
            position: relative;
            min-height: 100px;
        }
        .cart-body.is-updating::after {
            content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(252, 246, 234, 0.7); /* Match theme background slightly transparent */
            z-index: 10;
        }
        .cart-body.is-updating::before {
            content: "";
            position: absolute;
            top: 50%; left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            width: 30px; height: 30px;
            border: 3px solid #d4c4a0;
            border-top-color: #a47c4b; /* Gold spinner */
            border-radius: 50%;
            animation: cart-spin 0.8s linear infinite;
            z-index: 11;
        }
        @keyframes cart-spin {
            to { transform: rotate(360deg); }
        }

        .cart-body .woocommerce-mini-cart .mini_cart_item .quantity .woocommerce-Price-amount {
            color: #0B2919;
            font-weight: 700;
            font-size: 1rem;
        }

        /* --- Mini-Cart Remove Button (×) --- */
        .cart-body .woocommerce-mini-cart .mini_cart_item a.remove {
            position: absolute;
            top: 10px;
            left: 0;
            width: 22px;
            height: 22px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: #f5f0e3;
            color: #c62828 !important;
            font-size: 1.1rem;
            line-height: 1;
            text-decoration: none;
            transition: all 0.25s ease;
            border: 1px solid #eaddc5;
        }
        .cart-body .woocommerce-mini-cart .mini_cart_item a.remove:hover {
            background-color: #c62828;
            color: #fff !important;
            border-color: #c62828;
            transform: scale(1.15);
            box-shadow: 0 2px 8px rgba(198, 40, 40, 0.35);
        }

        /* --- Mini-Cart Item Variation/Meta --- */
        .cart-body .woocommerce-mini-cart .mini_cart_item .variation {
            display: block;
            margin-top: 4px;
        }
        .cart-body .woocommerce-mini-cart .mini_cart_item .variation dt,
        .cart-body .woocommerce-mini-cart .mini_cart_item .variation dd {
            display: inline;
            font-size: 0.8rem;
            color: #795548;
            margin: 0;
        }
        .cart-body .woocommerce-mini-cart .mini_cart_item .variation dd p {
            display: inline;
            margin: 0;
        }

        /* --- WooCommerce Mini-Cart Total --- */
        .cart-body .woocommerce-mini-cart__total,
        .woocommerce-mini-cart__total {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0 12px;
            margin-top: 8px;
            border-top: 2px dashed #d4c4a0;
            font-family: 'Aref Ruqaa', serif;
            font-size: 1.3rem;
            color: #0B2919;
            font-weight: 700;
        }
        .cart-body .woocommerce-mini-cart__total .woocommerce-Price-amount,
        .woocommerce-mini-cart__total .woocommerce-Price-amount {
            color: #a47c4b;
            font-size: 1.4rem;
        }

        /* --- WooCommerce Mini-Cart Buttons (View Cart + Checkout) --- */
        .cart-body .woocommerce-mini-cart__buttons,
        .woocommerce-mini-cart__buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding-top: 14px;
        }
        .cart-body .woocommerce-mini-cart__buttons .button,
        .woocommerce-mini-cart__buttons .button {
            display: block;
            text-align: center;
            padding: 13px 20px;
            font-family: 'Amiri', serif;
            font-weight: 700;
            font-size: 1.1rem;
            border-radius: 6px;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
        }

        /* View Cart — outlined style */
        .cart-body .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout),
        .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
            background-color: transparent;
            color: #4a5d23;
            border: 2px solid #4a5d23;
        }
        .cart-body .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover,
        .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
            background-color: #4a5d23;
            color: #fcf6ea;
            transform: translateY(-2px);
            box-shadow: 0 4px 14px rgba(74, 93, 35, 0.25);
        }

        /* Checkout — solid gold gradient */
        .cart-body .woocommerce-mini-cart__buttons .button.checkout,
        .woocommerce-mini-cart__buttons .button.checkout {
            background: linear-gradient(135deg, #e6b980 0%, #c48c46 100%);
            color: #0B2919;
            border: 1px solid #d4a65a;
            box-shadow: 0 3px 12px rgba(196, 140, 70, 0.25);
        }
        .cart-body .woocommerce-mini-cart__buttons .button.checkout:hover,
        .woocommerce-mini-cart__buttons .button.checkout:hover {
            background: linear-gradient(135deg, #ffecd2 0%, #e6b980 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(196, 140, 70, 0.4);
        }

        /* --- Empty Cart State --- */
        .cart-body .woocommerce-mini-cart__empty-message,
        .woocommerce-mini-cart__empty-message {
            text-align: center;
            padding: 50px 20px;
            color: #795548;
            font-family: 'Amiri', serif;
            font-size: 1.15rem;
            line-height: 1.8;
        }
        .cart-body .woocommerce-mini-cart__empty-message::before,
        .woocommerce-mini-cart__empty-message::before {
            content: "🛒";
            display: block;
            font-size: 3.5rem;
            margin-bottom: 16px;
            opacity: 0.4;
        }

        /* --- Legacy custom cart classes (fallback) --- */
        .cart-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
            border-bottom: 1px solid #eaddc5;
            padding-bottom: 15px;
        }
        .cart-item img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 6px;
        }
        .item-details h4 { margin: 0 0 5px 0; font-size: 1rem; color: #3e2723; }
        .item-details p { margin: 0; font-size: 0.8rem; color: #795548; }
        .item-price { font-weight: bold; color: #0B2919; }
        .item-qty { width: 50px; padding: 5px; border: 1px solid #a47c4b; background: transparent; border-radius: 4px; }

        /* --- Legacy Footer / Checkout --- */
        .cart-footer {
            padding: 20px;
            background-color: #fffdf7;
            border-top: 2px dashed #eaddc5;
        }
        .cart-total {
            display: flex;
            justify-content: space-between;
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: #0B2919;
        }
        .btn-checkout {
            display: block;
            text-align: center;
            padding: 15px;
            background: linear-gradient(135deg, #e6b980 0%, #c48c46 100%);
            color: #0B2919;
            text-decoration: none;
            font-family: 'Amiri', serif;
            font-weight: bold;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            border-radius: 6px;
            border: 1px solid #d4a65a;
            box-shadow: 0 3px 12px rgba(196, 140, 70, 0.2);
        }
        .btn-checkout:hover {
            background: linear-gradient(135deg, #ffecd2 0%, #e6b980 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(196, 140, 70, 0.35);
        }

        /* --- Cart Drawer Mobile Responsive --- */
        @media (max-width: 480px) {
            .cart-drawer {
                width: 100vw;
                left: -100vw;
                border-right: none;
                border-top: 4px solid #a47c4b;
            }
            .cart-drawer.active {
                left: 0;
            }
            .cart-header {
                padding: 18px 16px;
            }
            .cart-body {
                padding: 14px 16px;
            }
            .cart-body .woocommerce-mini-cart .mini_cart_item a.remove {
                width: 28px;
                height: 28px;
                font-size: 1.3rem;
            }
            /* Small phone font-size overrides */
            .theater-title-light {
                font-size: 2rem;
            }
            .vintage-title {
                font-size: 2.2rem;
            }
            .section-title {
                font-size: 2.2rem;
            }
            .logo-glow {
                font-size: 3.5rem;
            }
            .guarantee-title {
                font-size: 1.8rem;
            }
        }

        /* ================= صفحة تفاصيل المنتج ================= */
        .single-product-section { padding: 150px 0 100px 0; background-color: #fcf6ea; }
        .product-container { display: flex; gap: 50px; max-width: 1100px; margin: 0 auto; padding: 0 20px;}
        .product-gallery { flex: 1; }
        .main-product-img { width: 100%; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 1px solid #eaddc5; }
        
        .product-details-content { flex: 1; }
        .breadcrumb { font-size: 0.9rem; color: #a47c4b; margin-bottom: 20px; }
        .breadcrumb a { color: #795548; text-decoration: none; }
        .product-title { font-family: 'Aref Ruqaa', serif; font-size: 2.8rem; color: #0B2919; margin: 0 0 15px 0; }
        .product-price { font-size: 2rem; font-weight: bold; color: #a47c4b; margin: 0 0 20px 0; }
        .product-description { font-size: 1.1rem; line-height: 1.8; color: #5d4037; margin-bottom: 30px; }
        
        /* أزرار الأحجام (Pills) */
        .size-selector h3 { font-size: 1.1rem; color: #0B2919; margin-bottom: 10px; }
        .size-options { display: flex; gap: 15px; margin-bottom: 30px; }
        .size-options input[type="radio"] { display: none; }
        .size-options label { padding: 8px 20px; border: 1px solid #a47c4b; border-radius: 20px; cursor: pointer; color: #a47c4b; transition: all 0.3s; }
        .size-options input[type="radio"]:checked + label { background-color: #0B2919; color: #fff; border-color: #0B2919; }

        .action-buttons { display: flex; gap: 15px; margin-bottom: 30px; }
        .qty-input { width: 70px; text-align: center; font-size: 1.2rem; border: 1px solid #a47c4b; border-radius: 4px; background: transparent; }
        .btn-add-to-cart { flex-grow: 1; padding: 15px; background-color: #0B2919; color: #ffecd2; border: none; border-radius: 4px; font-family: 'Amiri'; font-size: 1.3rem; font-weight: bold; cursor: pointer; transition: background 0.3s; }
        .btn-add-to-cart:hover { background-color: #a47c4b; }
        
        .product-perks { display: flex; gap: 20px; font-size: 0.95rem; color: #795548; border-top: 1px dashed #eaddc5; padding-top: 20px; }

        /* ================= الفوتر (Footer) ================= */
        .zad-footer { background-color: #0B2919; color: #eaddc5; padding: 80px 0 20px 0; border-top: 5px solid #a47c4b; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 40px; margin-bottom: 50px; max-width: 1200px; margin: 0 auto;}
        .footer-logo { font-family: 'Aref Ruqaa', serif; font-size: 3rem; color: #ffecd2; margin: 0 0 15px 0; }
        .footer-col h3 { color: #a47c4b; font-size: 1.4rem; margin-bottom: 20px; font-family: 'Aref Ruqaa', serif; }
        .links-col ul { list-style: none; padding: 0; margin: 0; }
        .links-col ul li { margin-bottom: 10px; }
        .links-col ul li a { color: #eaddc5; text-decoration: none; transition: color 0.3s; }
        .links-col ul li a:hover { color: #a47c4b; }
        
        .newsletter-form { display: flex; margin: 15px; }
        .newsletter-form input {padding: 10px; border: none; border-radius: 0 4px 4px 0; outline: none; font-family: 'Amiri'; }
        .newsletter-form button { padding: 12px 20px; background-color: #a47c4b; color: #fff; border: none; border-radius: 4px 0 0 4px; cursor: pointer; font-family: 'Amiri'; font-weight: bold; }
        
        .footer-bottom { text-align: center; border-top: 1px solid rgba(164, 124, 75, 0.3); padding-top: 20px; font-size: 0.9rem; color: rgba(234, 221, 197, 0.6); }

        /* تجاوب الشاشات (Mobile) */
        @media (max-width: 768px) {
            .nav-links { display: none; } /* يفضل عمل Hamburger Menu للموبايل لاحقاً */
            .product-container { flex-direction: column; }
            .footer-grid { grid-template-columns: 1fr; text-align: center; }
             
        }

        /* ==========================================
   تنسيقات نافذة إتمام الدفع (Checkout Modal)
   ========================================== */
.checkout-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: #00000091; /* لون أخضر داكن شفاف */
    z-index: 2000;
    display: flex; justify-content: center; align-items: center;
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease;
}

.checkout-overlay.active {
    opacity: 1; visibility: visible;
}

.checkout-box {
    background-color: #fcf6ea;
    width: 90%; max-width: 450px;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #a47c4b;
    position: relative;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.checkout-overlay.active .checkout-box {
    transform: translateY(0);
}

.close-checkout {
    position: absolute; top: 15px; left: 15px; /* على الشمال لأن الموقع عربي */
    background: none; border: none; font-size: 1.8rem; color: #d32f2f; cursor: pointer;
}

.input-group { margin-bottom: 15px; text-align: right; }
.input-group label { display: block; margin-bottom: 5px; color: #0B2919; font-weight: bold; }
.input-group input, .input-group textarea {
    width: 100%; padding: 10px; border: 1px solid #a47c4b; border-radius: 6px;
    font-family: 'Amiri', serif; font-size: 1rem; background-color: #fff; box-sizing: border-box;
}
.input-group input:focus, .input-group textarea:focus {
    outline: none; border-color: #0B2919; box-shadow: 0 0 5px rgba(164,124,75,0.5);
}

.btn-submit-order {
    width: 100%; padding: 12px; margin-top: 10px;
    background-color: #0B2919; color: #fff;
    border: none; cursor: pointer;
    font-family: 'Amiri', serif; font-size: 1.2rem; font-weight: bold;
    /* شكل ورقة الشجر اللي بتحبيه */
    border-radius: 30px 0px 30px 0px; 
    transition: all 0.3s ease;
}
.btn-submit-order:hover {
    background-color: #a47c4b;
    border-radius: 0px 30px 0px 30px;
}


 
.quick-add-btn {
    background-color: #0B2919;  
    color: #fcf6ea;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.quick-add-btn:hover {
    background-color: #a47c4b; 
    transform: scale(1.1) rotate(-10deg);
}

.quick-add-btn svg {
    width: 18px;
    height: 18px;
}

.card-info {
    padding: 15px 10px;
    text-align: right;
}

/* تنسيق الرابط النشط */
.nav-links a.active {
    color: #a47c4b !important; /* الأخضر الزيتوني الخاص بـ زاد */
    font-weight: bold;
    position: relative;
}

/* إضافة خط صغير تحت الرابط النشط ليعطي شكلاً أنيقاً */
.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #a47c4b; /* لون ذهبي خفيف */
    border-radius: 2px;
}


/* إخفاء الهامبرجر في الشاشات الكبيرة */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #ffecd2; 
    border-radius: 5px;
}

/* تنسيق الموبايل (أقل من 768px) */
@media (max-width: 768px) {
    .hamburger { display: flex; }

    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%); /* مخفية خارج الشاشة جهة اليمين */
        width: 75%;
        height: 100vh;
        background-color: #0B2919;  
        flex-direction: column;
        padding: 80px 40px;
        transition: transform 0.4s ease-in-out;
        z-index: 1000;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        transform: translateX(0); /* تظهر عند إضافة كلاس active */
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 1.5rem;
        color: #a47c4b;
        cursor: pointer;
    }

    .menu-overlay.active {
        display: block;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
    }
}

/* إخفاء زر الإغلاق في الشاشات الكبيرة */
.close-menu {
    display: none;
}

/* تنسيق الـ Overlay الافتراضي */
.menu-overlay {
    display: none; /* مخفي تماماً */
}

@media (max-width: 768px) {
    /* تأكدي من ظهور زر الإغلاق داخل القائمة في الموبايل */
    .close-menu {
        display: block;
        align-self: flex-start;
        margin-bottom: 30px;
        font-size: 2rem;
        cursor: pointer;
        color: #a47c4b;
    }
    
    .nav-links {
        display: flex; /* لضمان ظهور العناصر داخل القائمة */
    }
}

/* ================= صفحة المتجر / المنتجات (Shop Page) ================= */

/* حاوية الصفحة الرئيسية */
.shop-container {
    display: flex;
    max-width: 1300px;
    margin: 40px auto;
    padding: 0 20px;
    gap: 40px;
}

/* ================= Sidebar (الفلاتر) ================= */
.sidebar {
    width: 260px;
    flex-shrink: 0;
    padding-left: 20px;
    border-left: 1px dashed rgba(164, 124, 75, 0.3);
}

.filter-header {
    display: flex;
    align-items: center;
    font-family: 'Aref Ruqaa', serif;
    font-size: 1.5rem;
    color: #4a5d23;
    margin-bottom: 30px;
    border-bottom: 2px solid #a47c4b;
    padding-bottom: 10px;
}

.filter-section {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(164, 124, 75, 0.2);
    padding-bottom: 20px;
}

.filter-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #5d4037;
}

/* تنسيق الـ Checkboxes */
.filter-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #6d4c41;
    cursor: pointer;
}

.filter-option input[type="checkbox"] {
    accent-color: #4a5d23;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.item-count {
    font-size: 0.9rem;
    color: #a47c4b;
}

/* ================= Product Grid (المنتجات) ================= */
.products-area {
    flex-grow: 1;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

/* كارت المنتج - صفحة المتجر */
.shop-container .product-card {
    background: #fffdf7;
    border: 1px solid rgba(164, 124, 75, 0.2);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.shop-container .product-card:hover {
    box-shadow: 0 10px 20px rgba(74, 93, 35, 0.08);
    transform: translateY(-5px);
}

/* علامة مباع (Sold Out) */
.badge-soldout {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #8d8d8d;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.8rem;
    border-radius: 3px;
    z-index: 10;
}

.brand-name {
    font-size: 0.85rem;
    color: #a47c4b;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* ================= حاوية الصورة والـ Hover ================= */
.image-container {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.image-container .product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s ease-in-out;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    border-top: 1px dashed rgba(164, 124, 75, 0.3);
}

/* تأثيرات لما الماوس ييجي على الكارت */
.product-card:hover .image-container .product-image {
    transform: scale(1.1);
}

.product-card:hover .image-overlay {
    opacity: 1;
}

/* ================= تصميم زرار "أضف للعربة" ================= */
.btn-add-cart-hover {
    padding: 8px 20px;
    font-size: 1rem;
    font-family: 'Amiri', serif;
    font-weight: bold;
    color: #fcf6ea;
    background-color: #4a5d23;
    border: 1px solid #38471a;
    border-radius: 4px;
    cursor: pointer;
    transform: translateY(20px);
    transition: all 0.4s ease-out;
    box-shadow: 0 4px 10px rgba(74, 93, 35, 0.3);
    text-decoration: none;
}

/* حركة الزرار لفوق وقت الهوفر */
.product-card:hover .btn-add-cart-hover {
    transform: translateY(0);
}

/* تأثير لما تقفي على الزرار نفسه */
.btn-add-cart-hover:hover {
    background-color: #38471a;
    transform: translateY(-2px);
}

/* ================= تصميم نص "نفذت الكمية" ================= */
.out-of-stock-text {
    font-family: 'Aref Ruqaa', serif;
    font-size: 1.8rem;
    color: #8b0000;
    background-color: rgba(252, 246, 234, 0.9);
    padding: 5px 20px;
    border: 1px dashed #8b0000;
    border-radius: 4px;
    transform: scale(0.8);
    transition: all 0.4s ease-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* حركة تكبير النص وقت الهوفر */
.product-card:hover .out-of-stock-text {
    transform: scale(1);
}

/* تجاوب صفحة المتجر للشاشات الصغيرة (الموبايل) */
@media (max-width: 768px) {
    .shop-container {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        border-left: none;
        border-bottom: 2px dashed rgba(164, 124, 75, 0.3);
        padding-left: 0;
        padding-bottom: 20px;
    }
}

/* ====================================================================
   AJAX Loading State
==================================================================== */
.loading-grid {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s ease;
}