{"product_id":"meuleuse-angulaire","title":"Meuleuse Angulaire","description":"\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        #blue-polisher-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        #blue-polisher-landing * {\n            box-sizing: border-box;\n        }\n\n        #blue-polisher-landing h1, \n        #blue-polisher-landing h2, \n        #blue-polisher-landing h3 {\n            margin-top: 0;\n            line-height: 1.4;\n            color: #002d62; \/* أزرق غامق *\/\n            font-weight: 800;\n            font-family: 'Cairo', sans-serif;\n        }\n\n        #blue-polisher-landing p, \n        #blue-polisher-landing li,\n        #blue-polisher-landing span {\n            font-family: 'Cairo', sans-serif;\n        }\n\n        \/* تنسيق الصور *\/\n        #blue-polisher-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, 45, 98, 0.15);\n            transition: transform 0.3s ease;\n            border: 1px solid #e0e0e0;\n        }\n\n        #blue-polisher-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        #blue-polisher-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: 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(211, 47, 47, 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        \/* صندوق القصة (Story Box) *\/\n        .story-box {\n            background: #e3f2fd;\n            border-right: 5px solid #002d62;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            text-align: right;\n        }\n\n        \/* المميزات (Grid) *\/\n        #blue-polisher-landing .features-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        @media (min-width: 600px) {\n            #blue-polisher-landing .features-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        #blue-polisher-landing .feature-card {\n            background-color: #ffffff;\n            border: 1px solid #eee;\n            border-bottom: 3px solid #002d62;\n            border-radius: 10px;\n            padding: 20px;\n            text-align: right; \/* محاذاة لليمين *\/\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        }\n        \n        #blue-polisher-landing .icon-svg {\n            width: 35px;\n            height: 35px;\n            stroke: #d32f2f;\n            fill: none;\n            stroke-width: 2;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n            margin-bottom: 10px;\n        }\n\n        \/* قائمة المحتويات (Box Contents) *\/\n        .box-contents {\n            background-color: #002d62;\n            color: #fff;\n            padding: 25px 20px;\n            border-radius: 12px;\n            margin: 30px 0;\n            position: relative;\n            overflow: hidden;\n            text-align: right;\n        }\n        .box-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        .box-list li {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 15px;\n            font-size: 17px;\n            border-bottom: 1px solid #1e4b85;\n            padding-bottom: 10px;\n        }\n        .box-list li:last-child {\n            border-bottom: none;\n        }\n        .check-icon-white {\n            color: #ffca28;\n            font-size: 20px;\n            min-width: 24px;\n        }\n\n        \/* التقييمات *\/\n        #blue-polisher-landing .testimonial {\n            background: #fff;\n            border: 1px solid #eee;\n            border-right: 4px solid #d32f2f;\n            padding: 15px;\n            border-radius: 6px;\n            margin-bottom: 15px;\n            font-style: italic;\n            text-align: right;\n        }\n        .stars { color: #ffca28; letter-spacing: 2px; }\n\n        \/* الأسئلة الشائعة *\/\n        #blue-polisher-landing details {\n            background: #fff;\n            border: 1px solid #ddd;\n            border-radius: 6px;\n            margin-bottom: 10px;\n            padding: 15px;\n            text-align: right;\n        }\n        #blue-polisher-landing details[open] {\n            border-color: #002d62;\n            background: #f4f8ff;\n        }\n        #blue-polisher-landing summary {\n            font-weight: 700;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        #blue-polisher-landing summary::after { content: '+'; font-size: 24px; color: #002d62; font-weight: bold; }\n        #blue-polisher-landing details[open] summary::after { transform: rotate(45deg); color: #d32f2f; }\n\n        \/* السعر *\/\n        .price-badge {\n            display: inline-block;\n            background: #d32f2f;\n            color: #fff;\n            padding: 5px 15px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 14px;\n            margin-bottom: 10px;\n        }\n        .big-price {\n            font-size: 36px;\n            font-weight: 900;\n            color: #002d62;\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 20px rgba(0,0,0,0.1);\n            transform: translateY(100%);\n            transition: transform 0.3s ease-in-out;\n            border-top: 2px solid #002d62;\n        }\n        #sticky-bar.visible { transform: translateY(0); }\n        .sticky-price { color: #002d62; font-weight: 900; font-size: 22px; }\n        .sticky-btn {\n            background: #d32f2f;\n            color: #fff;\n            text-decoration: none;\n            padding: 10px 25px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 16px;\n        }\n    \u003c\/style\u003e\n\u003cdiv dir=\"rtl\" id=\"blue-polisher-landing\"\u003e\n\u003c!-- Top Bar --\u003e\n\u003cdiv style=\"background: #002d62; color: #fff; text-align: center; padding: 10px; font-weight: bold; font-size: 14px;\"\u003e🔥 عرض محدود: البونجات (Mousse) فابور مع الماكينة!\u003c\/div\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003cdiv class=\"reveal-element\"\u003e\n\u003ch1 style=\"text-align: center; margin: 25px 0 10px;\"\u003eمن \"خردة\" إلى \"وكالة\" في 15 دقيقة: \u003cspan style=\"color: #d32f2f;\"\u003eالسر فـ \"البوليشوز\" الزرقاء الاحترافية!\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"text-align: center; color: #555; margin-bottom: 15px; font-weight: 600;\"\u003eباك متكامل: تلميع (Lustrage)، صقل (Ponçage)، وتقطاع. محرك جبار بـ 6 سرعات.\u003c\/p\u003e\n\u003c!-- الصورة 1 --\u003e \u003cimg class=\"product-image\" alt=\"آلة تلميع زرقاء\" src=\"https:\/\/i.ibb.co\/gMM9sDRz\/V1.webp\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv class=\"price-badge\"\u003eأفضل قيمة مقابل السعر\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"big-price\"\u003e460 درهم\u003c\/div\u003e\n\u003cp style=\"color: #777; margin-top: 5px;\"\u003eالدفع بعد ما تقلب سلعتك\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-button scroll-to-form-btn\" href=\"#\"\u003e 👉 اطلب الباك الآن - 460 درهم فقط \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- 2. The Story (القصة) --\u003e\n\u003cdiv class=\"reveal-element\"\u003e\n\u003ch2 style=\"text-align: center; color: #002d62; margin-top: 30px;\"\u003eتخيل الطوموبيل ديالك كتشعل! ✨\u003c\/h2\u003e\n\u003cdiv class=\"story-box\"\u003e\n\u003cp style=\"font-size: 17px; margin-bottom: 10px;\"\u003e\u003cstrong\u003e🛑 المشكل:\u003c\/strong\u003e واش صباغة طوموبيلتك بهاتت بالشمس؟ فيها تخباش رقيق (Micro-rayures) كيبرزطك فالشوفة؟ وكتمشي للكراج كيقوليك 500 أو 800 درهم باش يصاوبها ليك؟\u003c\/p\u003e\n\u003cp style=\"font-size: 17px; margin-bottom: 0;\"\u003e\u003cstrong\u003e✅ الحل السحري:\u003c\/strong\u003e بهاد الماكينة والقرص الإسفنجي (البونجة الليمونية)، تقدر دير \u003cstrong\u003eLustrage\u003c\/strong\u003e لراسك فباب دارك. النتيجة؟ طوموبيل جديدة وثمن الماكينة كيرجع فـ تلميعة وحدة!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- الصورة 2 --\u003e \u003cimg class=\"product-image\" alt=\"تلميع السيارة\" src=\"https:\/\/i.ibb.co\/7JvRBdsj\/V2.webp\"\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Features \u0026 Versatility --\u003e\n\u003cdiv class=\"reveal-element\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 25px;\"\u003eماشي غير للطوموبيلات.. هادي \"الجوكر\"! 🛠️\u003c\/h2\u003e\n\u003c!-- الصورة 3 --\u003e \u003cimg style=\"margin-bottom: 20px;\" class=\"product-image\" alt=\"صقل الخشب\" src=\"https:\/\/i.ibb.co\/BVTKB6dr\/V3.webp\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"icon-svg\"\u003e\u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003eتحكم كامل (Variateur)\u003c\/h3\u003e\n\u003cp\u003eفيها 6 سرعات. السرعة 1-2 للتلميع باش ما تحرقش الصباغة، والسرعة 5-6 للتقطاع والحك.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"icon-svg\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch3\u003eمحرك قوي\u003c\/h3\u003e\n\u003cp\u003eموتور نحاسي (Bobinage Cuivre) كيصبر للخدمة ومصمم للأعمال الشاقة (Heavy Duty).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"icon-svg\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\u003cline y2=\"9\" x2=\"9.01\" y1=\"9\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"15.01\" y1=\"9\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003ch3\u003eسهلة الاستخدام\u003c\/h3\u003e\n\u003cp\u003eخفيفة فاليد، والزر الأحمر (Gâchette) فبلاصة مريحة للتحكم السريع.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"icon-svg\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"21\" x2=\"16\" y1=\"21\" x1=\"8\"\u003e\u003c\/line\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003ch3\u003eمتعددة المهام\u003c\/h3\u003e\n\u003cp\u003eبونجة = تلميع. ديسك حرش = حكان العود والحديد. ديسك تقطاع = لامول عادية.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. What's in the Box --\u003e\n\u003cdiv class=\"reveal-element\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 20px;\"\u003eشنو غادي يوصلك فالباك \"البروفيسيونيل\"؟ 📦\u003c\/h2\u003e\n\u003c!-- الصورة 4 --\u003e \u003cimg class=\"product-image\" alt=\"محتويات الباك\" src=\"https:\/\/i.ibb.co\/rGyz4BvM\/V4.webp\"\u003e\n\u003cdiv class=\"box-contents\"\u003e\n\u003cul class=\"box-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-white\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eالماكينة الزرقاء الاحترافية (Professional Angle Grinder).\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-white\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eقرص تثبيت فيلكرو (Plateau).\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-white\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eبونجة برتقالية (Mousse) لتلميع الخدوش.\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-white\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eصوفة بيضاء (Laine) للفينيسيون واللمعان.\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-white\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eمقبض جانبي + مفتاح تغيير الأقراص.\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Testimonials --\u003e\n\u003cdiv class=\"reveal-element\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eناس جربوها وحكمو 👇\u003c\/h2\u003e\n\u003c!-- الصورة 5 --\u003e \u003cimg class=\"product-image\" alt=\"زبون سعيد\" src=\"https:\/\/i.ibb.co\/27VVfRVJ\/V5.webp\"\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cstrong\u003e👤 يونس (مول طاكسي):\u003c\/strong\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003e\"عجبتني فيها الفارياسيون (Variateur). كنخدم بيها مرتاح على الطوموبيل. وفرت عليا فلوس الكراج، دابا كنلمع طوموبيلتي كل شهر.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cstrong\u003e👤 السي ابراهيم (نجار):\u003c\/strong\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003e\"كنستعملها للحكان د العود (Ponçage). خفيفة والخدمة ديالها نقية. الثمن ديال 460 درهم همزة.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. FAQ --\u003e\n\u003cdiv style=\"margin-bottom: 40px;\" class=\"reveal-element\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eأسئلة متكررة ❓\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eواش هاد الماكينة كتحرق الصباغة؟\u003c\/summary\u003e\n\u003cp\u003eلا، حيت فيها تحكم فالسرعة. ديرها فسرعة 1 أو 2 وغادي تخدم بأمان تام على الفرني (Vernis).\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eواش البياس ديالها موجود؟\u003c\/summary\u003e\n\u003cp\u003eنعم، كتقبل جميع الديسكات (115mm) والبونجات الموجودة عند أي دروغري فالمغرب.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eواش نقدر نقلبها قبل ما نخلص؟\u003c\/summary\u003e\n\u003cp\u003eأكيد! الليفروغ يتسناك تحل الكرطونة وتشوف الماكينة بعينك عاد تخلص.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA --\u003e\n\u003cdiv style=\"text-align: center; border: 3px dashed #002d62; padding: 20px; border-radius: 10px; background-color: #fcfcfc;\" class=\"reveal-element\"\u003e\n\u003ch2 style=\"color: #d32f2f; margin-bottom: 10px;\"\u003e🔥 العرض يسري حتى نفاد الكمية!\u003c\/h2\u003e\n\u003cp\u003eتهلا فطوموبيلتك وجيب الماطريال لي ينفعك فالدار.\u003c\/p\u003e\n\u003cdiv class=\"big-price\"\u003e460 درهم\u003c\/div\u003e\n\u003ca class=\"cta-button scroll-to-form-btn\" href=\"#\"\u003e اضغط هنا للطلب - التوصيل فابور \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Sticky Bar --\u003e\n\u003cdiv id=\"sticky-bar\"\u003e\n\u003cdiv class=\"sticky-price\"\u003e460 DH\u003c\/div\u003e\n\u003ca class=\"sticky-btn scroll-to-form-btn\" href=\"#\"\u003eأطلب الآن\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- JavaScript --\u003e \u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \/\/ 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            \/\/ 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' });\n                        form.style.boxShadow = \"0 0 20px #002d62\";\n                        setTimeout(() =\u003e form.style.boxShadow = \"\", 1500);\n                    } else {\n                        window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' });\n                    }\n                });\n            });\n\n            \/\/ 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":46037269414027,"sku":null,"price":0.0,"currency_code":"MAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0726\/0618\/7659\/files\/V4.webp?v=1772699211","url":"https:\/\/cvrup.online\/products\/meuleuse-angulaire","provider":"Conversion rate Up","version":"1.0","type":"link"}