{"product_id":"multi-surface-repair-epoxy","title":"Multi-Surface Repair Epoxy","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：B简单使用型 (DIY修复工具)\n  目标受众：家庭维修者、DIY爱好者、管道工\n  视觉风格：工业、可靠、实操感强\n  配色策略：基于包装蓝色(#21568a)作为主色，搭配中性灰强调专业感\n  模块顺序：Hero -\u003e Feature 1 (快速止漏) -\u003e Feature 2 (简单揉捏) -\u003e Feature 3 (多材质通用) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_3.png, Feature2=image_4.png, Feature3=image_2.png\n  规格图映射：Specs=image_0.png (包装背面数据)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #21568a; \/* Packaging Blue *\/\n      --primary-hover: #1a4570;\n      --text-main: #2d3748;\n      --text-sub: #718096;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f7fafc;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-md: 0 4px 6px rgba(0,0,0,0.05);\n      --border-color: #e2e8f0;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Utilities *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n    .grid-2-col {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n    @media (min-width: 768px) {\n      .grid-2-col { grid-template-columns: 1fr 1fr; }\n      .grid-reverse { direction: rtl; }\n      .grid-reverse \u003e * { direction: ltr; }\n    }\n\n    \/* Image Styling *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n    .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      aspect-ratio: 4\/3; \/* Default Aspect Ratio *\/\n    }\n\n    \/* Components *\/\n    .badge-pill {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.4em 1em;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n    .feature-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.3rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 15px;\n      font-weight: 500;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n      color: var(--primary);\n    }\n    .spec-table tr:last-child td, .spec-table tr:last-child th {\n      border-bottom: none;\n    }\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; }\n      .spec-table thead { display: none; }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        padding-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-list dl { margin: 0; }\n    .faq-list dt {\n      font-weight: 700;\n      font-size: 20px;\n      color: var(--primary);\n      margin-top: 1.5rem;\n      margin-bottom: 0.5rem;\n    }\n    .faq-list dd {\n      margin-left: 0;\n      margin-bottom: 1.5rem;\n      padding-left: 1rem;\n      border-left: 3px solid var(--border-color);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"section-spacing grid-2-col\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"badge-pill\"\u003eIndustrial Strength Formula\u003c\/span\u003e\n\u003ch1\u003ePermanent Steel-Reinforced Repairs, Simply by Hand\u003c\/h1\u003e\n\n\u003cp\u003eThis heavy-duty epoxy putty kneads like clay and cures like steel. It's the easiest way to patch leaks, bond metal, and repair broken parts without special tools or heat.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [📷 需替换：Hero图片, 展示人手在管道上操作的场景] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260718113958\/0542e539e49295e2ae4d01c2c736a5d1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing grid-2-col\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260718113958\/ebe896144baa56ae80300ea0e9702280.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStop Active Leaks in Minutes\u003c\/h2\u003e\n\n\u003cp\u003eDon't wait for emergencies to get worse. This putty is designed to be applied directly to wet or leaking surfaces. It instantly forms a waterproof, pressure-resistant seal on burst pipes, tanks, and radiators.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e💧 Waterproof Seal\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e⏱️ Emergency Fix\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌡️ Heat Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Easy Molding --\u003e\n\n\u003cdiv class=\"section-spacing grid-2-col grid-reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [📷 需替换：展示A\/B组份、手捏合、混合后泥团的过程图] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260718113958\/253fbdf8c6ce7790bcafda5ea3db861e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eNo Tools Needed – Just Knead and Apply\u003c\/h2\u003e\n\n\u003cp\u003eSkip the complicated mixing tools. Simply cut equal parts of the base (A) and activator (B), then knead them together by hand until a uniform gray color is achieved. The clay-like consistency allows for easy free-form molding into any crack or shape.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e✋ Hand Mixable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e1:1 Ratio\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFree-form Molding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatility --\u003e\n\n\u003cdiv class=\"section-spacing grid-2-col\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [📷 需替换：展示多材质修复场景（木材、金属、陶瓷）的拼图] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260718113958\/1171e5961869bdecbfc7922182a262dd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBonds Virtually Anything to Anything\u003c\/h2\u003e\n\n\u003cp\u003eA truly versatile workshop essential. It offers superior adhesion to a wide range of materials, making it perfect for permanent repairs on metal, wood, ceramic, stone, concrete, and glass.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🔩 Metal Repair\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🪵 Wood \u0026amp; Ceramic\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e💪 High Adhesion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eMaterial Base\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eSteel Reinforced Epoxy Putty (2-Part)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eNet Content\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e100g (Part A + Part B)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eApplicable Surfaces\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eCeramics, Stone, Metal, Wood, Glass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eInitial Cure Time\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eApproximately 1 hour (at room temp)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eFull Cure Time\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eApproximately 24 hours\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eKey Features\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWaterproof, High \u0026amp; Low Temp Resistant, Odorless\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 --\u003e\n\n\u003cdiv class=\"section-spacing faq-list\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdl\u003e\n\t\u003cdt\u003eCan I drill or sand this putty once it's cured?\u003c\/dt\u003e\n\t\u003cdd\u003eYes. Once fully cured (after approx. 24 hours), the material becomes steel-hard. You can sand, drill, tap, file, or paint it just like metal or wood for a professional finish.\u003c\/dd\u003e\n\t\u003cdt\u003eHow do I know when the putty is mixed correctly?\u003c\/dt\u003e\n\t\u003cdd\u003eThe kit contains two different colored sticks (usually dark and light gray). Knead them together thoroughly until the mixture turns into a solid, uniform medium gray color with no streaks. This indicates the epoxy is activated.\u003c\/dd\u003e\n\t\u003cdt\u003eDoes this work on active leaks or wet surfaces?\u003c\/dt\u003e\n\t\u003cdd\u003eYes, it is designed to be applied directly to wet or leaking surfaces. Press the mixed putty firmly into the leak area and hold it in place until initial bonding occurs to stop the flow.\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Repair Tool)","offer_id":45868854771903,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - Save 15%)","offer_id":45868854804671,"sku":null,"price":28.99,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value - Save 20%)","offer_id":45868854837439,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/0542e539e49295e2ae4d01c2c736a5d1.jpg?v=1784346070","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/multi-surface-repair-epoxy","provider":"Bak","version":"1.0","type":"link"}