{"product_id":"waterproof-caulk-paste-joint-filler","title":"Waterproof Caulk Paste Joint Filler,150ml Sealant for Bathroom, Kitchen, with Masking Tape and Scraper","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003e防水填缝膏 · MXT Joint Filler\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* ===== 全局重置 ===== *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            background: #f2f6fa;\n            padding: 30px 20px;\n        }\n\n        .product-page {\n            max-width: 1100px;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 24px;\n            padding: 48px 44px;\n            box-shadow: 0 8px 40px rgba(44, 74, 106, 0.06);\n            border: 1px solid rgba(74, 122, 154, 0.06);\n        }\n\n        \/* ===== 标题区 ===== *\/\n        .product-title {\n            font-size: 32px;\n            font-weight: 800;\n            color: #1a3a52;\n            line-height: 1.3;\n            margin-bottom: 12px;\n            letter-spacing: -0.02em;\n        }\n\n        .product-subtitle {\n            font-size: 18px;\n            color: #4a6a7a;\n            line-height: 1.7;\n            margin-bottom: 28px;\n            border-left: 4px solid #4a7a9a;\n            padding-left: 20px;\n        }\n\n        \/* ===== 主图 ===== *\/\n        .main-image {\n            width: 100%;\n            max-width: 600px;\n            border-radius: 16px;\n            display: block;\n            margin: 0 auto 32px;\n            border: 1px solid #dce6ef;\n            box-shadow: 0 4px 20px rgba(44, 74, 106, 0.06);\n        }\n\n        \/* ===== 卖点网格（6项，改3列） ===== *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 18px;\n            margin-bottom: 32px;\n        }\n\n        .feature-card {\n            background: #f2f6fa;\n            border-radius: 14px;\n            padding: 22px 20px;\n            border: 1px solid #dce6ef;\n            transition: border-color 0.3s, box-shadow 0.3s;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n\n        .feature-card:hover {\n            border-color: #8ab3d0;\n            box-shadow: 0 4px 16px rgba(74, 122, 154, 0.08);\n        }\n\n        .feature-card .icon {\n            font-size: 28px;\n            display: block;\n            margin-bottom: 6px;\n        }\n\n        .feature-card .title {\n            font-size: 16px;\n            font-weight: 700;\n            color: #1a3a52;\n            margin-bottom: 4px;\n            line-height: 1.3;\n        }\n\n        .feature-card .desc {\n            font-size: 14px;\n            line-height: 1.6;\n            color: #4a6a7a;\n            margin: 0 0 8px 0;\n            flex: 1;\n        }\n\n        .feature-card .card-img {\n            width: 100%;\n            border-radius: 10px;\n            display: block;\n            border: 1px solid #dce6ef;\n            margin-top: 4px;\n        }\n\n        \/* ===== 响应式：3列改2列\/1列 ===== *\/\n        @media (max-width: 1024px) {\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 600px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        \/* ===== CTA 按钮 ===== *\/\n        .cta-section {\n            text-align: center;\n            margin-top: 32px;\n            padding-top: 28px;\n            border-top: 2px solid #dce6ef;\n        }\n\n        .btn-primary {\n            display: inline-block;\n            background: #2c4a6a;\n            color: #ffffff;\n            font-size: 18px;\n            font-weight: 700;\n            padding: 16px 48px;\n            border-radius: 50px;\n            text-decoration: none;\n            letter-spacing: 0.03em;\n            transition: background 0.3s, transform 0.2s;\n            border: none;\n            cursor: pointer;\n        }\n\n        .btn-primary:hover {\n            background: #1a3a52;\n            transform: scale(1.02);\n        }\n\n        .btn-primary:active {\n            transform: scale(0.97);\n        }\n\n        \/* ===== FAQ ===== *\/\n        .faq-section {\n            margin-top: 40px;\n            padding-top: 32px;\n            border-top: 2px solid #dce6ef;\n        }\n\n        .faq-title {\n            font-size: 26px;\n            font-weight: 700;\n            color: #1a3a52;\n            border-left: 6px solid #4a7a9a;\n            padding-left: 16px;\n            margin-bottom: 24px;\n        }\n\n        .faq-item {\n            background: #f2f6fa;\n            border-radius: 8px;\n            margin-bottom: 12px;\n            overflow: hidden;\n            border: 1px solid #dce6ef;\n            transition: border-color 0.3s;\n        }\n\n        .faq-item:hover {\n            border-color: #8ab3d0;\n        }\n\n        .faq-item details summary {\n            padding: 18px 22px;\n            font-size: 16px;\n            color: #1a3a52;\n            font-weight: 600;\n            cursor: pointer;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background 0.2s;\n        }\n\n        .faq-item details summary:hover {\n            background: #e8eff5;\n        }\n\n        .faq-item details summary::after {\n            content: \"▼\";\n            color: #4a7a9a;\n            font-size: 13px;\n            transition: transform 0.3s;\n        }\n\n        .faq-item details[open] summary::after {\n            transform: rotate(180deg);\n        }\n\n        .faq-item .faq-content {\n            padding: 0 22px 20px;\n            border-top: 1px solid #dce6ef;\n        }\n\n        .faq-item .faq-content .answer {\n            font-size: 14px;\n            color: #4a6a7a;\n            line-height: 1.7;\n            margin: 0;\n        }\n\n        \/* ===== 响应式 ===== *\/\n        @media (max-width: 768px) {\n            .product-page {\n                padding: 28px 20px;\n                border-radius: 18px;\n            }\n\n            .product-title {\n                font-size: 26px;\n            }\n\n            .product-subtitle {\n                font-size: 16px;\n                padding-left: 14px;\n            }\n\n            .main-image {\n                max-width: 100%;\n            }\n\n            .faq-title {\n                font-size: 22px;\n            }\n\n            .faq-item details summary {\n                font-size: 15px;\n                padding: 14px 16px;\n            }\n\n            .btn-primary {\n                font-size: 16px;\n                padding: 14px 32px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .product-page {\n                padding: 20px 14px;\n                border-radius: 14px;\n            }\n\n            .product-title {\n                font-size: 22px;\n            }\n\n            .product-subtitle {\n                font-size: 14px;\n            }\n\n            .feature-card {\n                padding: 18px 16px;\n            }\n\n            .feature-card .title {\n                font-size: 15px;\n            }\n\n            .feature-card .desc {\n                font-size: 13px;\n            }\n\n            .faq-title {\n                font-size: 19px;\n            }\n\n            .faq-item details summary {\n                font-size: 14px;\n                padding: 12px 14px;\n            }\n\n            .faq-item .faq-content .answer {\n                font-size: 13px;\n            }\n\n            .btn-primary {\n                font-size: 14px;\n                padding: 12px 24px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-page\"\u003e\n\n        \u003c!-- ===== 标题 ===== --\u003e\n        \u003ch1 class=\"product-title\"\u003eWaterproof Gap Repair Paste for Kitchen \u0026amp; Bathroom\u003c\/h1\u003e\n        \u003cp class=\"product-subtitle\"\u003eSolve mold \u0026amp; leakage once for all — This waterproof gap filler paste is designed for renovating all seams in kitchens and bathrooms. It features easy DIY operation, waterproof, anti-mold and temperature crack-resistant properties, and resists yellowing and blackening long-term. It quickly fixes moldy and leaking gaps to keep spaces clean for years.\u003c\/p\u003e\n\n        \u003c!-- ===== 主图 ===== --\u003e\n        \u003cimg class=\"main-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/14.gif?v=1786676664\" alt=\"Waterproof Gap Repair Paste\" loading=\"lazy\"\u003e\n\n        \u003c!-- ===== 6个核心卖点网格 ===== --\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n\n            \u003c!-- 卖点1 --\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"icon\"\u003e🌡️\u003c\/span\u003e\n                \u003cdiv class=\"title\"\u003eTemperature \u0026amp; Corrosion Resistant\u003c\/div\u003e\n                \u003cp class=\"desc\"\u003eAdapts to extreme temperatures and stays flexible without peeling. Neutral non-corrosive formula protects tiles, ceramics and metal.\u003c\/p\u003e\n                \u003cimg class=\"card-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/2_4491979a-54f5-41d3-b010-ff43c1ccd77c.png?v=1786613893\" alt=\"Temperature Resistant\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 卖点2 --\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"icon\"\u003e💧\u003c\/span\u003e\n                \u003cdiv class=\"title\"\u003eLong-Lasting Waterproof \u0026amp; Anti-Mold\u003c\/div\u003e\n                \u003cp class=\"desc\"\u003eBlocks moisture thoroughly and stops mold growth. Keeps sealed seams bright and clean without dull stains.\u003c\/p\u003e\n                \u003cimg class=\"card-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/11.gif?v=1786677069\" alt=\"Waterproof Anti-Mold\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 卖点3 --\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003e\n                \u003cdiv class=\"title\"\u003eMulti-Scenario Application\u003c\/div\u003e\n                \u003cp class=\"desc\"\u003ePerfect for toilet bases, sink rims, floor drains, tile seams, windows and pipes. Covers all kitchen and bathroom repair needs.\u003c\/p\u003e\n                \u003cimg class=\"card-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/5_ee0b49aa-3e5f-431f-9773-e71391803364.png?v=1786613894\" alt=\"Multi-Scenario\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 卖点4 --\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"icon\"\u003e🔧\u003c\/span\u003e\n                \u003cdiv class=\"title\"\u003eTool-Free DIY\u003c\/div\u003e\n                \u003cp class=\"desc\"\u003eSqueeze tube design, no caulking gun needed. Compact 150ml tube with masking tape and scraper included.\u003c\/p\u003e\n                \u003cimg class=\"card-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/4_8d38bcdd-be0c-4b12-91bc-a1cb12e2af29.png?v=1786614004\" alt=\"Tool-Free DIY\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 卖点5 --\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"icon\"\u003e✨\u003c\/span\u003e\n                \u003cdiv class=\"title\"\u003eAnti-Yellowing \u0026amp; Anti-Staining\u003c\/div\u003e\n                \u003cp class=\"desc\"\u003eSpecial formula avoids yellowing and blackening under damp conditions, keeping seams bright and clean.\u003c\/p\u003e\n                \u003cimg class=\"card-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/3_0624172a-0373-4eae-8b5c-f26a37965d8c.png?v=1786613894\" alt=\"Anti-Yellowing\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- 卖点6 --\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003e\n                \u003cdiv class=\"title\"\u003ePrecision Nozzle Design\u003c\/div\u003e\n                \u003cp class=\"desc\"\u003eSlim pointed nozzle reaches tiny tight gaps, extruding paste evenly without overflow for thorough sealing.\u003c\/p\u003e\n                \u003cimg class=\"card-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/1_72e50cb5-60f9-455a-9f99-e2355dfa91bf.png?v=1786613893\" alt=\"Precision Nozzle\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- ===== 额外功能模块（Powerful Renovation） ===== --\u003e\n        \u003cdiv style=\"background: #f2f6fa; border-radius: 16px; padding: 28px 24px; border: 1px solid #dce6ef; margin-bottom: 32px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap;\"\u003e\n            \u003cdiv style=\"flex: 1; min-width: 200px;\"\u003e\n                \u003ch3 style=\"font-size: 20px; font-weight: 700; color: #1a3a52; margin-bottom: 6px;\"\u003ePowerful Renovation \u0026amp; Extra Long Service Life\u003c\/h3\u003e\n                \u003cp style=\"font-size: 15px; line-height: 1.7; color: #4a6a7a; margin: 0;\"\u003eIt fully covers moldy, leaking old gaps and forms a dense smooth waterproof layer after curing, blocking dirt and water stains for long-lasting reliable sealing effect.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"flex: 0 0 260px; max-width: 100%;\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/1_3dd8c50d-b9f4-4786-8b38-aca119621b36.gif?v=1786677595\" alt=\"Powerful Renovation\" style=\"width:100%; border-radius:12px; display:block; border:1px solid #dce6ef;\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ===== FAQ ===== --\u003e\n        \u003cdiv class=\"faq-section\"\u003e\n            \u003ch3 class=\"faq-title\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdetails\u003e\n                    \u003csummary\u003eDoes this gap filler need a caulking gun to apply?\u003c\/summary\u003e\n                    \u003cdiv class=\"faq-content\"\u003e\n                        \u003cp class=\"answer\"\u003eNo caulking gun is needed at all. It features an easy-squeeze hose design with a built-in slim precision nozzle. Simply squeeze the tube to extrude paste directly, super friendly for DIY beginners with no extra tools required.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdetails\u003e\n                    \u003csummary\u003eWhere can this waterproof repair paste be used?\u003c\/summary\u003e\n                    \u003cdiv class=\"faq-content\"\u003e\n                        \u003cp class=\"answer\"\u003eIt works perfectly for all kitchen and bathroom seams, including toilet bases, sink rims, floor drains, tile gaps, window frames and pipe joints. It solves mold, dark stains and water leakage issues in one single application.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdetails\u003e\n                    \u003csummary\u003eWill the sealed seams turn yellow or grow black mold over time?\u003c\/summary\u003e\n                    \u003cdiv class=\"faq-content\"\u003e\n                        \u003cp class=\"answer\"\u003eFormulated with exclusive anti-yellowing ingredients. It resists discoloration and mold growth even in long-term humid bathroom environments, keeping your sealed gaps clean and bright for years.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdetails\u003e\n                    \u003csummary\u003eWill this paste corrode or damage tiles, ceramics and metal hardware?\u003c\/summary\u003e\n                    \u003cdiv class=\"faq-content\"\u003e\n                        \u003cp class=\"answer\"\u003eThis is a neutral non-corrosive compound. It is completely safe to use on tiles, ceramic, stainless steel fittings, marble and glass without scratching or damaging your home surfaces.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdetails\u003e\n                    \u003csummary\u003eWill the cured filler crack under extreme hot or cold temperatures?\u003c\/summary\u003e\n                    \u003cdiv class=\"faq-content\"\u003e\n                        \u003cp class=\"answer\"\u003eOnce fully cured, the filler stays flexible and elastic. It withstands drastic temperature shifts without cracking, melting or peeling off for long-lasting sealing performance.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq-item\"\u003e\n                \u003cdetails\u003e\n                    \u003csummary\u003eIs leftover filler easy to clean after construction?\u003c\/summary\u003e\n                    \u003cdiv class=\"faq-content\"\u003e\n                        \u003cp class=\"answer\"\u003eMasking tape and smoothing scraper are included for neat construction. Uncured paste rinses away quickly under running water, while the smooth cured surface can be wiped clean effortlessly during daily cleaning.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ===== CTA ===== --\u003e\n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ca href=\"#\" class=\"btn-primary\"\u003e🛒 Shop Now — Get Yours Today\u003c\/a\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"My Store","offers":[{"title":"Buy 2","offer_id":46374571835489,"sku":"ARC-21KT9M7-AB","price":38.98,"currency_code":"USD","in_stock":true},{"title":"Buy 3","offer_id":46374571868257,"sku":"ARC-21KT9M7-AC","price":48.98,"currency_code":"USD","in_stock":true},{"title":"Buy 1","offer_id":46374571901025,"sku":"ARC-21KT9M7-AD","price":26.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/14.gif?v=1786676664","url":"https:\/\/pdkzfw.shop\/products\/waterproof-caulk-paste-joint-filler","provider":"My Store","version":"1.0","type":"link"}