{"product_id":"2l-garden-hand-pump-sprayer-portable-pressure-spray-bottle-water-weed-chemical","title":"2L Garden Hand Pump Sprayer – Portable Pressure Spray Bottle Water Weed Chemical","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\u003e2L Garden Hand Pump Sprayer | product description\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            background: linear-gradient(135deg, #e2f0e6 0%, #c8e0d2 100%);\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: 'Inter', 'Segoe UI', Roboto, system-ui, sans-serif;\n            padding: 1.5rem;\n        }\n        .sprayer-card {\n            max-width: 1150px;\n            width: 100%;\n            background: #f8fffaf2;\n            backdrop-filter: blur(6px);\n            border-radius: 3.5rem 3.5rem 3rem 3rem;\n            box-shadow: 0 30px 45px -10px #1e3b2e80, 0 12px 25px rgba(0, 40, 0, 0.2);\n            overflow: hidden;\n            border: 1px solid #b7dac5;\n        }\n        .header-garden {\n            background: linear-gradient(120deg, #1f5733, #0e3a21);\n            padding: 2rem 2.5rem 1.5rem 2.5rem;\n            color: white;\n            border-bottom: 5px solid #ffc107;\n        }\n        .header-garden h1 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1.2;\n            display: flex;\n            align-items: center;\n            gap: 0.8rem;\n            flex-wrap: wrap;\n        }\n        .badge-strip {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n            margin: 1.2rem 0 0.2rem;\n        }\n        .badge-strip span {\n            background: #c5f0cb33;\n            backdrop-filter: blur(3px);\n            padding: 0.4rem 1.5rem;\n            border-radius: 60px;\n            font-weight: 600;\n            font-size: 1rem;\n            border: 1px solid #aae0b6;\n            color: #f0ffe7;\n        }\n        .dual-col {\n            display: grid;\n            grid-template-columns: 1.3fr 0.9fr;\n            gap: 2rem;\n            padding: 2.2rem 2.5rem;\n        }\n        @media (max-width: 750px) {\n            .dual-col { grid-template-columns: 1fr; }\n        }\n        .features-panel h2, .specs-panel h2 {\n            font-size: 1.8rem;\n            font-weight: 700;\n            border-left: 8px solid #206b3e;\n            padding-left: 1.2rem;\n            margin-bottom: 1.8rem;\n            color: #103d20;\n            display: flex;\n            align-items: center;\n            gap: 0.7rem;\n        }\n        .feature-points {\n            list-style: none;\n        }\n        .feature-points li {\n            display: flex;\n            align-items: flex-start;\n            gap: 1.2rem;\n            background: #eaf6ef;\n            padding: 1rem 1.5rem;\n            margin-bottom: 1rem;\n            border-radius: 40px;\n            font-size: 1.1rem;\n            color: #174d2a;\n            font-weight: 450;\n            border: 1px solid #aedbbe;\n            transition: 0.1s;\n        }\n        .feature-points li:hover {\n            background: #d4efdd;\n            border-color: #3d9557;\n        }\n        .emoji-big {\n            font-size: 1.7rem;\n            filter: drop-shadow(0 2px 4px #2b5e3b70);\n        }\n        .specs-block {\n            background: #edf7f1;\n            border-radius: 40px;\n            padding: 2rem;\n            border: 2px dashed #8bbd9c;\n            margin-bottom: 2rem;\n        }\n        .specs-block p {\n            font-size: 1.1rem;\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            margin: 1rem 0;\n            border-bottom: 1px dotted #96c0a5;\n            padding-bottom: 0.6rem;\n        }\n        .specs-block strong {\n            min-width: 135px;\n            color: #0c4721;\n        }\n        .use-icons {\n            background: white;\n            border-radius: 50px;\n            padding: 1.5rem;\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-around;\n            gap: 1rem;\n            margin-top: 1.2rem;\n            box-shadow: 0 10px 18px #99bbaa40;\n        }\n        .use-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            font-weight: 600;\n            color: #1a5831;\n        }\n        .use-item span {\n            font-size: 2rem;\n        }\n        .buy-area {\n            background: #dff0e6;\n            border-radius: 50px;\n            padding: 1.8rem 2rem;\n            text-align: center;\n        }\n        .btn-add {\n            background: #f3b33d;\n            border: none;\n            color: #1b4529;\n            font-weight: 800;\n            font-size: 1.7rem;\n            padding: 1rem 2rem;\n            border-radius: 60px;\n            width: 100%;\n            box-shadow: 0 10px 0 #9e691f, 0 6px 25px #e09d31;\n            cursor: pointer;\n            transition: 0.07s linear;\n            text-transform: uppercase;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 1rem;\n            margin: 1.2rem 0 0.8rem;\n        }\n        .btn-add:active {\n            transform: translateY(6px);\n            box-shadow: 0 5px 0 #9e691f, 0 8px 18px #cc8f2e;\n        }\n        .fine-print {\n            font-size: 0.9rem;\n            color: #286b3b;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.4rem;\n        }\n        .footer-note {\n            background: #cae2d2;\n            padding: 1rem;\n            text-align: center;\n            color: #194e28;\n            font-weight: 500;\n            border-top: 2px solid #9ac7ad;\n        }\n        hr {\n            border: 1px solid #b6dac4;\n            margin: 1.5rem 0;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"sprayer-card\"\u003e\n        \u003cdiv class=\"header-garden\"\u003e\n            \u003ch1\u003e\n                \u003cspan\u003e🌱 2L GARDEN HAND PUMP SPRAYER\u003c\/span\u003e \n                \u003cspan style=\"font-size:1.8rem; background:#33663350; padding:0.3rem 1.2rem; border-radius:50px;\"\u003ePORTABLE PRESSURE BOTTLE\u003c\/span\u003e\n            \u003c\/h1\u003e\n            \u003cdiv class=\"badge-strip\"\u003e\n                \u003cspan\u003e💧 WATER · WEED KILLER · CHEMICALS\u003c\/span\u003e\n                \u003cspan\u003e⚙️ ADJUSTABLE NOZZLE\u003c\/span\u003e\n                \u003cspan\u003e🔁 MANUAL PUMP · NO BATTERIES\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dual-col\"\u003e\n            \u003c!-- LEFT: main features + long description --\u003e\n            \u003cdiv class=\"features-panel\"\u003e\n                \u003ch2\u003e💪 WHY THIS SPRAYER WORKS\u003c\/h2\u003e\n                \u003cul class=\"feature-points\"\u003e\n                    \u003cli\u003e\n\u003cspan class=\"emoji-big\"\u003e🧪\u003c\/span\u003e \u003cstrong\u003eVersatile liquid master:\u003c\/strong\u003e perfect for weed killers, pesticides, liquid fertilisers, water, and mild chemicals — the rugged PE\/PP body resists corrosion [citation:3][citation:6].\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"emoji-big\"\u003e🔄\u003c\/span\u003e \u003cstrong\u003eAdjustable nozzle:\u003c\/strong\u003e twist to switch from fine mist (seedlings, delicate leaves) to direct jet (target weeds, clean gutters) [citation:1][citation:2].\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"emoji-big\"\u003e✋\u003c\/span\u003e \u003cstrong\u003eErgonomic \u0026amp; lightweight:\u003c\/strong\u003e comfortable grip + trigger design reduces hand fatigue during extended spraying; weighs ~440–490g [citation:4][citation:7].\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"emoji-big\"\u003e⚡\u003c\/span\u003e \u003cstrong\u003eManual pressure pump:\u003c\/strong\u003e no cords, no batteries — just pump the handle a few times to build pressure and spray continuously [citation:3][citation:9].\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"emoji-big\"\u003e📏\u003c\/span\u003e \u003cstrong\u003e2L large capacity:\u003c\/strong\u003e covers more area with fewer refills. Translucent bottle lets you see liquid level at a glance [citation:2][citation:8].\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"emoji-big\"\u003e🔒\u003c\/span\u003e \u003cstrong\u003eSafety pressure release:\u003c\/strong\u003e built‑in valve prevents over‑pressurisation; some models include a lock‑on trigger for continuous spray [citation:1][citation:8].\u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003c!-- extra description box: easy to use \/ chemical resistant --\u003e\n                \u003cdiv style=\"background:#e2f0e6; border-radius:40px; padding:1.5rem; margin:1.5rem 0;\"\u003e\n                    \u003cp style=\"display:flex; gap:1rem; align-items:center; font-size:1.1rem;\"\u003e\u003cspan style=\"font-size:2rem;\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003eDesigned for home \u0026amp; pro:\u003c\/strong\u003e watering indoor plants, greenhouse misting, patio cleaning, car washing, or applying weed killer along driveways — this 2L hand sprayer replaces heavy equipment [citation:3][citation:5].\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- quick use icons --\u003e\n                \u003cdiv class=\"use-icons\"\u003e\n                    \u003cdiv class=\"use-item\"\u003e\n\u003cspan\u003e💦\u003c\/span\u003e Watering\u003c\/div\u003e\n                    \u003cdiv class=\"use-item\"\u003e\n\u003cspan\u003e🌾\u003c\/span\u003e Weed killer\u003c\/div\u003e\n                    \u003cdiv class=\"use-item\"\u003e\n\u003cspan\u003e🧴\u003c\/span\u003e Fertiliser\u003c\/div\u003e\n                    \u003cdiv class=\"use-item\"\u003e\n\u003cspan\u003e🚗\u003c\/span\u003e Car wash\u003c\/div\u003e\n                    \u003cdiv class=\"use-item\"\u003e\n\u003cspan\u003e🧽\u003c\/span\u003e Cleaning\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- RIGHT: technical specs + buy simulation --\u003e\n            \u003cdiv class=\"specs-panel\"\u003e\n                \u003ch2\u003e🔧 SPECS · SIZING · EXTRAS\u003c\/h2\u003e\n                \u003cdiv class=\"specs-block\"\u003e\n                    \u003cp\u003e\u003cstrong\u003e🪫 Capacity\u003c\/strong\u003e 2 litres (exactly 2.0L) [citation:2][citation:4]\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003e📐 Dimensions\u003c\/strong\u003e ~30-34cm height x 13cm width [citation:9][citation:10]\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003e⚖️ Weight\u003c\/strong\u003e ≈440g – 490g (lightweight) [citation:4][citation:7]\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003e🧪 Materials\u003c\/strong\u003e PP \/ PE heavy-duty plastic, chemical-resistant [citation:3][citation:6]\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003e🔫 Nozzle type\u003c\/strong\u003e adjustable brass or plastic — mist → stream [citation:7][citation:8]\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003e🔁 Pump action\u003c\/strong\u003e manual pressure build, trigger release\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003e🌡️ Seal\u003c\/strong\u003e nitrile gasket (resists herbicides\/pesticides) [citation:8]\u003c\/p\u003e\n                    \u003cp\u003e\u003cstrong\u003e🔐 Safety\u003c\/strong\u003e pressure relief valve + filter [citation:1][citation:8]\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- additional benefits (reviews \/ authentic) --\u003e\n                \u003cdiv style=\"background:#ffffffcc; border-radius:30px; padding:1.4rem;\"\u003e\n                    \u003cdiv style=\"display:flex; gap:0.8rem;\"\u003e\n                        \u003cspan style=\"font-size:2rem;\"\u003e🧯\u003c\/span\u003e\n                        \u003cspan\u003e\u003cstrong\u003eChemical compatible?\u003c\/strong\u003e Yes — built for weed killers, pesticides, and fertilisers. Rinse after each use to prolong life [citation:3][citation:6].\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003chr\u003e\n                    \u003cdiv style=\"display:flex; gap:0.8rem;\"\u003e\n                        \u003cspan style=\"font-size:2rem;\"\u003e🫙\u003c\/span\u003e\n                        \u003cspan\u003e\u003cstrong\u003eWide mouth opening\u003c\/strong\u003e for easy fill \u0026amp; clean; no funnel needed.\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003chr\u003e\n                    \u003cdiv style=\"display:flex; gap:0.8rem;\"\u003e\n                        \u003cspan style=\"font-size:2rem;\"\u003e🔋\u003c\/span\u003e\n                        \u003cspan\u003e\u003cstrong\u003eNo electricity, no batteries\u003c\/strong\u003e — works anywhere, even off-grid [citation:3].\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- buy simulation + price (fake but attractive) --\u003e\n                \u003cdiv class=\"buy-area\"\u003e\n                    \u003cdiv style=\"font-size:2rem; margin-bottom:0.5rem;\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n                    \u003cp style=\"font-size:1.4rem; font-weight:700; color:#1a4d2a;\"\u003e£6.99 – £16.99\u003c\/p\u003e\n                    \u003cp style=\"font-size:0.95rem;\"\u003e🔹 depending on brand \/ nozzle material\u003c\/p\u003e\n                    \u003cbutton class=\"btn-add\" onclick=\"alert('✅ Sprayer added to your basket · get ready for garden tasks!')\"\u003e\n                        \u003cspan\u003e🛒\u003c\/span\u003e grab this sprayer\n                    \u003c\/button\u003e\n                    \u003cdiv class=\"fine-print\"\u003e\n                        \u003cspan\u003e🚚 free shipping over £30\u003c\/span\u003e\u003cspan\u003e | \u003c\/span\u003e\u003cspan\u003e🔄 30-day returns\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- footer note: authentic description summary --\u003e\n        \u003cdiv class=\"footer-note\"\u003e\n            🌻 2L GARDEN HAND PUMP SPRAYER — water, weed killer, chemicals · portable pressure spray bottle with adjustable nozzle · S\/M\/L refers to spray patterns: mist (S), jet (M), stream (L) or wide fan · rechargeable? no, manual pump means infinite refills! 🪣\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- small disclaimer: design inspired by real product specs [citation:2][citation:3][citation:8] --\u003e\n\n\u003c\/body\u003e","brand":"Elite Horizon","offers":[{"title":"Default Title","offer_id":52571377434890,"sku":null,"price":15.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0937\/8034\/5098\/files\/Dog_2.svg?v=1771285998","url":"https:\/\/eliteshorizon.co.uk\/products\/2l-garden-hand-pump-sprayer-portable-pressure-spray-bottle-water-weed-chemical","provider":"ELITE'S HORIZON","version":"1.0","type":"link"}