{"product_id":"boost-up™-nettoyant-catalyseur-et-booster-de-performance-automobile-120-ml-b","title":"BOOST UP™: Nettoyant catalyseur et Booster de Performance Automobile 120 ml B","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n    \u003ctitle\u003eBoost Up - Nettoyant Moteur Bénin\u003c\/title\u003e\n    \u003c!-- Importation des polices Google Fonts --\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@400;600;700\u0026amp;family=Roboto:wght@400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003c!-- FontAwesome pour les icônes --\u003e\n    \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\n\n    \u003cstyle\u003e\n        \/* --- RESET \u0026 VARIABLES --- *\/\n        :root {\n            --gold-primary: #FFB300; \n            --gold-dark: #F57F17;\n            --black-asphalt: #111111;\n            --grey-bg: #F4F4F4;\n            --red-alert: #D32F2F;\n            --green-success: #2E7D32;\n            --white: #FFFFFF;\n            --radius: 12px;\n            --shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: 'Roboto', sans-serif;\n            background-color: var(--grey-bg);\n            color: #333;\n            line-height: 1.6;\n            padding-bottom: 40px; \/* Réduit car plus de sticky bar *\/\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Oswald', sans-serif;\n            text-transform: uppercase;\n            line-height: 1.2;\n        }\n\n        img {\n            max-width: 100%;\n            display: block;\n        }\n\n        .container {\n            max-width: 600px;\n            margin: 0 auto;\n            background: var(--white);\n            overflow: hidden;\n            box-shadow: 0 0 20px rgba(0,0,0,0.05);\n            min-height: 100vh;\n        }\n\n        \/* --- ANIMATIONS --- *\/\n        @keyframes pulse-gold {\n            0% { box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.7); }\n            70% { box-shadow: 0 0 0 10px rgba(255, 179, 0, 0); }\n            100% { box-shadow: 0 0 0 0 rgba(255, 179, 0, 0); }\n        }\n\n        @keyframes slideIn {\n            from { transform: translateY(20px); opacity: 0; }\n            to { transform: translateY(0); opacity: 1; }\n        }\n\n        \/* --- HEADER \u0026 STOCK --- *\/\n        .stock-banner {\n            background-color: var(--red-alert);\n            color: white;\n            text-align: center;\n            padding: 10px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 8px;\n            animation: flash 2s infinite;\n        }\n        @keyframes flash { 0%, 100% { opacity: 1; } 50% { opacity: 0.85; } }\n\n        .stock-count {\n            background: white;\n            color: var(--red-alert);\n            padding: 2px 8px;\n            border-radius: 4px;\n            font-weight: 800;\n        }\n\n        \/* --- HERO SECTION --- *\/\n        .hero {\n            position: relative;\n            padding: 20px 20px 10px;\n            text-align: center;\n            background: radial-gradient(circle at center, #ffffff 0%, #f0f0f0 100%);\n        }\n\n        .hero h1 {\n            color: var(--black-asphalt);\n            font-size: 2rem;\n            margin-bottom: 5px;\n        }\n\n        .hero h1 span {\n            color: var(--gold-dark);\n            display: block;\n            font-size: 2.4rem;\n        }\n\n        .hero-sub {\n            color: #555;\n            font-size: 1rem;\n            margin-bottom: 15px;\n            font-weight: 500;\n            background: #fff3e0;\n            display: inline-block;\n            padding: 5px 15px;\n            border-radius: 20px;\n        }\n\n        .product-wrapper {\n            position: relative;\n            display: inline-block;\n            width: 85%;\n            margin: 10px auto;\n        }\n\n        .product-main-img {\n            width: 100%;\n            filter: drop-shadow(0 15px 25px rgba(0,0,0,0.15));\n            animation: slideIn 0.8s ease-out;\n            border-radius: 10px;\n        }\n\n        \/* Badges *\/\n        .badge-gift {\n            position: absolute;\n            top: -10px; left: -10px;\n            background: var(--red-alert);\n            color: white;\n            padding: 8px 15px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 0.8rem;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n            z-index: 10;\n        }\n\n        .badge-promo {\n            position: absolute;\n            bottom: 20px; right: -10px;\n            background: var(--gold-primary);\n            color: var(--black-asphalt);\n            padding: 5px 12px;\n            border-radius: 6px;\n            font-weight: 800;\n            font-size: 1.3rem;\n            transform: rotate(-5deg);\n            z-index: 10;\n            border: 2px solid white;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n        }\n\n        \/* --- TIMER --- *\/\n        .timer-box {\n            background: #222;\n            color: white;\n            margin: 10px 20px;\n            padding: 12px;\n            border-radius: 8px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 15px;\n            font-family: 'Oswald', sans-serif;\n            border-bottom: 3px solid var(--gold-primary);\n        }\n        .timer-text { font-size: 0.9rem; text-transform: uppercase; color: #ccc; }\n        .timer-digits { font-size: 1.5rem; color: var(--gold-primary); font-weight: bold; letter-spacing: 2px; }\n\n        \/* --- OFFRE SPÉCIALE --- *\/\n        .offer-box {\n            background: #FFF8E1;\n            border: 2px dashed var(--red-alert);\n            border-radius: var(--radius);\n            margin: 20px;\n            padding: 25px 15px;\n            text-align: center;\n            position: relative;\n        }\n\n        .offer-tag {\n            position: absolute;\n            top: -14px; left: 50%;\n            transform: translateX(-50%);\n            background: var(--red-alert);\n            color: white;\n            padding: 4px 20px;\n            font-size: 0.85rem;\n            font-weight: bold;\n            border-radius: 20px;\n            text-transform: uppercase;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.2);\n        }\n\n        .price-container {\n            margin: 15px 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n        }\n\n        .old-price { text-decoration: line-through; color: #888; font-size: 1.1rem; }\n        .new-price { color: var(--red-alert); font-size: 2.2rem; font-weight: 800; font-family: 'Oswald', sans-serif; }\n\n        .pack-promo {\n            background: white;\n            padding: 10px;\n            margin-top: 10px;\n            border-radius: 8px;\n            border: 1px solid #FFECB3;\n        }\n        .pack-promo strong { color: var(--gold-dark); display: block; font-size: 1.1rem; }\n\n        .delivery-trust {\n            margin-top: 15px;\n            color: var(--green-success);\n            font-weight: 700;\n            font-size: 0.9rem;\n            display: flex; align-items: center; justify-content: center; gap: 8px;\n        }\n\n        \/* --- ARGUMENTAIRE --- *\/\n        .gift-argument {\n            background: var(--black-asphalt);\n            color: white;\n            padding: 40px 20px;\n            text-align: center;\n        }\n        \n        .gift-argument h3 { color: var(--gold-primary); font-size: 1.5rem; margin-bottom: 15px; }\n        .gift-text { font-size: 1rem; line-height: 1.6; color: #ddd; margin-bottom: 25px; }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 10px;\n        }\n        .feature-item {\n            background: rgba(255,255,255,0.1);\n            padding: 15px 5px;\n            border-radius: 8px;\n            font-size: 0.8rem;\n        }\n        .feature-item i { font-size: 1.5rem; margin-bottom: 8px; color: var(--gold-primary); }\n\n        \/* --- GALERIE --- *\/\n        .gallery-section { padding: 30px 20px; }\n        .gallery-section h2 { text-align: center; margin-bottom: 20px; }\n        .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n        .gallery-item {\n            background: #eee; border-radius: 8px;\n            overflow: hidden; height: 160px;\n            position: relative; border: 1px solid #ddd;\n        }\n        .gallery-item img { width: 100%; height: 100%; object-fit: cover; }\n        .gallery-caption {\n            position: absolute; bottom: 0; left: 0; width: 100%;\n            background: rgba(0,0,0,0.8); color: white;\n            font-size: 0.7rem; font-weight: bold; padding: 5px;\n            text-align: center; text-transform: uppercase;\n        }\n\n        \/* --- AVIS CLIENTS (BENIN) --- *\/\n        .reviews {\n            background: #fff;\n            padding: 30px 20px;\n            border-top: 10px solid var(--grey-bg);\n        }\n        .reviews h2 { text-align: center; margin-bottom: 25px; }\n\n        .review-card {\n            background: #FAFAFA;\n            padding: 20px;\n            border-radius: 12px;\n            margin-bottom: 15px;\n            border-left: 5px solid var(--green-success);\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .client-info { display: flex; align-items: center; gap: 12px; margin-top: 10px; }\n        .client-avatar {\n            width: 45px; height: 45px;\n            background: #2c3e50; color: white;\n            border-radius: 50%; display: flex;\n            justify-content: center; align-items: center;\n            font-weight: bold;\n        }\n        \n        \/* --- FAQ --- *\/\n        .faq-section { padding: 30px 20px; background: white; margin-top: 20px; }\n        .faq-section h2 { text-align: center; margin-bottom: 20px; }\n        .faq-item { border-bottom: 1px solid #eee; padding: 15px 0; }\n        .faq-question {\n            font-weight: 600;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            cursor: pointer;\n            color: var(--black-asphalt);\n            font-family: 'Oswald', sans-serif;\n            font-size: 1.1rem;\n        }\n        .faq-answer {\n            display: none;\n            margin-top: 10px;\n            color: #555;\n            font-size: 0.95rem;\n            padding-left: 10px;\n            border-left: 3px solid var(--gold-primary);\n            line-height: 1.5;\n        }\n        .faq-item.active .faq-answer { display: block; animation: slideIn 0.3s; }\n        .faq-icon { transition: transform 0.3s; color: var(--gold-dark); }\n        .faq-item.active .faq-icon { transform: rotate(180deg); }\n\n\n        \/* --- POPUP NOTIFICATION --- *\/\n        .sales-popup {\n            position: fixed; top: 20px; left: -100%; \/* Caché *\/\n            background: rgba(255, 255, 255, 0.98);\n            padding: 10px 15px; border-radius: 50px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.2);\n            display: flex; align-items: center; gap: 12px;\n            z-index: 2000; font-size: 0.85rem;\n            transition: left 0.5s ease-out;\n            border: 1px solid #eee; border-left: 4px solid var(--green-success);\n            max-width: 90%;\n        }\n        .popup-img { width: 40px; height: 40px; border-radius: 50%; }\n\n        \/* --- FOOTER --- *\/\n        footer {\n            text-align: center; padding: 30px 20px;\n            font-size: 0.8rem; color: #777; background: #fff;\n            border-top: 1px solid #eee;\n        }\n    \u003c\/style\u003e\n\n\n\n\u003c!-- POPUP DE VENTE (JS) --\u003e\n\u003cdiv id=\"sales-popup\" class=\"sales-popup\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"container\"\u003e\n    \n    \u003c!-- BANNIÈRE STOCK --\u003e\n    \u003cdiv class=\"stock-banner\"\u003e\n        \u003ci class=\"fas fa-exclamation-triangle\"\u003e\u003c\/i\u003e STOCK À COTONOU : \u003cspan class=\"stock-count\"\u003e14 RESTANTS\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003cheader class=\"hero\"\u003e\n        \u003cdiv class=\"hero-sub\"\u003eLe secret des chauffeurs Béninois 🇧🇯\u003c\/div\u003e\n        \u003ch1\u003eBOOST UP \u003cbr\u003e\u003cspan\u003eMOTEUR NEUF\u003c\/span\u003e\n\u003c\/h1\u003e\n        \n        \u003cdiv class=\"product-wrapper\"\u003e\n            \u003cdiv class=\"badge-gift\"\u003e🎁 IDÉAL VOYAGE\u003c\/div\u003e\n            \u003cimg src=\"https:\/\/x7jcry-q0.myshopify.com\/cdn\/shop\/files\/ezgif-5c49fdd9405c1aa3_1_1800x1800.gif?v=1764793227\" alt=\"Boost Up Cleaner Bénin\" class=\"product-main-img\"\u003e\n            \u003cdiv class=\"badge-promo\"\u003e-50%\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp style=\"font-weight: 500; color: #333; margin-top: 15px; padding: 0 10px;\"\u003e\n            \u003ci class=\"fas fa-check-circle\" style=\"color: var(--green-success);\"\u003e\u003c\/i\u003e Nettoie l'essence sale (Kpayo)\u003cbr\u003e\n            \u003ci class=\"fas fa-check-circle\" style=\"color: var(--green-success);\"\u003e\u003c\/i\u003e Réduit la fumée noire\u003cbr\u003e\n            \u003ci class=\"fas fa-check-circle\" style=\"color: var(--green-success);\"\u003e\u003c\/i\u003e Économise ton carburant\n        \u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- COMPTE À REBOURS --\u003e\n    \u003cdiv class=\"timer-box\"\u003e\n        \u003cspan class=\"timer-text\"\u003ePromo expire dans :\u003c\/span\u003e \n        \u003cspan class=\"timer-digits\" id=\"countdown\"\u003e04:00\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- OFFRE SPÉCIALE --\u003e\n    \u003cdiv class=\"offer-box\" id=\"offre\"\u003e\n        \u003cdiv class=\"offer-tag\"\u003e🔥 PROMO COTONOU\u003c\/div\u003e\n        \u003ch3 style=\"color: var(--black-asphalt);\"\u003eOFFRE TRANQUILLITÉ\u003c\/h3\u003e\n        \u003cp style=\"font-size: 0.9rem; color: #555;\"\u003eNettoyez votre moteur avant qu'il ne soit trop tard.\u003c\/p\u003e\n        \n        \u003cdiv class=\"price-container\"\u003e\n            \u003cspan class=\"old-price\"\u003e18.000 FCFA\u003c\/span\u003e \n            \u003cspan class=\"new-price\"\u003e8.990 FCFA\u003c\/span\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pack-promo\"\u003e\n            \u003cp\u003e\u003cstrong\u003e🚨 SUPER OFFRE DUO :\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cp\u003eAchetez 2 Bouteilles = \u003cstrong\u003e15.700 FCFA\u003c\/strong\u003e seulement !\u003c\/p\u003e\n            \u003cp style=\"font-size: 0.8rem; color: #666;\"\u003e(Idéal pour traiter 2 voitures)\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"delivery-trust\"\u003e\n            \u003ci class=\"fas fa-hand-holding-usd\"\u003e\u003c\/i\u003e PAIEMENT À LA LIVRAISON (CASH)\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ARGUMENTAIRE --\u003e\n    \u003csection class=\"gift-argument\"\u003e\n        \u003ch3\u003ePOURQUOI C'EST INDISPENSABLE ?\u003c\/h3\u003e\n        \u003cp class=\"gift-text\"\u003e\n            Au Bénin, l'essence est souvent mélangée ou sale (fond de cuve, Kpayo). Cela bouche les injecteurs et fait consommer plus. \n            \u003cstrong\u003eBoost Up\u003c\/strong\u003e décrasse tout en 1 plein.\n        \u003c\/p\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-item\"\u003e\n                \u003ci class=\"fas fa-gas-pump\"\u003e\u003c\/i\u003e\u003cbr\u003eMoins de Conso\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-item\"\u003e\n                \u003ci class=\"fas fa-car-crash\"\u003e\u003c\/i\u003e\u003cbr\u003eZéro Panne\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-item\"\u003e\n                \u003ci class=\"fas fa-tachometer-alt\"\u003e\u003c\/i\u003e\u003cbr\u003ePuissance Max\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- GALERIE --\u003e\n    \u003csection class=\"gallery-section\"\u003e\n        \u003ch2\u003eRÉSULTATS PROUVÉS\u003c\/h2\u003e\n        \u003cdiv class=\"gallery-grid\"\u003e\n            \u003cdiv class=\"gallery-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/0773\/9245\/files\/ezgif-5c49fdd9405c1aa3_1.gif?v=1764796582\" alt=\"Utilisation Facile\"\u003e\n                \u003cdiv class=\"gallery-caption\"\u003e1. VERSEZ FACILEMENT\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gallery-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/0773\/9245\/files\/5_1.png?v=1764796444\" alt=\"Avant Après Injecteurs\"\u003e\n                \u003cdiv class=\"gallery-caption\"\u003e2. DÉCRASSE TOUT\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gallery-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/0773\/9245\/files\/4_1.png?v=1764796582\" alt=\"Fumée Noire Bénin\"\u003e\n                \u003cdiv class=\"gallery-caption\"\u003e3. STOP FUMÉE\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"gallery-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0649\/0773\/9245\/files\/2_49695ae5-9333-4401-9e71-ef2ab5bdbb58.webp?v=1764796582\" alt=\"Puissance Moteur\"\u003e\n                \u003cdiv class=\"gallery-caption\"\u003e4. REPRISE PUISSANCE\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- AVIS CLIENTS BÉNIN --\u003e\n    \u003csection class=\"reviews\"\u003e\n        \u003ch2\u003eILS L'ONT TESTÉ AU BÉNIN 🇧🇯\u003c\/h2\u003e\n        \n        \u003cdiv class=\"review-card\"\u003e\n            \u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n            \u003cp\u003e\"Je suis Zem à Calavi. Ma moto fumait trop et consommait. Depuis que j'ai mis un peu de ce produit, le moteur est calme. Je valide.\"\u003c\/p\u003e\n            \u003cdiv class=\"client-info\"\u003e\n                \u003cdiv class=\"client-avatar\"\u003eK\u003c\/div\u003e\n                \u003cdiv class=\"client-details\"\u003e\n                    \u003cstrong\u003eKoffi A.\u003c\/strong\u003e \u003cspan\u003eZemidjan (Calavi)\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"review-card\"\u003e\n            \u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n            \u003cp\u003e\"Mon mari a mis ça dans notre Toyota avant d'aller au village à Parakou. La voiture a bien roulé, pas de broutage. Merci pour la livraison rapide à Cotonou.\"\u003c\/p\u003e\n            \u003cdiv class=\"client-info\"\u003e\n                \u003cdiv class=\"client-avatar\"\u003eS\u003c\/div\u003e\n                \u003cdiv class=\"client-details\"\u003e\n                    \u003cstrong\u003eSenami D.\u003c\/strong\u003e \u003cspan\u003eCotonou (Haie Vive)\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"review-card\"\u003e\n            \u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n            \u003cp\u003e\"Produit authentique. J'avais le voyant moteur allumé à cause de l'essence sale. C'est parti après une bouteille.\"\u003c\/p\u003e\n            \u003cdiv class=\"client-info\"\u003e\n                \u003cdiv class=\"client-avatar\"\u003eB\u003c\/div\u003e\n                \u003cdiv class=\"client-details\"\u003e\n                    \u003cstrong\u003eBio Guerra\u003c\/strong\u003e \u003cspan\u003ePorto-Novo\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \n    \u003c!-- G. FAQ (INTERACTIVE) --\u003e\n    \u003csection class=\"faq-section\"\u003e\n        \u003ch2\u003eQUESTIONS FRÉQUENTES\u003c\/h2\u003e\n        \u003cdiv class=\"faq-item\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eEst-ce compatible avec ma voiture ? \u003ci class=\"fas fa-chevron-down faq-icon\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eOui ! Boost Up fonctionne avec tous les moteurs Essence et Diesel (Toyota, Lexus, Nissan, Mercedes, Peugeot...).\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eComment l'utiliser ? \u003ci class=\"fas fa-chevron-down faq-icon\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eC'est simple : versez le contenu de la bouteille dans votre réservoir juste avant de faire le plein de carburant.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eLivrez-vous hors de Cotonou ? \u003ci class=\"fas fa-chevron-down faq-icon\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eOui, nous livrons partout au Bénin (Porto-Novo, Parakou, Bohicon, Natitingou...) via nos partenaires de transport.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\" onclick=\"toggleFaq(this)\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eLe paiement est-il sécurisé ? \u003ci class=\"fas fa-chevron-down faq-icon\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eTotalement. Vous ne payez qu'à la réception de votre colis (Cash à la livraison). Aucun risque pour vous.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cfooter\u003e\n        \u003cp\u003e\u003cstrong\u003eGARANTIE 100% EFFICACE\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cp style=\"margin-top: 5px;\"\u003eLivraison Partout au Bénin (Cotonou, Calavi, PN, Bohicon...)\u003c\/p\u003e\n        \u003cp style=\"margin-top: 20px;\"\u003e© 2024 AutoPro Bénin.\u003c\/p\u003e\n    \u003c\/footer\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BOUTON STICKY RETIRÉ COMME DEMANDÉ --\u003e\n\n\u003c!-- SCRIPTS JS (CRUCIAUX) --\u003e\n\u003cscript\u003e\n    \/\/ 0. FAQ TOGGLE\n    function toggleFaq(element) {\n        \/\/ Ferme les autres\n        const allFaqs = document.querySelectorAll('.faq-item');\n        allFaqs.forEach(item =\u003e {\n            if (item !== element) {\n                item.classList.remove('active');\n            }\n        });\n        \/\/ Bascule l'actuel\n        element.classList.toggle('active');\n    }\n\n    \/\/ 1. COMPTE À REBOURS\n    function startTimer(duration, display) {\n        var timer = duration, minutes, seconds;\n        setInterval(function () {\n            minutes = parseInt(timer \/ 60, 10);\n            seconds = parseInt(timer % 60, 10);\n\n            minutes = minutes \u003c 10 ? \"0\" + minutes : minutes;\n            seconds = seconds \u003c 10 ? \"0\" + seconds : seconds;\n\n            display.textContent = minutes + \":\" + seconds;\n\n            if (--timer \u003c 0) {\n                timer = duration; \/\/ Recommence\n            }\n        }, 1000);\n    }\n\n    window.onload = function () {\n        var fiveMinutes = 60 * 15, \/\/ 15 minutes\n            display = document.querySelector('#countdown');\n        startTimer(fiveMinutes, display);\n    };\n\n    \/\/ 2. POPUPS DE VENTE (SOCIAL PROOF)\n    const names = [\n        \"Koffi de Cotonou\", \"Senami de Calavi\", \"Dossou de Porto-Novo\", \n        \"Adebayo de Parakou\", \"Fati de Godomey\", \"Jean de Fidjrossè\"\n    ];\n    const products = [\"1x Boost Up\", \"le Pack Promo (x2)\", \"1x Boost Up\"];\n    const popup = document.getElementById('sales-popup');\n\n    function showPopup() {\n        const name = names[Math.floor(Math.random() * names.length)];\n        const product = products[Math.floor(Math.random() * products.length)];\n        \n        popup.innerHTML = `\n            \u003cimg src=\"https:\/\/ui-avatars.com\/api\/?name=${name}\u0026background=random\u0026rounded=true\" class=\"popup-img\"\u003e\n            \u003cdiv\u003e\n                \u003cstrong style=\"display:block; color:#333;\"\u003e${name}\u003c\/strong\u003e\n                \u003cspan style=\"color:#666;\"\u003eVient de commander ${product}\u003c\/span\u003e\n                \u003cspan style=\"display:block; color:#2E7D32; font-size:0.75rem;\"\u003eil y a 2 minutes\u003c\/span\u003e\n            \u003c\/div\u003e\n        `;\n\n        popup.style.left = \"15px\"; \/\/ Afficher\n\n        setTimeout(() =\u003e {\n            popup.style.left = \"-100%\"; \/\/ Cacher\n        }, 4000);\n\n        \/\/ Relancer aléatoirement\n        setTimeout(showPopup, Math.random() * (15000 - 8000) + 8000);\n    }\n\n    \/\/ Démarrer les popups après 4 secondes\n    setTimeout(showPopup, 4000);\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"AfroZone Store","offers":[{"title":"Default Title","offer_id":57844623638873,"sku":null,"price":8990.0,"currency_code":"XOF","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0958\/3047\/5097\/files\/2_f9389906-e4e0-4c18-a88f-4c8ec6b6fade.webp?v=1776444806","url":"https:\/\/qkj2z0-08.myshopify.com\/products\/boost-up%e2%84%a2-nettoyant-catalyseur-et-booster-de-performance-automobile-120-ml-b","provider":"Houmenz Buz Mali","version":"1.0","type":"link"}