{"product_id":"makita-duo-pack","title":"Makita Duo Pack","description":"\u003cdiv id=\"combo-pack-landing\" dir=\"rtl\"\u003e\n    \u003cstyle\u003e\n        \/* 1. استدعاء خط كايرو (Cairo) *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;800;900\u0026display=swap');\n\n        \/* 2. تنسيقات الصفحة العامة *\/\n        #combo-pack-landing {\n            font-family: 'Cairo', sans-serif;\n            line-height: 1.6;\n            color: #212121;\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 15px;\n            padding-bottom: 90px; \/* مساحة للزر اللاصق *\/\n            font-size: 16px;\n            background-color: #fcfcfc;\n            overflow-x: hidden;\n            text-align: right; \/* ضمان المحاذات لليمين *\/\n        }\n        \n        #combo-pack-landing * {\n            box-sizing: border-box;\n        }\n\n        #combo-pack-landing h1, \n        #combo-pack-landing h2, \n        #combo-pack-landing h3 {\n            margin-top: 0;\n            line-height: 1.4;\n            color: #007d85; \/* أزرق مخضر يتناسب مع لون الماكينات *\/\n            font-weight: 800;\n            font-family: 'Cairo', sans-serif;\n        }\n\n        #combo-pack-landing p, \n        #combo-pack-landing li,\n        #combo-pack-landing span {\n            font-family: 'Cairo', sans-serif;\n        }\n\n        \/* تنسيق الصور *\/\n        #combo-pack-landing img.product-image {\n            max-width: 100%;\n            height: auto;\n            border-radius: 12px;\n            display: block;\n            margin: 20px auto;\n            box-shadow: 0 5px 20px rgba(0, 125, 133, 0.15);\n            transition: transform 0.3s ease;\n            border: 1px solid #e0e0e0;\n            background: #fff;\n        }\n\n        #combo-pack-landing img.product-image:hover {\n            transform: scale(1.02);\n        }\n\n        \/* أنيميشن الظهور *\/\n        .reveal-element {\n            opacity: 0;\n            transform: translateY(20px);\n            transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal-element.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* الأزرار (CTA Buttons) *\/\n        #combo-pack-landing .cta-button {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 10px;\n            width: 100%;\n            background: linear-gradient(135deg, #ff6b00 0%, #e65100 100%); \/* برتقالي للتباين القوي *\/\n            color: #ffffff !important;\n            text-align: center;\n            padding: 16px 20px;\n            border-radius: 8px;\n            font-size: 20px;\n            font-weight: 900;\n            text-decoration: none;\n            box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);\n            transition: transform 0.1s, box-shadow 0.1s;\n            margin: 20px 0;\n            cursor: pointer;\n            border: none;\n            animation: pulse-btn 2s infinite;\n        }\n\n        @keyframes pulse-btn {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.02); }\n            100% { transform: scale(1); }\n        }\n\n        \/* قسم الحساب (Value Stack) *\/\n        .math-box {\n            background: #fff5f5;\n            border: 2px dashed #d32f2f;\n            border-radius: 12px;\n            padding: 20px;\n            margin: 20px 0;\n        }\n        .math-item {\n            display: flex;\n            justify-content: space-between;\n            margin-bottom: 10px;\n            font-size: 16px;\n            color: #555;\n            font-weight: 600;\n        }\n        .math-total-saved {\n            background: #e8f5e9;\n            border: 2px solid #2e7d32;\n            color: #1b5e20;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 900;\n            font-size: 18px;\n            margin-top: 15px;\n        }\n\n        \/* تفاصيل الوحوش (Specs) *\/\n        .machine-detail-box {\n            background: #ffffff;\n            border: 1px solid #eee;\n            border-right: 5px solid #007d85;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 20px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .machine-detail-box h3 {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 15px;\n            color: #1a1a1a;\n        }\n        .machine-icon {\n            background: #e0f2f4;\n            color: #007d85;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 20px;\n        }\n        .machine-features {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        .machine-features li {\n            margin-bottom: 10px;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n            font-size: 15px;\n        }\n        .machine-features li::before {\n            content: '✔';\n            color: #007d85;\n            font-weight: bold;\n        }\n\n        \/* قسم لمن هذا الباك (Target Audience) *\/\n        .audience-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px;\n            margin: 20px 0;\n        }\n        .audience-card {\n            background: #f0f8f9;\n            border: 1px solid #bce3e6;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n        }\n        .audience-icon { font-size: 30px; margin-bottom: 10px; display: block; }\n        .audience-title { font-weight: 800; color: #007d85; margin-bottom: 5px; font-size: 16px;}\n        .audience-desc { font-size: 14px; color: #555; margin: 0;}\n\n        \/* الضمان *\/\n        .guarantee-box {\n            background-color: #1a1a1a;\n            color: #fff;\n            padding: 25px 20px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border-bottom: 5px solid #ffcc00;\n        }\n\n        \/* التقييمات *\/\n        .testimonial {\n            background: #fff;\n            border-right: 4px solid #ff6b00;\n            padding: 15px;\n            border-radius: 6px;\n            margin-bottom: 15px;\n            font-style: italic;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n            text-align: right;\n        }\n        .stars { color: #ffca28; letter-spacing: 2px; margin-bottom: 5px; }\n\n        \/* السعر *\/\n        .price-container {\n            text-align: center;\n            background: #fff;\n            padding: 15px;\n            border-radius: 10px;\n            border: 2px dashed #007d85;\n            margin-top: 15px;\n        }\n        .big-price {\n            font-size: 38px;\n            font-weight: 900;\n            color: #007d85;\n            margin: 5px 0;\n            line-height: 1;\n        }\n\n        \/* Sticky Bar *\/\n        #sticky-bar {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: #fff;\n            padding: 12px 20px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            z-index: 9999;\n            box-shadow: 0 -4px 15px rgba(0,0,0,0.1);\n            transform: translateY(100%);\n            transition: transform 0.3s ease-in-out;\n            border-top: 2px solid #007d85;\n        }\n        #sticky-bar.visible { transform: translateY(0); }\n        .sticky-price { color: #007d85; font-weight: 900; font-size: 24px; }\n        .sticky-btn {\n            background: #ff6b00;\n            color: #fff;\n            text-decoration: none;\n            padding: 8px 25px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 16px;\n        }\n    \u003c\/style\u003e\n\n    \u003c!-- Top Bar --\u003e\n    \u003cdiv style=\"background: #1a1a1a; color: #fff; text-align: center; padding: 10px; font-weight: bold; font-size: 14px; border-bottom: 3px solid #007d85;\"\u003e\n        🚛 التوصيل فابور لجميع المدن | 🤝 حل الكرطونة، ركب الضو، جرب عاد خلص!\n    \u003c\/div\u003e\n\n    \u003c!-- 1. Hero Section (الهمزة) --\u003e\n    \u003cdiv class=\"reveal-element\"\u003e\n        \u003ch1 style=\"text-align: center; margin: 20px 0 10px;\"\u003e\n            للمعلمية الصحاح: \"باك الشانطي\" المتكامل.. \n            \u003cbr\u003e\n            \u003cspan style=\"color: #ff6b00;\"\u003eهيلتي + لامول + ليزاكسيسوار\u003c\/span\u003e فماليت وحدة! 🛠️🔥\n        \u003c\/h1\u003e\n        \u003cp style=\"text-align: center; color: #555; margin-bottom: 15px; font-weight: 600;\"\u003e\n            علاش تشري كل بياسة بوحدها وتضيع فلوسك؟ خدينا ليك أقوى جوج ماكينات كيحتاجهم أي حرايفي وجمعناهم ليك فباك واحد بـ 750 درهم فقط.\n        \u003c\/p\u003e\n\n        \u003c!-- الصورة 1 --\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/LdtHszv8\/1.webp\" alt=\"إكسسوارات ومحتويات الباك\" class=\"product-image\"\u003e \n\n        \u003cdiv class=\"price-container\"\u003e\n            \u003cspan style=\"background: #ffebee; color: #c62828; padding: 4px 10px; border-radius: 20px; font-weight: bold; font-size: 13px;\"\u003eتخفيض حصري\u003c\/span\u003e\n            \u003cdiv class=\"big-price\"\u003e750 درهم\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ca href=\"#\" class=\"cta-button scroll-to-form-btn\"\u003e\n            👉 بغيت هاد الهمزة دابا - التوصيل فابور\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 2. Value Stacking (القيمة مقابل السعر) --\u003e\n    \u003cdiv class=\"reveal-element\"\u003e\n        \u003ch2 style=\"text-align: center; margin-top: 30px; color: #d32f2f;\"\u003eاجي نحسبوها بالخشيبات.. واش 750 درهم رخيصة؟ 🧮\u003c\/h2\u003e\n        \n        \u003cdiv class=\"math-box\"\u003e\n            \u003cp style=\"text-align: center; font-weight: bold; margin-bottom: 15px; color: #1a1a1a;\"\u003eإلى مشيتي تشري هاد الماتريال مفرق من السوق:\u003c\/p\u003e\n            \u003cdiv class=\"math-item\"\u003e\n\u003cspan style=\"color: #d32f2f;\"\u003e❌ البيكوز (Rotary Hammer):\u003c\/span\u003e \u003cspan\u003eبين 500 و 600 درهم\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"math-item\"\u003e\n\u003cspan style=\"color: #d32f2f;\"\u003e❌ لامول (Meuleuse):\u003c\/span\u003e \u003cspan\u003eبين 300 و 350 درهم\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"math-item\"\u003e\n\u003cspan style=\"color: #d32f2f;\"\u003e❌ الديسكات والميشات والماليت:\u003c\/span\u003e \u003cspan\u003e100 درهم\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv style=\"border-top: 1px solid #ccc; margin: 10px 0;\"\u003e\u003c\/div\u003e\n            \u003cdiv style=\"text-align: center; font-size: 18px; font-weight: bold; color: #d32f2f;\"\u003eالمجموع كيفوت \u003cspan style=\"text-decoration: line-through;\"\u003e1000 درهم!\u003c\/span\u003e 😱\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"math-total-saved\"\u003e\n            ✅ معنا اليوم: كتاخد كلشي بـ 750 درهم (واصل تال باب الدار).\u003cbr\u003e\n            \u003cspan style=\"font-size: 15px; font-weight: normal;\"\u003eيعني راك رابح كثر من 250 درهم فجيبك!\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 3. Product Details (تفاصيل الوحوش) --\u003e\n    \u003cdiv class=\"reveal-element\" style=\"margin-top: 40px;\"\u003e\n        \u003ch2 style=\"text-align: center; margin-bottom: 25px;\"\u003eشنو فيه هاد الباك بالضبط؟ 📦\u003c\/h2\u003e\n        \n        \u003c!-- الصورة 2 --\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/9QcmqdG\/2.webp\" alt=\"لامول احترافية 1050 واط\" class=\"product-image\"\u003e\n\n        \u003c!-- تفاصيل البيكوز --\u003e\n        \u003cdiv class=\"machine-detail-box\"\u003e\n            \u003ch3\u003e\n\u003cdiv class=\"machine-icon\"\u003e🔨\u003c\/div\u003e البيكوز (Rotary Hammer): وحش الحفر!\u003c\/h3\u003e\n            \u003cul class=\"machine-features\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003e3 وضعيات:\u003c\/strong\u003e حفر عادي (لخشب والحديد)، حفر بالدّق (Percussion) للبيطون والضالة، ووضع \"الهدم\" (Burineur) لتكسير الزليج.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eرأس SDS Plus:\u003c\/strong\u003e ركب الميشة فثانية وحدة بلا ساروت.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eقوة جبارة:\u003c\/strong\u003e كيدخل فالحيط بحال الزبدة.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- الصورة 3 --\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/xSYb86wS\/3.webp\" alt=\"تفاصيل لامول\" class=\"product-image\"\u003e\n\n        \u003c!-- تفاصيل لامول --\u003e\n        \u003cdiv class=\"machine-detail-box\"\u003e\n            \u003ch3\u003e\n\u003cdiv class=\"machine-icon\"\u003e⚙️\u003c\/div\u003e لامول (Meuleuse 1050W): الصاروخ القاطع!\u003c\/h3\u003e\n            \u003cul class=\"machine-features\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eموطور 1050 واط:\u003c\/strong\u003e قوة حقيقية لتقطيع الحديد (Ferraillage)، الزليج، والرخام.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e10,000 دورة\/دقيقة:\u003c\/strong\u003e سرعة خيالية لتقطاع نقي وفينيسيون ملسة.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eتصميم مريح:\u003c\/strong\u003e رقيقة من الوسط باش تحكم فيها بيد وحدة وتدخل للبلايص الضيقين.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- الصورة 4 --\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/GQLRy2XW\/4.webp\" alt=\"الماكينات مع الحقيبة\" class=\"product-image\"\u003e\n\n        \u003c!-- تفاصيل الإكسسوارات --\u003e\n        \u003cdiv class=\"machine-detail-box\"\u003e\n            \u003ch3\u003e\n\u003cdiv class=\"machine-icon\"\u003e🧰\u003c\/div\u003e الماليت والإكسسوارات (Bonus)\u003c\/h3\u003e\n            \u003cul class=\"machine-features\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eحقيبة صحيحة (Mallette):\u003c\/strong\u003e باش تهز دوزانك مجموع ومحفوظ.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003e2 ديسكات GOZAL:\u003c\/strong\u003e ديسكات احترافية لتقطيع الحديد (115mm).\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eميشة وإزميل:\u003c\/strong\u003e باش تبدا الخدمة فالبلاصة.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 4. Target Audience (لمن هذا الباك؟) --\u003e\n    \u003cdiv class=\"reveal-element\"\u003e\n        \u003ch2 style=\"text-align: center; margin-top: 30px;\"\u003eهاد الباك مصمم خصيصاً ليك إذا كنت: 👇\u003c\/h2\u003e\n        \n        \u003c!-- الصورة 5 --\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/fVY7DH45\/5.webp\" alt=\"الباك المتكامل\" class=\"product-image\"\u003e\n\n        \u003cdiv class=\"audience-grid\"\u003e\n            \u003cdiv class=\"audience-card\"\u003e\n                \u003cspan class=\"audience-icon\"\u003e👷\u003c\/span\u003e\n                \u003cdiv class=\"audience-title\"\u003eبناي أو طاشرون\u003c\/div\u003e\n                \u003cp class=\"audience-desc\"\u003eكتحتاج تهرس وتقد الضالة.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"audience-card\"\u003e\n                \u003cspan class=\"audience-icon\"\u003e⚡\u003c\/span\u003e\n                \u003cdiv class=\"audience-title\"\u003eتريسيان \/ بلومبي\u003c\/div\u003e\n                \u003cp class=\"audience-desc\"\u003eكتحتاج تحفر الساقية فالمرطوب والبيطون.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"audience-card\"\u003e\n                \u003cspan class=\"audience-icon\"\u003e🔧\u003c\/span\u003e\n                \u003cdiv class=\"audience-title\"\u003eسودور (Soudeur)\u003c\/div\u003e\n                \u003cp class=\"audience-desc\"\u003eكتحتاج لامول قوية للفينيسيون وتقطاع الحديد.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"audience-card\"\u003e\n                \u003cspan class=\"audience-icon\"\u003e🏠\u003c\/span\u003e\n                \u003cdiv class=\"audience-title\"\u003eبريكولور منزلي\u003c\/div\u003e\n                \u003cp class=\"audience-desc\"\u003eباغي دوزان صحيح يبقا عندك فالدار للزمان.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 5. Guarantee (الضمان) --\u003e\n    \u003cdiv class=\"reveal-element guarantee-box\"\u003e\n        \u003ch2 style=\"color: #ffcc00; margin-bottom: 15px; font-size: 22px;\"\u003eخايف تشري ماتريال بـ 750 درهم ويصدق عيان؟\u003c\/h2\u003e\n        \u003cp style=\"font-size: 16px; margin-bottom: 20px;\"\u003eحقك تخاف على فلوسك! داكشي علاش دايرين ليك \u003cspan style=\"color:#ffcc00; font-weight:bold;\"\u003e\"ضمان المعاينة والتجريب\"\u003c\/span\u003e:\u003c\/p\u003e\n        \n        \u003cul style=\"list-style: none; padding: 0; text-align: right;\"\u003e\n            \u003cli style=\"margin-bottom: 10px;\"\u003e✅ 1. الليفروغ كيجيب ليك الماليت تال باب الدار.\u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 10px;\"\u003e✅ 2. حل الصندوق، وهز الماكن فيدك.\u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 10px;\"\u003e🔌 \u003cstrong\u003e3. أهم حاجة: برونشي الضو (220V) وخدمهم واسمع الصوت د الموطور.\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli style=\"margin-top: 15px; color: #ffcc00; font-weight: bold; text-align: center;\"\u003eعجباتك السلعة؟ بصحتك. ما عجباتكش؟ رجعها فابور!\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 6. Testimonials (آراء المعلمية) --\u003e\n    \u003cdiv class=\"reveal-element\"\u003e\n        \u003ch2 style=\"text-align: center; margin-bottom: 20px;\"\u003eشنو قالو الحرايفية؟ 💬\u003c\/h2\u003e\n        \n        \u003cdiv class=\"testimonial\"\u003e\n            \u003cdiv style=\"font-weight: 800; font-size: 16px; margin-bottom: 5px;\"\u003e👤 المعلم حميد (تريسيان - فاس):\u003c\/div\u003e\n            \u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n            \u003cp\u003e\"البيكوز نفعني بزاف فتقيب الحيط باش ندوز الجعابي. ضربت بيه نهار كامل ما سخنش. لامول خفيفة وعملية. بهاد الثمن كنظن هادي أحسن همزة كاينة.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"testimonial\"\u003e\n            \u003cdiv style=\"font-weight: 800; font-size: 16px; margin-bottom: 5px;\"\u003e👤 سفيان (هاوي بريكولاج - طنجة):\u003c\/div\u003e\n            \u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n            \u003cp\u003e\"كنت باغي نشري شنيور عادي، صدقت شاري هاد الباك. الماليت كتجمع كلشي. جربت البيكوز فالضالة ديال السطح، داز تبارك الله بحال السلام عليكم.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 7. Final CTA --\u003e\n    \u003cdiv class=\"reveal-element\" style=\"text-align: center; border: 3px solid #007d85; padding: 20px; border-radius: 10px; background-color: #fff; margin-bottom: 20px; margin-top: 30px;\"\u003e\n        \u003ch2 style=\"color: #d32f2f; margin-bottom: 10px; font-size: 24px;\"\u003e🔥 الستوك محدود والطلب كثير!\u003c\/h2\u003e\n        \u003cp style=\"font-weight: 600;\"\u003eما تضيعش الفرصة باش تجهز الورشة ديالك بأحسن ماكينات وبأرخص ثمن فالمغرب.\u003c\/p\u003e\n        \u003cdiv class=\"big-price\" style=\"font-size: 42px;\"\u003e750 درهم\u003c\/div\u003e\n        \u003cp style=\"color: #2e7d32; font-weight: bold;\"\u003e(والتوصيل علينا!)\u003c\/p\u003e\n        \u003ca href=\"#\" class=\"cta-button scroll-to-form-btn\"\u003e\n            أطلب الباك دابا - الدفع عند الاستلام\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Sticky Bar --\u003e\n    \u003cdiv id=\"sticky-bar\"\u003e\n        \u003cdiv class=\"sticky-price\"\u003e750 DH\u003c\/div\u003e\n        \u003ca href=\"#\" class=\"sticky-btn scroll-to-form-btn\"\u003eأطلب الآن\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- JavaScript --\u003e\n    \u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \/\/ 1. Animations\n            const observer = new IntersectionObserver((entries) =\u003e {\n                entries.forEach(entry =\u003e {\n                    if(entry.isIntersecting) {\n                        entry.target.classList.add('active');\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, {threshold: 0.1});\n            document.querySelectorAll('.reveal-element').forEach(el =\u003e observer.observe(el));\n\n            \/\/ 2. Scroll to Form Logic\n            const buttons = document.querySelectorAll('.scroll-to-form-btn');\n            const stickyBar = document.getElementById('sticky-bar');\n            \n            buttons.forEach(btn =\u003e {\n                btn.addEventListener('click', (e) =\u003e {\n                    e.preventDefault();\n                    const form = document.querySelector('.premium-cod-form');\n                    if(form) {\n                        form.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                        form.style.boxShadow = \"0 0 20px #007d85\";\n                        setTimeout(() =\u003e form.style.boxShadow = \"\", 1500);\n                    } else {\n                        window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });\n                    }\n                });\n            });\n\n            \/\/ 3. Sticky Bar Visibility\n            window.addEventListener('scroll', () =\u003e {\n                if(window.scrollY \u003e 400) {\n                    const form = document.querySelector('.premium-cod-form');\n                    if(form) {\n                        const rect = form.getBoundingClientRect();\n                        if(rect.top \u003c window.innerHeight \u0026\u0026 rect.bottom \u003e= 0) {\n                            stickyBar.classList.remove('visible');\n                        } else {\n                            stickyBar.classList.add('visible');\n                        }\n                    } else {\n                        stickyBar.classList.add('visible');\n                    }\n                } else {\n                    stickyBar.classList.remove('visible');\n                }\n            });\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Conversion rate Up","offers":[{"title":"Default Title","offer_id":46037270626443,"sku":null,"price":0.0,"currency_code":"MAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0726\/0618\/7659\/files\/1_8f343c1a-fc6e-412d-8698-e67273ddb753.webp?v=1772699456","url":"https:\/\/cvrup.online\/products\/makita-duo-pack","provider":"Conversion rate Up","version":"1.0","type":"link"}