{"product_id":"solid-brass-battery-disconnect-switch","title":"Solid Brass Battery Disconnect Switch","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\"\u003eHeavy Duty Automotive Grade\u003c\/div\u003e\n\n\u003ch1\u003eAbsolute Power Control for Your Vehicle\u003c\/h1\u003e\n\n\u003cp\u003eMaster your electrical system with our solid brass top post battery disconnect switch. Designed to completely eliminate parasitic power draw, protect your battery, and secure your vehicle when not in use.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e★★★★★ Trusted by Mechanics \u0026amp; DIY Enthusiasts\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- 📷 Hero Image --\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg 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\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\u003cdiv\u003e\u003cimg 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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePremium Solid Brass Construction\u003c\/h2\u003e\n\n\u003cp\u003eEngineered from high-strength brass, this disconnect switch delivers ultimate electrical conductivity alongside unbeatable corrosion resistance. Unlike cheap alloy alternatives, it won't rust or degrade, ensuring a rock-solid connection and an exceptional service life even in harsh engine bay environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg 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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEffortless Vertical Blade Operation\u003c\/h2\u003e\n\n\u003cp\u003eNo tools required for daily use. Simply lift the vertical blade lever to safely cut the power, and lower it to restore the connection. The intuitive design makes it incredibly easy to isolate your battery during storage, repairs, or emergency situations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg 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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversal Fit \u0026amp; Extreme Capacity\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for flawless performance across DC 12-24V electrical systems. Capable of handling a massive 250A continuous current and surviving 750A instantaneous surges. Perfectly adapts to standard 15-17mm conical negative battery posts on trucks, cars, marine vessels, and motorhomes.\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\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003ePrecision engineered parameters for safe and reliable power management.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\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\"\u003eVoltage Compatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDC 12V - 24V\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eContinuous Current\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e250 A\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eInstantaneous Current\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e750 A\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTop Post Fitment\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e15 - 17 mm (0.59 - 0.67 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCorrosion-Resistant Solid Brass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eSwitch Style\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVertical Blade \/ Knife Switch\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=\"faq-section\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eWill this fit my standard vehicle battery?\u003c\/h3\u003e\n\n\u003cp\u003eYes. This switch is universally designed to fit standard 15-17mm (0.59-0.67 in) conical top negative posts found on the vast majority of cars, trucks, RVs, and marine batteries.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eDoes it effectively stop battery drain during long-term storage?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. By lifting the blade, you completely isolate the battery from the vehicle's electrical system, eliminating any parasitic power draw and drastically extending your battery's lifespan when not in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eWhere on the battery should I install this switch?\u003c\/h3\u003e\n\n\u003cp\u003eFor maximum safety, always install the disconnect switch on the \u003cstrong\u003eNegative (-)\u003c\/strong\u003e post of the battery. Disconnect your current negative cable, attach the switch to the post, and then attach the cable to the other end of the switch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Varitino","offers":[{"title":"🔋 1-Pack (Standard)","offer_id":48562054234362,"sku":"0327-19558998","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🚙 2-Pack (Dual Battery Setup  Save 20%)","offer_id":48562054267130,"sku":"0327-19559392","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🛠️ 4-Pack (Pro Mechanic  Save 30%)","offer_id":48562054299898,"sku":"0327-19553624","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/ed04c97a2e962ec9476bffd9cb765ff1.jpg?v=1774612569","url":"https:\/\/varitino.com\/products\/solid-brass-battery-disconnect-switch","provider":"Varitino","version":"1.0","type":"link"}