{"product_id":"lighter-melt-welding-rods","title":"Lighter Melt Welding Rods","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：B简单使用型 - 低温药芯焊条\n目标受众：DIY爱好者、房主、新手匠人\n视觉风格：工业实用风，强调金属质感与火焰操作的便捷性\n配色策略：以金属银灰为主色调，辅以暖橙色点缀（暗示火焰\/加热），背景采用干净的深灰或车间场景。\n模块顺序：Hero (核心利益: 打火机即焊) → Feature 1 (极简操作) → Feature 2 (通用材质) → Feature 3 (核心技术: 药芯) → Specifications → FAQ\n详情图映射：Hero=image_0.png (最强场景), Feature1=image_3.png (操作场景), Feature2=image_4.png (多用途), Feature3=image_1.png (材质细节)\n规格图映射：Specs=数据源于image_6.png\n对比模块：未加入（无明确竞品对比需求，聚焦自身核心卖点即可）\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* --- Design System Variables --- *\/\n      --primary: #FF7A00; \/* 火焰橙色点缀 *\/\n      --primary-hover: #E06B00;\n      --text-main: #212529;\n      --text-sub: #495057;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-soft: #E9ECEF;\n      --border-color: #DEE2E6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\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\n      \/* --- Container \u0026 Typography --- *\/\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      line-height: 1.6;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography Scale *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin: 0 0 1rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing Utility *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* Image defaults (Scheme A) *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* --- Image Placeholder Style --- *\/\n    .img-placeholder {\n        width: 100%;\n        background-color: var(--bg-soft);\n        border: 2px dashed var(--border-color);\n        border-radius: var(--radius-md);\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        color: var(--text-sub);\n        font-family: monospace;\n        font-size: 14px;\n        padding: 2rem 0;\n        box-sizing: border-box;\n    }\n\n    \/* --- Hero Section --- *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n    }\n\n    .hero-media {\n      margin-top: 2rem;\n      box-shadow: var(--shadow-lg);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* --- Feature Section (Z-Pattern) --- *\/\n    .feature-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      padding: 0.4rem 0.8rem;\n      border-radius: 4px;\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--text-sub);\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n      .feature-section {\n        flex-direction: row;\n      }\n\n      .feature-section.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* --- Specifications --- *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* Mobile Specs Adapter *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--bg-soft);\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: 600;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n    }\n\n    \/* --- FAQ Section --- *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-weight: 700;\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cspan class=\"hero-badge\"\u003eBeginner-Friendly Metal Repair\u003c\/span\u003e\n\u003ch1\u003eProfessional Welding, Just a Lighter Away\u003c\/h1\u003e\n\n\u003cp\u003eForget complex torches and heavy equipment. Quickly fix aluminum, copper, iron, and stainless steel right at home with our easy-melt, low-temperature welding rods.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_1 (使用 image_0.png 作为首图，强调打火机加热的核心卖点) ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520154418\/bfd2da383db96d887c6b2302643ed9a3.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\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eNo Torch Needed. Just Heat and Fix.\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for ultra-low temperature application, these rods melt perfectly with the heat from a standard lighter. This eliminates the need for expensive, intimidating welding torches, making metal repair accessible for small jobs and quick fixes around the house or garage.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLow-Temp Melt\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStandard Lighter OK\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Special Skills\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_2 (使用 image_3.png 展示家庭\/车间简易操作场景) ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520154418\/af60b4238f607a41490a3a4539e2bd18.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\n\u003cdiv class=\"feature-section reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOne Rod for Nearly Every Metal.\u003c\/h2\u003e\n\n\u003cp\u003eDon't worry about matching specific rods to metals. Our universal alloy formula creates strong, durable bonds on a wide variety of surfaces including aluminum, stainless steel, copper, and iron. It's the versatile solution for plumbing leaks, automotive parts, and DIY crafts.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAluminum \u0026amp; Copper\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStainless Steel \u0026amp; Iron\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVersatile Repair\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_3 (使用 image_4.png 展示多种不同的应用场景) ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520154418\/aa8650a5d1b1c65e16343f5bc3448ec7.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\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt-in Flux for a Stronger Bond.\u003c\/h2\u003e\n\n\u003cp\u003eSimplify the process with our innovative flux-cored design. The necessary cleaning and bonding agent is incorporated directly inside the rod, eliminating the need for messy external flux powders. This ensures a smooth flow and a professional-grade seal every time you weld.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eNo Extra Flux Needed\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmooth Flow\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable Seal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_4 (使用 image_1.png 展示带有药芯截面的特写图) ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520154418\/80e5679867c7ef17fe3b027508f29fa2.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\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\u003c!-- 移动端适配表头，桌面端显示 --\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProperty\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\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=\"Property\"\u003eProduct Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eUniversal Low-Temp Welding Rod\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eMaterial Technology\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eFlux-Cored Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eDiameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e1.0 mm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eCompatible Metals\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eAluminum, Copper, Iron, Stainless Steel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eRequired Heat Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eStandard Lighter (for small repairs)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- F. FAQ --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo I really only need a lighter to use this?\u003c\/div\u003e\n\n\u003cp\u003eYes, for small repairs on thin metal gauges, a standard lighter provides sufficient heat to melt the rod and form a bond. For larger or thicker metal pieces, a more powerful heat source might be required for optimal results.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo I need separate flux powder?\u003c\/div\u003e\n\n\u003cp\u003eNo. These rods are \"flux-cored,\" meaning the necessary cleaning and fluxing agent is built right into the center of the rod, simplifying the process significantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat metals does this work on?\u003c\/div\u003e\n\n\u003cp\u003eThe universal formula is designed to work effectively on a wide range of metals, including aluminum, stainless steel, copper, and iron.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pack (3 pcs) - Starter Kit","offer_id":45650257412287,"sku":"0521-17546769","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3 Packs (9 pcs) - Most Popular","offer_id":45650257445055,"sku":"0521-17547084","price":19.95,"currency_code":"USD","in_stock":true},{"title":"6 Packs (18 pcs) - Best Value","offer_id":45650257477823,"sku":"0521-17542585","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/bfd2da383db96d887c6b2302643ed9a3.jpg?v=1779263288","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/lighter-melt-welding-rods","provider":"Bak","version":"1.0","type":"link"}