{"product_id":"beatbot-aquasense-2-cordless-robotic-pool-cleaner","title":"Beatbot AquaSense 2 Cordless Robotic Pool Cleaner | Floor, Wall \u0026 Waterline","description":"\u003cstyle\u003e\n    :root {\n        --brand-main: #212738;\n        --beatbot-blue: #0D22E6;\n        --accent-orange: #ff9800;\n        --accent-teal: #66cccc;\n        --accent-pink: #e82077;\n        --text-dark: #333333;\n        --bg-light: #f4f4f4;\n        --font-stack: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    .product-description-container {\n        font-family: var(--font-stack);\n        line-height: 1.6;\n        color: var(--text-dark);\n        max-width: 1100px;\n        margin: 0 auto;\n        background-color: #ffffff;\n        font-size: 1.2rem; \n    }\n\n    .hero-banner {\n        background-color: var(--brand-main);\n        padding: 80px 20px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        border-radius: 12px;\n        margin: 20px 0 10px 0;\n    }\n\n    .hero-banner img.logo {\n        max-width: 400px;\n        width: 100%;\n        height: auto;\n    }\n\n    .feature-tag-container {\n        text-align: center;\n        margin: 60px auto;\n    }\n\n    .feature-tag {\n        background-color: var(--accent-teal);\n        color: var(--brand-main);\n        padding: 30px 60px;\n        border-radius: 8px;\n        font-size: 3.5rem; \n        font-weight: 900;\n        text-transform: uppercase;\n        display: inline-block;\n        letter-spacing: 2px;\n        line-height: 1;\n    }\n\n    .pitch-section {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        margin-bottom: 80px;\n        padding: 0 15px;\n        align-items: stretch;\n    }\n\n    .pitch-content {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .pitch-content h2 {\n        color: var(--beatbot-blue);\n        font-size: 2.2rem;\n        margin-bottom: 30px;\n        font-weight: 800;\n        background-color: #f0f2f5;\n        padding: 40px 20px;\n        border-radius: 20px;\n        line-height: 1.3;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        position: relative;\n        z-index: 2;\n        min-height: 120px;\n    }\n\n    .pitch-body-text {\n        position: relative;\n        padding: 40px 25px;\n        min-height: 400px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        border-radius: 15px;\n        overflow: hidden;\n        flex-grow: 1;\n    }\n\n    .pitch-body-text::before {\n        content: \"\";\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center;\n        opacity: 0.8;\n        z-index: 1;\n    }\n\n    \/* Desktop Background Images *\/\n    #feature-1 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Waterline.png?v=1772762366'); }\n    #feature-2 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Sensor.png?v=1772762366'); }\n    #feature-3 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Surface_Parking.png?v=1772762366'); }\n    #feature-4 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Power.png?v=1772762366'); }\n\n    .pitch-body-text h3 {\n        position: relative;\n        z-index: 2;\n        font-size: 1.6rem; \n        margin-bottom: 0;\n        font-weight: 600;\n        line-height: 1.4;\n        color: #ffffff;\n        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);\n    }\n\n    .cleaning-modes-box {\n        background-color: var(--brand-main);\n        color: #ffffff;\n        padding: 45px;\n        border-radius: 15px;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .cleaning-modes-box h3 {\n        color: var(--accent-orange);\n        margin-top: 0;\n        font-size: 2.2rem;\n        font-weight: 700;\n        margin-bottom: 30px;\n    }\n\n    .cleaning-modes-box ul {\n        padding-left: 0;\n        list-style-type: none;\n        margin: 0;\n        flex-grow: 1;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n    }\n\n    .cleaning-modes-box li {\n        color: var(--accent-teal) !important;\n        margin-bottom: 15px;\n        padding-bottom: 15px;\n        border-bottom: 1px solid rgba(102, 204, 204, 0.2);\n    }\n\n    .cleaning-modes-box li:last-child { border-bottom: none; margin-bottom: 0; }\n\n    .cleaning-modes-box li strong {\n        color: var(--accent-teal) !important;\n        font-size: 1.6rem;\n        display: block;\n        margin-bottom: 4px;\n        text-transform: uppercase;\n        font-weight: 800;\n    }\n\n    .cleaning-modes-box li span {\n        font-size: 1.2rem;\n        line-height: 1.3;\n        display: block;\n    }\n\n    .video-showcase {\n        background-color: var(--brand-main);\n        padding: 60px 20px;\n        margin: 0 15px 80px 15px;\n        border-radius: 15px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n    }\n\n    .video-header h2 {\n        color: #ffffff;\n        font-size: 2.2rem;\n        font-weight: 800;\n        margin-bottom: 40px;\n        text-align: center;\n    }\n\n    .video-wrapper {\n        width: 100%;\n        max-width: 960px;\n        box-shadow: 0 10px 40px rgba(0,0,0,0.4);\n        border-radius: 10px;\n        overflow: hidden;\n        line-height: 0;\n    }\n\n    .video-wrapper video {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    .comparison-wrapper {\n        margin: 80px 15px;\n        background-color: var(--brand-main);\n        border-radius: 20px;\n        padding: 40px 20px;\n        color: #ffffff;\n    }\n\n    .comparison-wrapper h2 {\n        text-align: center;\n        color: var(--accent-teal);\n        font-size: 2.5rem;\n        margin-bottom: 40px;\n        font-weight: 900;\n    }\n\n    .comp-grid {\n        display: grid;\n        grid-template-columns: 1.4fr 1fr 1fr 1fr;\n        gap: 1px;\n        background-color: rgba(255,255,255,0.1);\n        border-radius: 12px;\n        overflow: hidden;\n    }\n\n    .comp-cell {\n        padding: 15px 15px;\n        background-color: var(--brand-main);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        font-size: 1.1rem;\n    }\n\n    .comp-header {\n        background-color: rgba(255,255,255,0.05);\n        font-weight: 800;\n        color: var(--accent-orange);\n        text-transform: uppercase;\n        padding: 30px 15px;\n        font-size: 1.2rem;\n    }\n\n    .comp-label {\n        justify-content: flex-start;\n        text-align: left;\n        color: var(--accent-teal);\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 0.9rem;\n        letter-spacing: 1px;\n    }\n\n    .specs-container {\n        margin-bottom: 80px;\n        padding: 0 15px;\n    }\n\n    .specs-container h2 {\n        color: var(--beatbot-blue);\n        text-align: center;\n        font-size: 2.5rem;\n        margin-bottom: 50px;\n        font-weight: 800;\n    }\n\n    table.specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n\n    th.specs-head {\n        background-color: var(--brand-main);\n        color: var(--accent-orange);\n        padding: 40px 20px;\n        text-align: center;\n        font-size: 2.4rem;\n        font-weight: 900;\n        text-transform: uppercase;\n    }\n\n    td.specs-cell {\n        padding: 25px 35px;\n        border-bottom: 1px solid #eeeeee;\n        font-size: 1.1rem;\n    }\n\n    .spec-label {\n        font-weight: 800;\n        color: var(--brand-main);\n        width: 40%;\n    }\n\n    \/* USP Grid *\/\n    .feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 30px;\n        margin-bottom: 80px;\n        padding: 0 15px;\n    }\n\n    .feature-card {\n        background: var(--bg-light);\n        padding: 50px 35px;\n        border-radius: 15px;\n        border-bottom: 8px solid var(--accent-teal);\n        text-align: center;\n    }\n\n    .feature-card .usp-icon {\n        font-size: 5rem;\n        margin-bottom: 20px;\n        display: block;\n    }\n\n    .feature-card h3 {\n        color: var(--brand-main);\n        font-size: 1.8rem;\n        margin: 20px 0;\n        font-weight: 800;\n    }\n\n    \/* Included Box Section *\/\n    .included-section {\n        margin-bottom: 80px;\n        padding: 70px 40px;\n        background-color: var(--bg-light);\n        border-radius: 15px;\n        border: 3px solid var(--accent-pink); \n        margin-left: 15px;\n        margin-right: 15px;\n    }\n\n    .included-section h2 {\n        color: var(--brand-main);\n        font-size: 2.5rem;\n        text-align: center;\n        margin-bottom: 60px;\n        font-weight: 800;\n    }\n\n    .included-grid {\n        display: grid;\n        grid-template-columns: 2fr 1fr 1fr;\n        grid-template-rows: auto auto;\n        gap: 20px;\n    }\n\n    .included-item {\n        background-color: #ffffff;\n        padding: 30px 20px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        border-radius: 8px;\n        box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n    }\n\n    .included-item.main-unit { grid-row: span 2; }\n\n    .included-item img {\n        max-width: 100%;\n        height: auto;\n        margin-bottom: 20px;\n        object-fit: contain;\n    }\n\n    .included-item p {\n        font-weight: 800;\n        color: var(--text-dark);\n        font-size: 1.5rem; \n        margin: 0;\n        line-height: 1.2;\n    }\n\n    \/* MOBILE \u0026 SWIPE LOGIC *\/\n    @media (max-width: 768px) {\n        .pitch-content h2 { min-height: 140px; font-size: 1.8rem; }\n        \n        \/* Mobile Background Image Overrides *\/\n        #feature-1 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Mobile_Aquasense_2_Pitch_Waterline.png?v=1772762382'); }\n        #feature-2 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Mobile_Aquasense_2_Pitch_Sensor.png?v=1772762382'); }\n        #feature-3 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Mobile_Aquasense_2_Pitch_Surface.png?v=1772762382'); }\n        #feature-4 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Mobile_Aquasense_2_Pitch_Power.png?v=1772762382'); }\n\n        .swipable-container {\n            display: flex !important;\n            overflow-x: auto !important;\n            scroll-snap-type: x mandatory;\n            grid-template-columns: none !important;\n            gap: 15px !important;\n            padding: 0 20px 30px 20px !important;\n            -ms-overflow-style: none;\n            scrollbar-width: none;\n        }\n        .swipable-container::-webkit-scrollbar { display: none; }\n        .swipable-container .pitch-content {\n            flex: 0 0 88%;\n            scroll-snap-align: center;\n            background: #ffffff;\n            border-radius: 20px;\n        }\n        .pitch-body-text { min-height: 450px; } \n        .pitch-section:not(.swipable-container) { grid-template-columns: 1fr; }\n        .comp-grid { grid-template-columns: 1fr 1fr 1fr 1fr; font-size: 0.75rem; }\n        .comp-cell { padding: 12px 5px; }\n        .comp-header { font-size: 0.9rem; padding: 20px 5px; }\n        .feature-tag { font-size: 1.8rem; padding: 15px 25px; width: calc(100% - 20px); box-sizing: border-box; }\n        .hero-banner { padding: 40px 15px; }\n        .video-showcase { margin: 0 10px 60px 10px; padding: 30px 10px; }\n        .included-grid { grid-template-columns: 1fr; }\n        .included-item.main-unit { grid-row: span 1; }\n        .included-item p { font-size: 1.3rem; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n    \n    \u003cheader class=\"hero-banner\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Beatbot_Logo_White_PNG.png?v=1772322169\" alt=\"Beatbot Logo\" class=\"logo\"\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"feature-tag-container\"\u003e\n        \u003cspan class=\"feature-tag\"\u003eNext Generation Pool Intelligence\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"pitch-section\"\u003e\n        \u003cdiv class=\"pitch-content\"\u003e\n            \u003ch2 style=\"min-height: auto;\"\u003eThe Absolute Standard in Core Maintenance\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text\" style=\"min-height: auto; padding: 35px; border-radius: 20px; background-color: #f0f2f5;\"\u003e\n                \u003ch3 style=\"color: var(--brand-main); text-shadow: none; font-size: 1.45rem; margin-bottom: 25px; font-weight: 500; line-height: 1.5;\"\u003eThe Beatbot AquaSense 2 is built for Australian conditions, offering unparalleled core cleaning technology. Protected by an automotive grade coating against harsh sun and heat, it delivers an exhaustive 3 in 1 clean covering your pool floor, walls and waterline.\u003c\/h3\u003e\n                \n                \u003ch3 style=\"color: var(--brand-main); text-shadow: none; font-size: 1.45rem; margin-bottom: 25px; font-weight: 500; line-height: 1.5;\"\u003ePowered by a huge 10,000mAh battery, it provides up to four hours of continuous floor scrubbing on a single charge. Simply place it in the water, and its intelligent 16 sensor array maps out the most efficient trajectory for your specific pool shape.\u003c\/h3\u003e\n\n                \u003ch3 style=\"color: var(--brand-main); text-shadow: none; font-size: 1.45rem; margin-bottom: 0; font-weight: 500; line-height: 1.5;\"\u003eSay goodbye to heavy lifting. Once the cycle is complete, the robot returns automatically to the surface for easy retrieval. It is the premier choice for pool owners who require elite mechanical scrubbing without the need for integrated skimming.\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cleaning-modes-box\"\u003e\n            \u003ch3\u003eOptimised Cleaning Cycles\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003eStandard Mode\u003c\/strong\u003e\u003cspan\u003eAn exhaustive cleaning cycle that addresses every square centimetre of the pool floor, walls and waterline in a single pass.\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eFloor Only\u003c\/strong\u003e\u003cspan\u003eA dedicated high speed cleaning path engineered for rapid debris removal from the bottom of your pool.\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eWaterline Only\u003c\/strong\u003e\u003cspan\u003eTargeted high intensity scrubbing focused exclusively on the waterline area where stubborn oils and grime accumulate.\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSmart Parking\u003c\/strong\u003e\u003cspan\u003eAutomatic surface return logic ensuring your robot is always easy to grab when the job is done.\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pitch-section swipable-container\" style=\"grid-template-rows: auto auto;\"\u003e\n        \n        \u003cdiv class=\"pitch-content\" id=\"feature-1\"\u003e\n            \u003ch2 style=\"background-color: var(--accent-teal); color: var(--brand-main);\"\u003eDual Pass Waterline Scrubbing\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text has-bg\"\u003e\n                \u003ch3\u003eEngineered for precision, the AquaSense 2 scrubs the waterline twice during each pass. This targeted mechanical action ensures deep set grime and algae are lifted effortlessly, resulting in an exceptionally pristine edge around your entire pool.\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pitch-content\" id=\"feature-2\"\u003e\n            \u003ch2 style=\"background-color: var(--brand-main); color: var(--accent-teal);\"\u003eSonicSense™ 16 Sensor Array\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text has-bg\"\u003e\n                \u003ch3\u003eCombining 16 high precision sensors with CleverNav™ path optimisation, the robot expertly maps your pool. It dynamically avoids obstacles and guarantees full coverage without missing a spot, saving you both time and energy.\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pitch-content\" id=\"feature-3\"\u003e\n            \u003ch2 style=\"background-color: var(--accent-teal); color: var(--brand-main);\"\u003eSmart Surface Parking\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text has-bg\"\u003e\n                \u003ch3\u003eHeavy pulling and fishing hooks are a thing of the past. The AquaSense 2 features an industry first smart return system, parking itself automatically at the water surface when the cleaning is finished or the battery is running low.\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pitch-content\" id=\"feature-4\"\u003e\n            \u003ch2 style=\"background-color: var(--brand-main); color: var(--accent-teal);\"\u003e10,000mAh Extended Power\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text has-bg\"\u003e\n                \u003ch3\u003eDriven by a massive 10,000mAh lithium ion battery and a 4 motor system, it tackles up to 4 hours of continuous floor cleaning on a single charge. Enjoy seamless performance and a spotless finish without any interruptions.\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"video-showcase\"\u003e\n        \u003cdiv class=\"video-header\"\u003e\n            \u003ch2 style=\"color: #ffffff;\"\u003ePrecision Engineering in Motion\u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"video-wrapper\"\u003e\n            \u003cvideo controls loop muted autoplay playsinline\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/78a6e49f408a4ef4af17723fb82a784e.mp4\" type=\"video\/mp4\"\u003e\n                Your browser does not support the video tag.\n            \u003c\/source\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"comparison-wrapper\"\u003e\n        \u003ch2 style=\"color: var(--accent-teal);\"\u003eSeries 2 Performance Comparison\u003c\/h2\u003e\n        \u003cdiv class=\"comp-grid\"\u003e\n            \u003cdiv class=\"comp-cell comp-header comp-label\"\u003eCapability Matrix\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell comp-header\" style=\"color: #ffffff;\"\u003eAquaSense 2\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell comp-header\"\u003eAquaSense 2 Pro\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell comp-header\"\u003eAquaSense 2 Ultra\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eCleaning Architecture\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eCordless 3 in 1\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eCordless 5 in 1\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eCordless 5 in 1\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eFloor, Wall \u0026amp; Waterline\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✔\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✔\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✔\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eSurface Skimming\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✘\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✔\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✔\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eWater Clarification\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✘\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✔\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✔\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eAI Camera Detection\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✘\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✘\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e✔\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eHardware Sensors\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e16 Sensors\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e22 Sensors\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e27 Sensors\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eMotors\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e4 Motors\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e9 Motors\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e11 Motors\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eBattery Capacity\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e10,000 mAh\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e13,400 mAh\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e13,400 mAh\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eFilter Capacity\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e2.0 Litres\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e3.7 Litres\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e4.0 Litres\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eAustralian Warranty\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e3 Years\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e3 Years\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e3 Years\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"specs-container\"\u003e\n        \u003ch2\u003eFull Technical Data\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003cthead\u003e\u003ctr\u003e\u003cth colspan=\"2\" class=\"specs-head\"\u003eAquaSense 2 Specifications\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eOperating Coverage\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003eFloor, Walls and Waterline\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eNavigational Intelligence\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003eCleverNav™ and SonicSense™ (16 Sensors)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eSuction Power\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e20,800 Litres Per Hour\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eDrive Architecture\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e4 Motors with 6 Wheel Navigation\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003ePower Supply\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e10,000 mAh Lithium ion Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eRuntime\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003eUp to 4 Hours (Floor Mode)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eFilter Basket\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e2.0 Litres (Two Layer 150µm)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e10.47 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eUnit Dimensions\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e451 mm x 435 mm x 233 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eSupport\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e3 Year Australian Manufacturer Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\" style=\"border-bottom-color: var(--accent-teal);\"\u003e\n            \u003cspan class=\"usp-icon\"\u003e🤖\u003c\/span\u003e\n            \u003ch3\u003eSonicSense™ 16 Sensors\u003c\/h3\u003e\n            \u003cp\u003eAdvanced ultrasonic arrays and robust processing map your pool in seconds to plan the most efficient 3 in 1 path possible.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\" style=\"border-bottom-color: var(--accent-teal);\"\u003e\n            \u003cspan class=\"usp-icon\"\u003e🔋\u003c\/span\u003e\n            \u003ch3\u003e10,000mAh Power\u003c\/h3\u003e\n            \u003cp\u003eA massive high capacity lithium ion battery provides up to 4 hours of continuous, industry leading floor cleaning power.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\" style=\"border-bottom-color: var(--accent-teal);\"\u003e\n            \u003cspan class=\"usp-icon\"\u003e🌊\u003c\/span\u003e\n            \u003ch3\u003eSmart Surface Parking\u003c\/h3\u003e\n            \u003cp\u003eThe robot effortlessly returns to the surface upon finishing its cycle, waiting patiently for a simple one handed retrieval.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"included-section\"\u003e\n        \u003ch2\u003eWhat Is In The Box?\u003c\/h2\u003e\n        \u003cdiv class=\"included-grid\"\u003e\n            \u003cdiv class=\"included-item main-unit\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Robot_0a5a3288-75b4-4935-b0fb-04f9e95b8c94.png?v=1772762901\" alt=\"AquaSense 2 Robot\"\u003e\n                \u003cp\u003eAquaSense 2 Robot x 1\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"included-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Charging_Dock_f1a901ab-974a-44a0-a941-88441e4f4bb8.png?v=1772762901\" alt=\"Charging Dock\"\u003e\n                \u003cp\u003eCharging Dock x 1\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"included-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Quick_Start_c57268d7-16c8-4a25-ac49-17cfa8cb65f7.png?v=1772762901\" alt=\"Quick Start Guide\"\u003e\n                \u003cp\u003eQuick Start Guide x 1\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"included-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Hook_e062bde3-58ee-475e-bf1f-7ab5a1fe3938.png?v=1772762901\" alt=\"Retrieval Hook\"\u003e\n                \u003cp\u003eRetrieval Hook x 1\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"included-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/User_Manual_5c5756a3-5d01-4f83-926d-5ea35d1271d1.png?v=1772762901\" alt=\"User Manual\"\u003e\n                \u003cp\u003eUser Manual x 1\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Beatbot","offers":[{"title":"Default Title","offer_id":63257762300273,"sku":"BB-AS2-STD-AU","price":1999.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Hero_8e844190-d325-479a-8f03-2e748b3d8408.png?v=1772690961","url":"https:\/\/www.directpoolsupplies.com.au\/products\/beatbot-aquasense-2-cordless-robotic-pool-cleaner","provider":"Direct Pool Supplies AU","version":"1.0","type":"link"}