{"product_id":"s-5e44","title":"Blast Away Dirt. No Electricity Required","description":"\u003cstyle\u003e\n  .home-living-water-gun {\n    --bg: #f8f6f2;\n    --surface: #ffffff;\n    --surface-soft: #fcfbf8;\n    --border: #e7dfd3;\n    --title: #2f3a34;\n    --text: #5f6d66;\n    --accent: #e67e23;\n    --accent-soft: #fff4ea;\n    --shadow: 0 12px 30px rgba(42, 56, 48, 0.08);\n    --radius-xl: 24px;\n    --radius-lg: 18px;\n    --radius-md: 14px;\n    max-width: 920px;\n    margin: 32px auto;\n    padding: 22px;\n    background: linear-gradient(180deg, #fbfaf7 0%, #f6f2ec 100%);\n    border: 1px solid #efe8dc;\n    border-radius: 28px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    box-shadow: 0 18px 45px rgba(33, 44, 39, 0.06);\n  }\n\n  .home-living-water-gun * {\n    box-sizing: border-box;\n  }\n\n  .home-living-water-gun .hl-section-label {\n    display: inline-block;\n    margin: 0 0 14px;\n    padding: 8px 14px;\n    background: var(--accent-soft);\n    color: var(--accent);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    border-radius: 999px;\n  }\n\n  .home-living-water-gun .hl-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-xl);\n    padding: 22px;\n    box-shadow: var(--shadow);\n    margin-bottom: 22px;\n  }\n\n  .home-living-water-gun .hl-feature {\n    overflow: hidden;\n  }\n\n  .home-living-water-gun .hl-feature + .hl-feature {\n    margin-top: 20px;\n  }\n\n  .home-living-water-gun .hl-feature-title {\n    margin: 0 0 12px;\n    font-size: 20px;\n    line-height: 1.35;\n    color: var(--title);\n    font-weight: 800;\n    letter-spacing: -0.2px;\n  }\n\n  .home-living-water-gun .hl-feature-title strong {\n    color: var(--title);\n  }\n\n  .home-living-water-gun .hl-feature-text {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.8;\n    color: var(--text);\n  }\n\n  .home-living-water-gun .hl-image-wrap {\n    margin-top: 16px;\n    background: var(--surface-soft);\n    border: 1px solid #eee6da;\n    border-radius: var(--radius-lg);\n    padding: 14px;\n    text-align: center;\n  }\n\n  .home-living-water-gun .hl-image-wrap img {\n    display: block;\n    max-width: 100%;\n    height: auto;\n    margin: 0 auto;\n    border-radius: 12px;\n  }\n\n  .home-living-water-gun .hl-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .home-living-water-gun .hl-spec-item {\n    background: #fffdfa;\n    border: 1px solid var(--border);\n    border-radius: var(--radius-md);\n    padding: 15px 16px;\n  }\n\n  .home-living-water-gun .hl-spec-item strong {\n    display: block;\n    margin-bottom: 6px;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    color: var(--accent);\n  }\n\n  .home-living-water-gun .hl-spec-item span {\n    font-size: 15px;\n    line-height: 1.6;\n    color: var(--title);\n    font-weight: 600;\n  }\n\n  .home-living-water-gun .hl-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .home-living-water-gun .hl-list li {\n    position: relative;\n    padding: 14px 0 14px 30px;\n    border-bottom: 1px solid #eee6da;\n    font-size: 16px;\n    line-height: 1.75;\n    color: var(--text);\n  }\n\n  .home-living-water-gun .hl-list li:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  .home-living-water-gun .hl-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 10px;\n    top: 12px;\n    color: var(--accent);\n    font-size: 20px;\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .home-living-water-gun .hl-note-box {\n    background: linear-gradient(180deg, #fffaf4 0%, #fffefc 100%);\n    border: 1px solid #f0dfca;\n    border-radius: var(--radius-lg);\n    padding: 18px;\n  }\n\n  .home-living-water-gun .hl-note-box p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.8;\n    color: var(--text);\n  }\n\n  .home-living-water-gun .hl-note-box p + p {\n    margin-top: 10px;\n  }\n\n  @media (max-width: 768px) {\n    .home-living-water-gun {\n      margin: 18px auto;\n      padding: 14px;\n      border-radius: 20px;\n    }\n\n    .home-living-water-gun .hl-card {\n      padding: 16px;\n      border-radius: 18px;\n      margin-bottom: 16px;\n    }\n\n    .home-living-water-gun .hl-feature-title {\n      font-size: 18px;\n    }\n\n    .home-living-water-gun .hl-feature-text,\n    .home-living-water-gun .hl-list li,\n    .home-living-water-gun .hl-note-box p {\n      font-size: 15px;\n      line-height: 1.72;\n    }\n\n    .home-living-water-gun .hl-spec-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .home-living-water-gun .hl-image-wrap {\n      padding: 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"home-living-water-gun\"\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-section-label\"\u003eFeatures\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003ch3 class=\"hl-feature-title\"\u003e\u003cstrong\u003ePOWERFUL HIGH-PRESSURE SPRAY\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp class=\"hl-feature-text\"\u003eTransforms your standard garden hose's water flow into a strong, concentrated stream. This provides the extra power needed for heavy-duty cleaning tasks, effectively removing grime from patios, driveways, and vehicles.\u003c\/p\u003e\n\u003cdiv class=\"hl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastin.top\/image\/2fbefda5abc37b101ad73dcdad1527b42f4c20cf.gif\" width=\"430\" height=\"759\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003ch3 class=\"hl-feature-title\"\u003e\u003cstrong\u003eERGONOMIC ANTI-SLIP HANDLE\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp class=\"hl-feature-text\"\u003eFeatures a comfortable, contoured grip that prevents slipping, even when wet. This design reduces hand fatigue during extended use, giving you better control and making tough cleaning jobs much easier.\u003c\/p\u003e\n\u003cdiv class=\"hl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/2652\/2983\/files\/spp_shopify20260409104927_0fde02e8244e038845bafe1b00c000a6.png?v=1775702971\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003ch3 class=\"hl-feature-title\"\u003e\u003cstrong\u003eTHREE INTERCHANGEABLE NOZZLES\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp class=\"hl-feature-text\"\u003eCustomize your spray from a powerful jet stream to a gentle fan. Effortlessly switch between tasks like blasting away stubborn dirt, washing your car, or watering delicate plants with precision and ease.\u003c\/p\u003e\n\u003cdiv class=\"hl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/2652\/2983\/files\/spp_shopify20260409104932_c5780245f435c0450eb207d6a305b76c.png?v=1775702976\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003ch3 class=\"hl-feature-title\"\u003e\u003cstrong\u003ePREMIUM-QUALITY CONSTRUCTION\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp class=\"hl-feature-text\"\u003eBuilt with a stainless steel wand and durable brass fittings. This robust design resists rust and corrosion, ensuring a long-lasting, leak-free performance for all your outdoor cleaning and watering needs.\u003c\/p\u003e\n\u003cdiv class=\"hl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/2652\/2983\/files\/spp_shopify20260409104938_48278f647f78fb74f68ef0a83886fe82.png?v=1775702982\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003ch3 class=\"hl-feature-title\"\u003e\u003cstrong\u003eUNIVERSAL HOSE COMPATIBILITY\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp class=\"hl-feature-text\"\u003eEasily connects to standard garden hoses. It includes adapters for both 3\/4\" direct connections and 1\/2\" quick-connect systems, providing a secure, hassle-free setup for immediate use right out of the box.\u003c\/p\u003e\n\u003cdiv class=\"hl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/2652\/2983\/files\/spp_shopify20260409104943_accba7493ef7847ba20ab5c9e1317733.png?v=1775702988\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-section-label\"\u003eSpec\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-grid\"\u003e\n\u003cdiv class=\"hl-spec-item\"\u003e\n\u003cstrong\u003eColor\u003c\/strong\u003e \u003cspan\u003eBlack\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-item\"\u003e\n\u003cstrong\u003eLength\u003c\/strong\u003e \u003cspan\u003e44cm (17.3 inches)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-item\"\u003e\n\u003cstrong\u003eWeight\u003c\/strong\u003e \u003cspan\u003e260g (0.57 lbs)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-item\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e \u003cspan\u003eBrass, Stainless Steel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-section-label\"\u003ePackage Includes\u003c\/div\u003e\n\u003cul class=\"hl-list\"\u003e\n\u003cli\u003e1 x High-Pressure Water Gun Wand\u003c\/li\u003e\n\u003cli\u003e3 x Spray Nozzles\u003c\/li\u003e\n\u003cli\u003e1 x Hose Connector\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-section-label\"\u003eNotes\u003c\/div\u003e\n\u003cdiv class=\"hl-note-box\"\u003e\n\u003cp\u003eEnsure all connections are securely tightened before use to prevent leaks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"sueeas","offers":[{"title":"2 Units: Home \u0026 Garage Duo","offer_id":51662598013249,"sku":"SQ-2pc","price":45.99,"currency_code":"USD","in_stock":true},{"title":"1 Unit","offer_id":51662598046017,"sku":"SQ-1pc","price":29.99,"currency_code":"USD","in_stock":true},{"title":"4 Units: Total Estate Pack","offer_id":51662598078785,"sku":"SQ-4pc","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0934\/3552\/7489\/files\/spp_shopify20260409104949_1de34de4c7ac4567c317cb9fee054993_64707745-b3ec-4b6a-9b36-5be0ac04d2fb.png?v=1776845998","url":"https:\/\/www.searkle.com\/products\/s-5e44","provider":"Searkle","version":"1.0","type":"link"}