{"product_id":"gap-filler-foam-spray-waterproof-crack-leak-sealant","title":"Gap Filler Foam Spray | Waterproof Crack \u0026 Leak Sealant","description":"\u003cstyle\u003e\n  .gf-product-page {\n    max-width: 820px;\n    margin: 0 auto;\n    color: #1f2937;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .gf-product-page * {\n    box-sizing: border-box;\n  }\n\n  .gf-product-page h2,\n  .gf-product-page h3,\n  .gf-product-page p {\n    margin-top: 0;\n  }\n\n  .gf-product-page h2 {\n    margin-bottom: 12px;\n    color: #15261d;\n    font-size: 26px;\n    line-height: 1.3;\n  }\n\n  .gf-product-page h3 {\n    margin-bottom: 8px;\n    color: #173f28;\n    font-size: 19px;\n    line-height: 1.4;\n  }\n\n  .gf-product-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 20px 0;\n    border-radius: 14px;\n  }\n\n  .gf-hero {\n    padding: 28px 20px;\n    border: 1px solid #dce9df;\n    border-radius: 18px;\n    background: linear-gradient(135deg, #f1fff5 0%, #ffffff 100%);\n    text-align: center;\n  }\n\n  .gf-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 6px 13px;\n    border-radius: 50px;\n    background: #dff7e6;\n    color: #176b37;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n  }\n\n  .gf-hero h1 {\n    margin: 0 0 12px;\n    color: #102d1c;\n    font-size: 32px;\n    line-height: 1.2;\n  }\n\n  .gf-hero p {\n    margin: 0;\n    color: #4b6355;\n    font-size: 17px;\n  }\n\n  .gf-section {\n    margin-top: 26px;\n    padding: 24px 20px;\n    border: 1px solid #e6e9e7;\n    border-radius: 16px;\n    background: #ffffff;\n  }\n\n  .gf-soft-section {\n    background: #f7fbf8;\n  }\n\n  .gf-problem-section {\n    border-color: #ffe0d1;\n    background: #fff8f4;\n  }\n\n  .gf-problem-section h2 {\n    color: #7c2d12;\n  }\n\n  .gf-intro {\n    color: #405048;\n    font-size: 17px;\n  }\n\n  .gf-list {\n    display: grid;\n    gap: 10px;\n    margin: 16px 0 0;\n  }\n\n  .gf-list-item {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n\n  .gf-list-icon {\n    flex: 0 0 auto;\n  }\n\n  .gf-highlight {\n    margin-top: 18px;\n    padding: 14px 16px;\n    border-left: 4px solid #238c4b;\n    border-radius: 8px;\n    background: #eaf8ee;\n    color: #174f2b;\n    font-weight: 700;\n  }\n\n  .gf-process {\n    margin-top: 18px;\n    padding: 15px;\n    border-radius: 12px;\n    background: #153e27;\n    color: #ffffff;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .gf-benefits {\n    display: grid;\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .gf-benefit-card {\n    padding: 18px;\n    border: 1px solid #dfe9e2;\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .gf-benefit-card p {\n    margin-bottom: 10px;\n    color: #536059;\n  }\n\n  .gf-checks {\n    display: grid;\n    gap: 6px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gf-checks li::before {\n    content: \"✓\";\n    margin-right: 8px;\n    color: #168142;\n    font-weight: 900;\n  }\n\n  .gf-use-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .gf-use-item {\n    padding: 13px;\n    border: 1px solid #dfe8e1;\n    border-radius: 10px;\n    background: #ffffff;\n    font-weight: 650;\n  }\n\n  .gf-steps {\n    display: grid;\n    gap: 13px;\n    margin-top: 18px;\n    counter-reset: gf-step;\n  }\n\n  .gf-step {\n    display: flex;\n    gap: 12px;\n    align-items: center;\n    padding: 13px;\n    border-radius: 12px;\n    background: #f4f7f5;\n  }\n\n  .gf-step::before {\n    counter-increment: gf-step;\n    content: counter(gf-step);\n    display: grid;\n    flex: 0 0 34px;\n    width: 34px;\n    height: 34px;\n    place-items: center;\n    border-radius: 50%;\n    background: #1d7840;\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .gf-details {\n    width: 100%;\n    margin-top: 16px;\n    border-collapse: collapse;\n  }\n\n  .gf-details td {\n    padding: 12px 10px;\n    border-bottom: 1px solid #e8ece9;\n    vertical-align: top;\n  }\n\n  .gf-details td:first-child {\n    width: 35%;\n    color: #173f28;\n    font-weight: 750;\n  }\n\n  .gf-review {\n    margin-top: 12px;\n    padding: 15px;\n    border-radius: 12px;\n    background: #f7f7f7;\n    color: #37443d;\n    font-style: italic;\n  }\n\n  .gf-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .gf-trust-item {\n    padding: 14px 10px;\n    border: 1px solid #dce7df;\n    border-radius: 12px;\n    background: #f7fbf8;\n    text-align: center;\n    font-weight: 750;\n  }\n\n  .gf-warning {\n    margin-top: 18px;\n    padding: 14px;\n    border: 1px solid #f4d59c;\n    border-radius: 10px;\n    background: #fff9ed;\n    color: #704b0e;\n    font-size: 14px;\n  }\n\n  .gf-cta {\n    margin-top: 26px;\n    padding: 28px 20px;\n    border-radius: 18px;\n    background: linear-gradient(135deg, #153e27, #238c4b);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .gf-cta h2 {\n    color: #ffffff;\n  }\n\n  .gf-cta p {\n    margin-bottom: 18px;\n    color: #edf9f1;\n  }\n\n  .gf-cta-button {\n    display: inline-block;\n    padding: 13px 22px;\n    border-radius: 50px;\n    background: #ffffff;\n    color: #145b30;\n    font-weight: 850;\n    text-decoration: none;\n  }\n\n  @media screen and (max-width: 600px) {\n    .gf-product-page {\n      font-size: 15px;\n    }\n\n    .gf-hero h1 {\n      font-size: 27px;\n    }\n\n    .gf-product-page h2 {\n      font-size: 22px;\n    }\n\n    .gf-section {\n      padding: 20px 16px;\n    }\n\n    .gf-use-grid,\n    .gf-trust-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"gf-product-page\"\u003e\n\n  \u003cdiv class=\"gf-hero\"\u003e\n    \u003cspan class=\"gf-eyebrow\"\u003eEasy DIY Home Repair\u003c\/span\u003e\n    \u003ch1\u003e🏠 Gap Filler Expanding Foam Spray\u003c\/h1\u003e\n    \u003cp\u003eFill cracks, seal unwanted gaps and improve insulation—without complicated tools or expensive repair work.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3354\/2246\/files\/2_1c3ccbaa-c2af-4ab4-aa78-457f252ee8a0.png?v=1784196889\" alt=\"Gap Filler Expanding Foam Spray\" loading=\"lazy\"\u003e\n\n  \u003cdiv class=\"gf-section gf-problem-section\"\u003e\n    \u003ch2\u003e😩 Tired of These Problems at Home?\u003c\/h2\u003e\n\n    \u003cdiv class=\"gf-list\"\u003e\n      \u003cdiv class=\"gf-list-item\"\u003e\n\u003cspan class=\"gf-list-icon\"\u003e🐜\u003c\/span\u003e\u003cspan\u003eDoor and window gaps allowing dust and insects inside\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"gf-list-item\"\u003e\n\u003cspan class=\"gf-list-icon\"\u003e💧\u003c\/span\u003e\u003cspan\u003eCracks and openings around walls, pipes or fittings\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"gf-list-item\"\u003e\n\u003cspan class=\"gf-list-icon\"\u003e💸\u003c\/span\u003e\u003cspan\u003eCool air escaping through gaps around AC pipes\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"gf-list-item\"\u003e\n\u003cspan class=\"gf-list-icon\"\u003e🧱\u003c\/span\u003e\u003cspan\u003eLoose joints and holes making your space look unfinished\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gf-highlight\"\u003e\n      Small gaps can grow into expensive repair problems. Seal them before they get worse.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gf-section gf-soft-section\"\u003e\n    \u003ch2\u003e💡 One Spray for Filling, Sealing \u0026amp; Insulation\u003c\/h2\u003e\n\n    \u003cp class=\"gf-intro\"\u003e\n      Expanding PU foam reaches into cracks and uneven openings, expands to fill the available space and sets into a firm layer. It is an easy solution for common sealing and insulation jobs around the home.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gf-process\"\u003e\n      Spray → Expand → Set → Trim\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3354\/2246\/files\/3_c341bb14-ae51-45f1-baac-b6bbf0530d75.png?v=1784196933\" alt=\"Gap filler foam spray applications and benefits\" loading=\"lazy\"\u003e\n\n  \u003cdiv class=\"gf-section\"\u003e\n    \u003ch2\u003e🌟 Why You’ll Love It\u003c\/h2\u003e\n\n    \u003cdiv class=\"gf-benefits\"\u003e\n      \u003cdiv class=\"gf-benefit-card\"\u003e\n        \u003ch3\u003e🧱 1. Expands to Fill Difficult Gaps\u003c\/h3\u003e\n        \u003cp\u003eThe foam expands after application, helping it reach deep, irregular and hard-to-access spaces.\u003c\/p\u003e\n        \u003cul class=\"gf-checks\"\u003e\n          \u003cli\u003eFills cracks, holes and joints\u003c\/li\u003e\n          \u003cli\u003eReaches uneven spaces\u003c\/li\u003e\n          \u003cli\u003eUseful for small and large gaps\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gf-benefit-card\"\u003e\n        \u003ch3\u003e💧 2. Helps Create a Moisture-Resistant Seal\u003c\/h3\u003e\n        \u003cp\u003eOnce properly cured, the foam helps seal openings where moisture, air or dust may enter.\u003c\/p\u003e\n        \u003cul class=\"gf-checks\"\u003e\n          \u003cli\u003eSuitable around pipes and fittings\u003c\/li\u003e\n          \u003cli\u003eHelps block unwanted openings\u003c\/li\u003e\n          \u003cli\u003eDesigned for durable sealing work\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gf-benefit-card\"\u003e\n        \u003ch3\u003e🌡️ 3. Improves Air, Heat \u0026amp; Sound Insulation\u003c\/h3\u003e\n        \u003cp\u003eSealing unwanted gaps can help reduce air leakage and limit outside heat and noise transfer.\u003c\/p\u003e\n        \u003cul class=\"gf-checks\"\u003e\n          \u003cli\u003eHelps retain AC cooling\u003c\/li\u003e\n          \u003cli\u003eReduces drafts around openings\u003c\/li\u003e\n          \u003cli\u003eSupports better insulation\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gf-benefit-card\"\u003e\n        \u003ch3\u003e🔒 4. Firm \u0026amp; Durable After Curing\u003c\/h3\u003e\n        \u003cp\u003eAfter setting, the foam forms a firm filling that can be trimmed and finished as required.\u003c\/p\u003e\n        \u003cul class=\"gf-checks\"\u003e\n          \u003cli\u003eCreates a stable fill\u003c\/li\u003e\n          \u003cli\u003eSuitable for long-term sealing\u003c\/li\u003e\n          \u003cli\u003eExtra foam can be trimmed neatly\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gf-benefit-card\"\u003e\n        \u003ch3\u003e⚡ 5. Simple DIY Application\u003c\/h3\u003e\n        \u003cp\u003eHandle everyday gaps and openings without complicated equipment.\u003c\/p\u003e\n        \u003cul class=\"gf-checks\"\u003e\n          \u003cli\u003eEasy spray application\u003c\/li\u003e\n          \u003cli\u003eNo professional tools required\u003c\/li\u003e\n          \u003cli\u003eSaves time on minor repairs\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3354\/2246\/files\/6_127e5b8c-d241-48a0-aa04-10cbdad171c0.png?v=1784196983\" alt=\"Expanding foam filling household gaps\" loading=\"lazy\"\u003e\n\n  \u003cdiv class=\"gf-section gf-soft-section\"\u003e\n    \u003ch2\u003e🛠️ Where Can You Use It?\u003c\/h2\u003e\n\n    \u003cdiv class=\"gf-use-grid\"\u003e\n      \u003cdiv class=\"gf-use-item\"\u003e🚪 Door and window gaps\u003c\/div\u003e\n      \u003cdiv class=\"gf-use-item\"\u003e🧱 Wall cracks and holes\u003c\/div\u003e\n      \u003cdiv class=\"gf-use-item\"\u003e❄️ Openings around AC pipes\u003c\/div\u003e\n      \u003cdiv class=\"gf-use-item\"\u003e🚿 Gaps around bathroom fittings\u003c\/div\u003e\n      \u003cdiv class=\"gf-use-item\"\u003e🏠 Roof and tile joints\u003c\/div\u003e\n      \u003cdiv class=\"gf-use-item\"\u003e🔌 Electrical fitting gaps\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gf-highlight\"\u003e\n      One practical product for multiple household sealing and filling jobs.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/3354\/2246\/files\/5_69c44072-faa7-4b1a-bd2f-60907caefbce.png?v=1784197007\" alt=\"How to use expanding foam spray\" loading=\"lazy\"\u003e\n\n  \u003cdiv class=\"gf-section\"\u003e\n    \u003ch2\u003e🛁 How to Use\u003c\/h2\u003e\n\n    \u003cdiv class=\"gf-steps\"\u003e\n      \u003cdiv class=\"gf-step\"\u003eClean the application area and remove dust, oil and loose material.\u003c\/div\u003e\n      \u003cdiv class=\"gf-step\"\u003eShake the can thoroughly before use.\u003c\/div\u003e\n      \u003cdiv class=\"gf-step\"\u003eApply the foam carefully inside the gap without completely overfilling it.\u003c\/div\u003e\n      \u003cdiv class=\"gf-step\"\u003eAllow the foam to expand and cure according to the instructions on the can.\u003c\/div\u003e\n      \u003cdiv class=\"gf-step\"\u003eTrim away excess cured foam and finish the surface if required.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gf-warning\"\u003e\n      \u003cstrong\u003eImportant:\u003c\/strong\u003e Wear protective gloves and eye protection. Use in a well-ventilated area. Test on a small area first and always follow the safety directions printed on the product.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gf-section gf-soft-section\"\u003e\n    \u003ch2\u003e📦 Product Details\u003c\/h2\u003e\n\n    \u003ctable class=\"gf-details\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Type\u003c\/td\u003e\n          \u003ctd\u003eExpanding Polyurethane Foam Spray\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePrimary Use\u003c\/td\u003e\n          \u003ctd\u003eGap filling, sealing and insulation\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eApplication\u003c\/td\u003e\n          \u003ctd\u003eSuitable for compatible indoor and outdoor surfaces\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFinish\u003c\/td\u003e\n          \u003ctd\u003eExpands after application and sets into a firm fill\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCoverage\u003c\/td\u003e\n          \u003ctd\u003eVaries according to gap size and application thickness\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gf-section\"\u003e\n    \u003ch2\u003e🇮🇳 Made for Everyday Indian Home Repairs\u003c\/h2\u003e\n    \u003cp class=\"gf-intro\"\u003eA convenient solution for common household concerns such as:\u003c\/p\u003e\n\n    \u003cul class=\"gf-checks\"\u003e\n      \u003cli\u003eOpenings that allow monsoon moisture inside\u003c\/li\u003e\n      \u003cli\u003eDust and insect entry through gaps\u003c\/li\u003e\n      \u003cli\u003eCooling loss around AC pipe openings\u003c\/li\u003e\n      \u003cli\u003eCracks, joints and unfinished spaces\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gf-section gf-soft-section\"\u003e\n    \u003ch2\u003e⭐ Why Customers Choose It\u003c\/h2\u003e\n\n    \u003cdiv class=\"gf-review\"\u003e“Easy to apply and very useful for sealing gaps around the house.”\u003c\/div\u003e\n    \u003cdiv class=\"gf-review\"\u003e“Helped me finish a small repair without calling a worker.”\u003c\/div\u003e\n    \u003cdiv class=\"gf-review\"\u003e“Useful for filling the open space around my AC pipe.”\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gf-section\"\u003e\n    \u003ch2\u003e🚀 Why Buy From Us?\u003c\/h2\u003e\n\n    \u003cdiv class=\"gf-trust-grid\"\u003e\n      \u003cdiv class=\"gf-trust-item\"\u003e✅ Quality Tested\u003c\/div\u003e\n      \u003cdiv class=\"gf-trust-item\"\u003e🚚 Fast India-Wide Delivery\u003c\/div\u003e\n      \u003cdiv class=\"gf-trust-item\"\u003e💵 Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"gf-trust-item\"\u003e🤝 Trusted Shopping Experience\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gf-cta\"\u003e\n    \u003ch2\u003e⚡ Fix Small Gaps Before They Become Bigger Problems\u003c\/h2\u003e\n    \u003cp\u003eKeep one can ready for quick filling, sealing and insulation jobs around your home.\u003c\/p\u003e\n    \u003ca class=\"gf-cta-button\" href=\"#product-form\"\u003eFix It Yourself—Order Now\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"usecart","offers":[{"title":"Default Title","offer_id":45918009098342,"sku":"E98307117","price":599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0688\/3354\/2246\/files\/1_ef4f05a1-aef6-4cee-a8a5-d3d3fe222526.png?v=1784196745","url":"https:\/\/usecart.store\/products\/gap-filler-foam-spray-waterproof-crack-leak-sealant","provider":"usecart","version":"1.0","type":"link"}