{"product_id":"heavy-duty-frozen-nut-splitter","title":"Heavy-Duty Frozen Nut Splitter","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：手动工具（螺母破切器）\n  目标受众：机械师、汽修工、DIY爱好者\n  视觉风格：工业硬派、金属质感、强调功能性\n  配色策略：使用中性工业灰为主调，搭配深蓝作为强调色，体现专业与稳重。\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (无损护螺纹 - 最大痛点) -\u003e Feature 2 (工业级材质 - 信任状) -\u003e Feature 3 (使用步骤 - 易用性) -\u003e Specifications (规格选型) -\u003e FAQ\n  详情图映射：Hero=image_3.png (场景+产品), Feature1=image_1.png (材质与原理), Feature2=image_5.png (整体质感), Feature3=image_2.png (使用步骤)\n  规格图映射：Specs=image_0.png\n  对比模块：未加入，产品功能单一直接，通过功能演示比对比图更有效。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #004e92; \/* Industrial Blue *\/\n      --primary-hover: #003d73;\n      --text-main: #212529;\n      --text-sub: #495057;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #dee2e6;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography \u0026 Spacing *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin-bottom: 1rem;\n      color: var(--text-sub);\n    }\n\n    .pd-section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* Utilities *\/\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-badge {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 14px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Placeholder Style *\/\n    .pd-img-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\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      color: var(--text-sub);\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n      min-height: 300px;\n    }\n\n    \/* --- Module Styles --- *\/\n\n    \/* Hero *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-tags-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1.5rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.3rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      gap: 0.4rem;\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-container {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: #fff;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-spec-table th,\n    .pd-spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-spec-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-faq-question {\n      font-weight: 700;\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n\n    \/* Responsive Styles *\/\n    @media (max-width: 767px) {\n      .pd-feature,\n      .pd-feature:nth-child(even) {\n        flex-direction: column;\n      }\n\n      .pd-feature-media {\n        order: -1;\n      }\n\n      \/* Mobile Table Card View *\/\n      .pd-spec-table thead {\n        display: none;\n      }\n      .pd-spec-table, .pd-spec-table tbody, .pd-spec-table tr, .pd-spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-spec-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .pd-spec-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        text-align: right;\n        padding: 0.8rem;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .pd-spec-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        text-align: left;\n        margin-right: 1rem;\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"pd-section-spacing pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eProfessional Grade Tool\u003c\/span\u003e\n\u003ch1\u003eSafely Split Frozen Nuts, Preserve the Bolt Thread\u003c\/h1\u003e\n\n\u003cp\u003eThe heavy-duty manual nut splitter designed for mechanics. remove rusted, seized, or corroded nuts in minutes without damaging the underlying bolt threads.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515162130\/3bcea1f589e3646fd9bfc9dbddcca688.jpg\"\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-spacing pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515162140\/ada6a9d78eba7030c67a48cd94fb61b1.jpg\"\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\u003ch2\u003eDamage-Free Removal\u003c\/h2\u003e\n\n\u003cp\u003eForget torches or grinding wheels that ruin fasteners. Our precision-engineered chisel head is designed to focus splitting force solely on the nut shell. It cracks the metal casing while stopping short of the inner bolt threads, saving you from costly thread repairs.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e🛡️ Thread Safe Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e⚙️ Precision Chisel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature 2: Material \u0026 Durability --\u003e\n\n\u003cdiv class=\"pd-section-spacing pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515162140\/f814f8bbed7ce288e310d7967979cb1c.jpg\"\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\u003ch2\u003eIndustrial Strength Build\u003c\/h2\u003e\n\n\u003cp\u003eBuilt for the toughest jobs. The body and cutter are forged from 40CR alloy steel and processed with high-frequency quenching. The cutter head reaches HRC52-55 hardness, ensuring it stays sharp and resists deformation even against stubborn, heavily corroded nuts.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e🔨 40CR Alloy Steel\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e💎 HRC52-55 Hardness\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e⛓️ Anti-Rust Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Feature 3: Ease of Use --\u003e\n\n\u003cdiv class=\"pd-section-spacing pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515162140\/0fa21b03fd744f677034618bf5e96ca4.jpg\"\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\u003ch2\u003eSimple Mechanical Operation\u003c\/h2\u003e\n\n\u003cp\u003eJust align the ring over the target nut and use a standard wrench (not included) to turn the rear hex bolt. The mechanical advantage generates immense force to split the nut open cleanly.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e🔧 Operated\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e⏱️ Quick Setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Specifications --\u003e\n\n\u003cdiv class=\"pd-section-spacing pd-specs-container\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center;\"\u003eChoose the correct model based on the nut size range you need to handle.\u003c\/p\u003e\n\n\u003ctable class=\"pd-spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eModel No.\u003c\/th\u003e\n\t\t\t\u003cth\u003eLength\u003c\/th\u003e\n\t\t\t\u003cth\u003eApplicable Scope (Nut Size)\u003c\/th\u003e\n\t\t\t\u003cth\u003eBolt Diameter\u003c\/th\u003e\n\t\t\t\u003cth\u003eWeight\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=\"Model No.\"\u003e1\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e80mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Applicable Scope\"\u003e9-12mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bolt Diameter\"\u003e12mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e95g (0.21 lbs)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Model No.\"\u003e2\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e102mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Applicable Scope\"\u003e12-16mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bolt Diameter\"\u003e14mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e173g (0.38 lbs)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Model No.\"\u003e3\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e130mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Applicable Scope\"\u003e16-22mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bolt Diameter\"\u003e18mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e437g (0.96 lbs)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Model No.\"\u003e4\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e150mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Applicable Scope\"\u003e22-27mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bolt Diameter\"\u003e21mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e658g (1.45 lbs)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cdiv style=\"text-align: center; margin-top: 1rem; font-size: 0.9em; color: var(--text-sub);\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260515162140\/0b401e87494554786585f4d4ef210ad6.jpg\"\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-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQ: Will this damage the bolt thread underneath the nut?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eA: No. It is specifically designed to split the nut shell without cutting into the bolt threads, provided you select the correct size tool for the job.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQ: How do I know which size fits my project?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eA: Please measure the distance across the flats of the nuts you intend to remove. Refer to the \"Applicable Scope\" column in the specifications table to select the matching model.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"9-12mm ≈ 5\/16\" - 1\/2\"","offer_id":45639992279231,"sku":"0518-13228980","price":12.95,"currency_code":"USD","in_stock":true},{"title":"12-16mm ≈ 1\/2\" - 5\/8\"","offer_id":45639992311999,"sku":"0518-13228688","price":14.95,"currency_code":"USD","in_stock":true},{"title":"16-22mm ≈ 5\/8\" - 7\/8\"","offer_id":45639992344767,"sku":"0518-13223441","price":19.95,"currency_code":"USD","in_stock":true},{"title":"22-27mm ≈ 7\/8\" - 1-1\/16\"","offer_id":45639992377535,"sku":"0518-13224335","price":29.95,"currency_code":"USD","in_stock":true},{"title":"🧰 The Master Set (All 4 Sizes)","offer_id":45645588889791,"sku":"0518-13228720","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3bcea1f589e3646fd9bfc9dbddcca688.jpg?v=1778833725","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/heavy-duty-frozen-nut-splitter","provider":"Bak","version":"1.0","type":"link"}