{"product_id":"طقم-أدوات-احترافي","title":"طقم أدوات احترافي","description":"\u003cstyle\u003e\n        \/* 1. استدعاء خط كايرو (Cairo Font) *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;900\u0026display=swap');\n\n        \/* 2. تنسيقات الصفحة (Scoped Styles) *\/\n        #german-pack-landing {\n            font-family: 'Cairo', sans-serif; \/* تطبيق الخط *\/\n            line-height: 1.6;\n            color: #1a1a1a;\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 15px;\n            padding-bottom: 80px; \/* مساحة للزر اللاصق *\/\n            font-size: 16px;\n            background-color: #ffffff;\n            overflow-x: hidden;\n        }\n        \n        #german-pack-landing * {\n            box-sizing: border-box;\n        }\n\n        #german-pack-landing h1, \n        #german-pack-landing h2, \n        #german-pack-landing h3 {\n            margin-top: 0;\n            line-height: 1.4;\n            color: #111111;\n            font-weight: 800;\n            font-family: 'Cairo', sans-serif;\n        }\n\n        \/* تنسيق الصور *\/\n        #german-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 8px 20px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n\n        #german-pack-landing img.product-image:hover {\n            transform: scale(1.02);\n        }\n\n        \/* تأثيرات الظهور (Animations) *\/\n        .reveal-element {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s 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        #german-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, #d32f2f 0%, #b71c1c 100%); \/* تدرج أحمر *\/\n            color: #ffffff !important;\n            text-align: center;\n            padding: 18px 20px;\n            border-radius: 8px;\n            font-size: 20px;\n            font-weight: 900;\n            text-decoration: none;\n            box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);\n            transition: transform 0.2s, box-shadow 0.2s;\n            margin: 25px 0;\n            animation: pulse-btn 2s infinite;\n            cursor: pointer;\n        }\n\n        #german-pack-landing .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(211, 47, 47, 0.5);\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        \/* قسم الحساب (Comparison Box) *\/\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: 17px;\n            color: #555;\n        }\n        .math-total-saved {\n            background: #ffebee;\n            border: 2px solid #c62828;\n            color: #b71c1c;\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 900;\n            font-size: 20px;\n            margin-top: 15px;\n        }\n\n        \/* شبكة المواصفات (Specs Grid) *\/\n        #german-pack-landing .specs-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        @media (min-width: 600px) {\n            #german-pack-landing .specs-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        #german-pack-landing .spec-card {\n            background-color: #f8f9fa;\n            border: 1px solid #e9ecef;\n            border-radius: 10px;\n            padding: 20px;\n            border-right: 4px solid #d32f2f;\n        }\n\n        #german-pack-landing .icon-svg {\n            width: 40px;\n            height: 40px;\n            margin-bottom: 10px;\n            stroke: #d32f2f;\n        }\n\n        \/* التقييمات (Testimonials) *\/\n        #german-pack-landing .testimonial-box {\n            background-color: #fffafafa;\n            border-left: 5px solid #d32f2f; \n            border-right: 1px solid #eee;\n            border-top: 1px solid #eee;\n            border-bottom: 1px solid #eee;\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 20px;\n        }\n        \n        #german-pack-landing .stars {\n            color: #ffc107;\n            letter-spacing: 2px;\n            font-size: 18px;\n        }\n\n        \/* الأسئلة الشائعة *\/\n        #german-pack-landing details {\n            background: #ffffff;\n            border: 1px solid #e0e0e0;\n            border-radius: 8px;\n            margin-bottom: 10px;\n            padding: 15px;\n            transition: all 0.3s ease;\n        }\n\n        #german-pack-landing details[open] {\n            background: #fff5f5;\n            border-color: #d32f2f;\n        }\n\n        #german-pack-landing summary {\n            font-weight: 700;\n            font-size: 17px;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        #german-pack-landing summary::-webkit-details-marker { display: none; }\n        #german-pack-landing summary::after {\n            content: '+';\n            font-size: 24px;\n            color: #d32f2f;\n            transition: transform 0.3s;\n        }\n        #german-pack-landing details[open] summary::after {\n            transform: rotate(45deg);\n        }\n        \n        \/* مربع السعر *\/\n        #german-pack-landing .price-tag {\n            background: #ffebee;\n            color: #b71c1c;\n            padding: 10px 25px;\n            border-radius: 50px;\n            font-weight: 900;\n            font-size: 26px;\n            display: inline-block;\n            margin-bottom: 15px;\n            border: 2px solid #b71c1c;\n        }\n\n        \/* ============================\n           STICKY BAR (الزر اللاصق)\n           ============================ *\/\n        #sticky-cta {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background-color: #ffffff;\n            border-top: 1px solid #eee;\n            box-shadow: 0 -4px 15px rgba(0,0,0,0.1);\n            padding: 10px 20px;\n            z-index: 99999;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transform: translateY(100%);\n            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        #sticky-cta.show {\n            transform: translateY(0);\n        }\n\n        #sticky-cta .sticky-info {\n            display: flex;\n            flex-direction: column;\n        }\n\n        #sticky-cta .sticky-price {\n            font-weight: 900;\n            font-size: 22px;\n            color: #d32f2f;\n            line-height: 1.2;\n        }\n        \n        #sticky-cta .sticky-sub {\n            font-size: 12px;\n            color: #666;\n        }\n\n        #sticky-cta .sticky-btn {\n            background: #1a1a1a;\n            color: #fff !important;\n            text-decoration: none;\n            padding: 12px 25px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 16px;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n            transition: background 0.3s;\n        }\n\n        #sticky-cta .sticky-btn:hover {\n            background: #d32f2f;\n        }\n\u003c\/style\u003e\n\n\u003cdiv id=\"german-pack-landing\" dir=\"rtl\"\u003e\n    \u003cdiv class=\"reveal-element\" style=\"background-color: #1a1a1a; color: #fff; text-align: center; padding: 12px; border-radius: 8px; font-weight: bold; margin-bottom: 25px; font-size: 15px; border-bottom: 4px solid #d32f2f;\"\u003e🚚 التوصيل فابور لجميع المدن | 🤝 قلب الماطريال بياسة بياسة عاد خلص 1720 درهم!\u003c\/div\u003e\n    \n    \u003cdiv class=\"reveal-element\"\u003e\n        \u003ch1 style=\"font-size: 28px; text-align: center; margin-bottom: 15px; font-weight: 900;\"\u003eلأصحاب المشاريع والمعلمية الكبار: \u003cbr\u003e\u003cspan style=\"color: #d32f2f;\"\u003eورشة كاملة (4 ماكينات) فصندوق واحد!\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp style=\"font-size: 18px; text-align: center; color: #555; margin-bottom: 15px; font-weight: 600;\"\u003eعلاش تخسر 4000 درهم باش تشري كل ماكينة بوحدها؟ جبنا ليك \"الباك الألماني\" 4 في 1 (شنيور + بولونوز + لامون + هيلتي) بمحركات Brushless القوية.\u003c\/p\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/n83FxKqW\/1-1.webp\" alt=\"الباك الألماني المتكامل\" class=\"product-image\"\u003e \n        \u003ca href=\"#\" class=\"cta-button scroll-to-form-btn\"\u003e 👉 اطلب الباك دابا - التوصيل مجاني \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reveal-element\"\u003e\n        \u003ch2 style=\"font-size: 24px; margin-bottom: 15px; color: #d32f2f; text-align: center; font-weight: 800;\"\u003eواش 1720 درهم غالية؟ اجي نحسبوها بالخشيبات! 🧮\u003c\/h2\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/FLJhNjXL\/3.webp\" alt=\"مقارنة الأسعار\" class=\"product-image\"\u003e\n        \u003cdiv class=\"math-box\"\u003e\n            \u003cp style=\"text-align: center; font-weight: bold; margin-bottom: 15px;\"\u003eإلى شريتي كل بياسة بوحدها فالسوق:\u003c\/p\u003e\n            \u003cdiv class=\"math-item\"\u003e\n\u003cspan\u003e❌ البولونوز بوحدها:\u003c\/span\u003e \u003cspan style=\"font-weight: bold; color: #d32f2f;\"\u003e1500 درهم\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"math-item\"\u003e\n\u003cspan\u003e❌ البيكوز (Perforateur):\u003c\/span\u003e \u003cspan style=\"font-weight: bold; color: #d32f2f;\"\u003e1200 درهم\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"math-item\"\u003e\n\u003cspan\u003e❌ ليزامول (Meuleuse):\u003c\/span\u003e \u003cspan style=\"font-weight: bold; color: #d32f2f;\"\u003e800 درهم\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"math-item\"\u003e\n\u003cspan\u003e❌ فيسوس:\u003c\/span\u003e \u003cspan style=\"font-weight: bold; color: #d32f2f;\"\u003e700 درهم\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv style=\"border-top: 1px solid #ccc; margin: 10px 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n            \u003cdiv style=\"text-align: center; font-size: 18px;\"\u003eالمجموع: \u003cspan style=\"text-decoration: line-through;\"\u003e4200 درهم!\u003c\/span\u003e 😱\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"math-total-saved\"\u003e✅ معنا اليوم: الباك كامل + 4 بطاريات 128V = غير بـ 1720 درهم!\u003cbr\u003e\u003cspan style=\"font-size: 16px; font-weight: normal;\"\u003eراك موفر كثر من 50% ديال فلوسك. هادي همزة!\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reveal-element\" style=\"margin-bottom: 40px; margin-top: 30px;\"\u003e\n        \u003ch2 style=\"font-size: 24px; text-align: center; margin-bottom: 25px; font-weight: 800;\"\u003eماطريال ديال الدوام والخدمة القاصحة 💪\u003c\/h2\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/sdPDWLnD\/2.webp\" alt=\"جودة التصنيع\" class=\"product-image\"\u003e\n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003csvg class=\"icon-svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003ch3 style=\"font-size: 19px; margin-bottom: 8px; color: #1a1a1a; font-weight: bold;\"\u003e🔧 البولونوز (Visseuse à Choc)\u003c\/h3\u003e\n                \u003cp style=\"margin: 0; color: #555; font-size: 15px;\"\u003eمحرك Brushless (بدون فحمات) ما كيسخنش، عزم دوران مضاعف، ورأس صلب كيتحمل الضغط العالي د الرويض.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003csvg class=\"icon-svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 3h18v18H3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003ch3 style=\"font-size: 19px; margin-bottom: 8px; color: #1a1a1a; font-weight: bold;\"\u003e🔨 البيكوز (Perforateur SDS)\u003c\/h3\u003e\n                \u003cp style=\"margin: 0; color: #555; font-size: 15px;\"\u003e3 وضعيات: ثقب عادي، ثقب بالدّق (Percussion)، وتكسير. قادر يتقب فالبيطون المسلح والحيط القاصح.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003csvg class=\"icon-svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M14.31 8l5.74 9.94\"\u003e\u003c\/path\u003e\u003cpath d=\"M9.69 8h11.48\"\u003e\u003c\/path\u003e\u003cpath d=\"M7.38 12l5.74-9.94\"\u003e\u003c\/path\u003e\u003cpath d=\"M9.69 16L3.95 6.06\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.31 16H2.83\"\u003e\u003c\/path\u003e\u003cpath d=\"M16.62 12l-5.74 9.94\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003ch3 style=\"font-size: 19px; margin-bottom: 8px; color: #1a1a1a; font-weight: bold;\"\u003e⚙️ ليزامول (Meuleuse)\u003c\/h3\u003e\n                \u003cp style=\"margin: 0; color: #555; font-size: 15px;\"\u003eسرعة دوران عالية لتقطاع الحديد والزليج بلا ما تفشل الماكينة، مع مقبض أمان للتحكم الكامل.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003csvg class=\"icon-svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M6 9H4.5a2.5 2.5 0 0 1 0-5H6\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 9h1.5a2.5 2.5 0 0 0 0-5H18\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 22h16\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 2h-6c-1.1 0-2 .9-2 2v3h10V4c0-1.1-.9-2-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003ch3 style=\"font-size: 19px; margin-bottom: 8px; color: #1a1a1a; font-weight: bold;\"\u003e🛠️ الشنيور (Perceuse)\u003c\/h3\u003e\n                \u003cp style=\"margin: 0; color: #555; font-size: 15px;\"\u003eظريف وخفيف للتقيب فالعلو، فالخشب والحديد. ميزان (Niveau) مدمج لضمان الدقة.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reveal-element\" style=\"background-color: #fffafafa; padding: 25px 20px; border-radius: 12px; border: 2px dashed #1a1a1a; margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-size: 24px; text-align: center; margin-bottom: 15px; font-weight: 900; color: #1a1a1a;\"\u003e🔋 ما كاينش تسنا الشارج.. الباك جاي بـ 4 بطاريات!\u003c\/h2\u003e\n        \u003cp style=\"text-align: center; font-size: 16px; color: #555; margin-bottom: 20px;\"\u003eباش تخدم مرتاح وبلا ما يوقف الشانطي، هاد الباك كيجيو معاه 4 بطاريات ليثيوم 128V قوية، يعني ديما عندك الرزيرف.\u003c\/p\u003e\n        \n        \u003cimg src=\"https:\/\/i.ibb.co\/239W5bPH\/Gemini-Generated-Image-kpk3zlkpk3zlkpk3.webp\" alt=\"4 بطاريات ليثيوم 128V\" class=\"product-image\" style=\"border: 1px solid #eee;\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reveal-element\" style=\"background-color: #1a1a1a; color: #ffffff; padding: 30px 20px; border-radius: 12px; margin-bottom: 30px;\"\u003e\n        \u003ch2 style=\"font-size: 22px; color: #ffc107; text-align: center; margin-bottom: 15px; font-weight: 800;\"\u003eخايف تشري ماتريال بـ 1720 درهم ويصدق عيان؟\u003c\/h2\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/1tpzRb3b\/4.webp\" alt=\"الدفع بعد المعاينة\" class=\"product-image\" style=\"border: 2px solid #555;\"\u003e\n        \u003cp style=\"text-align: center; margin-bottom: 20px; font-size: 17px;\"\u003eحنا عارفين بلي \"الفلوس ما كيطيحوش من السما\". داكشي علاش دايرين ليك \u003cspan style=\"color: #ffc107; font-weight: bold;\"\u003eالضمان الذهبي:\u003c\/span\u003e\u003c\/p\u003e\n        \u003cul style=\"list-style: none; padding: 0; margin: 0; font-size: 17px; line-height: 1.8; font-weight: 600;\"\u003e\n            \u003cli style=\"margin-bottom: 12px; display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"color: #4caf50;\"\u003e✅\u003c\/span\u003e الليفرور كيجيب ليك السلعة تال عندك.\u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 12px; display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"color: #4caf50;\"\u003e✅\u003c\/span\u003e حل الماليت، هز الماكن فيدك، شوف التقل والجودة.\u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 12px; display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"color: #4caf50;\"\u003e✅\u003c\/span\u003e ركب الباتري وجرب الموطور كيضور.\u003c\/li\u003e\n            \u003cli style=\"display: flex; align-items: center; gap: 10px;\"\u003e\n\u003cspan style=\"color: #ffc107;\"\u003e🤝\u003c\/span\u003e عجباتك؟ عاد خلص 1720 درهم. ما عجباتكش؟ ردها بلا ما تخلص والو!\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reveal-element\" style=\"margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-size: 24px; text-align: center; margin-bottom: 25px; font-weight: 800; color: #d32f2f;\"\u003eشنو قالو الحرايفية لي سبقوك وشراو هاد الباك؟ 👇\u003c\/h2\u003e\n        \u003cimg src=\"https:\/\/i.ibb.co\/0RxB4kpb\/5.webp\" alt=\"شهادات الحرفيين\" class=\"product-image\"\u003e\n        \u003cdiv class=\"testimonial-box\"\u003e\n            \u003cdiv style=\"font-weight: bold; font-size: 18px; margin-bottom: 5px;\"\u003e👷 السي عبد القادر (طاشرون - الدار البيضاء)\u003c\/div\u003e\n            \u003cdiv class=\"stars\"\u003e⭐️⭐️⭐️⭐️⭐️\u003c\/div\u003e\n            \u003cp style=\"margin-top: 10px; font-style: italic; color: #444;\"\u003e\"صراحة كنت خايف من 1720 درهم تمشي ليا فالخوا، ولكن ملي وصلني الليفرور وقلبت الماتريال فيدي.. عرفتها سلعة د المعقول. البيكوز (Perforateur) حفرت بيه الضالة بلا مشاكل، والبولونوز صحيحة. هذا أحسن استثمار درتو.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"testimonial-box\"\u003e\n            \u003cdiv style=\"font-weight: bold; font-size: 18px; margin-bottom: 5px;\"\u003e👨‍🔧 المعلم رضوان (ميكانيك السيارات - طنجة)\u003c\/div\u003e\n            \u003cdiv class=\"stars\"\u003e⭐️⭐️⭐️⭐️⭐️\u003c\/div\u003e\n            \u003cp style=\"margin-top: 10px; font-style: italic; color: #444;\"\u003e\"البولونوز هي لي كنت محتاج، ولكن صدقت رابح معاها شنيور ولامول فابور! البركة فالبطاريات (128V) كيشدو الشارج مزيان. حليت بيها رويضة د كاميو صغير وما قالتش لا.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"testimonial-box\"\u003e\n            \u003cdiv style=\"font-weight: bold; font-size: 18px; margin-bottom: 5px;\"\u003e🔨 ياسين (نجار ألمنيوم - أكادير)\u003c\/div\u003e\n            \u003cdiv class=\"stars\"\u003e⭐️⭐️⭐️⭐️⭐️\u003c\/div\u003e\n            \u003cp style=\"margin-top: 10px; font-style: italic; color: #444;\"\u003e\"التقطاع بـ ليزامول نقي وسريع. لي عجبني هو أن الموطور ماكيسخنش (Brushless) وخا تخدم بيه سوايع. الثمن ديال 1720 درهم راه كادو مقارنة مع أنك تشري كل بياسة بوحدها.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reveal-element\" style=\"margin-bottom: 40px;\"\u003e\n        \u003ch2 style=\"font-size: 24px; margin-bottom: 20px; text-align: center; font-weight: 800;\"\u003eالأسئلة المتكررة (قبل ما تطلب) ❓\u003c\/h2\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eواش بصح نقدر نحل الكرطونة قبل ما نخلص؟\u003c\/summary\u003e\n            \u003cp style=\"margin: 15px 0 0 0; color: #555; line-height: 1.7; font-weight: 600;\"\u003e✅ الجواب: طبعاً! هادي 1720 درهم ماشي لعب. حنا كنتيقو فالسلعة ديالنا، داكشي علاش كنسمحو ليك تحل الماليت، وتهز الماكن، وتجرب واش خدامين عاد تعطي الفلوس لليفروغ.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eواش البطاريات كيركبو على الماكن بـ 4؟\u003c\/summary\u003e\n            \u003cp style=\"margin: 15px 0 0 0; color: #555; line-height: 1.7; font-weight: 600;\"\u003e✅ الجواب: نعم، البطاريات (Standard) وكيركبو على الشنيور، البولونوز، ليزامول، والبيكوز. يعني تقدر تكون خدام بـ 2 ماكن فنفس الوقت، ولا تخلي وحدة خدامة ووحدة كتشارجا.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eواش هاد الماكن يصلحو للخدمة اليومية (Professionnel)؟\u003c\/summary\u003e\n            \u003cp style=\"margin: 15px 0 0 0; color: #555; line-height: 1.7; font-weight: 600;\"\u003e✅ الجواب: هاد الباك مصمم للخدمة القاصحة (Heavy Duty). المحركات كاملة Brushless (بدون فحمات) يعني كصبرو للضغط والحرارة، والتروس (Pignons) د الحديد ماشي البلاستيك.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eواش كاين قطع الغيار (Pièces de rechange)؟\u003c\/summary\u003e\n            \u003cp style=\"margin: 15px 0 0 0; color: #555; line-height: 1.7; font-weight: 600;\"\u003e✅ الجواب: الماكن مصممين بتصميم عالمي (Standard)، يعني السوارات، الديسكات، والريوس موجودين عند أي دروغري (Droguerie) فالمغرب.\u003c\/p\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reveal-element\" style=\"text-align: center; margin-bottom: 30px;\"\u003e\n        \u003cdiv class=\"price-tag\"\u003e1720 درهم فقط \u003cspan style=\"font-size: 18px; text-decoration: line-through; color: #777; font-weight: normal; margin-right: 10px;\"\u003e2400 درهم\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cp style=\"font-weight: bold; color: #d32f2f;\"\u003e🔥 بقات أقل من 10 بياسات فهاد البروموسيون\u003c\/p\u003e\n        \u003ca href=\"#\" class=\"cta-button scroll-to-form-btn\"\u003e\n            احجز الباك ديالك قبل ما يسالي الستوك\n            \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cpolyline points=\"19 12 12 19 5 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"sticky-cta\"\u003e\n        \u003cdiv class=\"sticky-info\"\u003e\n            \u003cspan class=\"sticky-price\"\u003e1720 DH\u003c\/span\u003e\n            \u003cspan class=\"sticky-sub\"\u003eباك 4 في 1\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"#\" class=\"sticky-btn scroll-to-form-btn\"\u003e\n            أطلب الآن\n            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cpolyline points=\"19 12 12 19 5 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \/\/ 1. Animations\n            var reveals = document.querySelectorAll(\".reveal-element\");\n            var observer = new IntersectionObserver(function(entries) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add(\"active\");\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, { threshold: 0.1 });\n            \n            reveals.forEach(function(reveal) {\n                observer.observe(reveal);\n            });\n\n            \/\/ 2. Scroll to Form\n            var ctaButtons = document.querySelectorAll('.scroll-to-form-btn');\n            ctaButtons.forEach(function(btn) {\n                btn.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    var targetForm = document.querySelector('.premium-cod-form');\n                    if(targetForm) {\n                        targetForm.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                        targetForm.style.transition = 'box-shadow 0.3s ease';\n                        targetForm.style.boxShadow = '0 0 20px rgba(211, 47, 47, 0.6)';\n                        setTimeout(function(){\n                            targetForm.style.boxShadow = '';\n                        }, 1500);\n                    } else {\n                        window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });\n                    }\n                });\n            });\n\n            \/\/ 3. Sticky Bar Logic\n            var stickyBar = document.getElementById('sticky-cta');\n            var targetFormForSticky = document.querySelector('.premium-cod-form');\n            \n            window.addEventListener('scroll', function() {\n                var scrollY = window.scrollY;\n                if (scrollY \u003e 300) {\n                    if (targetFormForSticky) {\n                        var rect = targetFormForSticky.getBoundingClientRect();\n                        if (rect.top \u003c window.innerHeight \u0026\u0026 rect.bottom \u003e= 0) {\n                            stickyBar.classList.remove('show');\n                        } else {\n                            stickyBar.classList.add('show');\n                        }\n                    } else {\n                        stickyBar.classList.add('show');\n                    }\n                } else {\n                    stickyBar.classList.remove('show');\n                }\n            });\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Conversion rate Up","offers":[{"title":"Default Title","offer_id":46037267349643,"sku":null,"price":0.0,"currency_code":"MAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0726\/0618\/7659\/files\/1_1.webp?v=1772698981","url":"https:\/\/cvrup.online\/products\/%d8%b7%d9%82%d9%85-%d8%a3%d8%af%d9%88%d8%a7%d8%aa-%d8%a7%d8%ad%d8%aa%d8%b1%d8%a7%d9%81%d9%8a","provider":"Conversion rate Up","version":"1.0","type":"link"}