{"product_id":"solid-brass-battery-disconnect-switch-rjc","title":"Massief messing accuschakelaar","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Parts \/ Battery Disconnect Switch (Blade Type)\nTarget Audience: DIY mechanics, car\/boat\/RV owners looking for reliable power isolation and battery protection.\nVisual Style: Industrial, Rugged, Professional.\nColor Strategy: \n- Background: Clean white (#ffffff) with technical slate gray cards (#f8fafc)\n- Primary Accent: Brass\/Gold tone (#ca8a04) to reflect the core material and electrical nature.\n- Text: Slate 900 for high contrast, Slate 600 for secondary text.\nShape Strategy: Radius 8px. Hard, industrial, and precise edges, avoiding overly soft curves to maintain a rugged automotive feel.\nTypography Strategy: Large Type \/ Mobile-first readable. Bold, authoritative headings.\nMobile Table Strategy: Card-based (No horizontal scroll). Automatic conversion of mm to inches included.\nMobile Ordering Lock: Enforced via flex-direction: column for mobile, and row\/row-reverse for desktop Z-Pattern.\nImage Mapping: Hero=image_1, Material=image_2, Operation=image_3, Application=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: #ca8a04; \/* Brass\/Gold tone *\/\n      --primary-hover: #a16207;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 25px -5px rgba(0,0,0,0.1);\n      --border-color: #e2e8f0;\n\n      \/* Base Settings *\/\n      box-sizing: border-box;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background: var(--bg-body);\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: inherit;\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      letter-spacing: -0.02em;\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.5rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Visual Badges (Non-interactive) *\/\n    .visual-badge {\n      display: inline-block;\n      background: #fef9c3;\n      color: #854d0e;\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      border: 1px solid #fde047;\n    }\n\n    .social-proof {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* 2) Image \u0026 Media Protocol *\/\n    .product-detail-container img.flow-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    .placeholder-img {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background: #f1f5f9;\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Layout Spacing *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-top: clamp(2rem, 5vw, 4rem);\n    }\n    \n    .hero-copy {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 5vw, 3rem) auto;\n    }\n\n    \/* B) Mobile Ordering Lock (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile strictly single column *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Desktop row *\/\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Desktop Z-Pattern *\/\n      }\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* C) Specs Table (Mobile Card Lock) *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      font-size: 18px;\n    }\n\n    \/* Desktop Table Styles *\/\n    @media (min-width: 768px) {\n      .specs-table th,\n      .specs-table td {\n        padding: 1rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table th {\n        background: #e2e8f0;\n        font-weight: 700;\n        color: var(--text-main);\n      }\n      .specs-table tr:nth-child(even) td {\n        background: #ffffff;\n      }\n      .specs-table tr:nth-child(odd) td {\n        background: var(--bg-card);\n      }\n    }\n\n    \/* Mobile Table -\u003e Card Conversion *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      \n      .specs-table tr {\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        box-shadow: var(--shadow-sm);\n        overflow: hidden;\n      }\n      \n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 1rem;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-right: 1rem;\n        text-align: left;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n    \n    .faq-grid {\n      display: grid;\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n\n    .faq-card {\n      background: #ffffff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-card h3 {\n      color: var(--text-main);\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n      display: flex;\n      gap: 0.75rem;\n      align-items: flex-start;\n    }\n    \n    .faq-card h3::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 900;\n    }\n\n    .faq-card p {\n      margin: 0;\n      padding-left: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eRobuust, geschikt voor de auto-industrie\u003c\/div\u003e\n\u003ch1\u003eVolledige controle over de stroom van uw voertuig\u003c\/h1\u003e\n\u003cp\u003eBeheer uw elektrische systeem met onze massief messing hoofdschakelaar voor montage op de bovenpool van de accu. Ontworpen om sluipverbruik volledig te elimineren, uw accu te beschermen en uw voertuig veilig te stellen wanneer het niet wordt gebruikt.\u003c\/p\u003e\n\u003cdiv class=\"social-proof\"\u003e★★★★★ Vertrouwd door monteurs \u0026amp; doe-het-zelvers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- 📷 Hero Image --\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img36\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316130716\/ed04c97a2e962ec9476bffd9cb765ff1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img37\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316130716\/3866f34290a393f75543031c665c3d4a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePremium constructie van massief messing\u003c\/h2\u003e\n\u003cp\u003eDeze hoofdschakelaar is vervaardigd uit hoogwaardig messing en biedt optimale elektrische geleiding en ongeëvenaarde corrosiebestendigheid. In tegenstelling tot goedkope legeringen gaat het materiaal niet roesten of achteruit, waardoor een uiterst betrouwbare verbinding en een lange levensduur, zelfs in veeleisende motorruimtes, gegarandeerd zijn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img38\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316130716\/0cff19c5f654e81e9a70b1c07f7554c7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMoeiteloze bediening met verticale hendel\u003c\/h2\u003e\n\u003cp\u003eVoor dagelijks gebruik is geen gereedschap nodig. Til eenvoudig de verticale hendel omhoog om de stroom veilig uit te schakelen en laat hem zakken om de verbinding te herstellen. Dankzij het intuïtieve ontwerp kunt u de accu tijdens opslag, reparaties of noodsituaties moeiteloos isoleren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img39\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316130716\/3179fc4b7631c9887aa22c6a1892ad44.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversele pasvorm \u0026amp; extreem vermogen\u003c\/h2\u003e\n\u003cp\u003eOntworpen voor vlekkeloze prestaties in elektrische systemen van 12–24 V gelijkstroom. Geschikt voor een continue stroom van maar liefst 250 A en bestand tegen kortstondige pieken van 750 A. Past perfect op standaard conische negatieve accupolen van 15–17 mm op vrachtwagens, auto’s, vaartuigen en campers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications (Card-based on mobile) --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003ch2\u003eTechnische specificaties\u003c\/h2\u003e\n\u003cp\u003eNauwkeurig ontworpen parameters voor veilig en betrouwbaar energiebeheer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n \u003ctr\u003e\n \u003cth\u003eSpecificaties\u003c\/th\u003e\n \u003cth\u003eDetails\u003c\/th\u003e\n \u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003eSpanningscompatibiliteit\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e12–24 V gelijkstroom\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003eContinue stroom\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e250 A\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003ePiekstroom\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e750 A\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003eGeschikt voor bovenpolen\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003e15–17 mm (0,59–0,67 inch)\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003eMateriaal\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003eCorrosiebestendig massief messing\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Specification\"\u003eSchakelaarstijl\u003c\/td\u003e\n \u003ctd data-label=\"Details\"\u003eVerticale messchakelaar\u003c\/td\u003e\n \u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003ePast dit op mijn standaard voertuigaccu?\u003c\/h3\u003e\n\u003cp\u003eJa. Deze schakelaar is universeel ontworpen voor standaard conische negatieve bovenpolen van 15–17 mm (0,59–0,67 inch), die op de overgrote meerderheid van auto’s, vrachtwagens, campers en scheepsaccu’s te vinden zijn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eVoorkomt deze schakelaar effectief dat de accu leegloopt tijdens langdurige opslag?\u003c\/h3\u003e\n\u003cp\u003eAbsoluut. Door het mes omhoog te zetten, isoleert u de accu volledig van het elektrische systeem van het voertuig. Zo voorkomt u sluipverbruik en verlengt u de levensduur van uw accu aanzienlijk wanneer deze niet wordt gebruikt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eWaar op de accu moet ik deze schakelaar monteren?\u003c\/h3\u003e\n\u003cp\u003eVoor maximale veiligheid monteert u de hoofdschakelaar altijd op de \u003cstrong\u003enegatieve (-)\u003c\/strong\u003e pool van de accu. Koppel uw huidige minkabel los, bevestig de schakelaar op de pool en sluit de kabel vervolgens aan op het andere uiteinde van de schakelaar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"🔋 1-Pack (Standaard)","offer_id":48499125256404,"sku":"0327-19558998","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🚙 2-Pack (Opstelling met dubbele accu  Bespaar 20%)","offer_id":48499125289172,"sku":"0327-19559392","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🛠️ 4-Pack (Professionele monteur  Bespaar 30%)","offer_id":48499125321940,"sku":"0327-19553624","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/ed04c97a2e962ec9476bffd9cb765ff1.jpg?v=1787755708","url":"https:\/\/omurio.com\/nl\/products\/solid-brass-battery-disconnect-switch-rjc","provider":"Omurio","version":"1.0","type":"link"}