{"product_id":"got-a-leak-spray-it-seal-it-done","title":"Got a Leak? Spray It. Seal It. Done.","description":"\u003cstyle\u003e\n  .ls-page {\n    --primary: #1677c8;\n    --primary-dark: #0b4f87;\n    --soft-blue: #f2f8fd;\n    --text: #202020;\n    --muted: #666666;\n    --border: #dce8f1;\n    --soft-bg: #f7fafc;\n    --white: #ffffff;\n    --shadow: 0 8px 28px rgba(20, 70, 110, 0.08);\n\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  .ls-page *,\n  .ls-page *::before,\n  .ls-page *::after {\n    box-sizing: border-box;\n  }\n\n  .ls-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 18px auto 0;\n    border-radius: 16px;\n  }\n\n  .ls-page h2,\n  .ls-page h3,\n  .ls-page p {\n    margin-top: 0;\n  }\n\n  .ls-page a {\n    text-decoration: none;\n  }\n\n  \/* HERO *\/\n  .ls-hero {\n    padding: 30px 20px;\n    text-align: center;\n    border-radius: 22px;\n    background:\n      radial-gradient(circle at top right, rgba(22,119,200,.13), transparent 35%),\n      linear-gradient(145deg, #fafdff 0%, #edf6fc 100%);\n    margin-bottom: 18px;\n    overflow: hidden;\n  }\n\n  .ls-eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: var(--white);\n    color: var(--primary);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .7px;\n    box-shadow: 0 4px 12px rgba(0,0,0,.05);\n  }\n\n  .ls-hero h2 {\n    margin-bottom: 12px;\n    font-size: 30px;\n    line-height: 1.12;\n    font-weight: 900;\n    letter-spacing: -0.7px;\n  }\n\n  .ls-hero h2 span {\n    color: var(--primary);\n  }\n\n  .ls-hero p {\n    max-width: 650px;\n    margin: 0 auto 16px;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  .ls-hero-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  .ls-hero-pills span {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    padding: 7px 10px;\n    border-radius: 999px;\n    background: rgba(255,255,255,.9);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  \/* SECTION *\/\n  .ls-section {\n    margin-top: 28px;\n  }\n\n  .ls-section-title {\n    margin-bottom: 6px;\n    text-align: center;\n    font-size: 25px;\n    line-height: 1.2;\n    font-weight: 900;\n  }\n\n  .ls-section-subtitle {\n    max-width: 620px;\n    margin: 0 auto 18px;\n    text-align: center;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* BENEFITS *\/\n  .ls-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .ls-benefit-card {\n    display: flex;\n    flex-direction: column;\n    min-height: 140px;\n    padding: 16px 12px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: var(--white);\n    color: var(--text);\n    box-shadow: 0 5px 16px rgba(0,0,0,.04);\n    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;\n  }\n\n  .ls-benefit-card:hover {\n    transform: translateY(-3px);\n    border-color: rgba(22,119,200,.35);\n    box-shadow: 0 10px 24px rgba(0,0,0,.08);\n  }\n\n  .ls-benefit-icon {\n    margin-bottom: 10px;\n    font-size: 26px;\n    line-height: 1;\n  }\n\n  .ls-benefit-card strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 14px;\n    line-height: 1.3;\n  }\n\n  .ls-benefit-card small {\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  \/* FEATURE CARD *\/\n  .ls-feature-card {\n    margin-bottom: 18px;\n    padding: 18px;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    background: var(--white);\n    box-shadow: var(--shadow);\n  }\n\n  .ls-feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 38px;\n    height: 30px;\n    margin-bottom: 10px;\n    padding: 0 11px;\n    border-radius: 999px;\n    background: var(--primary);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .ls-feature-card h3 {\n    margin-bottom: 8px;\n    font-size: 21px;\n    line-height: 1.25;\n    font-weight: 900;\n  }\n\n  .ls-feature-card p {\n    margin-bottom: 8px;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .ls-mini-points {\n    margin: 10px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ls-mini-points li {\n    position: relative;\n    margin: 7px 0;\n    padding-left: 23px;\n    font-size: 14px;\n  }\n\n  .ls-mini-points li::before {\n    position: absolute;\n    left: 0;\n    top: 0;\n    content: \"✓\";\n    color: var(--primary);\n    font-weight: 900;\n  }\n\n  \/* FORMULA *\/\n  .ls-formula-image {\n    margin-top: 18px !important;\n    margin-bottom: 22px !important;\n  }\n\n  .ls-formula-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .ls-formula-card {\n    padding: 15px;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: var(--soft-bg);\n  }\n\n  .ls-formula-card strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 14px;\n    line-height: 1.35;\n  }\n\n  .ls-formula-card span {\n    color: var(--muted);\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  \/* HOW TO USE *\/\n  .ls-howto {\n    padding: 18px;\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    background: var(--white);\n  }\n\n  .ls-step {\n    display: flex;\n    gap: 12px;\n    margin: 15px 0;\n  }\n\n  .ls-step:first-child {\n    margin-top: 0;\n  }\n\n  .ls-step:last-child {\n    margin-bottom: 0;\n  }\n\n  .ls-step-num {\n    flex: 0 0 34px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: var(--primary);\n    color: #fff;\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n  .ls-step-content strong {\n    display: block;\n    margin-bottom: 2px;\n    font-size: 14px;\n  }\n\n  .ls-step-content span {\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  \/* USE AREAS *\/\n  .ls-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 9px;\n  }\n\n  .ls-use-item {\n    padding: 13px 8px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: var(--white);\n    text-align: center;\n    font-size: 12px;\n    font-weight: 750;\n  }\n\n  .ls-use-item span {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 22px;\n  }\n\n  \/* FAQ *\/\n  .ls-faq {\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    background: var(--white);\n    overflow: hidden;\n    margin-bottom: 10px;\n  }\n\n  .ls-faq summary {\n    position: relative;\n    cursor: pointer;\n    padding: 15px 45px 15px 15px;\n    list-style: none;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .ls-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ls-faq summary::after {\n    content: \"⌄\";\n    position: absolute;\n    right: 16px;\n    top: 50%;\n    transform: translateY(-52%) rotate(0deg);\n    color: var(--primary);\n    font-size: 22px;\n    line-height: 1;\n    transition: transform .28s ease;\n  }\n\n  .ls-faq[open] summary::after {\n    transform: translateY(-48%) rotate(180deg);\n  }\n\n  .ls-faq-answer {\n    padding: 0 15px 15px;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* CTA *\/\n  .ls-cta {\n    margin-top: 28px;\n    padding: 28px 20px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, var(--primary-dark), var(--primary));\n    color: #fff;\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .ls-cta h2 {\n    margin-bottom: 8px;\n    font-size: 26px;\n    line-height: 1.2;\n    font-weight: 900;\n  }\n\n  .ls-cta p {\n    max-width: 560px;\n    margin: 0 auto 18px;\n    color: rgba(255,255,255,.9);\n    font-size: 14px;\n  }\n\n  .ls-buy-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 50px;\n    padding: 13px 28px;\n    border-radius: 999px;\n    background: #fff;\n    color: var(--primary-dark);\n    font-size: 15px;\n    font-weight: 900;\n    box-shadow: 0 8px 18px rgba(0,0,0,.15);\n    transition: transform .2s ease, box-shadow .2s ease;\n  }\n\n  .ls-buy-btn:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 22px rgba(0,0,0,.2);\n  }\n\n  .ls-buy-btn:active {\n    transform: translateY(1px) scale(.98);\n  }\n\n  .ls-cta-note {\n    margin-top: 10px;\n    color: rgba(255,255,255,.82);\n    font-size: 11px;\n  }\n\n  \/* DESKTOP *\/\n  @media (min-width: 700px) {\n    .ls-page {\n      padding: 10px;\n    }\n\n    .ls-hero {\n      padding: 44px 34px;\n    }\n\n    .ls-hero h2 {\n      font-size: 42px;\n    }\n\n    .ls-section-title {\n      font-size: 30px;\n    }\n\n    .ls-benefit-card {\n      padding: 20px;\n    }\n\n    .ls-benefit-card strong {\n      font-size: 16px;\n    }\n\n    .ls-benefit-card small {\n      font-size: 13px;\n    }\n\n    .ls-feature-card {\n      padding: 24px;\n    }\n\n    .ls-feature-card h3 {\n      font-size: 25px;\n    }\n\n    .ls-feature-card p,\n    .ls-mini-points li {\n      font-size: 15px;\n    }\n\n    .ls-formula-card {\n      padding: 18px;\n    }\n\n    .ls-formula-card strong {\n      font-size: 15px;\n    }\n\n    .ls-formula-card span {\n      font-size: 13px;\n    }\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 480px) {\n    .ls-page {\n      width: 100%;\n    }\n\n    .ls-hero {\n      padding: 26px 15px;\n      border-radius: 18px;\n    }\n\n    .ls-hero h2 {\n      font-size: 28px;\n    }\n\n    .ls-section-title {\n      font-size: 23px;\n    }\n\n    .ls-benefit-grid {\n      gap: 8px;\n    }\n\n    .ls-benefit-card {\n      min-height: 135px;\n      padding: 14px 10px;\n    }\n\n    .ls-formula-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .ls-formula-image {\n      margin-bottom: 18px !important;\n    }\n\n    .ls-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ls-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ls-hero\"\u003e\n    \u003cspan class=\"ls-eyebrow\"\u003eSPRAY-ON WATER-RESISTANT SEALING\u003c\/span\u003e\n\n    \u003ch2\u003e\n      Leaks Can Happen Anywhere.\u003cbr\u003e\n      \u003cspan\u003eBe Ready to Seal Them.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      From dripping pipes and leaking gutters to roof seams, faucets, walls,\n      and outdoor plumbing, small problem areas can quickly lead to unwanted moisture and damage.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/9984\/4850\/files\/f293be31-f868-4742-842d-9d59e0633015.png?v=1788160122\" alt=\"Common household leak problem areas\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"ls-hero-pills\"\u003e\n      \u003cspan\u003e💧 Water-Resistant\u003c\/span\u003e\n      \u003cspan\u003e🛠 Easy Spray Application\u003c\/span\u003e\n      \u003cspan\u003e↔ Flexible Coating\u003c\/span\u003e\n      \u003cspan\u003e🏠 Indoor \u0026amp; Outdoor Use\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"ls-section\"\u003e\n    \u003ch2 class=\"ls-section-title\"\u003eWhy You'll Want It Nearby\u003c\/h2\u003e\n\n    \u003cp class=\"ls-section-subtitle\"\u003e\n      A simple spray-on solution for everyday cracks, gaps, seams, and leak-prone areas.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ls-benefit-grid\"\u003e\n\n      \u003cdiv class=\"ls-benefit-card\"\u003e\n        \u003cspan class=\"ls-benefit-icon\"\u003e💦\u003c\/span\u003e\n        \u003cstrong\u003eHelps Block Moisture\u003c\/strong\u003e\n        \u003csmall\u003eCreates a water-resistant protective coating over problem areas.\u003c\/small\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-benefit-card\"\u003e\n        \u003cspan class=\"ls-benefit-icon\"\u003e↔️\u003c\/span\u003e\n        \u003cstrong\u003eFlexible Seal\u003c\/strong\u003e\n        \u003csmall\u003eDesigned to adapt to minor movement without forming a rigid patch.\u003c\/small\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-benefit-card\"\u003e\n        \u003cspan class=\"ls-benefit-icon\"\u003e🎯\u003c\/span\u003e\n        \u003cstrong\u003eReaches Small Gaps\u003c\/strong\u003e\n        \u003csmall\u003eSpray application helps cover cracks, joints, seams, and porous areas.\u003c\/small\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-benefit-card\"\u003e\n        \u003cspan class=\"ls-benefit-icon\"\u003e⚡\u003c\/span\u003e\n        \u003cstrong\u003eSimple Application\u003c\/strong\u003e\n        \u003csmall\u003eNo complicated repair tools required for everyday sealing projects.\u003c\/small\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- MAIN SOLUTION --\u003e\n  \u003csection class=\"ls-section\"\u003e\n\n    \u003ch2 class=\"ls-section-title\"\u003eStop Moisture Where Problems Start\u003c\/h2\u003e\n\n    \u003cp class=\"ls-section-subtitle\"\u003e\n      Spray, cover, and allow the formula to form a flexible protective barrier.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ls-feature-card\"\u003e\n\n      \u003cspan class=\"ls-feature-number\"\u003e01\u003c\/span\u003e\n\n      \u003ch3\u003e💧 Spray-On Sealing Made Simple\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Leak Stop Spray is designed to cover cracks, gaps, seams, joints,\n        and other leak-prone surfaces with a flexible, water-resistant coating.\n      \u003c\/p\u003e\n\n      \u003cul class=\"ls-mini-points\"\u003e\n        \u003cli\u003eEasy spray-on application\u003c\/li\u003e\n        \u003cli\u003eCovers irregular and hard-to-reach areas\u003c\/li\u003e\n        \u003cli\u003eForms a flexible protective layer after drying\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/9984\/4850\/files\/17881586999978.png?v=1788159819\" alt=\"Leak Stop Spray sealing application\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FORMULA --\u003e\n  \u003csection class=\"ls-section\"\u003e\n\n    \u003ch2 class=\"ls-section-title\"\u003eWhat Makes Leak Stop Spray Work?\u003c\/h2\u003e\n\n    \u003cp class=\"ls-section-subtitle\"\u003e\n      A purpose-built formula designed for flexible coverage, adhesion, and moisture resistance.\n    \u003c\/p\u003e\n\n    \u003cimg class=\"ls-formula-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/9984\/4850\/files\/e5ca8dc4-ad68-4f4d-a60e-5e4b88b4cbd2.png?v=1788160589\" alt=\"Leak Stop Spray formula\" loading=\"lazy\"\u003e\n\n    \u003cdiv class=\"ls-formula-grid\"\u003e\n\n      \u003cdiv class=\"ls-formula-card\"\u003e\n        \u003cstrong\u003e💧 Silicone Emulsion\u003c\/strong\u003e\n        \u003cspan\u003e\n          Helps create a flexible, water-resistant barrier that adapts to minor surface movement.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-formula-card\"\u003e\n        \u003cstrong\u003e🛡 Acrylic Polymer\u003c\/strong\u003e\n        \u003cspan\u003e\n          Forms a durable protective coating over cracks, gaps, and porous surfaces.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-formula-card\"\u003e\n        \u003cstrong\u003e🔗 Cross-Linking Agent\u003c\/strong\u003e\n        \u003cspan\u003e\n          Helps improve bonding and reinforce the coating for a stronger seal.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-formula-card\"\u003e\n        \u003cstrong\u003e🎯 Penetrating Agent\u003c\/strong\u003e\n        \u003cspan\u003e\n          Helps the formula spread into small cracks and pores for more complete coverage.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-formula-card\"\u003e\n        \u003cstrong\u003e☔ Waterproof Additives\u003c\/strong\u003e\n        \u003cspan\u003e\n          Help enhance water resistance and reduce moisture penetration.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-formula-card\"\u003e\n        \u003cstrong\u003e⏱ Anti-Aging Additives\u003c\/strong\u003e\n        \u003cspan\u003e\n          Help the protective coating withstand normal environmental exposure over time.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- USE AREAS --\u003e\n  \u003csection class=\"ls-section\"\u003e\n\n    \u003ch2 class=\"ls-section-title\"\u003eOne Spray. Many Everyday Uses.\u003c\/h2\u003e\n\n    \u003cp class=\"ls-section-subtitle\"\u003e\n      Designed for common household and outdoor sealing projects.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ls-use-grid\"\u003e\n\n      \u003cdiv class=\"ls-use-item\"\u003e\n        \u003cspan\u003e🏠\u003c\/span\u003e\n        Roof Seams\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-use-item\"\u003e\n        \u003cspan\u003e🌧\u003c\/span\u003e\n        Gutters\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-use-item\"\u003e\n        \u003cspan\u003e🚰\u003c\/span\u003e\n        Pipes\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-use-item\"\u003e\n        \u003cspan\u003e🧱\u003c\/span\u003e\n        Wall Cracks\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-use-item\"\u003e\n        \u003cspan\u003e🏗\u003c\/span\u003e\n        Concrete\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-use-item\"\u003e\n        \u003cspan\u003e🪟\u003c\/span\u003e\n        Window Frames\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/9984\/4850\/files\/998128c7-4116-4a42-9c90-a5e8e603365b.png?v=1788160962\" alt=\"Leak Stop Spray uses for roof pipes walls concrete and windows\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003csection class=\"ls-section\"\u003e\n\n    \u003ch2 class=\"ls-section-title\"\u003eHow to Use\u003c\/h2\u003e\n\n    \u003cp class=\"ls-section-subtitle\"\u003e\n      Clean. Spray. Dry. A simple three-step sealing routine.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ls-howto\"\u003e\n\n      \u003cdiv class=\"ls-step\"\u003e\n        \u003cspan class=\"ls-step-num\"\u003e1\u003c\/span\u003e\n\n        \u003cdiv class=\"ls-step-content\"\u003e\n          \u003cstrong\u003eClean \u0026amp; Prepare\u003c\/strong\u003e\n          \u003cspan\u003e\n            Remove dirt, dust, grease, loose debris, and excess moisture from the application area.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-step\"\u003e\n        \u003cspan class=\"ls-step-num\"\u003e2\u003c\/span\u003e\n\n        \u003cdiv class=\"ls-step-content\"\u003e\n          \u003cstrong\u003eShake, Spray \u0026amp; Cover\u003c\/strong\u003e\n          \u003cspan\u003e\n            Shake well and spray evenly over the crack, seam, joint, gap, or leak-prone area.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ls-step\"\u003e\n        \u003cspan class=\"ls-step-num\"\u003e3\u003c\/span\u003e\n\n        \u003cdiv class=\"ls-step-content\"\u003e\n          \u003cstrong\u003eAllow It to Dry\u003c\/strong\u003e\n          \u003cspan\u003e\n            Let the coating dry completely. Apply additional coats if more complete coverage is needed.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BEFORE \/ AFTER --\u003e\n  \u003csection class=\"ls-section\"\u003e\n\n    \u003ch2 class=\"ls-section-title\"\u003eSee the Difference\u003c\/h2\u003e\n\n    \u003cp class=\"ls-section-subtitle\"\u003e\n      Cover vulnerable cracks, seams, and gaps before moisture becomes a bigger problem.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/9984\/4850\/files\/ee97628d-b1d5-496f-bc49-f45ce86dfe51.png?v=1788161123\" alt=\"Leak Stop Spray before and after sealing result\" loading=\"lazy\"\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"ls-section\"\u003e\n\n    \u003ch2 class=\"ls-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cp class=\"ls-section-subtitle\"\u003e\n      What to know before starting your sealing project.\n    \u003c\/p\u003e\n\n    \u003cdetails class=\"ls-faq\"\u003e\n      \u003csummary\u003eWhat surfaces can I use it on?\u003c\/summary\u003e\n      \u003cdiv class=\"ls-faq-answer\"\u003e\n        It is designed for common leak-prone areas such as roof seams, gutters,\n        pipes, walls, concrete cracks, joints, and window-frame areas.\n        Always test compatibility on a small area first when working with unfamiliar surfaces.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ls-faq\"\u003e\n      \u003csummary\u003eDo I need special tools?\u003c\/summary\u003e\n      \u003cdiv class=\"ls-faq-answer\"\u003e\n        No complicated application tools are required.\n        Prepare the surface, shake the product well, spray evenly, and allow the coating to dry.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ls-faq\"\u003e\n      \u003csummary\u003eCan I apply more than one coat?\u003c\/summary\u003e\n      \u003cdiv class=\"ls-faq-answer\"\u003e\n        Yes. Additional coats may be applied when needed for more complete coverage.\n        Allow the previous layer to dry according to the product instructions before recoating.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ls-faq\"\u003e\n      \u003csummary\u003eDoes the surface need to be clean first?\u003c\/summary\u003e\n      \u003cdiv class=\"ls-faq-answer\"\u003e\n        Yes. Dirt, grease, loose material, and excess moisture can reduce adhesion,\n        so proper surface preparation is important for best results.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ls-faq\"\u003e\n      \u003csummary\u003eIs it suitable for major plumbing leaks?\u003c\/summary\u003e\n      \u003cdiv class=\"ls-faq-answer\"\u003e\n        Leak Stop Spray is intended for appropriate surface cracks, gaps, seams,\n        and leak-prone areas. Serious plumbing failures, structural damage,\n        or pressurized leaks may require professional repair.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"ls-cta\"\u003e\n\n    \u003ch2\u003eSpray. Seal. Protect.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Keep Leak Stop Spray ready for everyday cracks, gaps,\n      seams, and moisture-prone areas around your home.\n    \u003c\/p\u003e\n\n    \u003ca class=\"ls-buy-btn\" href=\"#\"\u003e\n      Choose Your Option \u0026amp; Buy Now →\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"ls-cta-note\"\u003e\n      Easy application • Flexible coating • Indoor \u0026amp; outdoor projects\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Nestovie","offers":[{"title":"BUY 2 | 2 Bottles","offer_id":67445011906605,"sku":"Skinovae01-BU-2PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"BUY 1 | 1 Bottle--Experience the magic","offer_id":67445011939373,"sku":"Skinovae02-BU-1PC","price":25.99,"currency_code":"USD","in_stock":true},{"title":"BUY 3 GET 1 FREE | 4 Bottles","offer_id":67445011972141,"sku":"Skinovae03-BU-4PC","price":49.99,"currency_code":"USD","in_stock":true},{"title":"BUY 4 GET 2 FREE | 6 Bottles","offer_id":67445012004909,"sku":"Skinovae04-BU-6PC","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/8246\/4301\/files\/17881586944582.png?v=1788166067","url":"https:\/\/www.skinovae.com\/products\/got-a-leak-spray-it-seal-it-done","provider":"Skinovae","version":"1.0","type":"link"}