{"product_id":"fully-automatic-water-blaster","title":"Fully Automatic Water Blaster","description":"\u003cstyle\u003e\n  .wg-detail {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 16px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #111827;\n    line-height: 1.6;\n  }\n\n  .wg-detail * {\n    box-sizing: border-box;\n  }\n\n  .wg-section {\n    margin: 48px 0;\n  }\n\n  .wg-hero {\n    text-align: center;\n    padding: 24px 0 10px;\n  }\n\n  .wg-badge {\n    display: inline-block;\n    background: #ff5a2a;\n    color: #fff;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    padding: 8px 16px;\n    border-radius: 999px;\n    margin-bottom: 16px;\n  }\n\n  .wg-hero h1 {\n    font-size: 42px;\n    line-height: 1.15;\n    margin: 0 0 14px;\n    font-weight: 800;\n  }\n\n  .wg-hero p {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    font-size: 18px;\n    color: #4b5563;\n  }\n\n  .wg-proof {\n    display: inline-block;\n    background: #f3f4f6;\n    border-radius: 999px;\n    padding: 10px 18px;\n    font-size: 15px;\n    font-weight: 600;\n    color: #111827;\n    margin-bottom: 28px;\n  }\n\n  .wg-proof span {\n    color: #f59e0b;\n    letter-spacing: 2px;\n    margin-right: 8px;\n  }\n\n  .wg-image-box img {\n    width: 100%;\n    display: block;\n    border-radius: 18px;\n  }\n\n  .wg-feature {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 32px;\n    margin-bottom: 48px;\n  }\n\n  .wg-feature.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .wg-feature-media,\n  .wg-feature-text {\n    flex: 1 1 480px;\n  }\n\n  .wg-feature-media img {\n    width: 100%;\n    display: block;\n    border-radius: 18px;\n  }\n\n  .wg-feature-text h2 {\n    font-size: 32px;\n    line-height: 1.2;\n    margin: 0 0 16px;\n    font-weight: 800;\n  }\n\n  .wg-feature-text p {\n    font-size: 17px;\n    color: #4b5563;\n    margin: 0 0 14px;\n  }\n\n  .wg-highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 12px;\n  }\n\n  .wg-card {\n    background: #f9fafb;\n    border: 1px solid #e5e7eb;\n    border-radius: 16px;\n    padding: 22px;\n  }\n\n  .wg-card h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n    font-weight: 800;\n  }\n\n  .wg-card p {\n    margin: 0;\n    color: #4b5563;\n    font-size: 16px;\n  }\n\n  .wg-specs-wrap {\n    background: #f9fafb;\n    border-radius: 20px;\n    padding: 32px 24px;\n  }\n\n  .wg-title-center {\n    text-align: center;\n    margin-bottom: 24px;\n  }\n\n  .wg-title-center h2 {\n    font-size: 34px;\n    margin: 0 0 10px;\n    font-weight: 800;\n  }\n\n  .wg-title-center p {\n    margin: 0;\n    color: #6b7280;\n    font-size: 17px;\n  }\n\n  .wg-specs {\n    width: 100%;\n    border-collapse: collapse;\n    overflow: hidden;\n  }\n\n  .wg-specs tr {\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .wg-specs tr:last-child {\n    border-bottom: none;\n  }\n\n  .wg-specs td {\n    padding: 16px 10px;\n    font-size: 16px;\n    vertical-align: top;\n  }\n\n  .wg-specs td:first-child {\n    width: 34%;\n    font-weight: 700;\n    color: #111827;\n  }\n\n  .wg-specs td:last-child {\n    color: #4b5563;\n  }\n\n  .wg-faq {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .wg-faq-item {\n    background: #f9fafb;\n    border: 1px solid #e5e7eb;\n    border-radius: 16px;\n    padding: 22px;\n  }\n\n  .wg-faq-item h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n    font-weight: 800;\n  }\n\n  .wg-faq-item p {\n    margin: 0;\n    color: #4b5563;\n    font-size: 16px;\n  }\n\n  @media (max-width: 768px) {\n    .wg-hero h1 {\n      font-size: 30px;\n    }\n\n    .wg-hero p,\n    .wg-feature-text p,\n    .wg-title-center p {\n      font-size: 16px;\n    }\n\n    .wg-feature-text h2,\n    .wg-title-center h2 {\n      font-size: 26px;\n    }\n\n    .wg-highlight-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .wg-specs,\n    .wg-specs tbody,\n    .wg-specs tr,\n    .wg-specs td {\n      display: block;\n      width: 100%;\n    }\n\n    .wg-specs tr {\n      background: #fff;\n      border: 1px solid #e5e7eb;\n      border-radius: 14px;\n      margin-bottom: 14px;\n      padding: 10px 14px;\n    }\n\n    .wg-specs td {\n      padding: 8px 0;\n    }\n\n    .wg-specs td:first-child {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wg-detail\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003csection class=\"wg-section wg-hero\"\u003e\n    \u003cdiv class=\"wg-badge\"\u003eDominate the Outdoors\u003c\/div\u003e\n    \u003ch1\u003eFully Automatic Electric Water Blaster\u003c\/h1\u003e\n    \u003cp\u003e\n      Bring serious power to every water battle with a high-performance electric water blaster built for fast firing, long-range soaking, and all-day outdoor fun.\n    \u003c\/p\u003e\n    \u003cdiv class=\"wg-proof\"\u003e\n\u003cspan\u003e★★★★★\u003c\/span\u003e Trusted by backyard battle fans everywhere\u003c\/div\u003e\n\n    \u003cdiv class=\"wg-image-box\"\u003e\n      \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331145516\/449ed0c17e9809bffb64827641fc2e75.jpg\" alt=\"Fully automatic electric water blaster\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Highlight cards --\u003e\n  \u003csection class=\"wg-section\"\u003e\n    \u003cdiv class=\"wg-highlight-grid\"\u003e\n      \u003cdiv class=\"wg-card\"\u003e\n        \u003ch3\u003eFully Automatic\u003c\/h3\u003e\n        \u003cp\u003eNo manual pumping needed. Just pull the trigger and keep the action going.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wg-card\"\u003e\n        \u003ch3\u003eLong-Range Power\u003c\/h3\u003e\n        \u003cp\u003eStrong, focused streams help you soak targets from a greater distance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wg-card\"\u003e\n        \u003ch3\u003eTactical Design\u003c\/h3\u003e\n        \u003cp\u003eBuilt with a bold look, comfortable grip, and easy-to-handle structure.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Feature 1 --\u003e\n  \u003csection class=\"wg-section\"\u003e\n    \u003cdiv class=\"wg-feature\"\u003e\n      \u003cdiv class=\"wg-feature-media\"\u003e\n        \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331145516\/1971437154d8c186defb41d4023665fe.jpg\" alt=\"Continuous fire electric water blaster\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wg-feature-text\"\u003e\n        \u003ch2\u003eUnstoppable Continuous Fire\u003c\/h2\u003e\n        \u003cp\u003e\n          Powered by an electric firing system, this water blaster delivers rapid and continuous shooting without the effort of manual pumping.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Simply pull the trigger and keep your opponents under pressure with a steady stream of soaking action. It is made for fast-paced backyard games, beach battles, and summer outdoor fun.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Feature 2 --\u003e\n  \u003csection class=\"wg-section\"\u003e\n    \u003cdiv class=\"wg-feature reverse\"\u003e\n      \u003cdiv class=\"wg-feature-media\"\u003e\n        \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331145516\/5eb3ee9f760e1cef447ab8878615f068.jpg\" alt=\"Long range electric water gun\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wg-feature-text\"\u003e\n        \u003ch2\u003eLong-Range Precision Shooting\u003c\/h2\u003e\n        \u003cp\u003e\n          Designed for powerful performance, this blaster launches a strong stream that can reach up to 8 to 10 meters.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Keep your distance, stay mobile, and take control of the game with impressive reach and accurate water blasting performance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Feature 3 --\u003e\n  \u003csection class=\"wg-section\"\u003e\n    \u003cdiv class=\"wg-feature\"\u003e\n      \u003cdiv class=\"wg-feature-media\"\u003e\n        \u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331145516\/87ee14287f270208d7ec098f62088b15.jpg\" alt=\"Tactical electric water blaster design\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"wg-feature-text\"\u003e\n        \u003ch2\u003eTactical Style With Comfortable Handling\u003c\/h2\u003e\n        \u003cp\u003e\n          Featuring a modern tactical-inspired design, this water blaster stands out visually while remaining easy to hold and control.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The ergonomic grip and practical structure make it comfortable for extended play, while the bold appearance adds even more excitement to every outdoor battle.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Specs --\u003e\n  \u003csection class=\"wg-section\"\u003e\n    \u003cdiv class=\"wg-specs-wrap\"\u003e\n      \u003cdiv class=\"wg-title-center\"\u003e\n        \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003cp\u003eEverything you need to know before your next water battle.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003ctable class=\"wg-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFiring Mode\u003c\/td\u003e\n            \u003ctd\u003eFully automatic electric motor\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaximum Range\u003c\/td\u003e\n            \u003ctd\u003eUp to 10 meters \/ 32.8 ft\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTotal Length\u003c\/td\u003e\n            \u003ctd\u003e55 cm \/ 21.7 in\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e850 g \/ 30 oz (empty)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eHigh-impact ABS plastic\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"wg-section\"\u003e\n    \u003cdiv class=\"wg-title-center\"\u003e\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp\u003eQuick answers to common customer questions.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wg-faq\"\u003e\n      \u003cdiv class=\"wg-faq-item\"\u003e\n        \u003ch3\u003eDoes it require manual pumping?\u003c\/h3\u003e\n        \u003cp\u003eNo. This model uses a fully automatic electric system, so you only need to fill it, power it on, and pull the trigger.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wg-faq-item\"\u003e\n        \u003ch3\u003eIs it suitable for outdoor summer play?\u003c\/h3\u003e\n        \u003cp\u003eYes. It is designed for backyard games, beach fun, poolside play, and other outdoor water activities.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wg-faq-item\"\u003e\n        \u003ch3\u003eWhat age is it suitable for?\u003c\/h3\u003e\n        \u003cp\u003eIts lightweight build and easy handling make it a fun option for older kids, teens, and adults during supervised outdoor play.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"ARP9 \/ 🔵 Neon Blue","offer_id":54912686358819,"sku":"0331-16553478","price":26.95,"currency_code":"EUR","in_stock":true},{"title":"Vector \/ 🔵 Neon Blue","offer_id":54912686391587,"sku":"0331-16555368","price":26.95,"currency_code":"EUR","in_stock":true},{"title":"ARP9 \/ 🟤 Sand Yellow","offer_id":54912686424355,"sku":"0331-16557247","price":26.95,"currency_code":"EUR","in_stock":true},{"title":"Vector \/ 🟤 Sand Yellow","offer_id":54912686457123,"sku":"0331-16556936","price":26.95,"currency_code":"EUR","in_stock":true},{"title":"ARP9 \/ ⚫ Tactical Black","offer_id":54912686489891,"sku":"0331-16554697","price":26.95,"currency_code":"EUR","in_stock":true},{"title":"Vector \/ ⚫ Tactical Black","offer_id":54912686522659,"sku":"0331-16551001","price":26.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0823\/0341\/8659\/files\/449ed0c17e9809bffb64827641fc2e75.jpg?v=1775727101","url":"https:\/\/www.novarillo.com\/products\/fully-automatic-water-blaster","provider":"Novarillo","version":"1.0","type":"link"}