{"product_id":"dual-auto-fuse-tester-puller-rjc","title":"Testeur de fusibles automatique double Rjc","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Utility Tool \/ Fuse Tester \u0026 Puller\nTarget Audience: Mechanics, DIY Car Enthusiasts, Drivers (Utility-focused, practical)\nVisual Style: Industrial, Functional, High-Contrast, Robust\nColor Strategy: Primary Automotive Orange (#E63946) for high visibility alerts, Slate Navy (#1D3557) for sturdy trust.\nShape Strategy: Radius 6px - 10px (Masculine, industrial, durable feel without sharp harshness)\nTypography Strategy: Large Type \/ Mobile-first readable (Robust Sans-serif)\nMobile Table Strategy: Card-based (No horizontal scroll, key-value flex rows)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #E63946;\n      --primary-hover: #D62828;\n      --text-main: #1D3557;\n      --text-sub: #457B9D;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --border-color: #E2E8F0;\n      --radius-md: 6px;\n      --radius-lg: 10px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      \n      \/* Global Resets within scope *\/\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      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* 0) Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.75rem 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 .sub-text {\n      font-size: 16px;\n      color: var(--text-sub);\n      line-height: 1.6;\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .pd-section {\n      margin-top: clamp(3rem, 6vw, 5rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Image Protocol - Option A (Natural Flow) *\/\n    .pd-image-wrapper {\n      width: 100%;\n      background: #f1f5f9;\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #64748b;\n      font-size: 18px;\n      font-weight: 500;\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      text-align: center;\n    }\n    \n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-card);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n    \n    .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 5vw, 4rem) auto;\n    }\n\n    .pd-social-proof {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-top: 1.5rem;\n    }\n\n    .pd-stars {\n      color: #FFB703;\n      letter-spacing: 2px;\n    }\n\n    \/* Feature Order Lock (Strict Pattern) *\/\n    .pd-feature-item {\n      display: flex;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n      min-width: 0; \/* Prevents flex blowout *\/\n    }\n\n    .pd-feature-icon {\n      font-size: 2rem;\n      margin-bottom: 1rem;\n    }\n\n    \/* Specifications Table (Strict Mobile Card) *\/\n    .pd-specs {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-specs table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .pd-specs th,\n    .pd-specs td {\n      padding: 1.25rem;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-specs th {\n      font-weight: 700;\n      color: var(--text-main);\n      background: rgba(0,0,0,0.02);\n    }\n\n    .pd-specs td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .pd-faq-q {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n\n    .pd-faq-a {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Mobile Strategy \u0026 Z-Pattern *\/\n    @media (max-width: 767px) {\n      .pd-feature-item {\n        flex-direction: column !important; \/* Forces Stack *\/\n      }\n      .pd-feature-copy {\n        order: 2; \/* Text strictly below image *\/\n      }\n      .pd-feature-media {\n        order: 1; \/* Image strictly above text *\/\n        width: 100%;\n      }\n      \n      \/* Specs Table Card Conversion *\/\n      .pd-specs table, \n      .pd-specs thead, \n      .pd-specs tbody, \n      .pd-specs tr, \n      .pd-specs th, \n      .pd-specs td {\n        display: block;\n        width: 100%;\n      }\n      \n      .pd-specs thead {\n        display: none;\n      }\n      \n      .pd-specs tr {\n        background: #fff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        box-shadow: var(--shadow-sm);\n        padding: 0.5rem;\n      }\n      \n      .pd-specs tr:last-child {\n        margin-bottom: 0;\n      }\n      \n      .pd-specs td {\n        border-bottom: 1px solid var(--bg-card);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        gap: 1rem;\n        padding: 1rem;\n      }\n      \n      .pd-specs td:last-child {\n        border-bottom: none;\n      }\n      \n      .pd-specs td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        flex-shrink: 0;\n      }\n      \n      .pd-specs td span {\n        text-align: right;\n      }\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Z-Pattern for Desktop *\/\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eOutil de diagnostic professionnel\u003c\/div\u003e\n\n\u003ch1\u003eNe devinez plus jamais si un fusible est grillé.\u003c\/h1\u003e\n\n\u003cp\u003eLe testeur et extracteur de fusibles automobile 2 en 1 ultime. Conçu avec des broches réglables pour vérifier instantanément tout fusible standard, mini ou maxi—tout en gardant une prise sûre.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan class=\"pd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eIndispensable dans la boîte à outils de chaque mécanicien\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a014e22682cc_20260421_1772faa3_20260420_302b792b_from_url_en_00_ff362e0da2dca893f3913a6cfea14e5e.webp?v=1778470438\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260421_6eb84de2_20260420_1c094a40_from_url_en_08_caf5ef0372c58f5747e1ecca5132ff4f.jpg?v=1778470567\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e⚙️\u003c\/div\u003e\n\n\u003ch2\u003eBroches réglables universelles\u003c\/h2\u003e\n\n\u003cp\u003ePourquoi transporter plusieurs outils quand un seul fait tout ? Doté d’une innovation avec une distance de broches réglable, ce testeur s’adapte facilement aux fusibles automobiles MAXI, ATC et ATM. Testez rapidement différentes tailles de fusibles sans changer d’équipement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a014e751c793_20260421_c2ecdaf8_20260420_910e08e2_from_url_en_05_f310f89404e5c24bf4078f896740bd31.webp?v=1778470520\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e💡\u003c\/div\u003e\n\n\u003ch2\u003eRetour visuel instantané\u003c\/h2\u003e\n\n\u003cp\u003ePas besoin de lectures complexes avec un multimètre. Touchez simplement les broches réglables aux contacts du fusible. Si le fusible est bon, l’indicateur intégré à haute visibilité s’allume instantanément. C’est la façon la plus rapide de dépanner les problèmes électriques automobiles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a014e8522018_20260421_c7bb68ff_20260420_b4dff3bc_from_url_en_06_869bddea9ffb74d47c6c1ff56fd93088.webp?v=1778470536\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-feature-icon\"\u003e🔧\u003c\/div\u003e\n\n\u003ch2\u003eTest et extraction 2 en 1\u003c\/h2\u003e\n\n\u003cp\u003eUn fusible grillé est déjà assez frustrant sans le faire tomber dans le compartiment moteur. L’extracteur antidérapant intégré offre une prise sûre et ferme pour extraire et remplacer en toute sécurité les fusibles en verre ou à lame récalcitrants dans les boîtes à fusibles étroites.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-section pd-specs\"\u003e\n\u003ch2\u003eSpécifications techniques\u003c\/h2\u003e\n\n\u003cp\u003eCompact, durable et conçu pour le dépannage automobile quotidien.\u003c\/p\u003e\n\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpécifications\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFonction\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eTesteur et extracteur de fusibles (2 en 1)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFusibles compatibles\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eMAXI, ATC (Standard), ATM (Mini)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMatériau\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003ePlastique isolant haute durabilité\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDesign de la prise en main\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003ePoignée ergonomique antidérapante\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eIndicateur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eLED intégrée (s’allume en cas de continuité)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePoids estimé\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e~25 g \/ 0,9 oz\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cp\u003eTout ce que vous devez savoir sur votre nouvel outil de diagnostic de fusibles.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eAvec quels types de fusibles cet outil fonctionne-t-il ?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eGrâce aux broches de test réglables, il s'adapte universellement aux fusibles automobiles mini (ATM), standard (ATC\/ATO) et maxi de grande taille sans effort.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eEst-il facile à saisir avec des mains graisseuses ?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolument. La poignée est dotée d'une texture antidérapante et d'une construction en plastique durable, offrant un contrôle maximal même lors de travaux difficiles ou salissants dans le compartiment moteur.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eComment le testeur me signale-t-il si un fusible est grillé ?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eCela élimine complètement les suppositions. Lorsque vous touchez les broches à un fusible en fonctionnement, l'indicateur interne s'allume automatiquement. S'il reste éteint, le fusible est grillé et doit être remplacé.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"📦 Pack de 1 (Standard)","offer_id":47908333551828,"sku":"0323-17502684","price":17.95,"currency_code":"USD","in_stock":true},{"title":"🔥 Pack de 2 (Économisez 15 % - Le plus populaire)","offer_id":47908333584596,"sku":"0323-17503179","price":25.95,"currency_code":"USD","in_stock":true},{"title":"🛠️ Pack de 4 (Choix du mécanicien - Économisez 25 %)","offer_id":47908333617364,"sku":"0323-17500520","price":45.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/ff362e0da2dca893f3913a6cfea14e5e.jpg?v=1778305368","url":"https:\/\/omurio.com\/fr\/products\/dual-auto-fuse-tester-puller-rjc","provider":"Omurio","version":"1.0","type":"link"}