{"product_id":"zodiac-freerider-fr800-iq-robotic-pool-cleaner","title":"Zodiac Freerider FR800 iQ","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #fff;\n        }\n\n        .product-description-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 1rem;\n        }\n\n        \/* Product Subtitle *\/\n        .product-subtitle {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .product-subtitle h2 {\n            font-size: 1.2rem;\n            color: #6b7280;\n            font-weight: 500;\n            margin: 0;\n        }\n\n        \/* Quick Benefits Bar *\/\n        .benefits-bar {\n            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);\n            padding: 1.5rem;\n            border-radius: 0.75rem;\n            margin-bottom: 2rem;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 1rem;\n        }\n\n        .benefit-item {\n            background: white;\n            padding: 1rem;\n            border-radius: 0.5rem;\n            border-left: 4px solid #3b82f6;\n            font-size: 0.9rem;\n            font-weight: 500;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n\n        \/* Customer Quote *\/\n        .customer-quote {\n            background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);\n            padding: 2rem;\n            border-radius: 0.75rem;\n            margin: 2rem 0;\n            border-left: 5px solid #3b82f6;\n        }\n\n        .quote-text {\n            font-size: 1.1rem;\n            font-style: italic;\n            color: #374151;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        .quote-author {\n            font-weight: 600;\n            color: #1f2937;\n            text-align: right;\n        }\n\n        \/* Main Description *\/\n        .main-description {\n            background-color: #f9fafb;\n            padding: 2rem;\n            border-radius: 0.75rem;\n            margin: 2rem 0;\n        }\n\n        .main-description h2 {\n            color: #1f2937;\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin-bottom: 1rem;\n        }\n\n        .main-description p {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            color: #374151;\n            margin-bottom: 1rem;\n        }\n\n        \/* Feature Sections *\/\n        .flex-section {\n            margin: 3rem 0;\n            overflow: hidden;\n        }\n\n        .feature-layout {\n            display: flex;\n            align-items: center;\n            gap: 2rem;\n            padding: 2rem 0;\n        }\n\n        .text-column {\n            flex: 1;\n            padding-right: 1rem;\n        }\n\n        .feature-image {\n            flex: 1;\n            max-width: 300px;\n            text-align: center;\n        }\n\n        .feature-image img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 0.5rem;\n        }\n\n        .feature-heading {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #1e293b;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n\n        .feature-text {\n            font-size: 1.1rem;\n            line-height: 1.7;\n            color: #475569;\n            margin-bottom: 1rem;\n        }\n\n        .feature-description {\n            font-size: 1rem;\n            line-height: 1.6;\n            color: #64748b;\n        }\n\n        \/* Performance Stats Section *\/\n        .stats-section {\n            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);\n            color: white;\n            padding: 3rem 2rem;\n            border-radius: 1rem;\n            margin: 3rem 0;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            text-align: center;\n        }\n\n        .stat {\n            background: rgba(255,255,255,0.1);\n            padding: 1.5rem;\n            border-radius: 0.5rem;\n            backdrop-filter: blur(10px);\n        }\n\n        .stat-number {\n            font-size: 2.25rem;\n            font-weight: 700;\n            color: #60a5fa;\n            display: block;\n            margin-bottom: 0.5rem;\n        }\n\n        .stat-label {\n            font-size: 0.9rem;\n            opacity: 0.9;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        \/* Technical Specifications *\/\n        .specs-section {\n            background-color: #f8fafc;\n            padding: 2.5rem;\n            border-radius: 0.75rem;\n            margin: 3rem 0;\n        }\n\n        .specs-header {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .specs-title {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #1e293b;\n            margin-bottom: 0.5rem;\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.5rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .spec-item {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem;\n            background: white;\n            border-radius: 0.5rem;\n            border: 1px solid #e2e8f0;\n        }\n\n        .spec-label {\n            font-weight: 600;\n            color: #374151;\n        }\n\n        .spec-value {\n            font-weight: 500;\n            color: #6b7280;\n            text-align: right;\n        }\n\n        \/* Download Section - Exact copy from FR200 *\/\n        .download-section {\n            text-align: center;\n            margin: 3rem 0;\n            padding: 2rem;\n            background-color: #f8fafc;\n            border-radius: 0.75rem;\n        }\n\n        .download-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.75rem;\n            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);\n            color: white;\n            text-decoration: none;\n            padding: 1rem 2rem;\n            border-radius: 0.75rem;\n            font-weight: 600;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);\n            border: none;\n        }\n\n        .download-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 25px rgba(59, 130, 246, 0.4);\n            text-decoration: none;\n            color: white;\n        }\n\n        .download-icon {\n            width: 24px;\n            height: 24px;\n        }\n\n        \/* Warranty Section *\/\n        .warranty-section {\n            margin: 3rem 0;\n        }\n\n        .warranty-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n        }\n\n        .warranty-card {\n            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);\n            padding: 2rem;\n            border-radius: 1rem;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n            border: 1px solid #e2e8f0;\n            text-align: center;\n        }\n\n        .warranty-card h3 {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #1f2937;\n            margin-bottom: 0.5rem;\n        }\n\n        .warranty-card p {\n            color: #6b7280;\n            font-size: 0.9rem;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .feature-layout {\n                flex-direction: column;\n            }\n\n            .text-column {\n                padding-right: 0;\n            }\n\n            .feature-heading {\n                font-size: 1.5rem;\n            }\n\n            .stats-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .spec-item {\n                flex-direction: column;\n                text-align: center;\n                gap: 0.5rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .stats-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .stat-number {\n                font-size: 1.8rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description-container\"\u003e\n\u003c!-- Product Subtitle --\u003e\n\u003cdiv class=\"product-subtitle\"\u003e\n\u003ch2\u003ePremium Dual-Stage Filtration Cordless Robotic Pool Cleaner\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Quick Benefits Bar --\u003e\n\u003cdiv class=\"benefits-bar\"\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003eSmart App Control with iAquaLink®\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eTap \u0026amp; Lift™ removal system\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e2 traction motors for maximum power\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eDual-stage filtration 150µ\/60µ\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eFast charging under 5 hours\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e3L debris capacity with LED indicator\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eSuitable for pools up to 10 x 5M\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eClimate Care Certified by SPASA Australia\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Customer Quote --\u003e\n\u003cdiv class=\"customer-quote\"\u003e\n\u003cp class=\"quote-text\"\u003e\"The FR800iQ is absolutely incredible! The dual-stage filtration picks up everything from large leaves to the finest debris. The app notifications are so convenient - I never have to guess when it's finished. The Tap \u0026amp; Lift feature works like magic every time!\"\u003c\/p\u003e\n\u003cp class=\"quote-author\"\u003e- Michael P, Sydney NSW\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Description --\u003e\n\u003cdiv class=\"main-description\"\u003e\n\u003ch2\u003eUnleashed Cleaning Power\u003c\/h2\u003e\n\u003cp\u003eFreeRider™ FR800iQ represents the ultimate in cordless robotic pool cleaning technology. This premium cleaner combines intelligent app control with powerful dual-motor performance and advanced dual-stage filtration to deliver exceptional cleaning results for in-ground pools up to 10 × 5 metres.\u003c\/p\u003e\n\u003cp\u003eFeaturing innovative dual-stage filtration (150µ\/60µ) that captures both large debris and microscopic particles in a single pass, the FR800iQ delivers unmatched cleaning efficiency. The iAquaLink® app connectivity lets you monitor battery status, receive cleaning notifications, and control your cleaner remotely.\u003c\/p\u003e\n\u003cp\u003eWith dual traction motors, extended 6.4Ah lithium-ion battery, patented Cyclonic Suction, and the revolutionary Tap \u0026amp; Lift™ retrieval system, the FR800iQ delivers professional-grade cleaning performance with premium convenience. Designed and certified for Australian conditions with trusted local support.\u003c\/p\u003e\n\u003cp style=\"font-size: 1.1rem; line-height: 1.8; color: #374151;\"\u003e\u003cstrong\u003ePlease note this is a basic cleaner model, and should your budget permit, we do recommend the next model up for Aussie pools.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 1.1rem; line-height: 1.8; color: #374151;\"\u003e\u003cstrong\u003eWe do NOT recommend this cleaner if you have a lot of leave matter, or large leaves like Frangipanis, no matter what size your pool.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Performance Stats Section --\u003e\n\u003cdiv class=\"stats-section\"\u003e\n\u003cdiv class=\"stats-grid\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-number\"\u003e2\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eTraction Motors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-number\"\u003e2hrs\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eRuntime Per Cycle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-number\"\u003e6.4Ah\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eLithium Battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cspan class=\"stat-number\"\u003e150µ\/60µ\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eDual Filtration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Section 1 --\u003e\n\u003cdiv class=\"flex-section\"\u003e\n\u003cdiv class=\"feature-layout\"\u003e\n\u003cdiv class=\"text-column\"\u003e\n\u003ch2 class=\"feature-heading\"\u003eAdvanced Dual-Stage Filtration\u003c\/h2\u003e\n\u003cp class=\"feature-text\"\u003eThe FR800iQ features revolutionary dual-stage filtration with progressive 150µ\/60µ filters that capture both large debris and microscopic particles in a single cleaning cycle. This two-layer system ensures maximum debris collection efficiency.\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eThe transparent 3-litre canister with LED indicator makes monitoring easy, while the top-access design ensures hygienic maintenance. This advanced filtration system delivers superior water clarity compared to single-stage alternatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Features\/FR500%20%26%20FR800%20-%20Feature%2001.jpg\" alt=\"Dual-Stage Filtration System\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Section 2 --\u003e\n\u003cdiv class=\"flex-section\"\u003e\n\u003cdiv class=\"feature-layout\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Features\/FR500%20%26%20FR800%20-%20Feature%2002.jpg\" alt=\"Tap \u0026amp; Lift System\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-column\"\u003e\n\u003ch2 class=\"feature-heading\"\u003eRevolutionary Tap \u0026amp; Lift™ Removal\u003c\/h2\u003e\n\u003cp class=\"feature-text\"\u003eExperience effortless pool cleaner removal with the innovative Tap \u0026amp; Lift™ system. Simply tap the cleaner with your pool pole and it automatically climbs to the waterline, evacuating water as it ascends for lightweight handling.\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eCombined with smart app notifications that alert you when cleaning is complete, you'll never need to guess when your cleaner is ready for collection. No more heavy lifting or awkward retrieval methods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Section 3 --\u003e\n\u003cdiv class=\"flex-section\"\u003e\n\u003cdiv class=\"feature-layout\"\u003e\n\u003cdiv class=\"text-column\"\u003e\n\u003ch2 class=\"feature-heading\"\u003eSmart App Control \u0026amp; Monitoring\u003c\/h2\u003e\n\u003cp class=\"feature-text\"\u003eTake complete control with the iAquaLink® app connectivity. Monitor battery status in real-time, receive push notifications when cleaning cycles complete, select cleaning modes, and access comprehensive tutorials from anywhere.\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eThe app provides seamless Wi-Fi connectivity with battery charging status updates, 'time to pick up' notifications, and remote control capabilities for the ultimate cordless cleaning experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Features\/FR500%20%26%20FR800%20-%20Feature%2004.jpg\" alt=\"Smart App Control\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv class=\"specs-header\"\u003e\n\u003ch3 class=\"specs-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n\u003cp style=\"color: #6b7280;\"\u003eDetailed technical information for the FR800iQ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003ePool Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIn-ground pools\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMaximum Pool Size\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e10m x 5m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e9kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eBattery Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eLithium-ion 6.4Ah\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eRuntime\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e2 hours (floors\/walls\/waterline)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCharging Time\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUnder 5 hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eFiltration\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDual-stage 150µ\/60µ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eFilter Capacity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e3 litres with LED indicator\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMotor Quantity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e2 traction motors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCleaning Width\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e23cm suction inlet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eApp Control\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eiAquaLink® compatible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCleaning Modes\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eFloor only \/ Full cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Download Buttons - Exact copy from FR200 --\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003ca href=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Zodiac%20FreeRider%20FR500%20FR800%20Datasheet%20Web%20020525.pdf\" class=\"download-button\" download=\"\" rel=\"noopener noreferrer\" style=\"margin-right: 1rem; margin-bottom: 1rem;\" target=\"_blank\"\u003e \u003csvg class=\"download-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Download Technical Datasheet \u003c\/a\u003e \u003ca href=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Zodiac%20FreeRider%20FR500%20FR800%20Owners%20Manual.pdf\" class=\"download-button\" download=\"\" rel=\"noopener noreferrer\" style=\"background: linear-gradient(135deg, #059669 0%, #047857 100%); box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3); margin-bottom: 1rem;\" target=\"_blank\"\u003e \u003csvg class=\"download-icon\" fill=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Download Owner's Manual \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Warranty \u0026 Support --\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003ch3 style=\"text-align: center; font-size: 1.75rem; font-weight: bold; color: #1e293b; margin-bottom: 2rem;\"\u003eWarranty \u0026amp; Support\u003c\/h3\u003e\n\u003cdiv class=\"warranty-grid\"\u003e\n\u003cdiv class=\"warranty-card\"\u003e\n\u003ch3\u003e2 Year Warranty\u003c\/h3\u003e\n\u003cp\u003eComprehensive coverage on the entire unit with 1 year on wear parts\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-card\"\u003e\n\u003ch3\u003eLocal Australian Support\u003c\/h3\u003e\n\u003cp\u003eExpert technical support and service right here in Australia\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-card\"\u003e\n\u003ch3\u003ePremium Dual-Stage Filtration\u003c\/h3\u003e\n\u003cp\u003eAdvanced 150µ\/60µ progressive filtration system for superior debris collection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"POOLWISE","offers":[{"title":"Default Title","offer_id":52028722610389,"sku":"FR800","price":1870.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0686\/3601\/6853\/files\/FR80001Angle.png?v=1757652395","url":"https:\/\/poolwise.com.au\/products\/zodiac-freerider-fr800-iq-robotic-pool-cleaner","provider":"POOLWISE","version":"1.0","type":"link"}