{"product_id":"heavy-duty-metal-repair-paste","title":"Heavy Duty Metal Repair Paste","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Industrial-Grade Metal Glue\nTarget Audience: Mechanics, DIYers, Homeowners needing heavy-duty repair\nVisual Style: Industrial, Rugged, Professional, Trustworthy\nColor Strategy: Primary=Industrial Orange (#FF5722), Background=Clean White\/Light Gray (#FFFFFF, #F8F9FA), Text=Charcoal (#202124)\nShape Strategy: Radius 6px (Tough, rigid, precision-oriented)\nTypography Strategy: Large Type \/ Mobile-first readable \/ Sans-serif for technical feel\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=hero_image, Feature1=waterproof_img, Feature2=temp_img, Feature3=application_img, Feature4=multipurpose_img\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* CSS Variables \u0026 Design System *\/\n    .product-detail-container {\n      --primary: #FF5722;\n      --primary-light: rgba(255, 87, 34, 0.1);\n      --text-main: #202124;\n      --text-sub: #5F6368;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --border-color: #E0E0E0;\n      --radius-sm: 4px;\n      --radius-md: 6px;\n      --radius-lg: 12px;\n      \n      \/* Global Resets for Container *\/\n      box-sizing: border-box;\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      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography System (Large Types) *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      margin-top: 0;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n      font-weight: 800;\n    }\n\n    .product-detail-container .hero-title {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container .section-title {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n    }\n\n    .product-detail-container .faq-question {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      max-width: 100%;\n    }\n\n    .placeholder-img {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 700;\n      font-size: 18px;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Non-clickable Visual Badges *\/\n    .product-detail-container .badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 8px 16px;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-weight: 700;\n      border-radius: var(--radius-sm);\n      text-transform: uppercase;\n      font-size: 16px;\n      letter-spacing: 0.05em;\n      margin-bottom: 1rem;\n    }\n\n    \/* Spacing \u0026 Layout *\/\n    .product-detail-container .section-spacing {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n\n    .social-proof {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    \/* Features Layout (Mobile Locking + Z-Pattern) *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specifications Table *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 16px 20px;\n      text-align: left;\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background-color: rgba(0,0,0,0.03);\n      color: var(--text-main);\n      font-weight: 700;\n      border-bottom: 2px solid var(--border-color);\n    }\n\n    .specs-table td {\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      margin-top: 2rem;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\n    \/* Desktop Enhancements (Z-Pattern \u0026 Tables) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: clamp(3rem, 5vw, 5rem);\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      \n      .specs-table tr:hover {\n        background-color: rgba(0,0,0,0.02);\n      }\n    }\n\n    \/* Mobile Table Overrides (CRITICAL: No horizontal scroll) *\/\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 default headers *\/\n      }\n      \n      .specs-table tr {\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem 1rem;\n      }\n      \n      .specs-table td {\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start;\n        padding: 12px 0;\n        gap: 4px;\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        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"badge\"\u003eIndustrial Grade\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eWeld-Like Strength in a Bottle. Repair Anything, Anywhere.\u003c\/h1\u003e\n\n\u003cp\u003eEffortlessly fix cracks, leaks, and breaks with our heavy-duty metal repair paste. A permanent, waterproof bond that outperforms traditional welding.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan style=\"color: var(--primary);\"\u003e★★★★★\u003c\/span\u003e Trusted by Professional Mechanics \u0026amp; DIYers\u003c\/div\u003e\n\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314112910\/f75aa024d9721bf42d622d7610a5f242.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list 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\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314112910\/e07d6ac92e854ab9e4eed688c1cd664c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge\"\u003e100% Waterproof\u003c\/div\u003e\n\n\u003ch2 class=\"section-title\"\u003eIron-Clad Bonding \u0026amp; Leak Prevention\u003c\/h2\u003e\n\n\u003cp\u003eOur sealant penetrates deep into joints and cracks to form a heavy-duty, waterproof protective coating. Whether it's a cracked pipe or a broken tool, the bond solidifies fully in 24-48 hours and grows incredibly stronger over time.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314112910\/0a23afb99e9ed1ce07f9a3f8617373e2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge\"\u003eWeatherproof\u003c\/div\u003e\n\n\u003ch2 class=\"section-title\"\u003eExtreme Temperature Resistance\u003c\/h2\u003e\n\n\u003cp\u003eEngineered to survive the harshest environments. This heavy-duty weld glue will not sag or drip under scorching summer heat, nor will it crack or flake during freezing winter chills. Perfect for outdoor and high-friction engine repairs.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314112910\/34bef53fd76f9370cf7f4022ef06841e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge\"\u003eDIY Friendly\u003c\/div\u003e\n\n\u003ch2 class=\"section-title\"\u003eEffortless Brush-On Application\u003c\/h2\u003e\n\n\u003cp\u003eNo welding torch required. Simply push out the appropriate amount, mix evenly, and brush the paste onto metal, tiles, or cement. Wait for it to penetrate the base layer, apply additional coats, and allow complete solidification before use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314112910\/af6f409c803bc78c579700f125455610.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge\"\u003eUltimate Versatility\u003c\/div\u003e\n\n\u003ch2 class=\"section-title\"\u003eOne Solution for Multiple Materials\u003c\/h2\u003e\n\n\u003cp\u003eThis two-part magic welding glue isn't just for metal. It acts as a flawless casting defect filler and an unbreakable adhesive for wood, ceramic, glass, floor tiles, and machinery. The only repair paste you need in your toolbox.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Format) --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center;\"\u003eIndustrial specs designed for real-world heavy-duty applications.\u003c\/p\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\"\u003eNet Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e100g (3.5 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTemperature Resistance\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e-60°C to 150°C (-76°F to 302°F)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFull Curing Time\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e24 - 48 Hours\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eShelf Life\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e24 Months\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eCompatible Materials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMetal, Wood, Ceramic, Glass, Cement, Tiles\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eApplication Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMix and Brush \/ Spatula applied\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=\"section-spacing\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow long does it take for the glue to fully dry?\u003c\/h3\u003e\n\n\u003cp\u003eWhile the surface may appear dry within a few minutes to an hour, we strongly recommend waiting a full 24 to 48 hours before applying stress or exposing it to water. This ensures maximum bonding strength and complete waterproofing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eCan I use this on pressurized water pipes?\u003c\/h3\u003e\n\n\u003cp\u003eYes. Once completely cured, the sealant forms an incredibly dense, heavy-duty waterproof barrier. It is ideal for sealing leaks in pipes and plumbing fixtures, outperforming standard silicone sealants.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eIs it safe to use outdoors in winter?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. The cured paste is engineered to withstand extreme temperatures ranging from -60°C to 150°C (-76°F to 302°F). It will not shrink, flake, or crack during harsh, freezing weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🛠️ 1-Pack (Standard Fix)","offer_id":45292183978175,"sku":"0316-17531475","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Save 15% - Most Popular)","offer_id":45292184010943,"sku":"0316-17536049","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏆 3-Pack (Save 20% - Best Value)","offer_id":45292184043711,"sku":"0316-17535843","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/f75aa024d9721bf42d622d7610a5f242.jpg?v=1773459118","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/heavy-duty-metal-repair-paste","provider":"Bak","version":"1.0","type":"link"}