{"product_id":"scratch-free-5-finger-wash-mitt-rjc","title":"Gant de Lavage 5 Doigts Anti-Rayures Rjc","description":"\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n[AI Design Logic]\nProduct Type: Automotive \/ Detailing Accessory (Microfiber Wash Mitt)\nTarget Audience: Car Enthusiasts, Professional Detailers, Homeowners\nVisual Style: Professional, Clean, Trustworthy, Performance-Driven\nColor Strategy: Deep Automotive Blue (Primary) with Vibrant Orange Accent (Dynamic contrast)\nShape Strategy: Radius 16px (Balances industrial utility with soft microfiber tactile feel)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 34-44px, Body: 18-20px)\nMobile Table Strategy: Card-based, strictly NO horizontal scroll\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* === 1. DESIGN SYSTEM \u0026 VARIABLES === *\/\n        .product-detail-container {\n            --primary: #0f4c81; \/* Deep Professional Blue *\/\n            --primary-light: #e6f0fa;\n            --accent: #ff7f50; \/* Energetic Coral\/Orange *\/\n            --text-main: #1c2833;\n            --text-sub: #566573;\n            --bg-body: #ffffff;\n            --bg-card: #f8f9fc;\n            --radius-md: 10px;\n            --radius-lg: 16px;\n            --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n            --shadow-lg: 0 12px 32px rgba(15, 76, 129, 0.08);\n            --border-color: #eaeded;\n            \n            \/* Spacing Strategy *\/\n            --gap-section: clamp(3rem, 6vw, 5rem);\n            --gap-module: clamp(2rem, 5vw, 4rem);\n            \n            \/* Core Container Setup *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            box-sizing: border-box;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: var(--bg-body);\n            color: var(--text-main);\n            overflow-wrap: break-word;\n            word-break: break-word;\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: border-box;\n        }\n\n        \/* === 2. TYPOGRAPHY SYSTEM === *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            font-weight: 800;\n            line-height: 1.2;\n            color: var(--text-main);\n            margin: 0 0 1.5rem 0;\n            letter-spacing: -0.02em;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3.5vw, 32px);\n            font-weight: 700;\n            line-height: 1.3;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            font-weight: 600;\n            line-height: 1.4;\n            color: var(--primary);\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        .product-detail-container .aux-text {\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n            font-weight: 500;\n        }\n\n        \/* === 3. IMAGE \u0026 MEDIA PROTOCOL === *\/\n        \/* SCHEME A: Fluid Natural Images - NO STRETCHING *\/\n        .product-detail-container .fluid-img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-lg);\n            box-shadow: var(--shadow-sm);\n        }\n\n        \/* Strict Placeholder Styles *\/\n        .product-detail-container .img-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            background-color: var(--bg-card);\n            border: 2px dashed var(--border-color);\n            border-radius: var(--radius-lg);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: #888;\n            font-weight: bold;\n            text-align: center;\n            padding: 1rem;\n        }\n\n        \/* === 4. LAYOUT ARCHITECTURE === *\/\n        \n        \/* Hero Section *\/\n        .pd-hero {\n            display: flex;\n            flex-direction: column;\n            gap: var(--gap-module);\n            margin-bottom: var(--gap-section);\n            padding-top: 2rem;\n        }\n        \n        .pd-hero-content {\n            text-align: center;\n        }\n\n        .pd-badge {\n            display: inline-block;\n            background-color: var(--primary-light);\n            color: var(--primary);\n            padding: 0.6rem 1.2rem;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            margin-bottom: 1.5rem;\n        }\n\n        .pd-social-proof {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.8rem;\n            margin-top: 1.5rem;\n            padding: 1.5rem;\n            background: var(--bg-card);\n            border-radius: var(--radius-md);\n        }\n\n        .pd-social-proof-stars {\n            color: var(--accent);\n            font-size: 24px;\n            letter-spacing: 2px;\n        }\n\n        \/* Features Strategy (Z-Pattern \u0026 Mobile Ordering Lock) *\/\n        .pd-features {\n            display: flex;\n            flex-direction: column;\n            gap: var(--gap-section);\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Column strictly enforced *\/\n            gap: var(--gap-module);\n            align-items: center;\n        }\n\n        .pd-feature-media,\n        .pd-feature-copy {\n            width: 100%;\n        }\n\n        .pd-feature-copy {\n            padding: 1rem 0;\n        }\n\n        \/* Desktop Enhancement for Features (Z-Pattern) *\/\n        @media (min-width: 768px) {\n            .pd-hero {\n                flex-direction: column;\n                text-align: center;\n            }\n            .pd-hero-content {\n                max-width: 800px;\n                margin: 0 auto;\n            }\n            .pd-feature-item {\n                flex-direction: row; \/* Desktop unlocks row *\/\n            }\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse; \/* Z-Pattern alternating *\/\n            }\n            .pd-feature-media,\n            .pd-feature-copy {\n                width: 50%;\n            }\n            .pd-feature-copy {\n                padding: 0 3rem; \/* Breathing room for text *\/\n            }\n        }\n\n        \/* === 5. SPECS TABLE (MOBILE CARD BASED) === *\/\n        .pd-specs-wrapper {\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: var(--bg-body);\n        }\n\n        .pd-specs-table th,\n        .pd-specs-table td {\n            padding: 1.2rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .pd-specs-table th {\n            font-size: clamp(18px, 2vw, 20px);\n            font-weight: 700;\n            color: var(--text-main);\n            background-color: var(--bg-card);\n        }\n\n        .pd-specs-table td {\n            font-size: clamp(16px, 1.8vw, 18px);\n            color: var(--text-sub);\n        }\n\n        \/* Mobile Anti-Scroll Card Conversion *\/\n        @media (max-width: 767px) {\n            .pd-specs-table, \n            .pd-specs-table thead, \n            .pd-specs-table tbody, \n            .pd-specs-table tr, \n            .pd-specs-table th, \n            .pd-specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .pd-specs-table thead {\n                display: none; \/* Hide native header *\/\n            }\n            \n            .pd-specs-table tr {\n                background-color: var(--bg-card);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                padding: 1rem;\n                border: 1px solid var(--border-color);\n            }\n            \n            .pd-specs-table td {\n                border: none;\n                padding: 0.8rem 0;\n                display: flex;\n                flex-direction: column;\n                gap: 0.4rem;\n                border-bottom: 1px dashed var(--border-color);\n            }\n            \n            .pd-specs-table td:last-child {\n                border-bottom: none;\n            }\n\n            .pd-specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                font-size: 16px;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n            }\n        }\n\n        \/* === 6. FAQ SECTION === *\/\n        .pd-faq {\n            background-color: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: var(--gap-module);\n            margin-bottom: var(--gap-section);\n        }\n\n        .pd-faq h2 {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .pd-faq-item {\n            margin-bottom: 2rem;\n            padding-bottom: 2rem;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .pd-faq-item:last-child {\n            margin-bottom: 0;\n            padding-bottom: 0;\n            border-bottom: none;\n        }\n\n        .pd-faq-q {\n            font-size: clamp(20px, 2.5vw, 24px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.8rem;\n            display: flex;\n            gap: 1rem;\n        }\n\n        .pd-faq-q::before {\n            content: \"Q.\";\n            color: var(--primary);\n        }\n\n        .pd-faq-a {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            padding-left: 2.5rem; \/* Aligns with text after 'Q.' *\/\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eLe choix des professionnels du detailing\u003c\/div\u003e\n\u003ch1\u003eL'éclat ultime sans rayures.\u003c\/h1\u003e\n\u003cp\u003eDécouvrez un lavage de voiture plus sûr, plus rapide et plus efficace. Nos gants premium en microfibre chenille à 5 doigts sont conçus pour soulever et piéger la saleté tenace profondément dans les fibres ultra-douces, protégeant votre peinture délicate des tourbillons et rayures.\u003c\/p\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e\u003cspan class=\"pd-social-proof-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"aux-text\"\u003eApprouvé par plus de 10 000 professionnels du detailing dans le monde\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-hero-media\"\u003e\u003c!-- SCHEME A: Replace placeholder with your image --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320174854\/68d831a300f32058c9b1e50c45e087c7.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_09293eb6_20260514_6a84585e_from_url_en_03_97191d418a9a094ee0e2fdcf1aa7b312.png?v=1778741697\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eMousse maximale \u0026amp; lubrification\u003c\/h3\u003e\n\u003ch2\u003eRetient plus de savon pour un lavage plus sûr\u003c\/h2\u003e\n\u003cp\u003eLes fibres denses et ultra-absorbantes absorbent une quantité immense d'eau et de savon. Cela se traduit par une lubrification supérieure sur la surface de votre véhicule, éliminant facilement les grains de sable tout en gardant votre vernis totalement sans tourbillons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_da25550d_20260514_47d4981a_from_url_en_01_9d4b7d0b42e00308f34d35a153bac3d2.png?v=1778741703\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eContrôle du détail inégalé\u003c\/h3\u003e\n\u003ch2\u003eConception précise à 5 doigts\u003c\/h2\u003e\n\u003cp\u003eLes gants plats standards manquent de précision. Notre disposition innovante à 5 doigts, combinée à un rembourrage interne double épaisseur, vous donne la dextérité pour atteindre facilement les grilles complexes, les rayons de roues, derrière les tuyaux d'échappement et autour des courbes serrées.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_18f96334_20260514_91eb1bc7_from_url_en_05_152578a8f27be50d67ea9b85c40a14fb.png?v=1778741710\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eAu-delà de l'automobile\u003c\/h3\u003e\n\u003ch2\u003eSûr sur toutes les surfaces délicates\u003c\/h2\u003e\n\u003cp\u003eLa puissance de nettoyage douce ne se limite pas à la peinture automobile. Ces gants polyvalents protègent brillamment le verre, le chrome poli et les plastiques souples. Parfaits pour les camions, motos, camping-cars, fenêtres domestiques, et assez confortables pour donner un bain apaisant à votre animal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260514_7d39f629_20260514_94914f72_from_url_en_04_d2699f504f187645d62620029cf5c0d8.png?v=1778741717\" width=\"287\" height=\"287\" style=\"width: 287px; min-width: 287px; max-width: 287px; height: 287px; min-height: 287px; max-height: 287px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eConçu pour durer\u003c\/h3\u003e\n\u003ch2\u003eLavable en machine \u0026amp; réutilisable\u003c\/h2\u003e\n\u003cp\u003eConçu avec des coutures internes durables pour résister aux environnements exigeants du detailing professionnel. Il suffit de les mettre en machine après un usage intensif. Ils ressortent parfaitement doux, conservant une performance de premier ordre lavage après lavage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003cdiv class=\"pd-specs-wrapper\"\u003e\n\u003ch2\u003eSpécifications du produit\u003c\/h2\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCaractéristique\u003c\/th\u003e\n\u003cth\u003eDétail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eConstruction matérielle\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003eMicrofibre chenille ultra-douce premium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eDimensions (par gant)\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e30,5 x 15,2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003ePoids (à sec)\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e150,0 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eTempérature maximale de lavage\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003e40°C - Ne pas utiliser d'eau de Javel ni d'adoucissants\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eContenu du paquet\u003c\/td\u003e\n\u003ctd data-label=\"Detail\"\u003eLot de 2 gants de lavage premium à 5 doigts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eCe gant va-t-il rayer le vernis ou le revêtement céramique de ma voiture ?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolument pas. La microfibre chenille ultra-douce est spécialement conçue pour soulever et piéger les particules de saleté profondément dans ses fibres denses. Cela empêche les grains de sable de rayer la surface, garantissant une finition totalement sans rayures ni tourbillons sur toutes les peintures et revêtements céramiques.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eComment nettoyer et entretenir ces gants de lavage ?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003eIls sont 100 % lavables en machine. Pour une meilleure longévité, lavez-les avec un détergent liquide standard à une température maximale de 40°C. Il est crucial de \u003cstrong\u003ene jamais utiliser d'adoucissants ni d'eau de Javel\u003c\/strong\u003e, car ils obstrueraient les microfibres et ruineraient leur capacité d'absorption. Séchez en machine à basse température ou à l'air libre.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eLa conception à 5 doigts est-elle taille unique ?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003eOui ! L'intérieur est doté d'un rembourrage double épaisseur et d'une doublure flexible qui s'adapte confortablement à presque toutes les tailles de main. La conception à cinq doigts offre une prise exceptionnelle et empêche le gant de glisser de votre main lorsqu'il est chargé d'eau savonneuse.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 Pack de 2 (Kit de démarrage)","offer_id":47908444831956,"sku":"0325-14423473","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 Pack de 4 (Économisez 20 %)","offer_id":47908444864724,"sku":"0325-14422003","price":19.95,"currency_code":"USD","in_stock":true},{"title":"📦 Pack de 6 (Valeur ultime)","offer_id":47908444897492,"sku":"0325-14420542","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/68d831a300f32058c9b1e50c45e087c7.jpg?v=1778307684","url":"https:\/\/omurio.com\/fr\/products\/scratch-free-5-finger-wash-mitt-rjc","provider":"Omurio","version":"1.0","type":"link"}