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