{"product_id":"instant-metal-repair-putty","title":"Instant Metal Repair Putty","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Heavy-Duty Industrial Repair Epoxy Putty\nTarget Audience: DIYers, mechanics, homeowners, plumbers, hands-on professionals\nVisual Style: Industrial, robust, trustworthy, high-contrast\nColor Strategy: Deep Navy (--primary) for trust \u0026 strength, Bold Red (--accent) for urgency\/fast repair, Steel Gray (--bg-card) for metallic feel.\nShape Strategy: Radius 8px (Hard edges, structural, industrial but not dangerously sharp)\nTypography Strategy: Large Type (H1 34-44px), Mobile-first readable, sans-serif bold for impact.\nMobile Table Strategy: Card-based (No horizontal scroll, Flex row for data labels).\nImage Mapping: Hero=image_1, Features=image_2, image_3, image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* === 1) Design System \u0026 Variables === *\/\n        :root, .product-detail-container {\n            --primary: #0f172a;       \/* Deep slate\/navy for industrial strength *\/\n            --primary-light: #1e293b;\n            --accent: #dc2626;        \/* Alert\/Action Red *\/\n            --bg-body: #ffffff;\n            --bg-card: #f8fafc;       \/* Clean steel grey *\/\n            --text-main: #0f172a;\n            --text-sub: #475569;\n            --border-color: #cbd5e1;\n            \n            \/* Shape Strategy: Industrial\/Male-skewed -\u003e 6-10px *\/\n            --radius-md: 6px;\n            --radius-lg: 10px;\n            \n            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n            --spacing-section: clamp(2.5rem, 6vw, 5rem);\n            --spacing-element: clamp(1.2rem, 3vw, 2.5rem);\n        }\n\n        \/* === 0) Typography \u0026 Global Rules === *\/\n        .product-detail-container {\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-color: var(--bg-body);\n            box-sizing: border-box;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            line-height: 1.7;\n            font-size: clamp(18px, 2vw, 20px);\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: border-box;\n        }\n\n        .product-detail-container h1, \n        .product-detail-container h2, \n        .product-detail-container h3 {\n            margin: 0 0 1rem 0;\n            color: var(--primary);\n            line-height: 1.2;\n            font-weight: 800;\n        }\n\n        .product-detail-container h1 { font-size: clamp(34px, 5vw, 44px); text-transform: uppercase; letter-spacing: -0.5px; }\n        .product-detail-container h2 { font-size: clamp(26px, 4vw, 34px); }\n        .product-detail-container h3 { font-size: clamp(20px, 3vw, 24px); }\n        .product-detail-container p { margin: 0 0 1rem 0; color: var(--text-sub); }\n\n        \/* === 2) Image Protocol (Anti-distortion) === *\/\n        .product-detail-container img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-md);\n        }\n\n        \/* Placeholder styles for visual editing *\/\n        .img-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            background-color: #e2e8f0;\n            border: 2px dashed #94a3b8;\n            border-radius: var(--radius-md);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #64748b;\n            font-weight: bold;\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 2rem;\n        }\n\n        \/* Visual Badges (Non-clickable) *\/\n        .badge-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-bottom: var(--spacing-element);\n        }\n        .visual-badge {\n            background-color: var(--bg-card);\n            color: var(--primary);\n            padding: 8px 16px;\n            border-radius: 50px;\n            font-size: clamp(16px, 1.5vw, 18px);\n            font-weight: 700;\n            border: 1px solid var(--border-color);\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .visual-badge.highlight {\n            background-color: var(--accent);\n            color: white;\n            border-color: var(--accent);\n        }\n\n        \/* === Section Specifics === *\/\n        .section-wrapper {\n            margin-bottom: var(--spacing-section);\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n            margin-top: 2rem;\n        }\n        .hero-section .social-proof {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--accent);\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .hero-image-wrapper {\n            margin-top: var(--spacing-element);\n            box-shadow: var(--shadow-lg);\n            border-radius: var(--radius-md);\n            overflow: hidden;\n        }\n\n        \/* === 3) Mobile Ordering Lock (Feature Items) === *\/\n        .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: var(--spacing-section);\n        }\n\n        .feature-item {\n            display: flex;\n            flex-direction: column; \/* MOBILE FIRST: Force column, image top, text bottom *\/\n            gap: var(--spacing-element);\n            background: var(--bg-body);\n        }\n\n        .feature-media {\n            width: 100%;\n        }\n\n        .feature-copy {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        \/* Desktop Z-Pattern Enhancement *\/\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row;\n                align-items: center;\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media { width: 50%; }\n            .feature-copy { width: 50%; padding: 0 5%; }\n        }\n\n        \/* === 4) Specs Table (Mobile Card Strategy) === *\/\n        .specs-section {\n            background-color: var(--bg-card);\n            padding: var(--spacing-element);\n            border-radius: var(--radius-lg);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 1rem;\n        }\n\n        .specs-table th, .specs-table td {\n            padding: 16px;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n            font-size: clamp(16px, 2vw, 18px);\n        }\n\n        .specs-table th {\n            background-color: var(--primary-light);\n            color: white;\n            font-weight: 700;\n        }\n\n        @media (max-width: 767px) {\n            \/* Force Card Layout on Mobile *\/\n            .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .specs-table thead {\n                display: none; \/* Hide native headers *\/\n            }\n            .specs-table tr {\n                background: white;\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                overflow: hidden;\n                box-shadow: var(--shadow-sm);\n            }\n            .specs-table td {\n                display: flex;\n                flex-direction: column;\n                border-bottom: 1px solid #e2e8f0;\n                padding: 12px 16px;\n            }\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n            \/* Insert data label as \"header\" for each cell *\/\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--primary);\n                margin-bottom: 4px;\n                font-size: 16px;\n                text-transform: uppercase;\n            }\n        }\n\n        \/* === FAQ Section === *\/\n        .faq-section {\n            background-color: var(--bg-body);\n        }\n        .faq-item {\n            border-bottom: 2px solid var(--bg-card);\n            padding: 1.5rem 0;\n        }\n        .faq-item h3 {\n            margin-bottom: 0.5rem;\n            color: var(--primary);\n        }\n        .faq-item p {\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- 1. HERO SECTION --\u003e\n\u003cdiv class=\"section-wrapper hero-section\"\u003e\n\u003cdiv class=\"social-proof\"\u003e★ ★ ★ ★ ★ Trusted by Professionals \u0026amp; DIYers\u003c\/div\u003e\n\n\u003ch1\u003eIndustrial-Grade Metal Epoxy Putty\u003c\/h1\u003e\n\n\u003ch2\u003eMoldable by Hand, Sets Hard as Steel in Minutes.\u003c\/h2\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"visual-badge highlight\"\u003e⏱️ Fast Repair\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🔨 Drill \u0026amp; Sand\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e💧 Waterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409104444\/bf1525ff5bc30b9367468342c8cd1040.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\u003c\/div\u003e\n\n\u003cdiv class=\"section-wrapper feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409104444\/bba001fff7468234f40f556d61a145ea.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-copy\"\u003e\n\u003ch2\u003eKnead, Apply, Fix — Fast\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to complex mixing ratios and messy liquid epoxies. This moldable two-part putty mixes easily by hand and sets rock-hard in minutes.\u003c\/p\u003e\n\n\u003cp\u003eInstantly bonds and fills gaps in PVC, ABS, steel, copper, wood, and glass, saving you time and expensive replacement costs.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409104444\/dc47777f1e6ca29d5a141dc46fad84e8.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-copy\"\u003e\n\u003ch2\u003eHandles Extreme Temperatures\u003c\/h2\u003e\n\n\u003cp\u003eEngineered to survive where ordinary glues fail. Our heavy-duty formula remains structurally sound from deep-freeze winters (\u003cstrong\u003e-45 °C \/ -49 °F\u003c\/strong\u003e) to scorching engine heat (\u003cstrong\u003e+160 °C \/ +320 °F\u003c\/strong\u003e).\u003c\/p\u003e\n\n\u003cp\u003ePerfect for demanding repairs in outdoor gear, automotive components, and exposed home plumbing.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409104444\/c2bc9a5d1d153bd345b1abaf935557f0.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-copy\"\u003e\n\u003ch2\u003eWaterproof \u0026amp; Machinable Finish\u003c\/h2\u003e\n\n\u003cp\u003eForms a 100% waterproof, chemical-resistant seal that won't shrink or rust. It’s not just a patch; it’s a permanent structural fix.\u003c\/p\u003e\n\n\u003cp\u003eOnce fully cured, it can be seamlessly \u003cstrong\u003edrilled, tapped, sanded, or painted\u003c\/strong\u003e to match the surrounding surface. Ideal for fuel tanks, marine equipment, and stripped threads.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"section-wrapper specs-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\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\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=\"Net Weight\"\u003eNet Weight\u003c\/td\u003e\n\t\t\t\u003ctd\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=\"Cure Time\"\u003eCure Time\u003c\/td\u003e\n\t\t\t\u003ctd\u003e30 mins workable \/ 24 hrs full strength\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Temperature Range\"\u003eTemperature Range\u003c\/td\u003e\n\t\t\t\u003ctd\u003e-45 °C to +160 °C (-49 °F to +320 °F)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatible Materials\"\u003eCompatible Materials\u003c\/td\u003e\n\t\t\t\u003ctd\u003eMetal, Ceramic, Wood, Stone, PVC, ABS, PC, PPR\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Post-Cure Workability\"\u003ePost-Cure Workability\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCan be drilled, tapped, sanded, and painted\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Shelf Life\"\u003eShelf Life\u003c\/td\u003e\n\t\t\t\u003ctd\u003e24 Months\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 4. FAQ SECTION --\u003e\n\n\u003cdiv class=\"section-wrapper faq-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan I sand or paint over it once it dries?\u003c\/h3\u003e\n\n\u003cp\u003eYes. Once the putty reaches its full cure (24 hours), it becomes hard as steel. You can safely sand it smooth, drill into it, tap screw threads, and paint over it to match your item seamlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill it hold up for plumbing leaks or under high heat?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. It creates a 100% waterproof seal that resists most chemicals, making it ideal for plumbing and marine repairs. It also withstands extreme temperatures up to +160°C (+320°F), perfect for engine bays or hot pipes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow much time do I have to shape it before it hardens?\u003c\/h3\u003e\n\n\u003cp\u003eAfter kneading until the color is uniform, you have a workable window of about 30 minutes to press it into gaps or shape it around pipes before it begins to set rock-hard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"White \/ 1 Tube (100g)","offer_id":51508356907298,"sku":"0410-15233273","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 1 Tube (100g)","offer_id":51508356940066,"sku":"0410-15232636","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1 Tube (100g)","offer_id":51508356972834,"sku":"0410-15232653","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 2 Tubes (200g Total) - Save 20%","offer_id":51508357005602,"sku":"0410-15231351","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2 Tubes (200g Total) - Save 20%","offer_id":51508357038370,"sku":"0410-15235295","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2 Tubes (200g Total) - Save 20%","offer_id":51508357071138,"sku":"0410-15236882","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 4 Tubes (400g Total) - Best Value","offer_id":51508357103906,"sku":"0410-15239228","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 4 Tubes (400g Total) - Best Value","offer_id":51508357136674,"sku":"0410-15235511","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4 Tubes (400g Total) - Best Value","offer_id":51508357169442,"sku":"0410-15233720","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0942\/8002\/files\/eb96f1e0e280fb71918e05021d4ef977.jpg?v=1775806053","url":"https:\/\/newshopllox.com\/products\/instant-metal-repair-putty","provider":"Newshopllox","version":"1.0","type":"link"}