{"product_id":"turbowash™-portable","title":"TurboWash™ Portable","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* --- POLICES \u0026 RESET --- *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700\u0026display=swap');\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background-color: #f4f8fb; \/* Gris bleuté très clair *\/\n            color: #333;\n            line-height: 1.6;\n            \/* Padding bottom réduit car plus de footer sticky *\/\n            padding-bottom: 20px; \n        }\n\n        \/* --- PALETTE DE COULEURS --- *\/\n        :root {\n            --primary: #0077b6; \/* Bleu profond *\/\n            --accent: #ff4d4d; \/* Rouge urgence *\/\n            --highlight: #caf0f8; \/* Bleu très clair *\/\n            --success: #25D366; \/* Vert WhatsApp\/Succès *\/\n            --white: #ffffff;\n            --dark: #023e8a;\n        }\n\n        \/* --- UTILITAIRES --- *\/\n        .container {\n            max-width: 600px;\n            margin: 0 auto;\n            background: var(--white);\n            box-shadow: 0 0 20px rgba(0,0,0,0.05);\n            overflow-x: hidden;\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        .text-center { text-align: center; }\n        .red { color: var(--accent); }\n        .blue { color: var(--primary); }\n\n        \/* --- HEADER \u0026 URGENCE --- *\/\n        .top-banner {\n            background-color: var(--accent);\n            color: white;\n            text-align: center;\n            padding: 8px;\n            font-size: 0.9rem;\n            font-weight: 600;\n        }\n\n        header {\n            padding: 15px;\n            text-align: center;\n            border-bottom: 1px solid #eee;\n        }\n\n        h1 {\n            font-size: 1.5rem;\n            color: var(--dark);\n            margin-bottom: 5px;\n        }\n\n        \/* --- HÉRO VISUEL --- *\/\n        .hero {\n            position: relative;\n            padding: 20px;\n            text-align: center;\n            background: radial-gradient(circle at center, var(--highlight) 0%, var(--white) 70%);\n        }\n\n        .product-main-img {\n            width: 80%;\n            margin: 0 auto 15px;\n            border-radius: 50%;\n            box-shadow: 0 10px 30px rgba(0, 119, 182, 0.2);\n            border: 4px solid white;\n            aspect-ratio: 1\/1;\n            object-fit: cover;\n        }\n\n        .hero-tagline {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: var(--dark);\n            margin-bottom: 10px;\n        }\n\n        \/* --- OFFRE SPÉCIALE (TRUST) --- *\/\n        .trust-badge {\n            background: #e8f4fd;\n            border-radius: 12px;\n            padding: 15px;\n            margin: 20px;\n            border: 2px dashed var(--primary);\n            text-align: center;\n        }\n\n        .price-box {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin: 10px 0;\n        }\n\n        .old-price {\n            text-decoration: line-through;\n            color: #999;\n            font-size: 1rem;\n            margin-right: 10px;\n        }\n\n        .cod-alert {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            background: var(--success);\n            color: white;\n            padding: 10px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 0.9rem;\n            margin-top: 10px;\n            box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);\n        }\n\n        \/* --- GALERIE --- *\/\n        .gallery-section {\n            padding: 20px;\n            background: var(--white);\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 20px;\n            color: var(--dark);\n            position: relative;\n            display: inline-block;\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 50px;\n            height: 3px;\n            background: var(--accent);\n            margin: 5px auto 0;\n        }\n\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px;\n        }\n\n        .gallery-item {\n            position: relative;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n\n        .gallery-item img {\n            width: 100%;\n            height: 150px;\n            object-fit: cover;\n        }\n        \n        .gallery-caption {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: rgba(0,0,0,0.6);\n            color: white;\n            font-size: 0.75rem;\n            padding: 5px;\n            text-align: center;\n        }\n\n        \/* --- ARGUMENTS --- *\/\n        .features {\n            padding: 30px 20px;\n            background: var(--highlight);\n        }\n\n        .feature-box {\n            background: white;\n            padding: 20px;\n            border-radius: 15px;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n        }\n\n        .feature-icon {\n            font-size: 2rem;\n            min-width: 50px;\n            text-align: center;\n        }\n\n        .feature-text h3 {\n            font-size: 1rem;\n            color: var(--dark);\n            margin-bottom: 3px;\n        }\n\n        .feature-text p {\n            font-size: 0.85rem;\n            color: #666;\n            line-height: 1.3;\n        }\n\n        \/* --- PREUVE SOCIALE --- *\/\n        .reviews {\n            padding: 30px 20px;\n        }\n\n        .review-card {\n            background: #fff;\n            border-left: 4px solid var(--success);\n            padding: 15px;\n            margin-bottom: 15px;\n            border-radius: 0 10px 10px 0;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n\n        .stars { color: #FFD700; margin-bottom: 5px; }\n        \n        .review-author {\n            font-weight: 700;\n            font-size: 0.9rem;\n            margin-top: 5px;\n            display: flex;\n            justify-content: space-between;\n            color: var(--primary);\n        }\n\n        .city-badge {\n            background: #eee;\n            color: #555;\n            padding: 2px 8px;\n            border-radius: 4px;\n            font-size: 0.7rem;\n            text-transform: uppercase;\n        }\n\n        \/* --- NOUVEAU: FAQ (ACCORDEON) --- *\/\n        .faq-section {\n            padding: 20px;\n            background: #fff;\n            margin-bottom: 40px; \/* Espace avant la fin *\/\n        }\n\n        details {\n            background: #fcfcfc;\n            margin-bottom: 10px;\n            border-radius: 8px;\n            overflow: hidden;\n            border: 1px solid #eee;\n            transition: all 0.3s ease;\n        }\n\n        details[open] {\n            background: #fff;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n            border-color: var(--primary);\n        }\n\n        summary {\n            padding: 15px;\n            cursor: pointer;\n            font-weight: 600;\n            list-style: none;\n            position: relative;\n            color: var(--dark);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        summary::-webkit-details-marker {\n            display: none;\n        }\n\n        summary::after {\n            content: '+';\n            font-size: 1.2rem;\n            font-weight: bold;\n            color: var(--primary);\n            transition: transform 0.2s;\n        }\n\n        details[open] summary::after {\n            transform: rotate(45deg); \/* Devient une croix pour fermer *\/\n            color: var(--accent);\n        }\n\n        .faq-content {\n            padding: 0 15px 15px 15px;\n            font-size: 0.9rem;\n            color: #666;\n            line-height: 1.5;\n            border-top: 1px solid transparent;\n        }\n\n        \/* --- NOTIFICATIONS SALES POPUP --- *\/\n        .sales-notification {\n            position: fixed;\n            bottom: 100px; \/* Remonté pour éviter le bouton Shopify *\/\n            left: 20px;\n            background: white;\n            padding: 12px;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.15);\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            z-index: 9999;\n            transform: translateY(150%); \/* Caché par défaut *\/\n            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            max-width: 320px;\n            border-left: 5px solid var(--success);\n            font-family: 'Poppins', sans-serif;\n        }\n\n        .sales-notification.active {\n            transform: translateY(0);\n        }\n\n        .notif-img {\n            width: 50px;\n            height: 50px;\n            border-radius: 8px;\n            object-fit: cover;\n            background: #f0f0f0;\n        }\n\n        .notif-text {\n            flex: 1;\n        }\n\n        .notif-text p {\n            margin: 0;\n            line-height: 1.2;\n        }\n\n        .notif-name {\n            font-weight: 700;\n            font-size: 0.85rem;\n            color: #333;\n        }\n\n        .notif-action {\n            font-size: 0.8rem;\n            color: #666;\n        }\n\n        .notif-time {\n            font-size: 0.7rem;\n            color: #999;\n            margin-top: 2px;\n            font-style: italic;\n        }\n\n        \/* Mobile specific pour notif *\/\n        @media (max-width: 480px) {\n            .sales-notification {\n                left: 10px;\n                right: 10px;\n                bottom: 100px; \/* Remonté aussi sur mobile *\/\n                max-width: none;\n            }\n        }\n\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- A. TITRE \u0026 URGENCE --\u003e\n\u003cdiv class=\"top-banner\"\u003e🔥 Stock Limité : Plus que 7 articles disponibles !\u003c\/div\u003e\n\u003cheader\u003e\n\u003ch1\u003eTurboWash™ Portable\u003c\/h1\u003e\n\u003cp style=\"font-size: 0.9rem; color: #666;\"\u003eLa lessive et la vaisselle sans effort\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- B. HÉRO VISUEL --\u003e\n\u003csection class=\"hero\"\u003e\u003cimg class=\"product-main-img\" alt=\"Mini Machine à Laver Portable\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0602\/9846\/1281\/files\/imgi_439_H101fa977ddab4215ab98bef66822471aF.webp?v=1768140958\"\u003e\n\u003ch2 class=\"hero-tagline\"\u003eFini le mal de dos et la corvée de frottage à la main !\u003c\/h2\u003e\n\u003cp style=\"font-size: 0.9rem; max-width: 90%; margin: 0 auto;\"\u003eTransformez n'importe quel seau ou évier en machine à laver puissante grâce aux vibrations ultrasoniques.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- C. OFFRE SPÉCIALE --\u003e\n\u003cdiv class=\"trust-badge\"\u003e\n\u003ch3\u003ePROMO FIN DE MOIS\u003c\/h3\u003e\n\u003cdiv class=\"price-box\"\u003e\n\u003cspan class=\"old-price\"\u003e25.000 FCFA\u003c\/span\u003e \u003cspan class=\"red\"\u003e9.990 FCFA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.9rem;\"\u003eÉconomisez 11.500 FCFA aujourd'hui !\u003c\/p\u003e\n\u003cdiv class=\"cod-alert\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e \u003cspan\u003ePAIEMENT À LA LIVRAISON\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 0.75rem; margin-top: 5px; color: #666;\"\u003eVous ne payez que lorsque vous recevez le produit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. GALERIE VISUELLE --\u003e\n\u003csection class=\"gallery-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eComment ça marche ?\u003c\/h2\u003e\n\u003cdiv class=\"gallery-grid\"\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"Lavage linge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0602\/9846\/1281\/files\/ssstik.io__markaz.app_1768136830464.gif?v=1768140806\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eIdéal Linge Bébé\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"Lavage vaisselle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0602\/9846\/1281\/files\/ssstik.io__markaz.app_1768136830464_1.gif?v=1768140807\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eNettoie la Vaisselle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"Prise USB\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0602\/9846\/1281\/files\/Haad38a3559ca4094a0da7e89c744cde0C.jpg_480x480_27934e12-6254-41e4-8794-74591d746c9b.jpg?v=1768140838\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eBranchement USB\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-item\"\u003e\n\u003cimg alt=\"Utilisation seau\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0602\/9846\/1281\/files\/ssstik.io__markaz.app_1768136830464_2.gif?v=1768140807\"\u003e\n\u003cdiv class=\"gallery-caption\"\u003eS'utilise partout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- E. ARGUMENTS --\u003e\n\u003csection class=\"features\"\u003e\n\u003ch2 class=\"section-title\"\u003ePourquoi tout le monde l'adore ?\u003c\/h2\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌪️\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003ePuissance Turbo\u003c\/h3\u003e\n\u003cp\u003eNettoie en profondeur grâce aux vibrations haute fréquence. Enlève les taches tenaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎒\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e100% Portable\u003c\/h3\u003e\n\u003cp\u003eTient dans un sac à main. Parfait pour les étudiants, les voyages au village ou les petits studios.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eÉconomique\u003c\/h3\u003e\n\u003cp\u003eConsomme très peu d'électricité et d'eau. Se branche simplement sur un chargeur de téléphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- F. PREUVE SOCIALE LOCALE --\u003e\n\u003csection class=\"reviews\"\u003e\n\u003ch2 class=\"section-title\"\u003eAvis Clients Vérifiés\u003c\/h2\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003e\"Vraiment top pour laver les habits de mon nouveau-né sans me fatiguer. Ça tourne fort !\"\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cspan\u003eAminata D.\u003c\/span\u003e \u003cspan class=\"city-badge\"\u003eDakar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003e\"Je suis étudiant et je n'ai pas de place pour une grosse machine. Ce truc me sauve la vie.\"\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cspan\u003eKoffi J.\u003c\/span\u003e \u003cspan class=\"city-badge\"\u003eAbidjan\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp\u003e\"Livré le jour même. J'ai payé le livreur en espèces une fois que j'ai vérifié le colis. Sérieux.\"\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cspan\u003eMoussa B.\u003c\/span\u003e \u003cspan class=\"city-badge\"\u003eLibreville\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- NOUVEAU: FAQ (REMPLACE LE FORMULAIRE) --\u003e\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eQuestions Fréquentes\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eEst-ce que ça consomme beaucoup ?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eNon, pas du tout ! La TurboWash consomme très peu d'électricité (moins qu'une ampoule). Elle se branche via USB, vous pouvez même l'utiliser avec une PowerBank.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eComment on l'utilise ?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eC'est simple : 1. Remplissez un seau ou évier d'eau et de savon. 2. Fixez la turbine au fond ou sur le côté grâce aux ventouses. 3. Branchez et laissez tourner pendant 30 minutes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCombien de temps dure la livraison ?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eNous livrons généralement en 24h à 48h dans les grandes villes (Abidjan, Dakar, Douala, Cotonou). Le paiement se fait à l'arrivée.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eEst-ce que c'est solide ?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eOui, le moteur est conçu pour durer et résister à l'eau (IP67). C'est un investissement que vous garderez longtemps.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- CONTAINER NOTIFICATIONS --\u003e\n\u003cdiv id=\"notification-container\"\u003e\u003c\/div\u003e\n\u003c!-- SCRIPT NOTIFICATIONS --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Market Zone","offers":[{"title":"Default Title","offer_id":48807322452220,"sku":null,"price":9999.0,"currency_code":"XOF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0793\/7543\/3980\/files\/imgi_439_H101fa977ddab4215ab98bef66822471aF.webp?v=1772029420","url":"https:\/\/market-zone.shop\/products\/turbowash%e2%84%a2-portable","provider":"Shop 2","version":"1.0","type":"link"}