{"product_id":"zodiac-duo-x-dx4000-robotic-pool-cleaner","title":"Zodiac Duo-X DX4000","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eZodiac DuoX DX4000 Product Page\u003c\/title\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n            line-height: 1.6;\n            color: #374151;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 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: 2rem;\n            font-weight: 700;\n            color: #1f2937;\n            margin: 0;\n        }\n\n        \/* Quick Benefits Bar *\/\n        .benefits-bar {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 1rem;\n            background: white;\n            padding: 2rem;\n            border-radius: 1rem;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            margin-bottom: 2rem;\n        }\n\n        .benefit-item {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            padding: 1rem;\n            background: #f8fafc;\n            border-radius: 0.75rem;\n            transition: transform 0.3s ease;\n        }\n\n        .benefit-item:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        .benefit-icon {\n            width: 40px;\n            height: 40px;\n            background: linear-gradient(135deg, #3b82f6, #1d4ed8);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.2rem;\n        }\n\n        .benefit-text {\n            flex: 1;\n        }\n\n        .benefit-title {\n            font-weight: 600;\n            color: #1f2937;\n            margin-bottom: 0.25rem;\n        }\n\n        .benefit-desc {\n            font-size: 0.875rem;\n            color: #6b7280;\n        }\n\n        \/* Social Proof Section *\/\n        .social-proof {\n            background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 100%);\n            padding: 2rem;\n            border-radius: 1rem;\n            margin-bottom: 2rem;\n            text-align: center;\n        }\n\n        .stars {\n            color: #f59e0b;\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .review-text {\n            font-style: italic;\n            font-size: 1.1rem;\n            color: #92400e;\n            margin-bottom: 1rem;\n        }\n\n        .reviewer {\n            font-weight: 600;\n            color: #92400e;\n        }\n\n        .stats {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin-top: 1rem;\n            flex-wrap: wrap;\n        }\n\n        .stat {\n            text-align: center;\n        }\n\n        .stat-number {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #92400e;\n        }\n\n        .stat-label {\n            font-size: 0.875rem;\n            color: #92400e;\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            margin-bottom: 2rem;\n        }\n\n        .section-title {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #1f2937;\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .feature-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n\n        .feature-item {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n            background: white;\n            border-radius: 1rem;\n            overflow: hidden;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            align-items: center;\n        }\n\n        @media (min-width: 768px) {\n            .feature-item {\n                grid-template-columns: 1fr 1fr;\n            }\n            .feature-item:nth-child(even) .feature-content {\n                order: 2;\n            }\n            .feature-item:nth-child(even) .feature-image {\n                order: 1;\n            }\n        }\n\n        .feature-content {\n            padding: 2rem;\n        }\n\n        .feature-title {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #1f2937;\n            margin-bottom: 1rem;\n        }\n\n        .feature-description {\n            color: #6b7280;\n            margin-bottom: 1rem;\n        }\n\n        .feature-image {\n            height: 250px;\n            background: #f3f4f6;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #9ca3af;\n        }\n\n        \/* Specifications Tab *\/\n        .specs-section {\n            background: white;\n            border-radius: 1rem;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            margin-bottom: 2rem;\n            overflow: hidden;\n        }\n\n        .specs-header {\n            background: #f8fafc;\n            padding: 1.5rem;\n            border-bottom: 1px solid #e5e7eb;\n        }\n\n        .specs-title {\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: #1f2937;\n            margin-bottom: 0.5rem;\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 0;\n        }\n\n        @media (min-width: 768px) {\n            .specs-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        .spec-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 1rem 1.5rem;\n            border-bottom: 1px solid #e5e7eb;\n        }\n\n        .spec-label {\n            font-weight: 500;\n            color: #374151;\n        }\n\n        .spec-value {\n            color: #6b7280;\n            text-align: right;\n        }\n\n        \/* Download Button *\/\n        .download-section {\n            text-align: center;\n            margin: 2rem 0;\n        }\n\n        .download-button {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.75rem;\n            padding: 1rem 2rem;\n            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);\n            color: white;\n            text-decoration: none;\n            border-radius: 0.75rem;\n            font-size: 1.1rem;\n            font-weight: 600;\n            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .download-button::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n            transition: left 0.5s ease;\n        }\n\n        .download-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);\n            background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);\n        }\n\n        .download-button:hover::before {\n            left: 100%;\n        }\n\n        .download-icon {\n            width: 20px;\n            height: 20px;\n            transition: transform 0.3s ease;\n        }\n\n        .download-button:hover .download-icon {\n            transform: translateY(2px);\n        }\n\n        \/* Warranty Section *\/\n        .warranty-section {\n            background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);\n            padding: 2rem;\n            border-radius: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        .warranty-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 1.5rem;\n        }\n\n        @media (min-width: 768px) {\n            .warranty-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n\n        .warranty-item {\n            text-align: center;\n        }\n\n        .warranty-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #02ACC4, #0097a7);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.5rem;\n            margin: 0 auto 1rem;\n        }\n\n        .warranty-title {\n            font-weight: 600;\n            color: #006064;\n            margin-bottom: 0.5rem;\n        }\n\n        .warranty-desc {\n            color: #00838f;\n            font-size: 0.875rem;\n        }\n\n        \/* What's Included *\/\n        .included-section {\n            background: white;\n            border-radius: 1rem;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n            padding: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .included-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1rem;\n        }\n\n        .included-item {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            padding: 1rem;\n            background: #f8fafc;\n            border-radius: 0.5rem;\n        }\n\n        .included-icon {\n            width: 40px;\n            height: 40px;\n            background: #3b82f6;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003c!-- Product Subtitle --\u003e\n        \u003cdiv class=\"product-subtitle\"\u003e\n            \u003ch2\u003eAdvanced Wired Robotic Pool Cleaner with LED Technology\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Quick Benefits Bar --\u003e\n        \u003cdiv class=\"benefits-bar\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💡\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eLED Illumination\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eTransparent canister with LED\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🌪️\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eDual Helix Brushes\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eFront \u0026amp; rear brush system\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eLift System™\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003e15% less effort removal\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eFloor \u0026amp; Walls\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eComplete coverage\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🗂️\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eDual Filtration\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003e150µ \u0026amp; 60µ canisters\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🛒\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eCaddy Included\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-desc\"\u003eTransport \u0026amp; storage trolley\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Social Proof Section --\u003e\n        \u003cdiv class=\"social-proof\"\u003e\n            \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cp class=\"review-text\"\u003e\"The DX4000 is fantastic! The LED light in the canister makes it so easy to see when it needs emptying, and the dual brushes really make a difference in cleaning power. The caddy is a nice bonus for storage. Worth the upgrade from the DX3000!\"\u003c\/p\u003e\n            \u003cp class=\"reviewer\"\u003e- Lisa M, Perth WA\u003c\/p\u003e\n            \u003cdiv class=\"stats\"\u003e\n                \u003cdiv class=\"stat\"\u003e\n                    \u003cdiv class=\"stat-number\"\u003e10,000+\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eHappy Customers\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"stat\"\u003e\n                    \u003cdiv class=\"stat-number\"\u003e2 Year\u003c\/div\u003e\n                    \u003cdiv class=\"stat-label\"\u003eWarranty\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Product Description --\u003e\n        \u003cdiv class=\"features-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eEnhanced Agility \u0026amp; LED Technology\u003c\/h2\u003e\n            \n            \u003cdiv style=\"background: white; padding: 2rem; border-radius: 1rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); margin-bottom: 2rem;\"\u003e\n                \u003cp style=\"font-size: 1.1rem; line-height: 1.8; color: #374151;\"\u003e\n                    \u003cstrong\u003eDuoX™ DX4000\u003c\/strong\u003e offers integrated agility with a compact body intelligent cleaner, featuring enhanced LED technology and dual brush system. With new patented Helix shaped brushes (front and rear) and compact body, the DuoX™ delivers superior cleaning performance with excellent pool coverage.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp style=\"font-size: 1.1rem; line-height: 1.8; color: #374151;\"\u003e\n                    Featuring dual stage filtration (150μ\/60μ) that is capable of picking up small and large debris, the DuoX™ is designed to run in all types of pools. The transparent canister window with LED illumination allows for easy monitoring of the filter's status so you know when the robotic pool cleaner needs emptying.\n                \u003c\/p\u003e\n                \u003cbr\u003e\n                \u003cp style=\"font-size: 1.1rem; line-height: 1.8; color: #374151;\"\u003e\n                    With the patented Lift System™ and unique design, the DuoX™ is capable of expelling water very quickly making it very easy to operate and remove from the water. DX4000 has superior wall detection without the need for tilting making it very efficient in covering the pool. Includes transportation caddy for convenient storage.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Feature Grid --\u003e\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3 class=\"feature-title\"\u003eEnhanced Smart Sensors \u0026amp; Agility\u003c\/h3\u003e\n                        \u003cp class=\"feature-description\"\u003e\n                            With its embedded smart sensors and unique design, DuoX™ DX4000 offers excellent coverage of the pool and limitless agility. Superior wall detection without the need for tilting makes it very efficient in covering the pool.\n                        \u003c\/p\u003e\n                        \u003cp class=\"feature-description\"\u003e\n                            Ideal for all pool shapes and linings with dual motor system enabling spot turning for better maneuverability in tight spaces.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-image\"\u003e\n                        \u003cimg src=\"https:\/\/s3-ap-southeast-2.amazonaws.com\/zodiac-au-2\/Products\/DuoX\/Duo-X_Feature_Image_3.jpg\" alt=\"Enhanced Smart Sensors \u0026amp; Agility\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3 class=\"feature-title\"\u003ePatented Lift System™\u003c\/h3\u003e\n                        \u003cp class=\"feature-description\"\u003e\n                            The pool lift system enables easy removal of the cleaner from the pool. Simply press the button on the control box and it goes straight to the wall, climbing as far as it can until you pull it out by the handle.\n                        \u003c\/p\u003e\n                        \u003cp class=\"feature-description\"\u003e\n                            Once removed from the water, it expels water very quickly making it lightweight and effortless. Remove the robot from the water with 15% less effort compared to standard cleaners.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-image\"\u003e\n                        \u003cimg src=\"https:\/\/s3-ap-southeast-2.amazonaws.com\/zodiac-au-2\/Products\/DuoX\/Duo-X_Feature_Image_2.jpg\" alt=\"Patented Lift System™\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3 class=\"feature-title\"\u003eLED Illumination \u0026amp; Dual Filtration\u003c\/h3\u003e\n                        \u003cp class=\"feature-description\"\u003e\n                            Patented Helix shaped brushes (front and rear) pick up all types of debris with maximum efficiency. The wide inlet ensures efficient debris collection, whether it's large leaves or fine dirt particles.\n                        \u003c\/p\u003e\n                        \u003cp class=\"feature-description\"\u003e\n                            Dual-stage filtration with 150µ\/60µ filter canisters captures both large and small debris. Transparent canister window with LED illumination makes it easy to monitor when cleaning is needed.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature-image\"\u003e\n                        \u003cimg src=\"https:\/\/s3-ap-southeast-2.amazonaws.com\/zodiac-au-2\/Products\/DuoX\/DualFilter_916x610_(1).jpg\" alt=\"LED Illumination \u0026amp; Dual Filtration\" style=\"width: 100%; height: 100%; object-fit: cover;\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\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 DX4000\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\n                    \u003cspan class=\"spec-value\"\u003eAll pool types\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003ePool Surfaces\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eConcrete, pebblecrete, fibreglass, vinyl, tiles\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCleaning Coverage\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eFloor, Walls \u0026amp; Waterline\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003ePower Source\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eWired with cable\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eDrive System\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eDual motor drive\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eBrush Type\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003ePatented Helix front \u0026amp; rear\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eFiltration\u003c\/span\u003e\n                    \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\"\u003eLED Features\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eCanister illumination\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCable Management\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eAutomatic swivel system\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eStorage\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eTransportation caddy included\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCertification\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eSPASA Climate Care\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eSKU\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eWR000347\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Download Buttons --\u003e\n        \u003cdiv class=\"download-section\"\u003e\n            \u003ca href=\"https:\/\/zodiac-au.s3.ap-southeast-2.amazonaws.com\/Brochures\/Zodiac%20Duo-X%20Datasheet.pdf\" class=\"download-button\" download target=\"_blank\" rel=\"noopener noreferrer\" style=\"background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important; box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important; margin-right: 1rem; margin-bottom: 1rem;\"\u003e\n                \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\n                Download Technical Datasheet\n            \u003c\/a\u003e\n            \u003ca href=\"https:\/\/zodiac-au-2.s3.ap-southeast-2.amazonaws.com\/Products\/DuoX\/Duo-X%20Robotic%20Pool%20Cleaners%20Manual.pdf\" class=\"download-button\" download target=\"_blank\" 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;\"\u003e\n                \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\n                Download Owner's Manual\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- What's Included --\u003e\n        \u003cdiv class=\"included-section\"\u003e\n            \u003ch3 style=\"font-size: 1.5rem; font-weight: 600; color: #1f2937; margin-bottom: 1.5rem;\"\u003eWhat's Included\u003c\/h3\u003e\n            \u003cdiv class=\"included-grid\"\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e🤖\u003c\/div\u003e\n                    \u003cspan\u003eZodiac DuoX DX4000 Cleaner\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e🛒\u003c\/div\u003e\n                    \u003cspan\u003eTransportation Caddy\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e🔌\u003c\/div\u003e\n                    \u003cspan\u003ePower Supply Unit\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e🗂️\u003c\/div\u003e\n                    \u003cspan\u003eDual Filter Canisters (150µ \u0026amp; 60µ)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e🌪️\u003c\/div\u003e\n                    \u003cspan\u003ePatented Helix Front \u0026amp; Rear Brushes\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e💡\u003c\/div\u003e\n                    \u003cspan\u003eLED Illuminated Canister\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e🔄\u003c\/div\u003e\n                    \u003cspan\u003eSwivel Cable System\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e📖\u003c\/div\u003e\n                    \u003cspan\u003eQuick Start Guide\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e🛡️\u003c\/div\u003e\n                    \u003cspan\u003eWarranty Documentation\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"included-item\"\u003e\n                    \u003cdiv class=\"included-icon\"\u003e⚡\u003c\/div\u003e\n                    \u003cspan\u003eLift System™ Technology\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Warranty \u0026 Support --\u003e\n        \u003cdiv class=\"warranty-section\"\u003e\n            \u003ch3 style=\"font-size: 1.5rem; font-weight: 600; color: #006064; text-align: center; margin-bottom: 2rem;\"\u003eWarranty \u0026amp; Support\u003c\/h3\u003e\n            \u003cdiv class=\"warranty-grid\"\u003e\n                \u003cdiv class=\"warranty-item\"\u003e\n                    \u003cdiv class=\"warranty-icon\"\u003e🛡️\u003c\/div\u003e\n                    \u003ch4 class=\"warranty-title\"\u003e2 Year Warranty\u003c\/h4\u003e\n                    \u003cp class=\"warranty-desc\"\u003eComprehensive coverage on the entire unit with 1 year on wear parts\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"warranty-item\"\u003e\n                    \u003cdiv class=\"warranty-icon\"\u003e🇦🇺\u003c\/div\u003e\n                    \u003ch4 class=\"warranty-title\"\u003eLocal Australian Support\u003c\/h4\u003e\n                    \u003cp class=\"warranty-desc\"\u003eExpert technical support and service right here in Australia\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"warranty-item\"\u003e\n                    \u003cdiv class=\"warranty-icon\"\u003e🌿\u003c\/div\u003e\n                    \u003ch4 class=\"warranty-title\"\u003eClimate Care Certified\u003c\/h4\u003e\n                    \u003cp class=\"warranty-desc\"\u003eSPASA Australia certified for energy efficiency and environmental care\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"POOLWISE","offers":[{"title":"Default Title","offer_id":49764234068181,"sku":"WR000347","price":1859.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0686\/3601\/6853\/files\/DX3000-main_0661c1aa-c83a-44d4-8f99-0757bebb3053.png?v=1728373480","url":"https:\/\/poolwise.com.au\/products\/zodiac-duo-x-dx4000-robotic-pool-cleaner","provider":"POOLWISE","version":"1.0","type":"link"}