{"product_id":"coffret-perceuse-visseuse","title":"Coffret Perceuse Visseuse","description":"\u003cstyle\u003e\n        \/* 1. استدعاء خط كايرو *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;900\u0026display=swap');\n\n        \/* 2. تنسيقات الصفحة العامة *\/\n        #yellow-drill-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: #ffffff;\n            overflow-x: hidden;\n            text-align: right; \/* ضمان المحاذات لليمين *\/\n            direction: rtl;\n        }\n        \n        #yellow-drill-landing * {\n            box-sizing: border-box;\n        }\n\n        #yellow-drill-landing h1, \n        #yellow-drill-landing h2, \n        #yellow-drill-landing h3 {\n            margin-top: 0;\n            line-height: 1.4;\n            color: #000000;\n            font-weight: 800;\n        }\n\n        \/* تنسيق الصور *\/\n        #yellow-drill-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 15px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n            border: 1px solid #eee;\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        #yellow-drill-landing .cta-button {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 10px;\n            width: 100%;\n            background-color: #ffcc00;\n            color: #000000 !important;\n            text-align: center;\n            padding: 16px 20px;\n            border-radius: 6px;\n            font-size: 20px;\n            font-weight: 900;\n            text-decoration: none;\n            box-shadow: 0 4px 0px #e6b800;\n            transition: transform 0.1s, box-shadow 0.1s;\n            margin: 20px 0;\n            cursor: pointer;\n            border: 2px solid #000;\n        }\n\n        #yellow-drill-landing .cta-button:active {\n            transform: translateY(4px);\n            box-shadow: 0 0 0 #e6b800;\n        }\n\n        \/* شبكة المميزات (Features Grid) *\/\n        #yellow-drill-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            #yellow-drill-landing .features-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        #yellow-drill-landing .feature-card {\n            background-color: #fff9db;\n            border: 2px solid #ffcc00;\n            border-radius: 10px;\n            padding: 20px;\n            text-align: right;\n        }\n\n        #yellow-drill-landing .icon-box {\n            background: #fff;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 15px;\n            border: 2px solid #000;\n            box-shadow: 3px 3px 0px #ffcc00;\n        }\n\n        #yellow-drill-landing .icon-svg {\n            width: 30px;\n            height: 30px;\n            stroke: #000;\n            fill: none;\n            stroke-width: 2;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        \/* قسم محتويات العلبة (جديد ومحسن) *\/\n        .box-contents {\n            background-color: #1a1a1a;\n            color: #fff;\n            padding: 25px 20px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-right: 6px solid #ffcc00;\n        }\n\n        .box-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\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 #333;\n            padding-bottom: 10px;\n        }\n\n        .box-list li:last-child {\n            border-bottom: none;\n        }\n\n        .check-icon-yellow {\n            color: #ffcc00;\n            font-size: 20px;\n            min-width: 24px; \/* لضمان عدم تحرك الأيقونة *\/\n        }\n\n        \/* قسم القيمة (Value Stack) *\/\n        .value-box {\n            background: #fdfdfd;\n            border: 1px solid #ddd;\n            padding: 20px;\n            border-radius: 10px;\n            margin: 20px 0;\n            border-right: 5px solid #ffcc00;\n        }\n        .check-item {\n            display: flex;\n            align-items: flex-start; \/* محاذات للأعلى للنصوص الطويلة *\/\n            gap: 10px;\n            margin-bottom: 12px;\n            font-size: 16px;\n        }\n\n        \/* التقييمات *\/\n        #yellow-drill-landing .testimonial {\n            background: #f9f9f9;\n            border-right: 4px solid #000;\n            padding: 15px;\n            border-radius: 6px;\n            margin-bottom: 15px;\n            font-style: italic;\n        }\n        .stars { color: #ffcc00; letter-spacing: 2px; }\n\n        \/* الأسئلة الشائعة *\/\n        #yellow-drill-landing details {\n            background: #fff;\n            border: 1px solid #ddd;\n            border-radius: 6px;\n            margin-bottom: 10px;\n            padding: 15px;\n        }\n        #yellow-drill-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        #yellow-drill-landing summary::after { content: '+'; font-size: 24px; color: #ffcc00; font-weight: bold; }\n        #yellow-drill-landing details[open] summary::after { transform: rotate(45deg); }\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: 32px;\n            font-weight: 900;\n            color: #000;\n        }\n\n        \/* Sticky Bar *\/\n        #sticky-bar {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: #000;\n            padding: 12px 20px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            z-index: 9999;\n            box-shadow: 0 -2px 10px rgba(0,0,0,0.2);\n            transform: translateY(100%);\n            transition: transform 0.3s ease-in-out;\n        }\n        #sticky-bar.visible { transform: translateY(0); }\n        .sticky-price { color: #ffcc00; font-weight: 900; font-size: 22px; }\n        .sticky-btn {\n            background: #ffcc00;\n            color: #000;\n            text-decoration: none;\n            padding: 8px 20px;\n            border-radius: 4px;\n            font-weight: bold;\n            font-size: 16px;\n        }\n    \u003c\/style\u003e\n\u003cdiv dir=\"rtl\" id=\"yellow-drill-landing\"\u003e\n\u003c!-- Top Bar --\u003e\n\u003cdiv style=\"background: #000; color: #ffcc00; text-align: center; padding: 10px; font-weight: bold; font-size: 14px;\"\u003e🚛 شحن مجاني وسريع | 🛡️ ضمان الجودة: قلب سلعتك عاد خلص!\u003c\/div\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003cdiv class=\"reveal-element\"\u003e\n\u003ch1 style=\"text-align: center; margin: 20px 0 10px;\"\u003eللأعمال الشاقة والمنزلية: \u003cspan style=\"background: #ffcc00; padding: 0 5px;\"\u003eامتلك قوة 68V\u003c\/span\u003e بين يديك!\u003c\/h1\u003e\n\u003cp style=\"text-align: center; color: #555; margin-bottom: 15px;\"\u003eالشنيور اللاسلكي المتكامل (Pack Complet) لي كيهنيك من تمارة. جوج (2) بطاريات ليثيوم جبارة + حقيبة عامرة بليزاكسيسوار.\u003c\/p\u003e\n\u003c!-- الصورة 1 --\u003e \u003cimg class=\"product-image\" alt=\"شنيور 68V أصفر\" src=\"https:\/\/i.ibb.co\/chdYBN0w\/11-1.webp\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv class=\"price-badge\"\u003eتخفيض 40%\u003c\/div\u003e\n\u003cbr\u003e\u003cspan style=\"text-decoration: line-through; color: #777; font-size: 18px;\"\u003e750 درهم\u003c\/span\u003e\n\u003cdiv class=\"big-price\"\u003e450 درهم فقط\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-button scroll-to-form-btn\" href=\"#\"\u003e 👉 اطلب الباك الكامل الآن - الدفع عند الاستلام \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Value Section --\u003e\n\u003cdiv class=\"reveal-element\"\u003e\n\u003ch2 style=\"text-align: center; color: #d32f2f;\"\u003eعلاش هاد الشنيور حسن من غيرو؟ 🤔\u003c\/h2\u003e\n\u003cdiv class=\"value-box\"\u003e\n\u003cdiv class=\"check-item\"\u003e\n\u003cspan style=\"color: #d32f2f;\" class=\"check-icon-yellow\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eقوة حقيقية (68V):\u003c\/strong\u003e محرك قوي يثقب الحديد واللوح بلا ما يفشل.\u003c\/div\u003e\n\u003cdiv class=\"check-item\"\u003e\n\u003cspan style=\"color: #d32f2f;\" class=\"check-icon-yellow\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eتروس معدنية:\u003c\/strong\u003e القلب ديال الماكينة حديد صحيح للخدمة الطويلة (ماشي بلاستيك).\u003c\/div\u003e\n\u003cdiv class=\"check-item\"\u003e\n\u003cspan style=\"color: #d32f2f;\" class=\"check-icon-yellow\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eأوتونومي طويلة:\u003c\/strong\u003e بطاريات ليثيوم كيشدو الشارج مزيان وكيتشارجاو دغيا.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- الصورة 2 --\u003e \u003cimg class=\"product-image\" alt=\"قوة الحفر\" src=\"https:\/\/i.ibb.co\/PZNQp7Qm\/22.webp\"\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Features Grid --\u003e\n\u003cdiv class=\"reveal-element\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 25px;\"\u003eماكينة وحدة.. استخدامات لا تنتهي! 🔧\u003c\/h2\u003e\n\u003cimg style=\"margin-bottom: 20px;\" class=\"product-image\" alt=\"استخدامات متعددة\" src=\"https:\/\/i.ibb.co\/bMRTn2VN\/33-1.webp\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003c!-- ميزة 1 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon-svg\"\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\u003c\/div\u003e\n\u003ch3\u003eحفر وتركيب (2 En 1)\u003c\/h3\u003e\n\u003cp\u003eمندرين (Mandrin) صحيح، ومنظم سرعة للتحكم فالدقة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ميزة 2 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon-svg\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"20\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M6 6V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2\"\u003e\u003c\/path\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"12\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eحقيبة الإكسسوارات\u003c\/h3\u003e\n\u003cp\u003eعامرة ميتشات، سوارت، وريوس فيسات. ما تحتاجش الدروغري.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ميزة 3 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon-svg\"\u003e\u003cpath stroke=\"currentColor\" fill=\"none\" d=\"M9 12c0 4.418-2 8-5.5 8S0 17 0 12s2-8 5.5-8 5.5 3.582 5.5 8z\"\u003e\u003c\/path\u003e\u003cpath stroke=\"currentColor\" fill=\"none\" d=\"M22 12c0-4.418-2-8-5.5-8S13 7 13 12s2 8 5.5 8 5.5-3.582 5.5-8z\"\u003e\u003c\/path\u003e\u003cpath stroke-dasharray=\"2 2\" d=\"M9 12h4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eالرالونج السحري\u003c\/h3\u003e\n\u003cp\u003eكيوصل للقنات الضيقين والزوايا الميتة بسهولة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ميزة 4 --\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon-box\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon-svg\"\u003e\u003cpath d=\"M18 11V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 10V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 10.5V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eتصميم مريح\u003c\/h3\u003e\n\u003cp\u003eمقبض مطاطي (Grip) ما كيزلقش، وضو LED مدمج.\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\/N2JcnMMM\/44-1.webp\"\u003e\n\u003cdiv class=\"box-contents\"\u003e\n\u003cul class=\"box-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-yellow\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eشنيور لاسلكي قوي (68V).\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-yellow\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eجوج (2) بطاريات ليثيوم أيون تدوم طويلاً.\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-yellow\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eشاحن سريع (Chargeur).\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-yellow\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eالرالونج السحري (Flexible Shaft).\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-yellow\"\u003e✔\u003c\/span\u003e \u003cstrong\u003eحقيبة عامرة بليزاكسيسوار (ميتشات، سوارت، ريوس).\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check-icon-yellow\"\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\/TBYph2GL\/Visseuse-Perceuse-a-Percussion-22-Dewalt22-18-V-2-Batt-18-V-XR-1-3-Ah-malette-DCD776-C2-QW-1-1.webp\"\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cstrong\u003e👤 كريم (نجار - الدار البيضاء):\u003c\/strong\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003e\"خديتو على قبل الخدمة الخفيفة، الساعة صدق صحيح تبارك الله. الباتري كدوز ليا نهار مزيان. بـ 450 درهم راها همزة.\"\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\"ماكينة عملية بزاف. نفعتني فالدار، ركبت بيها الريدوات واللوحات. الحقيبة ديالها منظمة.\"\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واش هاد الشنيور كيثقب فالحيط (Beton)؟\u003c\/summary\u003e\n\u003cp\u003eهاد الشنيور ممتاز للحيط العادي (Brique)، الخشب، والحديد. للبيطون المسلح كنصحو بـ Perforateur كبير، ولكن للأعمال المنزلية راه كافي.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eشنو كيجي مع الباك بالضبط؟\u003c\/summary\u003e\n\u003cp\u003eكيجي الشنيور + 2 بطاريات + شاحن + الرالونج المرن + مجموعة ميتشات وسوارت وريوس فيسوز + حقيبة صلبة.\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 #ffcc00; padding: 20px; border-radius: 10px;\" class=\"reveal-element\"\u003e\n\u003ch2 style=\"color: #d32f2f; margin-bottom: 10px;\"\u003e🔥 عرض خاص (Stock Limité)\u003c\/h2\u003e\n\u003cdiv class=\"big-price\"\u003e450 درهم\u003c\/div\u003e\n\u003cp\u003eالتوصيل بالمجان لجميع أنحاء المغرب\u003c\/p\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\"\u003e450 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 #ffcc00\";\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":46037267873931,"sku":null,"price":0.0,"currency_code":"MAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0726\/0618\/7659\/files\/11_1.webp?v=1772699083","url":"https:\/\/cvrup.online\/products\/coffret-perceuse-visseuse","provider":"Conversion rate Up","version":"1.0","type":"link"}