{"product_id":"dual-auto-fuse-tester-puller-rjc","title":"Dubbele Automatische Zekeringtester Trekker 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\"\u003eProfessioneel diagnostisch gereedschap\u003c\/div\u003e\n\n\u003ch1\u003eNooit meer raden of een zekering doorgebrand is.\u003c\/h1\u003e\n\n\u003cp\u003eDe ultieme 2-in-1 autovezekeringtester en trekker. Ontworpen met verstelbare pinnen om direct elke standaard, mini of maxi zekering te controleren—terwijl je grip stevig blijft.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan class=\"pd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eEssentieel voor elke gereedschapskist van een monteur\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\/6a01476b7138a_20260427_f768820b_20260420_302b792b_from_url_en_00_ff362e0da2dca893f3913a6cfea14e5e.webp?v=1778468719\"\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\/20260427_a3f641f1_20260420_1c094a40_from_url_en_08_caf5ef0372c58f5747e1ecca5132ff4f.png?v=1778468855\"\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\u003eUniversele verstelbare pinnen\u003c\/h2\u003e\n\n\u003cp\u003eWaarom meerdere gereedschappen meenemen als er één alles kan? Met een innovatieve verstelbare pinafstand past deze tester soepel op MAXI, ATC en ATM autovezekeringen. Test snel verschillende zekeringmaten zonder van gereedschap te wisselen.\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\/6a0147bde8733_20260427_394f1dda_20260420_910e08e2_from_url_en_05_f310f89404e5c24bf4078f896740bd31.webp?v=1778468801\"\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\u003eDirect visuele feedback\u003c\/h2\u003e\n\n\u003cp\u003eGeen ingewikkelde multimeteraflezingen nodig. Raak simpelweg de verstelbare pinnen aan op de zekeringcontacten. Als de zekering goed is, gaat de ingebouwde indicator met hoge zichtbaarheid direct branden. Het is de snelste manier om elektrische problemen in auto's op te sporen.\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\/6a0147ce5a4ef_20260427_0bc8a0c5_20260420_b4dff3bc_from_url_en_06_869bddea9ffb74d47c6c1ff56fd93088.webp?v=1778468817\"\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\u003e2-in-1 testen \u0026amp; trekken\u003c\/h2\u003e\n\n\u003cp\u003eEen doorgebrande zekering is al frustrerend genoeg zonder dat je hem in de motorruimte laat vallen. De geïntegreerde antislip trekker zorgt voor een stevige grip om hardnekkige glas- of meszekeringen veilig uit krappe zekeringdozen te verwijderen en te vervangen.\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\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003cp\u003eCompact, duurzaam en ontworpen voor dagelijks autoprobleemoplossing.\u003c\/p\u003e\n\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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\"\u003eFunctie\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eZekeringtester \u0026amp; trekker (2-in-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\"\u003eCompatibele zekeringen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eMAXI, ATC (Standaard), 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\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eHoogwaardige geïsoleerde kunststof\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\"\u003eGrip ontwerp\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eAntislip ergonomisch handvat\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\"\u003eIndicator\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eIngebouwde LED (Gaat aan bij continuïteit)\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\"\u003eGeschat gewicht\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cp\u003eAlles wat je moet weten over je nieuwe zekeringdiagnosetool.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eMet welke soorten zekeringen werkt dit gereedschap?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eDankzij de verstelbare testpinnen past hij moeiteloos op mini (ATM), standaard (ATC\/ATO) en grote maxi autovezekeringen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs het gemakkelijk vast te houden met vette handen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsoluut. Het handvat heeft een antislipstructuur en is gemaakt van duurzaam plastic, wat maximale controle biedt, zelfs bij zware of rommelige werkzaamheden in de motorruimte.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHoe laat de tester me weten of een zekering doorgebrand is?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eHet neemt het giswerk volledig weg. Wanneer je de pinnen aanraakt op een werkende zekering, gaat de interne indicator automatisch branden. Blijft het donker, dan is de zekering doorgebrand en moet deze worden vervangen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"📦 1-Pack (Standaard)","offer_id":47908333551828,"sku":"0323-17502684","price":17.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Bespaar 15% - Meest Populair)","offer_id":47908333584596,"sku":"0323-17503179","price":25.95,"currency_code":"USD","in_stock":true},{"title":"🛠️ 4-Pack (Monteurskeuze - Bespaar 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\/nl\/products\/dual-auto-fuse-tester-puller-rjc","provider":"Omurio","version":"1.0","type":"link"}