{"product_id":"beatbot-aquasense-2-pro-cordless-robotic-pool-cleaner-5-in-1","title":"Beatbot AquaSense 2 Pro: Ultimate 5 in 1 Cordless Pool Cleaner","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 { max-width: 400px; width: 100%; height: auto; }\n\n    \/* Award Section *\/\n    .award-banner {\n        background-color: var(--bg-light);\n        text-align: center;\n        padding: 20px;\n        border-radius: 0 0 12px 12px;\n        margin-bottom: 60px;\n        border-bottom: 4px solid var(--accent-teal);\n    }\n\n    .award-banner p {\n        margin: 0;\n        font-weight: 900;\n        text-transform: uppercase;\n        color: var(--brand-main);\n        letter-spacing: 1px;\n        font-size: 1rem;\n    }\n\n    .feature-tag-container { text-align: center; margin: 60px auto; }\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 { display: flex; flex-direction: column; }\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; left: 0; right: 0; 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\/Desktop_Aquasense_2_Clarification.png?v=1772764413'); }\n    #feature-2 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Desktop_Aquasense_2_App.png?v=1772764413'); }\n    #feature-3 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Desktop_Aquasense_2_Sensor.png?v=1772764413'); }\n    #feature-4 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Desktop_Aquasense_2_Surface_Parking.png?v=1772764413'); }\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    .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    .cleaning-modes-box li span { font-size: 1.2rem; line-height: 1.3; display: block; }\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 { color: #ffffff; font-size: 2.2rem; font-weight: 800; margin-bottom: 40px; text-align: center; }\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    .video-wrapper video { width: 100%; height: auto; display: block; }\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 { text-align: center; color: var(--accent-teal); font-size: 2.5rem; margin-bottom: 40px; font-weight: 900; }\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    .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    .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    .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 { margin-bottom: 80px; padding: 0 15px; }\n    .specs-container h2 { color: var(--beatbot-blue); text-align: center; font-size: 2.5rem; margin-bottom: 50px; font-weight: 800; }\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    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    td.specs-cell { padding: 25px 35px; border-bottom: 1px solid #eeeeee; font-size: 1.1rem; }\n    .spec-label { font-weight: 800; color: var(--brand-main); width: 40%; }\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 { font-size: 5rem; margin-bottom: 20px; display: block; }\n    .feature-card h3 { color: var(--brand-main); font-size: 1.8rem; margin: 20px 0; font-weight: 800; }\n\n    \/* Included Box Section (Updated for 6 Items) *\/\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    .included-section h2 { color: var(--brand-main); font-size: 2.5rem; text-align: center; margin-bottom: 60px; font-weight: 800; }\n    \n    .included-grid { \n        display: grid; \n        grid-template-columns: 2fr 1fr 1fr; \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 3; }\n    .included-item.wide-item { grid-column: span 2; }\n    \n    .included-item img { max-width: 100%; height: auto; margin-bottom: 20px; object-fit: contain; }\n    .included-item p { font-weight: 800; color: var(--text-dark); font-size: 1.5rem; margin: 0; line-height: 1.2; }\n\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_Pro_Pitch_Clarification.png?v=1772764424'); }\n        #feature-2 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Mobile_Aquasense_2_Pro_Pitch_App.png?v=1772764424'); }\n        #feature-3 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Mobile_Aquasense_2_Pro_Pitch_Sensor.png?v=1772764423'); }\n        #feature-4 .pitch-body-text::before { background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Mobile_Aquasense_2_Pro_Pitch_Surface_Parking.png?v=1772764424'); }\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 { flex: 0 0 88%; scroll-snap-align: center; background: #ffffff; border-radius: 20px; }\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        \n        .included-grid { grid-template-columns: 1fr; }\n        .included-item.main-unit { grid-row: span 1; }\n        .included-item.wide-item { grid-column: 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=\"award-banner\"\u003e\n        \u003cp\u003e🏆 Winner of the Red Dot Design Award and iF Design Gold Award 2025\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-tag-container\"\u003e\n        \u003cspan class=\"feature-tag\"\u003eThe Industry Leading 5 in 1 Master\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;\"\u003eComplete Pool Care in One Intelligent Robot\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 Pro delivers comprehensive 5 in 1 cleaning, handling the surface, walls, waterline, floor and even water clarification. Equipped with 22 precision sensors and a 9 motor drive system, it tackles the most complex pool shapes with ease.\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;\"\u003eWith an upgraded 13,400mAh battery, it skims your water surface for up to 11 hours or scrubs the floor for 5 hours. You can even take control using the app to manually chase down floating leaves in real time.\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;\"\u003eWhen the job is complete, the exclusive surface parking technology ensures it docks comfortably above the water for a simple, lightweight lift out. This is premium, hands free pool maintenance elevated to an art form.\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cleaning-modes-box\"\u003e\n            \u003ch3\u003eCustomised Cleaning Cycles\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003ePro Master Mode\u003c\/strong\u003e\u003cspan\u003eThe complete 5 in 1 programme ensuring the floor, walls, waterline and surface are flawlessly maintained.\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSurface Remote\u003c\/strong\u003e\u003cspan\u003eEngage app control to manually guide the robot across the water surface for targeted skimming.\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eClearWater Dispense\u003c\/strong\u003e\u003cspan\u003eAutomatically releases natural, skin safe agents to bind microscopic particles for unparalleled visual purity.\u003c\/span\u003e\n\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSmart Parking\u003c\/strong\u003e\u003cspan\u003eReturns to the waterline edge instantly when the battery is low or the cycle concludes.\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);\"\u003eClearWater™ Clarification\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text has-bg\"\u003e\n                \u003ch3\u003eAutomatically dispenses a 100% natural, eco friendly clarifying agent during its cycle. This binds fine particles together four times faster than traditional methods, resulting in water so clear it practically disappears.\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);\"\u003eApp Remote Surface Control\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text has-bg\"\u003e\n                \u003ch3\u003eTake the wheel directly from your smartphone. Steer the robot in any direction to chase down specific floating debris, adjust speeds or simply call it back to the edge with a single tap. Pool cleaning has never been this fun or exact.\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);\"\u003eCleverNav™ 22 Sensor Intelligence\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text has-bg\"\u003e\n                \u003ch3\u003eDriven by a powerful 4 core CPU and a network of 22 precision sensors, the Pro model maps highly efficient S and N path trajectories. It flawlessly navigates around drains, stairs and ladders to provide a truly spotless result.\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);\"\u003eExclusive Surface Parking\u003c\/h2\u003e\n            \u003cdiv class=\"pitch-body-text has-bg\"\u003e\n                \u003ch3\u003eNo fishing rods required. The AquaSense 2 Pro finishes its cycle and waits patiently at the surface of your pool. Paired with automatic water release technology, retrieval is practically weightless and completely hassle free.\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;\"\u003eElite Performance in Action\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\/4a3c13e86f864f7db361fb2b24b3fc0d.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\"\u003eAquaSense 2\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell comp-header\" style=\"color: #ffffff;\"\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 and 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\"\u003eSurface Suitability\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eAbove and In ground\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eAbove and In ground\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eAbove and In ground\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eGeometric Versatility\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eAll Shapes and Freeform\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eAll Shapes and Freeform\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003eAll Shapes and Freeform\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\"\u003eSuction Strength\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e20,800 L\/H\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e20,800 L\/H\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e20,800 L\/H\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\"\u003eDry Weight\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e10.47 kg\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e11.38 kg\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e13.20 kg\u003c\/div\u003e\n\n            \u003cdiv class=\"comp-cell comp-label\"\u003eCasing Dimensions\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e451 x 435 x 233 mm\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e452 x 434 x 267 mm\u003c\/div\u003e\n            \u003cdiv class=\"comp-cell\"\u003e454 x 439 x 278 mm\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 Pro 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, Waterline, Surface and Clarification\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eNavigational AI\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003eCleverNav™ and SonicSense™ (22 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\"\u003eScrubbing Tech\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e9 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\"\u003e13,400 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 11 Hours (Surface) \/ 5 Hours (Floor)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eCharge Duration\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003e3.5 Hours to 100%\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"specs-cell spec-label\"\u003eConnectivity\u003c\/td\u003e\n\u003ctd class=\"specs-cell\"\u003eBeatbot Wireless (Wi-Fi and Bluetooth)\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\"\u003e3.7 Litre Dual Capacity (150µm + 250µ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\"\u003e11.38 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\"\u003e452 mm x 434 mm x 267 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\u003eCleverNav™ 22 Sensors\u003c\/h3\u003e\n            \u003cp\u003eA sophisticated network of 22 precision sensors ensures flawless navigation around drains, stairs and complex pool ladders.\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\u003eClearWater™ Clarification\u003c\/h3\u003e\n            \u003cp\u003eAutomatically dispenses natural agents to bind microscopic particles, resulting in visually stunning, crystal clear water.\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\u003eApp Remote Control\u003c\/h3\u003e\n            \u003cp\u003eTake the wheel via your smartphone to manually chase down floating leaves or call the robot back to the edge instantly.\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_f62cbb7e-5468-4804-85d6-523aab11f43f.png?v=1772764835\" alt=\"AquaSense 2 Pro Robot\"\u003e\n                \u003cp\u003eAquaSense 2 Pro 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_f12db7d0-111d-4c8a-a215-4db1f116242b.png?v=1772764834\" 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_344afbd6-713a-4e5d-91dc-f7488667c855.png?v=1772764834\" 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_ef08cecd-20f3-48b1-b2cf-cb169d12828c.png?v=1772764834\" 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_41cce62e-df52-4b93-84ff-2e84f3a4b09a.png?v=1772764834\" alt=\"User Manual\"\u003e\n                \u003cp\u003eUser Manual x 1\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"included-item wide-item\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Clarifying_Agent_Kit.png?v=1772764834\" alt=\"Clarifying Agent Kit\"\u003e\n                \u003cp\u003eClarifying Agent Kit 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":63257867813233,"sku":"BB-AS2-PRO-AU","price":3599.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0753\/7459\/2283\/files\/Hero_2e6d57be-ddca-4707-bb11-4ab430de12fb.png?v=1772692245","url":"https:\/\/www.directpoolsupplies.com.au\/products\/beatbot-aquasense-2-pro-cordless-robotic-pool-cleaner-5-in-1","provider":"Direct Pool Supplies AU","version":"1.0","type":"link"}