{"product_id":"zodiac-freerider-fr500-iq-robotic-pool-cleaner","title":"Zodiac Freerider FR500 iQ","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\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 - Copied exactly 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\u003eAdvanced App-Controlled 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™ retrieval system\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e2 traction motors for superior power\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eFast charging under 5 hours\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eFine 100µ filtration with 3L capacity\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eSuitable for pools up to 10 x 5M\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003eCleans floor, walls \u0026amp; waterline\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 FR500iQ has completely transformed our pool maintenance routine. The app control is incredibly convenient - I can monitor the cleaning from inside the house and get notifications when it's done. The Tap \u0026amp; Lift feature is genius - no more struggling to pull a heavy cleaner out of the pool!\"\u003c\/p\u003e\n\u003cp class=\"quote-author\"\u003e- Sarah M, Gold Coast QLD\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™ FR500iQ represents the pinnacle of cordless robotic pool cleaning technology. This advanced cleaner combines intelligent app control with powerful dual-motor performance to deliver exceptional cleaning results for in-ground pools up to 10 × 5 metres.\u003c\/p\u003e\n\u003cp\u003eFeaturing the innovative iAquaLink® app connectivity, you can monitor battery status, receive cleaning notifications, and control your cleaner from anywhere. The patented Tap \u0026amp; Lift™ retrieval system makes removal effortless – simply tap with your pool pole and the cleaner climbs to the waterline for easy collection.\u003c\/p\u003e\n\u003cp\u003eWith dual traction motors, extended 6.4Ah lithium-ion battery, and fine 100-micron filtration, the FR500iQ delivers professional-grade cleaning performance with the convenience of cordless operation. 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. For very small pool with little leaf matter this cleaner should be fine.\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\"\u003e100µ\u003c\/span\u003e \u003cspan class=\"stat-label\"\u003eFine 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\"\u003eSmart App Control \u0026amp; Monitoring\u003c\/h2\u003e\n\u003cp class=\"feature-text\"\u003eControl your FR500iQ from anywhere with the iAquaLink® app. Monitor battery status in real-time, receive push notifications when cleaning cycles are complete, and access comprehensive pool cleaner tutorials.\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eThe app provides seamless connectivity via Wi-Fi, enabling remote monitoring and control. Stay informed with battery charging status updates and 'time to pick up' notifications for optimal cleaning cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg alt=\"Smart App Control\" src=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Features\/FR500%20%26%20FR800%20-%20Feature%2004.jpg\"\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 alt=\"Tap \u0026amp; Lift System\" src=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Features\/FR500%20%26%20FR800%20-%20Feature%2002.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-column\"\u003e\n\u003ch2 class=\"feature-heading\"\u003eRevolutionary Tap \u0026amp; Lift™ Retrieval\u003c\/h2\u003e\n\u003cp class=\"feature-text\"\u003eSay goodbye to heavy lifting and awkward retrieval methods. The innovative Tap \u0026amp; Lift™ system allows you to simply tap the cleaner with your pool pole, prompting it to climb to the waterline automatically.\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eWater evacuates as the cleaner ascends, making removal lightweight and effortless. Combined with app notifications, you'll know exactly when your cleaner is ready for collection.\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\"\u003eAdvanced Dual-Motor Performance\u003c\/h2\u003e\n\u003cp class=\"feature-text\"\u003eEquipped with two powerful traction motors and patented Cyclonic Suction technology, the FR500iQ delivers unmatched cleaning performance across all pool surfaces including floors, walls, and waterline.\u003c\/p\u003e\n\u003cp class=\"feature-description\"\u003eThe transparent 3-litre filter canister with LED indicator makes maintenance simple and hygienic. Fine 100-micron filtration captures both large debris and microscopic particles with exceptional efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg alt=\"Dual Motor Performance\" src=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Features\/FR500%20%26%20FR800%20-%20Feature%2002.jpg\"\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 FR500iQ\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\"\u003e100 micron filter canister\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\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\"\u003eSurfaces\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eConcrete, fibreglass, tiles, vinyl\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 style=\"margin-right: 1rem; margin-bottom: 1rem;\" rel=\"noopener noreferrer\" download=\"\" class=\"download-button\" href=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Zodiac%20FreeRider%20FR500%20FR800%20Datasheet%20Web%20020525.pdf\" target=\"_blank\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"currentColor\" class=\"download-icon\"\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 style=\"background: linear-gradient(135deg, #059669 0%, #047857 100%); box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3); margin-bottom: 1rem;\" rel=\"noopener noreferrer\" download=\"\" class=\"download-button\" href=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/FR500_800\/Zodiac%20FreeRider%20FR500%20FR800%20Owners%20Manual.pdf\" target=\"_blank\"\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"currentColor\" class=\"download-icon\"\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\u003eApp-Connected Technology\u003c\/h3\u003e\n\u003cp\u003eiAquaLink® app connectivity for smart monitoring and control\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":52028670935253,"sku":"FR500","price":1859.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0686\/3601\/6853\/files\/FR50001Angle.png?v=1757650224","url":"https:\/\/poolwise.com.au\/products\/zodiac-freerider-fr500-iq-robotic-pool-cleaner","provider":"POOLWISE","version":"1.0","type":"link"}