{"title":"G Shopping","description":"","products":[{"product_id":"whole-house-water-softener","title":"Whole House Water Softener with Pre\/Post Filtration","description":"\u003cstyle\u003e\n        :root {\n            --crystal-quest-blue: #171796;\n            --midnight-ocean: #0C0C4A;\n        }\n\n\n        \/* Main Container *\/\n        .description-container {\n            max-width: 1400px;\n            margin: 0 auto;\n            display: flex;\n            flex-direction: column;\n            gap: 75px;\n            padding-top: 60px;\n            padding-bottom: 100px;\n        }\n\n        .description-banner {\n            display: flex;\n            margin: 0 auto 16px;\n            justify-content: space-between;\n            align-content: center;\n            align-items: center;\n        }\n\n        .description-banner-line {\n            display: block;\n            height: 2px;\n            width: 50%;\n            \/* border-radius: 100%; *\/\n            background-color: #D0CFCD;\n        }\n\n        .description-banner a {\n            margin: 0 25px;\n        }\n\n        .description-banner img {\n            width: 100px;\n            height: auto;\n            object-fit: contain;\n            margin: 0 auto;\n        }\n\n        \/* Section Styles *\/\n        .description-section {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n\n        .separator-line {\n            display: block;\n            height: 1px;\n            width: 50%;\n            background-color: #D0CFCD;\n            margin: 0 auto;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            border-radius: 20px;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            height: auto; \/* allow content to define height *\/\n        }\n\n        .hero-section img {\n            display: block;\n            width: 100%;\n            max-width: 100%;\n            height: auto; \/* keep aspect ratio and prevent stretching *\/\n        }\n\n        .hero-content {\n            flex: 1;\n            padding: 60px;\n        }\n\n        .hero-title {\n            font-size: 48px;\n            font-weight: 700;\n            color: var(--crystal-quest-blue);\n            margin-bottom: 40px;\n            line-height: 1.2;\n        }\n\n        .hero-quote {\n            font-size: 14px;\n            color: #6B7BCC;\n            font-style: italic;\n        }\n\n        \/* Benefits Section *\/\n        .benefits-section {\n            display: flex;\n            gap: 60px;\n            border-radius: 20px;\n            overflow: hidden;\n            max-height: 600px;\n            justify-content: center;\n            margin: 0 auto;\n            max-width: 1200px;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .benefits-section {\n                gap: 20px;\n                max-height: 400px;\n                padding: 0 10px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .benefits-section {\n                gap: 10px;\n                max-height: 300px;\n                padding: 0 5px;\n            }\n        }\n\n        \/* Minimal slider styles (handle + labels) *\/\n        .cd-image-container {\n            position: relative;\n            overflow: hidden;\n            display: block;\n            max-width: 100%;\n            width: 100%;\n            border-radius: 12px;\n        }\n\n        .cd-image-container img {\n            display: block;\n            width: 100%;\n            height: auto;\n            max-width: 100%;\n        }\n        \n        \/* Slider Inside Benefits Section *\/\n        .cd-resize-img {\n            position: absolute;\n            top: 0;\n            left: 0;\n            height: 100%;\n            width: 50%;\n            overflow: hidden;\n            transform: translateZ(0);\n            backface-visibility: hidden;\n            margin: 0 auto;\n        }\n\n        .cd-resize-img img {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: auto;\n            height: 100%;\n            max-width: none;\n        }\n\n        .is-visible .cd-resize-img {\n            width: 50%;\n            animation: cd-bounce-in 0.7s;\n        }\n\n        @keyframes cd-bounce-in {\n            0% {\n                width: 0;\n            }\n            60% {\n                width: 55%;\n            }\n            100% {\n                width: 50%;\n            }\n        }\n\n        .cd-image-label {\n            position: absolute;\n            top: 12px;\n            left: 12px;\n            background: rgba(255,255,255,0.9);\n            padding: 6px 10px;\n            border-radius: 6px;\n            font-size: 13px;\n            color: #101068;\n            transition: opacity 180ms ease;\n            z-index: 6;\n            opacity: 1;\n            pointer-events: none;\n            font-weight: 600;\n        }\n        \n        .cd-image-label[data-type=\"modified\"] { \n            left: auto; \n            right: 12px; \n        }\n\n        \/* Responsive label adjustments *\/\n        @media (max-width: 480px) {\n            .cd-image-label {\n                font-size: 11px;\n                padding: 4px 8px;\n                top: 8px;\n                left: 8px;\n            }\n            \n            .cd-image-label[data-type=\"modified\"] { \n                right: 8px; \n            }\n        }\n        \n        .cd-handle {\n            position: absolute;\n            top: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            height: 100%;\n            width: 5px;\n            cursor: ew-resize;\n            z-index: 7;\n            display: block;\n            background: white;\n            touch-action: none; \/* Prevents browser interference with touch events *\/\n        }\n        \n        .cd-handle::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%,-50%);\n            width: 18px;\n            height: 18px;\n            border-radius: 50%;\n            background: #fff;\n            box-shadow: 0 6px 18px rgba(16,16,104,0.12);\n            border: 3px solid #6e6e6e;\n            transition: transform 0.2s ease;\n        }\n\n        .cd-handle:active::before,\n        .cd-handle.draggable::before {\n            transform: translate(-50%,-50%) scale(1.1);\n        }\n\n        \/* Responsive handle adjustments *\/\n        @media (max-width: 768px) {\n            .cd-handle {\n                width: 4px; \/* Slightly wider for easier touch interaction *\/\n            }\n            \n            .cd-handle::before {\n                width: 14px;\n                height: 14px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .cd-handle::before {\n                width: 10px;\n                height: 10px;\n            }\n        }\n        \n        \/* Features Section *\/\n        .features-section {\n            display: flex;\n            gap: 60px;\n            align-items: center;\n            flex-direction: row;\n        }\n\n        .features-content {\n            flex: 1;\n        }\n\n        .features-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: var(--crystal-quest-blue);\n            margin-bottom: 40px;\n            line-height: 1.3;\n        }\n\n        .feature-item {\n            margin-bottom: 35px;\n        }\n\n        .feature-item h3 {\n            font-size: 18px;\n            color: var(--midnight-ocean);\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .feature-item p {\n            font-size: 14px;\n            color: #666;\n            line-height: 1.7;\n        }\n\n        .features-image {\n            flex: 1;\n            background: radial-gradient(112.65% 108.27% at 50% -8.27%, #D9EBF6 0%, #CFD4DE 100%), radial-gradient(112.65% 108.27% at 50% -8.27%, #D9EBF6 0%, #CFD4DE 100%);;\n            width: 100%;\n            height: auto;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            overflow: hidden;\n        }\n\n        \/* Materials Section *\/\n        .materials-section {\n            background-color: white;\n            border-radius: 20px;\n            \/* padding: 60px 0; *\/\n        }\n\n        .materials-image {\n            width: 100%;\n            background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/calm_laundry_room.jpg?v=1771614685');\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n            height: 400px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n        }\n\n        .materials-title {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--crystal-quest-blue);\n            margin-bottom: 40px;\n        }\n\n        .materials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n        }\n\n        .material-item {\n            border-left: 1px solid #cecece;\n            padding-left: 20px;\n        }\n\n        .material-item h4 {\n            font-size: 16px;\n            color: var(--midnight-ocean);\n            margin-bottom: 12px;\n            font-weight: 600;\n        }\n\n        .material-item p {\n            font-size: 14px;\n            color: #666;\n            line-height: 1.7;\n        }\n\n        \/* Help Section *\/\n        .help-section {\n            display: flex;\n            flex-direction: column;\n            \/* justify-content: center; *\/\n            text-align: center;\n            padding: 60px 40px;\n            background-color: white;\n            border-radius: 20px;\n            filter: drop-shadow(2px 4px 10px rgba(146, 146, 146, 0.25));\n        }\n\n        .help-intro-text {\n            max-width: 500px;\n            margin: 0 auto;\n            \/* border: 1px solid orange; *\/\n        }\n\n        .help-title {\n            font-size: 36px;\n            font-weight: 700;\n            color: var(--crystal-quest-blue);\n            margin-bottom: 20px;\n        }\n\n        .help-description {\n            font-size: 15px;\n            color: #666;\n            margin-bottom: 50px;\n            line-height: 1.6;\n        }\n\n        .help-options-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            \/* margin-bottom: 80px; *\/\n            scroll-margin-top: 40px;\n        }\n\n        .help-option {\n            background: #ffffff;\n            border: 1px solid #e5e7eb;\n            border-radius: 12px;\n            padding: 35px 20px;\n            text-align: center;\n            color: inherit !important;\n            box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.03);\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            cursor: pointer;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            text-decoration: none;\n        }\n\n        .help-option:hover {\n            border: 1px solid var(--crystal-quest-blue);\n            box-shadow: 0 20px 25px -5px rgba(23, 23, 150, 0.1), 0 10px 10px -5px rgba(23, 23, 150, 0.02);\n        }\n\n        .help-icon {\n            width: 50px;\n            height: 50px;\n            margin-bottom: 20px;\n            \/* background-color: #f0f0f0; *\/\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--crystal-quest-blue);\n            font-size: 24px;\n        }\n\n        .help-option h4 {\n            font-size: 16px;\n            color: #999;\n            font-weight: 600;\n        }\n\n        .help-option p {\n            font-size: 13px;\n            color: #999;\n        }\n\n        \/* SPECIFCATIONS SECTION *\/\n        .specs-section {\n            display: flex;\n            flex-direction: column;\n            text-align: center;\n        }\n        \n        .specs-content {\n            display: flex;\n            gap: 60px;\n            flex-direction: row;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .specs-product-image {\n            \/* background: radial-gradient(112.65% 108.27% at 50% -8.27%, #D9EBF6 0%, #CFD4DE 100%), radial-gradient(112.65% 108.27% at 50% -8.27%, #D9EBF6 0%, #CFD4DE 100%); *\/\n            height: 400px;\n            max-width: 400px;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n\n        .specs-product-image img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* STYLING FOR SPEC TABLES *\/\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: center;\n            margin-bottom: 1em;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 4px 8px rgba(227, 229, 230, 0.5);\n            color: #93918D;\n            border-color: red;\n            ;\n        }\n\n        .spec-table th {\n            background-color: rgb(23, 23, 150);\n            color: white;\n            padding: 1em;\n            border: none !important; \/** Remove Shopify default borders *\/\n            text-align: center !important; \/** Remove Shopify default text alignment *\/\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #ebebeb;\n        }\n\n        .table-header-link {\n            text-decoration: none;\n            color: white;\n        }\n        \n        .spec-table td {\n            padding: 1em;\n            border: none !important; \/** Remove Shopify default borders *\/\n            text-align: center !important; \/** Remove Shopify default text alignment *\/\n        }\n\n        .spec-table td:first-child {\n                color: var(--midnight-ocean);\n                font-weight: 700;\n        }\n\n        .spec-table tr:first-child {\n            border-radius: 20px 20px 0 0;\n        }\n\n        \/* PARTS \u0026 COMPONENTS STYLEING *\/\n        .parts-section {\n            display: flex;\n            flex-direction: column;\n            text-align: center;\n        }\n\n        .parts-content {\n            display: flex;\n            gap: 60px;\n            flex-direction: row;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .parts-product-image {\n        position: relative;\n        width: 100%;\n        }\n\n        .parts-product-image img {\n            width: 100%;\n            height: auto;\n            display: block !important;\n            max-width: 100%;\n        }\n\n        \/* Remove any potential background images *\/\n        .parts-product-image::before,\n        .parts-product-image::after {\n            display: none !important;\n        }\n\n        \/* Add To Cart Btn *\/\n        .add-part-to-cart-btn {\n            background-color: transparent;\n            color: #101068; \/**  GLACIER BLUE   **\/\n            border-radius: 5px;\n            border: 3px solid #101068;  \/**  GLACIER BLUE   **\/\n            padding: .9em 1.5em;\n            font-weight: 600;\n        }\n\n        .add-part-to-cart-btn:hover {\n            cursor: pointer;\n            background-color: #101068; \/**  GLACIER BLUE   **\/\n            color: white;\n        }\n\n        \/*  INSTALLATION INSTRUCTIONS STYLING *\/\n\n        .how-to-install-section {\n            padding: 20px;\n            text-align: center;\n        }\n\n        .how-to-install-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .how-to-install-image {\n            width: 100%;\n            border-radius: 15px;\n        }\n\n        .manual-section {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .product-manual-link {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 20px;\n            padding: 20px 20px;\n            color: #101068; \/**  GLACIER BLUE   **\/\n            border-top: 1px solid #e5e7eb;\n            border-bottom: 1px solid #e5e7eb;\n            font-weight: 600;\n            text-decoration: none;\n        }\n\n        .product-manual-link div {\n            display: flex;\n            flex-direction: row;\n            gap: 10px;\n        }\n\n        .product-manual-link span {\n            color: var(--midnight-ocean);\n            font-size: 16px;\n            font-weight: 700;\n            padding: 0;\n            margin: 0;\n            display: inline-block;\n        }\n\n        .file-name {\n            color: var(--midnight-ocean);\n            font-size: 16px;\n            font-weight: 700;\n            padding: 0;\n            margin: 0;\n            display: inline-block;\n            align-self: center;\n        }\n\n        .file-type {\n            color: #93918D;\n            font-size: 12px;\n            align-self: center;\n        }\n\n        .product-manual-btn {\n            background-color: transparent;\n            color: #101068; \/**  GLACIER BLUE   **\/\n            border-radius: 5px;\n            border: 3px solid #101068;  \/**  GLACIER BLUE   **\/\n            padding: .5em 2em;\n            font-weight: 600;\n            margin-left: 10px;\n        }\n\n        .product-manual-link:hover {\n            border-color: #101068; \/**  GLACIER BLUE   **\/\n        }\n  \n        .product-manual-link:hover .product-manual-btn {\n            cursor: pointer;\n            background-color: #101068; \/**  GLACIER BLUE   **\/\n            color: white;\n        }\n\n\n        .important-to-know-section {\n            display: flex;\n            padding: 20px;\n            align-items: flex-start;\n            gap: 16px;\n            border-radius: 8px;\n            background: #EBF9FF;\n            color: #2481FB;\n        }\n\n        .important-to-know-section-header {\n            font-size: 1.25em;\n            font-weight: 700;\n            background: transparent;\n        }\n\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .description-banner img {\n                width: 50px;\n            }\n            .description-container {\n                gap: 25px;\n                padding-top: 40px;\n            }\n\n            .hero-section,\n            .benefits-section,\n            .features-section {\n                flex-direction: column;\n            }\n\n            .hero-section {\n                height: auto;\n            }\n            .benefits-section {\n                height: auto;\n            }\n\n            .benefits-title {\n                font-size: 32px;\n            }\n\n            .features-title {\n                font-size: 24px;\n            }\n\n            nav {\n                gap: 20px;\n            }\n\n            .help-title {\n                font-size: 24px;\n            }\n\n            .help-options {\n                gap: 40px;\n            }\n\n            .features-section {\n                flex-direction: column-reverse;\n                gap: 20px;\n            }\n            \n            .features-image {\n                display: block;\n                width: 100%;\n                height: 250px;\n                background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/water_softener_system_in_laundry_room_01.jpg?v=1771614684');\n                background-size: cover;\n                background-position: center;\n                padding: 150px;\n            }\n            \n            .features-image img {\n                display: none;\n            }\n\n            .materials-section {\n                width: 100%;\n            }\n\n            .materials-image {\n                width: 100%;\n                height: 200px;\n            }\n\n            .help-options-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n            \/* Make the 3rd item span both columns so layout is 2 on top, 1 full-width below *\/\n            .help-options-grid .help-option:nth-child(3) {\n                grid-column: 1 \/ -1;\n                width: 100%;\n            }\n\n            .specs-content {\n                flex-direction: column;\n                gap: 30px;\n            }\n\n            .spec-table {\n            font-size: .75em;\n            \/* border: 1px solid red; *\/\n            }\n\n            .spec-table, thead, th , td, tr {\n                display: block;\n            }\n\n            .spec-table tbody {\n                display: block;\n                width: 100%;\n            }\n\n            \/* Hide table headers (but not display: none;, for accessibility) *\/\n            thead tr { \n                position: absolute;\n                top: -9999px;\n                left: -9999px;\n            }\n            \n            tr { border: 1px solid #ccc; }\n            \n            td { \n                \/* Behave  like a \"row\" *\/\n                border: none;\n                border-bottom: 1px solid #eee; \n                position: relative;\n                padding-left: 50%; \n            }\n            \n            td:before { \n                \/* Now like a table header *\/\n                position: relative;\n                \/* Top\/left values mimic padding *\/\n                top: 6px;\n                left: 0px;\n                width: 45%; \n                padding: 20px 20px 20px 0; \n                white-space: nowrap;\n            }\n\n            .how-to-install-section {\n            padding: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- DESCRIPTION BANNER --\u003e\n\u003cdiv class=\"description-banner\"\u003e\n\u003cspan class=\"description-banner-line\"\u003e\u003c\/span\u003e \u003ca href=\"https:\/\/crystolquest.shop\/pages\/our-guaranteed-performance\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/guaranteed_83885fd7-6ac8-4a46-adbb-3de182f5505e_160x160.png?v=1711656401\" alt=\"IAPM Tested Performance Badge\"\u003e \u003c\/a\u003e \u003cspan class=\"description-banner-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Feel_The_Difference_Image.jpg?v=1771614099\"\u003e\u003c\/section\u003e\n\u003cspan class=\"separator-line\"\u003e\u003c\/span\u003e \u003c!-- Features Section --\u003e\n\u003csection class=\"description-section features-section\"\u003e\n\u003cdiv class=\"features-content\"\u003e\n\u003ch2 class=\"features-title\"\u003eEliminate Hard Water \u003cbr\u003eIn Your Home.\u003c\/h2\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eFiltered At The Source\u003c\/h3\u003e\n\u003cp\u003eHard water minerals such as calcium \u0026amp; magnesium are filtered out before they affect your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eAdvanced Pre \u0026amp; Post Filtration\u003c\/h3\u003e\n\u003cp\u003eOur calcium carbonated media neutralizes acidic or low phH waters to a neutral corrosive effluent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eStress Free System\u003c\/h3\u003e\n\u003cp\u003eAfter your water is treated, automatic backwashes are initiated as needed to prevent compaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/LifestyleConcept.jpg?v=1771857378\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cspan class=\"separator-line\"\u003e\u003c\/span\u003e \u003c!-- Materials Section --\u003e\n\u003csection class=\"description-section materials-section\"\u003e\n\u003cdiv class=\"materials-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3 class=\"materials-title\"\u003eOther benefits:\u003c\/h3\u003e\n\u003cdiv class=\"materials-grid\"\u003e\n\u003cdiv class=\"material-item\"\u003e\n\u003ch4\u003eProtect Appliances\u003c\/h4\u003e\n\u003cp\u003eAfter your water is neutralized, automatic backwashes are initiated as needed to prevent compaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-item\"\u003e\n\u003ch4\u003eImproves Healthy Hair \u0026amp; Skin\u003c\/h4\u003e\n\u003cp\u003eAfter your water is neutralized, automatic backwashes are initiated as needed to prevent compaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-item\"\u003e\n\u003ch4\u003eImproves Healthy Hair \u0026amp; Skin\u003c\/h4\u003e\n\u003cp\u003eAfter your water is neutralized, automatic backwashes are initiated as needed to prevent compaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cspan class=\"separator-line\"\u003e\u003c\/span\u003e \u003c!-- Help Section --\u003e\n\u003csection class=\"description-section help-section\"\u003e\n\u003cdiv class=\"help-intro-text\"\u003e\n\u003ch2 class=\"help-title\"\u003eNeed Help?\u003c\/h2\u003e\n\u003cp class=\"help-description\"\u003eOur water filtration experts are here to help answer any questions you may have, or help you find the perfect solution for your home's specific needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"help-options-grid\"\u003e\n\u003ca href=\"tel:7709515600\" class=\"help-option\"\u003e\n\u003cdiv class=\"help-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 40 40\" height=\"40\" width=\"40\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M37.9615 28.8535V34.3535C37.9636 34.8641 37.859 35.3695 37.6545 35.8373C37.4499 36.3051 37.1499 36.7251 36.7737 37.0703C36.3975 37.4154 35.9533 37.6782 35.4696 37.8418C34.9859 38.0054 34.4734 38.0661 33.9649 38.0202C28.3234 37.4072 22.9044 35.4794 18.1432 32.3918C13.7136 29.5771 9.958 25.8215 7.14321 21.3918C4.04484 16.6091 2.11666 11.1637 1.51488 5.49684C1.46907 4.98987 1.52932 4.47891 1.6918 3.99649C1.85428 3.51407 2.11543 3.07077 2.45862 2.69482C2.80181 2.31886 3.21952 2.01848 3.68516 1.8128C4.15081 1.60712 4.65417 1.50066 5.16321 1.50018H10.6632C11.5529 1.49142 12.4155 1.80649 13.0901 2.38665C13.7647 2.96682 14.2054 3.7725 14.3299 4.65351C14.562 6.41363 14.9925 8.14184 15.6132 9.80518C15.8599 10.4614 15.9133 11.1745 15.767 11.8601C15.6208 12.5457 15.2811 13.175 14.7882 13.6735L12.4599 16.0018C15.0697 20.5917 18.87 24.392 23.4599 27.0018L25.7882 24.6735C26.2867 24.1806 26.916 23.8409 27.6016 23.6947C28.2872 23.5485 29.0004 23.6018 29.6565 23.8485C31.3199 24.4692 33.0481 24.8997 34.8082 25.1318C35.6988 25.2575 36.5121 25.7061 37.0935 26.3923C37.6749 27.0784 37.9839 27.9544 37.9615 28.8535Z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCall Our Experts\u003c\/h4\u003e\n\u003cp\u003e(800) 934-9464\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"mailto:help@crystolquest.shop\" class=\"help-option\"\u003e\n\u003cdiv class=\"help-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 53 53\" height=\"53\" width=\"53\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M48.5834 13.2499C48.5834 10.8208 46.5959 8.83325 44.1667 8.83325H8.83335C6.40419 8.83325 4.41669 10.8208 4.41669 13.2499M48.5834 13.2499V39.7499C48.5834 42.1791 46.5959 44.1666 44.1667 44.1666H8.83335C6.40419 44.1666 4.41669 42.1791 4.41669 39.7499V13.2499M48.5834 13.2499L26.5 28.7083L4.41669 13.2499\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eEmail Support\u003c\/h4\u003e\n\u003cp\u003ehelp@crystolquest.shop\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/create-support-ticket\" class=\"help-option\"\u003e\n\u003cdiv class=\"help-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 46 36\" height=\"36\" width=\"46\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M29.7858 1.5V6.21429\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M29.7858 15.6431V20.3574\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M29.7858 29.7856V34.4999\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M6.21429 1.5H39.2143C40.4646 1.5 41.6637 1.99668 42.5478 2.88078C43.4319 3.76488 43.9286 4.96398 43.9286 6.21429V13.2857C42.6783 13.2857 41.4792 13.7824 40.5951 14.6665C39.711 15.5506 39.2143 16.7497 39.2143 18C39.2143 19.2503 39.711 20.4494 40.5951 21.3335C41.4792 22.2176 42.6783 22.7143 43.9286 22.7143V29.7857C43.9286 31.036 43.4319 32.2351 42.5478 33.1192C41.6637 34.0033 40.4646 34.5 39.2143 34.5H6.21429C4.96398 34.5 3.76488 34.0033 2.88078 33.1192C1.99668 32.2351 1.5 31.036 1.5 29.7857V22.7143C2.75031 22.7143 3.9494 22.2176 4.8335 21.3335C5.7176 20.4494 6.21429 19.2503 6.21429 18C6.21429 16.7497 5.7176 15.5506 4.8335 14.6665C3.9494 13.7824 2.75031 13.2857 1.5 13.2857V6.21429C1.5 4.96398 1.99668 3.76488 2.88078 2.88078C3.76488 1.99668 4.96398 1.5 6.21429 1.5Z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCreate a Ticket\u003c\/h4\u003e\n\u003cp\u003eSubmit a detailed request\u003c\/p\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMPORTANT TO KNOW --\u003e\n\u003csection class=\"description-section important-to-know-section\"\u003e\n\u003cp class=\"important-to-know-section-header\"\u003eImportant to Know\u003c\/p\u003e\n\u003cp\u003ePinholes or rust may occur on stainless steel tanks in environments with high humidity, when salt is present or if condensation remains on tank without being routinely wiped down. If your system will be exposed to one of these factors or you are unable to perform the needed maintenance, we recommend a fiberglass tank.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003cdiv class=\"description-container\"\u003e\n        \u003c!-- Specifications Section with Table--\u003e\n        \u003csection class=\"description-section specs-section\"\u003e\n            \u003ch2 class=\"features-title\"\u003eSystem Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"specs-content\"\u003e\n                \u003cdiv class=\"specs-product-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/water_softener_system_v2.jpg?v=1771622045\"\u003e \n                \u003c\/div\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003e1.5 ft³\u003c\/th\u003e\n                            \u003cth\u003e2.0 ft³\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eService Flow\u003c\/td\u003e\n                            \u003ctd\u003e9-11 GPM \u003c\/td\u003e\n                            \u003ctd\u003e10-13 GPM \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003ePipe Size\u003c\/td\u003e\n                            \u003ctd\u003e1\"\u003c\/td\u003e\n                            \u003ctd\u003e1\"\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eElectronic Control Valve\u003c\/td\u003e\n                            \u003ctd\u003e5600\u003c\/td\u003e\n                            \u003ctd\u003e5600\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eGrain Capacity\u003c\/td\u003e\n                            \u003ctd\u003e45,000 grains\u003c\/td\u003e\n                            \u003ctd\u003e60,000 grains\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003ePSI Range\u003c\/td\u003e\n                            \u003ctd\u003e35-60 PSI\u003c\/td\u003e\n                            \u003ctd\u003e35-60 PSI\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eMedia Tank Size\u003c\/td\u003e\n                            \u003ctd\u003e10\" x 54\"\u003c\/td\u003e\n                            \u003ctd\u003e12\" x 52\"\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eSpace Required\u003cbr\u003e(media tank only)\u003c\/td\u003e\n                            \u003ctd\u003e12\" x 64\"\u003c\/td\u003e\n                            \u003ctd\u003e14\" x 62\"\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eBrine Tank Size\u003c\/td\u003e\n                            \u003ctd\u003e18\" x 33\"\u003c\/td\u003e\n                            \u003ctd\u003e18\" x 33\"\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eBrine Tank Capacity\u003c\/td\u003e\n                            \u003ctd\u003e130L \/ 36G\u003c\/td\u003e\n                            \u003ctd\u003e130L \/ 36G\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eSpace Required\u003cbr\u003e(media + brine tank)\u003c\/td\u003e\n                            \u003ctd\u003e30\" x 20\" x 64\"\u003c\/td\u003e\n                            \u003ctd\u003e30\" x 20\" x 62\"\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eQuartz\u003c\/td\u003e\n                            \u003ctd\u003e15\u003c\/td\u003e\n                            \u003ctd\u003e20\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/div\u003e\n\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Media\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-e3zv\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-e3zv\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-yw4l\"\u003eEagle Water Softener Resin\u003c\/td\u003e\n\u003ctd class=\"tg-yw4l\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eagle-water-softener-resin\" style=\"text-decoration: underline;\" target=\"_blank\"\u003eCQE-RM-05002\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3\u003eReplacement Cartridges\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-e3zv\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-e3zv\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-031e\"\u003ePleaded Cellulose Sediment Cartridge (2-7\/8\"x20\")\u003c\/td\u003e\n\u003ctd class=\"tg-031e\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/products\/sediment-reusable-pleated-filter-cartridge?variant=2436692574218\" style=\"text-decoration: underline;\" target=\"_blank\"\u003eCQE-RC-04015\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-031e\"\u003eCarbon Block Filter Cartridge (2-7\/8\"x20\")\u003c\/td\u003e\n\u003ctd class=\"tg-031e\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/products\/coconut-based-carbon-block-filter-cartridge?variant=2436694409226\" style=\"text-decoration: underline;\" target=\"_blank\"\u003eCQE-RC-04014\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n     Crystal Quest — Visual Guide: What's Inside Your System (with real images + hyperlinked titles)\n     ========================= --\u003e\n\u003cstyle\u003e\n    .cq-included-visual{background:#fff;padding:56px 0 24px}\n    .cq-included-visual .wrap{max-width:1200px;margin:0 auto;padding:0 24px}\n    .cq-included-visual .head{text-align:center;max-width:880px;margin:0 auto 28px}\n    .cq-included-visual h2{font-size:28px;line-height:1.2;margin:0 0 10px;color:#171796}\n    .cq-included-visual .sub{color:#444;margin:0}\n\n    \/* grid *\/\n    .cq-included-visual .grid{display:grid;gap:18px;margin-top:28px}\n    @media(min-width:720px){.cq-included-visual .grid{grid-template-columns:repeat(2,1fr)}}\n    @media(min-width:1024px){.cq-included-visual .grid{grid-template-columns:repeat(3,1fr)}}\n\n    \/* card *\/\n    .cq-included-visual .card{border:1px solid #e6e6e6;border-radius:10px;background:#fff;padding:16px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .22s ease, transform .22s ease}\n    .cq-included-visual .card:hover{box-shadow:0 10px 26px rgba(0,0,0,.06);transform:translateY(-2px)}\n\n    \/* image frame *\/\n    .cq-included-visual .media{width:100%;aspect-ratio:1\/1;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}\n    .cq-included-visual .media img{max-width:92%;max-height:92%;object-fit:contain;display:block;background:#fff}\n\n    \/* title + text *\/\n    .cq-included-visual h3{font-size:18px;margin:0;color:#171796}\n    .cq-included-visual h3 a{color:#171796;text-decoration:none}\n    .cq-included-visual h3 a:hover{text-decoration:underline}\n    .cq-included-visual p{font-size:14px;color:#444;margin:0;line-height:1.55}\n\n    \/* system badges *\/\n    .cq-included-visual .badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}\n    .cq-included-visual .tag{display:inline-block;border:1px solid #e1e1ea;border-radius:20px;padding:4px 10px;font-size:12px;color:#333;background:#fafafa}\n    .cq-included-visual .tag--soft{border-color:#dbe3ff;background:#f3f6ff;color:#171796}\n    .cq-included-visual .tag--saltfree{border-color:#d7f1ea;background:#f2fbf8;color:#1a6b54}\n\n    \/* tiny helper text *\/\n    .cq-included-visual .note{font-size:12px;color:#666;margin-top:4px}\n  \u003c\/style\u003e\n\u003csection aria-labelledby=\"cq-visual-title\" class=\"cq-included-visual\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"head\"\u003e\n\u003ch2 id=\"cq-visual-title\"\u003eYour Visual Guide - What Comes With a Softener?\u003c\/h2\u003e\n\u003cp class=\"sub\"\u003eA quick look at the core components inside a \u003cstrong\u003eCrystal Quest whole-house water softener\u003c\/strong\u003e and our \u003cstrong\u003esalt-free anti-scale conditioner\u003c\/strong\u003e, plus what each part does.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv role=\"list\" class=\"grid\"\u003e\n\u003c!-- Sediment Prefilter --\u003e\n\u003carticle role=\"listitem\" class=\"card\"\u003e\n\u003cdiv class=\"media\"\u003e\u003cimg alt=\"Sediment Prefilter cartridge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/products\/2-7-8-x-20-pleated-cellulose-sediment-cartridge-crystal-quest-water-filter-cartridges-28718005649501.jpg?v=1628155134\"\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003ca aria-label=\"View Sediment Prefilter Cartridge\" href=\"https:\/\/crystolquest.shop\/products\/sediment-reusable-pleated-filter-cartridge?variant=2436692574218\"\u003eSediment Prefilter (Cartridge)\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp\u003eCaptures sand, rust, and debris before treatment to protect valves, media, and downstream filters.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cspan class=\"tag tag--soft\"\u003eSoftener\u003c\/span\u003e \u003cspan class=\"tag tag--saltfree\"\u003eSalt-Free Conditioner\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Carbon Block Postfilter --\u003e\n\u003carticle role=\"listitem\" class=\"card\"\u003e\n\u003cdiv class=\"media\"\u003e\u003cimg alt=\"Carbon block postfilter\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/products\/2-7-8-x-20-coconut-based-5-micron-carbon-block-filter-cartridge-crystal-quest-water-filter-cartridges-28721751785565.jpg?v=1628206625\"\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003ca aria-label=\"View Carbon Block Postfilter\" href=\"https:\/\/crystolquest.shop\/products\/coconut-based-carbon-block-filter-cartridge?variant=2436694409226\"\u003eCarbon Block Postfilter\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp\u003ePolishes water after softening\/conditioning, improving taste and odor for better whole-home water.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cspan class=\"tag tag--soft\"\u003eSoftener\u003c\/span\u003e \u003cspan class=\"tag tag--saltfree\"\u003eSalt-Free Conditioner\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- 0.2 Micron Ultrafiltration --\u003e\n\u003carticle role=\"listitem\" class=\"card\"\u003e\n\u003cdiv class=\"media\"\u003e\u003cimg alt=\"0.2 micron ultrafiltration membrane\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/products\/2-7-8-x-20-ultrafiltration-uf-water-filter-membrane-crystal-quest-water-filter-cartridges-28716779896925.jpg?v=1628336584\"\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003ca aria-label=\"View Ultrafiltration Postfilter\" href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/uf-membrane-filter-cartridge?variant=20985393415\"\u003e0.2 Micron Ultrafiltration\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp\u003eUltra-fine post-filtration that reduces very small particulates for extra clarity and confidence.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\u003cspan class=\"tag tag--saltfree\"\u003eSalt-Free Conditioner\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Automatic Control Head --\u003e\n\u003carticle role=\"listitem\" class=\"card\"\u003e\n\u003cdiv class=\"media\"\u003e\u003cimg alt=\"5600 automatic control head\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/timer-vtrol-v56-flow-timer-meter-control-valve-5600-sxt-crystal-quest-water-filters-35552013844573.png?v=1726180182\"\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003ca aria-label=\"View 5600 Automatic Control Head\" href=\"https:\/\/crystolquest.shop\/products\/5600-automatic-control-head-1\"\u003eAutomatic Control Head (5600)\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp\u003eBase softener includes \u003cstrong\u003etimed regeneration\u003c\/strong\u003e; upgrade to \u003cstrong\u003emetered (demand)\u003c\/strong\u003e for efficient, on-demand cycles.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\u003cspan class=\"tag tag--soft\"\u003eSoftener\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"note\"\u003eIncluded with water softener only.\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Standard Brine Tank --\u003e\n\u003carticle role=\"listitem\" class=\"card\"\u003e\n\u003cdiv class=\"media\"\u003e\u003cimg alt=\"Standard brine tank 18x33\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/products\/brine-tank-no-hardware-crystal-quest-parts-28169831514205.jpg?v=1619641392\"\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003ca aria-label=\"View Standard Brine Tank\" href=\"https:\/\/crystolquest.shop\/products\/brine-tank-no-hardware\"\u003eStandard Brine Tank (≈ 18\" × 33\")\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp\u003eHolds salt for regeneration and supports consistent softening performance; dimensions may vary slightly.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\u003cspan class=\"tag tag--soft\"\u003eSoftener\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"note\"\u003eIncluded with water softener only.\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- Softening Resin Bed --\u003e\n\u003carticle role=\"listitem\" class=\"card\"\u003e\n\u003cdiv class=\"media\"\u003e\u003cimg alt=\"Softening resin media bed\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/products\/eaglesorb-water-softeners-crystal-quest-water-filtration-media-28704982958173.jpg?v=1627743618\"\u003e\u003c\/div\u003e\n\u003ch3\u003e\u003ca aria-label=\"View Softening Resin Media\" href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eagle-water-softener-resin\"\u003eSoftening Resin Bed (1.5\/2.0 cu. ft.)\u003c\/a\u003e\u003c\/h3\u003e\n\u003cp\u003eRemoves hardness minerals (calcium \u0026amp; magnesium) to deliver true \u003cstrong\u003ewhole-house water softening\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\u003cspan class=\"tag tag--soft\"\u003eSoftener\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eProduct Manual\u003c\/h2\u003e\n\u003cp\u003e\u003ca title=\"Whole House Manual\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/WholeHouseManual24v2.pdf?v=1723042775\"\u003eWhole-House-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/LeakDetectorManualMockV7.pdf?v=1720622166\"\u003eLeak Detector Manual\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"Standalone \/ Fiberglass Tank \/ 1.5 Cu ft (45k Grains)","offer_id":22260175815,"sku":"CQE-WH-01123","price":1531.0,"currency_code":"USD","in_stock":true},{"title":"Standalone \/ Fiberglass Tank \/ 2 Cu ft (60K Grains)","offer_id":43620086448221,"sku":"CQE-WH-01124","price":1633.0,"currency_code":"USD","in_stock":true},{"title":"Standalone \/ Stainless Steel Tank \/ 1.5 Cu ft (45k Grains)","offer_id":22262123335,"sku":"CQE-WH-01125","price":2393.0,"currency_code":"USD","in_stock":true},{"title":"Standalone \/ Stainless Steel Tank \/ 2 Cu ft (60K Grains)","offer_id":43620086480989,"sku":"CQE-WH-01126","price":2639.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/standalone-fiberglass-1-5-whole-house-water-softener-with-pre-post-filtration-crystal-quest-whole-house-water-filters-1221927783.webp?v=1771632548"},{"product_id":"salt-free-water-conditioner","title":"Salt-Free Water Conditioner","description":"\u003cdiv style=\"text-align: left;\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/our-guaranteed-performance\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/guaranteed_83885fd7-6ac8-4a46-adbb-3de182f5505e_160x160.png?v=1711656401\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003eDescription\u003c\/h2\u003e\n\u003ch3\u003eWater Travels Through 4 Stages of Filtration\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStage 1:\u003c\/strong\u003e\u003cspan\u003e Water flows through a 20” sediment filter cartridge that removes sediment, silt, sand, and dirt.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStage 2:\u003c\/strong\u003e Water flows through a Crystal Quest Eagle Anti-Scale media tank.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStage 3:\u003c\/strong\u003e Water flows through a 20” solid carbon cartridge for removing volatile organic carbon compounds (VOCs), insecticides, pesticides, and industrial solvents.*\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStage 4:\u003c\/strong\u003e Water passes through a 20” 0.2-micron ultrafiltration (UF) membrane. Ultrafiltration (UF) is an important purification technology used for the production of high-purity water. UF is effective for the removal of colloids, proteins, bacteria, viruses, parasites, protozoa and pyrogens (e.g., gram-negative bacterial endotoxins), other organic molecules larger than 0.2-micron, and most other water contaminants known today.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan\u003e* If present in the water\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003eSalt-Free Water Conditioner\u003c\/h4\u003e\n\u003cp\u003eCrystal Quest® Saltless Water Conditioner is a new technology that transforms the calcium (hardness) of the water into mechanically stable and heat resistant calcite crystals (nanometer size) which no longer cause lime deposits. The calcium is simply rinsed away.\u003c\/p\u003e\n\u003cp\u003eCalcium (hardness) creates scale in pipes, on appliances, and other plumbing surfaces. This leads to higher heating and energy costs and expensive repairs to appliances. Scale can also be a source for bacteria to grow, which can be a health concern in drinking water applications. It also removes the already existing scale from pipes and heat exchanger surfaces (descaling effect) and further protects the system from the future formation of scale (scale protection effect).\u003c\/p\u003e\n\u003cp\u003eWhen hardness levels appear at 25 gpg (grains per gallon) or higher pre-treatment or additional media may be required.  Please consult a specialist for this condition.\u003c\/p\u003e\n\u003ch4\u003eRemoval of Existing Calcium Deposits\u003c\/h4\u003e\n\u003cp\u003eThe calcium crystals which are rinsed away by the water cannot attach to any surfaces but, due to the nanostructure of the crystals, they have a function similar to the \u003ca title=\"Easglesorb Anti-Scale\" href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eaglesorb-es3-anti-scale-media\" data-mce-href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eaglesorb-es3-anti-scale-media\"\u003eCrystal Quest® Eagle® Anti-Scale Media\u003c\/a\u003e. It binds additional calcium to itself and therefore breaks the grid binding structure of the calcium deposits. The result is that even after a short time large pieces of deposits are removed. This process continues until the surface is free from deposits.\u003c\/p\u003e\n\u003ch4\u003eFormation of a Corrosion-Preventing Layer\u003c\/h4\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eAfter the old calcium deposits are removed, a 30- to 80-micron thick corrosion-preventing layer is formed. This layer forms because of the reaction of the nano surface of the crystals and the metallic surface of the pipes. This is comparable to the green layer of verdigris on a copper roof. As soon as the protective layer is formed it can no longer grow bigger, but it creates complete protection.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\"\u003e\u003cspan\u003eA dosing for permanent hardness may be required as a pretreatment for anti-scale in some hard waters. With an Anti-Scale\/Saltless Conditioner, you will totally eliminate the use of salt and wastewater that comes along with backwashing, while still providing your home with comfortable, soft-feeling water. Used as an alternative to salt-based softeners, \u003ca title=\"Eaglesorb Anti-Scale Media\" href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eaglesorb-es3-anti-scale-media\" data-auth=\"NotApplicable\" data-mce-href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eaglesorb-es3-anti-scale-media\" target=\"_blank\"\u003eEaglesorb ES3\u003c\/a\u003e scale control media prevents the negative effects of calcium and magnesium while allowing the positive health benefits to remain.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003cp\u003eAnit-Scale media may be required as a pretreatment for anti-scale in some hard waters. With a conditioner, you will totally eliminate the use of salt and wastewater that comes along with backwashing, while still providing your home with comfortable, soft-feeling water. Used as an alternative to salt-based softeners, \u003ca title=\"Eaglesorb Anti-Scale Media\" href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eaglesorb-es3-anti-scale-media\" data-mce-href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eaglesorb-es3-anti-scale-media\"\u003eEaglesorb ES3\u003c\/a\u003e scale control media prevents the negative effects of calcium and magnesium while allowing the positive health benefits to remain.\u003c\/p\u003e\n\u003ch3\u003eAdditional Product Options\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003e12 GPM UV Water Sterilizer\u003c\/b\u003e: Specifically designed to meet the demanding microorganism control concern. These microorganisms can range from bacteria and viruses to algae and protozoa. A major advantage of UV treatment is that it is capable of disinfecting water faster than chlorine without cumbersome retention tanks and harmful chemicals to your drinking water.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eLeak Detector Valve\u003c\/b\u003e: Used to detect a water leak within a water filter system and shuts down the water supply to prevent flooding. \u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eVacuum Breaker\u003c\/b\u003e: Recommended to be installed inline ahead of water filter systems as a precaution against the rare occurrence of negative pressure (a vacuum) in the water line which can cause damage to the filter tanks and housings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMetered Valve\u003c\/b\u003e: The systems come standard with a timer valve which runs the backwashing schedule on a set number of days. (For example, every 7 days). The metered valve will run the backwashing based on a set number of gallons. (For example, 3,000 gallons).\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eOxidation System\u003c\/b\u003e: Utilizes ozone for efficient water oxidation, improving water quality.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eImportant to Know\u003c\/h4\u003e\n\u003cp\u003ePinholes or rust may occur on stainless steel tanks in environments with high humidity, when salt is present or if condensation remains on tank without being routinely wiped down. If your system will be exposed to one of these factors or you are unable to perform the needed maintenance, we recommend a fiberglass tank.\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eaglesorb-es3-anti-scale-media\" target=\"_blank\"\u003eEAGLE Multimedia Replacement Media\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row\"\u003e\n\u003ch5 style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/100guarantee_medium.jpg?v=1474077567\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/100guarantee_medium.jpg?v=1474077567\"\u003e\u003c\/h5\u003e\n\u003ch5 style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/our-guaranteed-performance\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/our-guaranteed-performance\"\u003eOUR GUARANTEED PERFORMANCE\u003c\/a\u003e\u003c\/h5\u003e\n\u003ctable width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003ca title=\"NSF Certification\" href=\"http:\/\/info.nsf.org\/Certified\/DWTU\/Listings.asp?Company=C0043970\u0026amp;Standard=042\" data-mce-href=\"http:\/\/info.nsf.org\/Certified\/DWTU\/Listings.asp?Company=C0043970\u0026amp;Standard=042\"\u003e42\u003c\/a\u003e\/\u003ca title=\"NSF Certification\" href=\"http:\/\/info.nsf.org\/Certified\/PwsComponents\/listings.asp?standard=\u0026amp;company=C0049698\" data-mce-href=\"http:\/\/info.nsf.org\/Certified\/PwsComponents\/listings.asp?standard=\u0026amp;company=C0049698\"\u003e61\u003c\/a\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003eSTANDARD\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cimg style=\"float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/MadeinUS_small.png?4188298009509002837\" data-mce-style=\"float: none;\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/MadeinUS_small.png?4188298009509002837\"\u003e\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003ca title=\"Accidental Property Damage\" href=\"https:\/\/crystolquest.shop\/pages\/protect-your-home-against-accidental-property-damage\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/protect-your-home-against-accidental-property-damage\"\u003e\u003cimg style=\"float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/yellowsign.2_compact.jpg?6355397214636615422\" data-mce-style=\"float: none;\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/yellowsign.2_compact.jpg?6355397214636615422\"\u003e\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e* All parts, components, and media are Certified\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003cp\u003e###\u003cbr\u003e\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridges\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-e3zv\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-e3zv\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-031e\"\u003e20” sediment filter cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-031e\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/sediment-reusable-pleated-filter-cartridge?variant=2436692574218\" target=\"_blank\"\u003eCQE-RC-04015\u003cspan\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-031e\"\u003e20” solid carbon cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-031e\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/coconut-based-carbon-block-filter-cartridge?variant=2436694409226\" target=\"_blank\"\u003eCQE-RC-04014\u003cspan\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-031e\"\u003e20” 0.2-micron ultrafiltration (UF) membrane\u003c\/td\u003e\n\u003ctd class=\"tg-031e\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/uf-membrane-filter-cartridge?variant=20985393415\" target=\"_blank\"\u003eCQE-RC-04056\u003cspan\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eReplacement Media\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-e3zv\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-e3zv\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-031e\"\u003eEaglesorb Anti-Scale (Per Liter)\u003c\/td\u003e\n\u003ctd class=\"tg-031e\"\u003e\n\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eaglesorb-es3-anti-scale-media\" target=\"_blank\"\u003eCQE-RM-05013\u003c\/a\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: #441796;\"\u003e\u003cstrong\u003e\u003cem\u003e(The Eaglesorb Anti-Scale media is sold by the liter. See the table below for the correct amount of replacement media)\u003c\/em\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ctable width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e1.5 cubic feet media\u003c\/td\u003e\n\u003ctd\u003e6 liters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2.0 cubic feet media\u003c\/td\u003e\n\u003ctd\u003e8 liters\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eProduct Manual\u003c\/h2\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/WholeHouseManualv3woG.pdf?v=1672864453\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/WholeHouseManualv3woG.pdf?v=1672864453\" target=\"_blank\"\u003eWhole-House-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/1.5_cu_Eagle_4000_Schematic_august2019_version.pdf?2822\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/1.5_cu_Eagle_4000_Schematic_august2019_version.pdf?2822\"\u003e1.5 Cu Eagle Schematic\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/2.0_cu_Eagle_4000_Schematic.pdf__version_august_2019.pdf?2822\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/2.0_cu_Eagle_4000_Schematic.pdf__version_august_2019.pdf?2822\"\u003e2.0 Cu Eagle Schematic\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca title=\"Anti-Scale Safety Data Sheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Antiscale_SDS.pdf?3123\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Antiscale_SDS.pdf?3123\"\u003eAnti-Scale Safety Data Sheet\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca title=\"Anti-Scale Product Data Sheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Antiscale_PDS.pdf?3123\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Antiscale_PDS.pdf?3123\"\u003eAnti-Scale Product Data Sheet\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"Standalone \/ Fiberglass \/ 1.5","offer_id":22497994503,"sku":"CQE-WH-02132","price":2147.0,"currency_code":"USD","in_stock":true},{"title":"Standalone \/ Fiberglass \/ 2","offer_id":43620086218845,"sku":"CQE-WH-02133","price":2393.0,"currency_code":"USD","in_stock":true},{"title":"Standalone \/ Stainless Steel \/ 1.5","offer_id":22498617671,"sku":"CQE-WH-02134","price":2701.0,"currency_code":"USD","in_stock":true},{"title":"Standalone \/ Stainless Steel \/ 2","offer_id":43620086251613,"sku":"CQE-WH-02135","price":2947.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/1-5-fiberglass-salt-free-water-conditioner-crystal-quest-whole-house-water-filters-33868266897501.jpg?v=1756491832"},{"product_id":"faucet-mount-water-filter-system","title":"Faucet Mount Water Filter System (6 Stages)","description":"\u003ch2\u003eDescription\u003c\/h2\u003e\n\u003cimg alt=\"\" src=\"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/faucetmountdrawing_2048x2048.jpg?v=1472150029\" style=\"float: right; margin-bottom: 10px;\"\u003e\u003cbr\u003e\n\u003ch6 style=\"text-align: left;\"\u003eThe Crystal Quest® Faucet Mount Filter is the only leading brand with \u003cstrong\u003e6 stages of filtration\u003c\/strong\u003e. \u003c\/h6\u003e\n\u003ch6\u003eEnjoy delicious, healthy water straight from your tap with the Crystal Quest® Faucet Mount Water Filter.\u003c\/h6\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eConveniently provides \u003cstrong\u003e2,000 gallons (6-12 months)*\u003c\/strong\u003e of quality water.\u003c\/li\u003e\n\u003cli\u003eIngenious space-saving design that allows for easy access to your sink all the time.\u003c\/li\u003e\n\u003cli\u003eQuick and easy to install and use, attractive, convenient, and effectively removes many contaminants from water.\u003c\/li\u003e\n\u003cli\u003eAvailable in chrome and white.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuggested flow rate\u003c\/strong\u003e: .30 gallon per minute or less\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\" title=\"Crystal Quest BPA Free\"\u003eBPA free\u003c\/a\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridges\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003cth\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFaucet Mount Filter Cartridge\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/faucet-mount-filter\" style=\"text-decoration: underline;\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eCQE-RC-04046\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eProduct Manual\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/FaucetMountFilterManual_Watermark.pdf?v=1595859154\"\u003eFaucet-Mount-Filter-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"Chrome","offer_id":24419196231,"sku":"CQE-FM-00501","price":39.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":24419196103,"sku":"CQE-FM-00500","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/chrome-faucet-mount-water-filter-system-6-stages-crystal-quest-faucet-mount-water-filters-1218247167.jpg?v=1769472667"},{"product_id":"premium-shower-filter","title":"Shower Filter","description":"\u003cstyle\u003e\n  :root {\n            --crystal-quest-blue: #171796;\n            --midnight-ocean: #0C0C4A;\n        }\n\n\n        \/* Main Container *\/\n        .description-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            display: flex;\n            flex-direction: column;\n            gap: 75px;\n            padding-top: 60px;\n            padding-bottom: 100px;\n        }\n\n        .description-banner {\n            display: flex;\n            margin: 0 auto 16px;\n            justify-content: space-between;\n            align-content: center;\n            align-items: center;\n        }\n\n        .description-banner-line {\n            display: block;\n            height: 2px;\n            width: 50%;\n            \/* border-radius: 100%; *\/\n            background-color: #D0CFCD;\n        }\n\n        .description-banner a {\n            margin: 0 25px;\n        }\n\n        .description-banner img {\n            width: 150px;\n            height: auto;\n            object-fit: contain;\n            margin: 0 auto;\n        }\n\n        \/* Section Styles *\/\n        .description-section {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n\n        .separator-line {\n            display: block;\n            height: 1px;\n            width: 50%;\n            background-color: #D0CFCD;\n            margin: 0 auto;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            \/* background: linear-gradient(to right, #f0f0f0 50%, white 50%); *\/\n            \/* background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Luxury-Grade-Shower-Banner-Image-02.jpg?v=1770905303');\n            background-size: cover;\n            background-repeat: no-repeat; *\/\n            border-radius: 20px;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            height: auto; \/* allow content to define height *\/\n        }\n\n        .hero-section img {\n            display: block;\n            width: 100%;\n            max-width: 100%;\n            height: auto; \/* keep aspect ratio and prevent stretching *\/\n        }\n\n        .hero-content {\n            flex: 1;\n            padding: 60px;\n        }\n\n        .hero-title {\n            font-size: 48px;\n            font-weight: 700;\n            color: var(--crystal-quest-blue);\n            margin-bottom: 40px;\n            line-height: 1.2;\n        }\n\n        .hero-quote {\n            font-size: 14px;\n            color: #6B7BCC;\n            font-style: italic;\n        }\n\n        \/* Benefits Section *\/\n        .benefits-section {\n            display: flex;\n            gap: 60px;\n            border-radius: 20px;\n            overflow: hidden;\n            max-height: 600px;\n            justify-content: center;\n            margin: 0 auto;\n            max-width: 1200px;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .benefits-section {\n                gap: 20px;\n                max-height: 400px;\n                padding: 0 10px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .benefits-section {\n                gap: 10px;\n                max-height: 300px;\n                padding: 0 5px;\n            }\n        }\n\n        \/* Minimal slider styles (handle + labels) *\/\n        .cd-image-container {\n            position: relative;\n            overflow: hidden;\n            display: block;\n            max-width: 100%;\n            width: 100%;\n            border-radius: 12px;\n        }\n\n        .cd-image-container img {\n            display: block;\n            width: 100%;\n            height: auto;\n            max-width: 100%;\n        }\n        \n        \/* Slider Inside Benefits Section *\/\n        .cd-resize-img {\n            position: absolute;\n            top: 0;\n            left: 0;\n            height: 100%;\n            width: 50%;\n            overflow: hidden;\n            transform: translateZ(0);\n            backface-visibility: hidden;\n            margin: 0 auto;\n        }\n\n        .cd-resize-img img {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: auto;\n            height: 100%;\n            max-width: none;\n        }\n\n        .is-visible .cd-resize-img {\n            width: 50%;\n            animation: cd-bounce-in 0.7s;\n        }\n\n        @keyframes cd-bounce-in {\n            0% {\n                width: 0;\n            }\n            60% {\n                width: 55%;\n            }\n            100% {\n                width: 50%;\n            }\n        }\n\n        .cd-image-label {\n            position: absolute;\n            top: 12px;\n            left: 12px;\n            background: rgba(255,255,255,0.9);\n            padding: 6px 10px;\n            border-radius: 6px;\n            font-size: 13px;\n            color: #101068;\n            transition: opacity 180ms ease;\n            z-index: 6;\n            opacity: 1;\n            pointer-events: none;\n            font-weight: 600;\n        }\n        \n        .cd-image-label[data-type=\"modified\"] { \n            left: auto; \n            right: 12px; \n        }\n\n        \/* Responsive label adjustments *\/\n        @media (max-width: 480px) {\n            .cd-image-label {\n                font-size: 11px;\n                padding: 4px 8px;\n                top: 8px;\n                left: 8px;\n            }\n            \n            .cd-image-label[data-type=\"modified\"] { \n                right: 8px; \n            }\n        }\n        \n        .cd-handle {\n            position: absolute;\n            top: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            height: 100%;\n            width: 5px;\n            cursor: ew-resize;\n            z-index: 7;\n            display: block;\n            background: white;\n            touch-action: none; \/* Prevents browser interference with touch events *\/\n        }\n        \n        .cd-handle::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%,-50%);\n            width: 18px;\n            height: 18px;\n            border-radius: 50%;\n            background: #fff;\n            box-shadow: 0 6px 18px rgba(16,16,104,0.12);\n            border: 3px solid #6e6e6e;\n            transition: transform 0.2s ease;\n        }\n\n        .cd-handle:active::before,\n        .cd-handle.draggable::before {\n            transform: translate(-50%,-50%) scale(1.1);\n        }\n\n        \/* Responsive handle adjustments *\/\n        @media (max-width: 768px) {\n            .cd-handle {\n                width: 8px; \/* Slightly wider for easier touch interaction *\/\n            }\n            \n            .cd-handle::before {\n                width: 44px;\n                height: 44px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .cd-handle::before {\n                width: 40px;\n                height: 40px;\n            }\n        }\n        \n        \/* Features Section *\/\n        .features-section {\n            display: flex;\n            gap: 60px;\n            align-items: center;\n            flex-direction: row;\n        }\n\n        .features-content {\n            flex: 1;\n        }\n\n        .features-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: var(--crystal-quest-blue);\n            margin-bottom: 40px;\n            line-height: 1.3;\n        }\n\n        .feature-item {\n            margin-bottom: 35px;\n        }\n\n        .feature-item h3 {\n            font-size: 18px;\n            color: var(--midnight-ocean);\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .feature-item p {\n            font-size: 14px;\n            color: #666;\n            line-height: 1.7;\n        }\n\n        .features-image {\n            flex: 1;\n            background: radial-gradient(112.65% 108.27% at 50% -8.27%, #D9EBF6 0%, #CFD4DE 100%), radial-gradient(112.65% 108.27% at 50% -8.27%, #D9EBF6 0%, #CFD4DE 100%);;\n            height: 400px;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            overflow: hidden;\n        }\n\n        \/* Materials Section *\/\n        .materials-section {\n            background-color: white;\n            border-radius: 20px;\n            padding: 60px;\n        }\n\n        .materials-image {\n            width: 100%;\n            background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/media_floating_in_water.jpg?v=1770834371');\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n            height: 250px;\n            border-radius: 15px;\n            margin-bottom: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n        }\n\n        .materials-title {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--crystal-quest-blue);\n            margin-bottom: 40px;\n        }\n\n        .materials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n        }\n\n        .material-item {\n            border-left: 1px solid #cecece;\n            padding-left: 20px;\n        }\n\n        .material-item h4 {\n            font-size: 16px;\n            color: var(--midnight-ocean);\n            margin-bottom: 12px;\n            font-weight: 600;\n        }\n\n        .material-item p {\n            font-size: 14px;\n            color: #666;\n            line-height: 1.7;\n        }\n\n        \/* Help Section *\/\n        .help-section {\n            display: flex;\n            flex-direction: column;\n            \/* justify-content: center; *\/\n            text-align: center;\n            padding: 60px 40px;\n            background-color: white;\n            border-radius: 20px;\n            filter: drop-shadow(2px 4px 10px rgba(146, 146, 146, 0.25));\n        }\n\n        .help-intro-text {\n            max-width: 500px;\n            margin: 0 auto;\n            \/* border: 1px solid orange; *\/\n        }\n\n        .help-title {\n            font-size: 36px;\n            font-weight: 700;\n            color: var(--crystal-quest-blue);\n            margin-bottom: 20px;\n        }\n\n        .help-description {\n            font-size: 15px;\n            color: #666;\n            margin-bottom: 50px;\n            line-height: 1.6;\n        }\n\n        .help-options-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            \/* margin-bottom: 80px; *\/\n            scroll-margin-top: 40px;\n        }\n\n        .help-option {\n            background: #ffffff;\n            border: 1px solid #e5e7eb;\n            border-radius: 12px;\n            padding: 35px 20px;\n            text-align: center;\n            color: inherit !important;\n            box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.03);\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            cursor: pointer;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            text-decoration: none;\n        }\n\n        .help-option:hover {\n            border: 1px solid var(--crystal-quest-blue);\n            box-shadow: 0 20px 25px -5px rgba(23, 23, 150, 0.1), 0 10px 10px -5px rgba(23, 23, 150, 0.02);\n        }\n\n        .help-icon {\n            width: 50px;\n            height: 50px;\n            margin-bottom: 20px;\n            \/* background-color: #f0f0f0; *\/\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--crystal-quest-blue);\n            font-size: 24px;\n        }\n\n        .help-option h4 {\n            font-size: 16px;\n            color: #999;\n            font-weight: 600;\n        }\n\n        .help-option p {\n            font-size: 13px;\n            color: #999;\n        }\n\n        \/* SPECIFCATIONS SECTION *\/\n        .specs-section {\n            display: flex;\n            flex-direction: column;\n            text-align: center;\n        }\n        \n        .specs-content {\n            display: flex;\n            gap: 60px;\n            flex-direction: row;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .specs-product-image {\n            \/* background: radial-gradient(112.65% 108.27% at 50% -8.27%, #D9EBF6 0%, #CFD4DE 100%), radial-gradient(112.65% 108.27% at 50% -8.27%, #D9EBF6 0%, #CFD4DE 100%); *\/\n            height: 400px;\n            max-width: 400px;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n\n        .specs-product-image img {\n            width: 100%;\n            height: auto;\n        }\n\n        \/* STYLING FOR SPEC TABLES *\/\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: center;\n            margin-bottom: 1em;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 4px 8px rgba(227, 229, 230, 0.5);\n            color: #93918D;\n            border-color: red;\n            ;\n        }\n\n        .spec-table th {\n            background-color: rgb(23, 23, 150);\n            color: white;\n            padding: 1em;\n            border: none !important; \/** Remove Shopify default borders *\/\n            text-align: center !important; \/** Remove Shopify default text alignment *\/\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #ebebeb;\n        }\n\n        .table-header-link {\n            text-decoration: none;\n            color: white;\n        }\n        \n        .spec-table td {\n            padding: 1em;\n            border: none !important; \/** Remove Shopify default borders *\/\n            text-align: center !important; \/** Remove Shopify default text alignment *\/\n        }\n\n        .spec-table td:first-child {\n                color: var(--midnight-ocean);\n                font-weight: 700;\n        }\n\n        .spec-table tr:first-child {\n            border-radius: 20px 20px 0 0;\n        }\n\n        \/* PARTS \u0026 COMPONENTS STYLEING *\/\n        .parts-section {\n            display: flex;\n            flex-direction: column;\n            text-align: center;\n        }\n\n        .parts-content {\n            display: flex;\n            gap: 60px;\n            flex-direction: row;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .parts-product-image {\n        position: relative;\n        width: 100%;\n        }\n\n        .parts-product-image img {\n            width: 100%;\n            height: auto;\n            display: block !important;\n            max-width: 100%;\n        }\n\n        \/* Remove any potential background images *\/\n        .parts-product-image::before,\n        .parts-product-image::after {\n            display: none !important;\n        }\n\n        \/* Add To Cart Btn *\/\n        .add-part-to-cart-btn {\n            background-color: transparent;\n            color: #101068; \/**  GLACIER BLUE   **\/\n            border-radius: 5px;\n            border: 3px solid #101068;  \/**  GLACIER BLUE   **\/\n            padding: .9em 1.5em;\n            font-weight: 600;\n        }\n\n        .add-part-to-cart-btn:hover {\n            cursor: pointer;\n            background-color: #101068; \/**  GLACIER BLUE   **\/\n            color: white;\n        }\n\n        \/*  INSTALLATION INSTRUCTIONS STYLING *\/\n\n        .how-to-install-section {\n            padding: 20px;\n            text-align: center;\n        }\n\n        .how-to-install-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .how-to-install-image {\n            width: 100%;\n            border-radius: 15px;\n        }\n\n        .manual-section {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .product-manual-link {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 20px;\n            padding: 20px 20px;\n            color: #101068; \/**  GLACIER BLUE   **\/\n            border-top: 1px solid #e5e7eb;\n            border-bottom: 1px solid #e5e7eb;\n            font-weight: 600;\n            text-decoration: none;\n        }\n\n        .product-manual-link div {\n            display: flex;\n            flex-direction: row;\n            gap: 10px;\n        }\n\n        .product-manual-link span {\n            color: var(--midnight-ocean);\n            font-size: 16px;\n            font-weight: 700;\n            padding: 0;\n            margin: 0;\n            display: inline-block;\n        }\n\n        .file-name {\n            color: var(--midnight-ocean);\n            font-size: 16px;\n            font-weight: 700;\n            padding: 0;\n            margin: 0;\n            display: inline-block;\n            align-self: center;\n        }\n\n        .file-type {\n            color: #93918D;\n            font-size: 12px;\n            align-self: center;\n        }\n\n        .product-manual-btn {\n            background-color: transparent;\n            color: #101068; \/**  GLACIER BLUE   **\/\n            border-radius: 5px;\n            border: 3px solid #101068;  \/**  GLACIER BLUE   **\/\n            padding: .5em 2em;\n            font-weight: 600;\n            margin-left: 10px;\n        }\n\n        .product-manual-link:hover {\n            border-color: #101068; \/**  GLACIER BLUE   **\/\n        }\n  \n        .product-manual-link:hover .product-manual-btn {\n            cursor: pointer;\n            background-color: #101068; \/**  GLACIER BLUE   **\/\n            color: white;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .description-container {\n                gap: 25px;\n                padding-top: 40px;\n            }\n\n            .hero-section,\n            .benefits-section,\n            .features-section {\n                flex-direction: column;\n            }\n\n            .hero-section {\n                height: auto;\n            }\n            .benefits-section {\n                height: auto;\n            }\n\n            .benefits-title {\n                font-size: 32px;\n            }\n\n            nav {\n                gap: 20px;\n            }\n\n            .help-options {\n                gap: 40px;\n            }\n\n            .features-section {\n                flex-direction: column-reverse;\n                gap: 20px;\n            }\n\n            .features-image {\n                width: 100%;\n                max-height: 200px;\n            }\n\n            .materials-section {\n                width: 100%;\n                padding: 20px;\n            }\n\n            .help-options-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n            \/* Make the 3rd item span both columns so layout is 2 on top, 1 full-width below *\/\n            .help-options-grid .help-option:nth-child(3) {\n                grid-column: 1 \/ -1;\n                width: 100%;\n            }\n\n            .specs-content {\n                flex-direction: column;\n                gap: 30px;\n            }\n\n            .spec-table {\n            font-size: .75em;\n            \/* border: 1px solid red; *\/\n            }\n\n            .spec-table, thead, th , td, tr {\n                display: block;\n            }\n\n            .spec-table tbody {\n                display: block;\n                width: 100%;\n            }\n\n            \/* Hide table headers (but not display: none;, for accessibility) *\/\n            thead tr { \n                position: absolute;\n                top: -9999px;\n                left: -9999px;\n            }\n            \n            tr { border: 1px solid #ccc; }\n            \n            td { \n                \/* Behave  like a \"row\" *\/\n                border: none;\n                border-bottom: 1px solid #eee; \n                position: relative;\n                padding-left: 50%; \n            }\n            \n            td:before { \n                \/* Now like a table header *\/\n                position: relative;\n                \/* Top\/left values mimic padding *\/\n                top: 6px;\n                left: 0px;\n                width: 45%; \n                padding: 20px 20px 20px 0; \n                white-space: nowrap;\n            }\n\n            .how-to-install-section {\n            padding: 0;\n            }\n        }\n\u003c\/style\u003e\n\u003c!-- DESCRIPTION BANNER --\u003e\n\u003cdiv class=\"description-banner\"\u003e\n\u003cspan class=\"description-banner-line\"\u003e\u003c\/span\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Smart_Shower_Head_CQE-RC-04045_2020_20-730_Chlorine_Pass.pdf?v=1679587419\"\u003e \u003cimg alt=\"IAPM Tested Performance Badge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested.jpg?v=1614290168\"\u003e \u003c\/a\u003e \u003cspan class=\"description-banner-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Luxury-Grade-Shower-Banner-Image-02.jpg?v=1770905303\"\u003e\u003c\/section\u003e\n\u003c!-- Benefits Section --\u003e\n\u003csection class=\"description-section benefits-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Hair_Comparison_Image_Static.jpg?v=1771428897\"\u003e\u003c\/section\u003e\n\u003cspan class=\"separator-line\"\u003e\u003c\/span\u003e \u003c!-- Features Section --\u003e\n\u003csection class=\"description-section features-section\"\u003e\n\u003cdiv class=\"features-content\"\u003e\n\u003ch2 class=\"features-title\"\u003eTake your shower experience \u003cbr\u003eto the next level.\u003c\/h2\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eFresh Clean Water\u003c\/h3\u003e\n\u003cp\u003eCrystal Quest's shower filter removes chlorine, chloramines, VOCs, THMs, pesticides, sulfur, hydrogen sulfide, dirt, sediment and other agents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003epH Balanced\u003c\/h3\u003e\n\u003cp\u003eGranulated Activated Carbon, Activated Carbon ERA 6500 \u0026amp; 9500, and Ceramic media not only filter your water but also balance the pH levels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eStress Free Replacement\u003c\/h3\u003e\n\u003cp\u003eOpt for a subscription based replacements every 6-12 months and never let your cartridges run too long after their limit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/fresh_clean_shower_water.jpg?v=1771268741\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cspan class=\"separator-line\"\u003e\u003c\/span\u003e \u003c!-- Materials Section --\u003e\n\u003csection class=\"description-section materials-section\"\u003e\n\u003cdiv class=\"materials-image\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch3 class=\"materials-title\"\u003eWhat's inside:\u003c\/h3\u003e\n\u003cdiv class=\"materials-grid\"\u003e\n\u003cdiv class=\"material-item\"\u003e\n\u003ch4\u003eGranulated Activated Carbon (GAC)\u003c\/h4\u003e\n\u003cp\u003eCharred coconut shells create GAC to absorb chlorine, chloramines, and organic compounds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-item\"\u003e\n\u003ch4\u003eERA Technology\u003c\/h4\u003e\n\u003cp\u003eA specialty mix of ERA 6500 \u0026amp; 9500 are used to disinfect and prevent mineral scale while removing heavy metals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-item\"\u003e\n\u003ch4\u003eCeramic Orbs\u003c\/h4\u003e\n\u003cp\u003eNaturally sourced ceramic orbs add minerals to the water enhancing alkalinity and chlorination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cspan class=\"separator-line\"\u003e\u003c\/span\u003e \u003c!-- Help Section --\u003e\n\u003csection class=\"description-section help-section\"\u003e\n\u003cdiv class=\"help-intro-text\"\u003e\n\u003ch2 class=\"help-title\"\u003eNeed Help?\u003c\/h2\u003e\n\u003cp class=\"help-description\"\u003eOur water filtration experts are here to help answer any questions you may have, or help you find the perfect solution for your home's specific needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"help-options-grid\"\u003e\n\u003ca href=\"tel:7709515600\" class=\"help-option\"\u003e\n\u003cdiv class=\"help-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 40 40\" height=\"40\" width=\"40\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M37.9615 28.8535V34.3535C37.9636 34.8641 37.859 35.3695 37.6545 35.8373C37.4499 36.3051 37.1499 36.7251 36.7737 37.0703C36.3975 37.4154 35.9533 37.6782 35.4696 37.8418C34.9859 38.0054 34.4734 38.0661 33.9649 38.0202C28.3234 37.4072 22.9044 35.4794 18.1432 32.3918C13.7136 29.5771 9.958 25.8215 7.14321 21.3918C4.04484 16.6091 2.11666 11.1637 1.51488 5.49684C1.46907 4.98987 1.52932 4.47891 1.6918 3.99649C1.85428 3.51407 2.11543 3.07077 2.45862 2.69482C2.80181 2.31886 3.21952 2.01848 3.68516 1.8128C4.15081 1.60712 4.65417 1.50066 5.16321 1.50018H10.6632C11.5529 1.49142 12.4155 1.80649 13.0901 2.38665C13.7647 2.96682 14.2054 3.7725 14.3299 4.65351C14.562 6.41363 14.9925 8.14184 15.6132 9.80518C15.8599 10.4614 15.9133 11.1745 15.767 11.8601C15.6208 12.5457 15.2811 13.175 14.7882 13.6735L12.4599 16.0018C15.0697 20.5917 18.87 24.392 23.4599 27.0018L25.7882 24.6735C26.2867 24.1806 26.916 23.8409 27.6016 23.6947C28.2872 23.5485 29.0004 23.6018 29.6565 23.8485C31.3199 24.4692 33.0481 24.8997 34.8082 25.1318C35.6988 25.2575 36.5121 25.7061 37.0935 26.3923C37.6749 27.0784 37.9839 27.9544 37.9615 28.8535Z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCall Our Experts\u003c\/h4\u003e\n\u003cp\u003e(800) 934-9464\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"mailto:help@crystolquest.shop\" class=\"help-option\"\u003e\n\u003cdiv class=\"help-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 53 53\" height=\"53\" width=\"53\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M48.5834 13.2499C48.5834 10.8208 46.5959 8.83325 44.1667 8.83325H8.83335C6.40419 8.83325 4.41669 10.8208 4.41669 13.2499M48.5834 13.2499V39.7499C48.5834 42.1791 46.5959 44.1666 44.1667 44.1666H8.83335C6.40419 44.1666 4.41669 42.1791 4.41669 39.7499V13.2499M48.5834 13.2499L26.5 28.7083L4.41669 13.2499\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eEmail Support\u003c\/h4\u003e\n\u003cp\u003ehelp@crystolquest.shop\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/create-support-ticket\" class=\"help-option\"\u003e\n\u003cdiv class=\"help-icon\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 46 36\" height=\"36\" width=\"46\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M29.7858 1.5V6.21429\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M29.7858 15.6431V20.3574\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M29.7858 29.7856V34.4999\"\u003e\u003c\/path\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#0C0C4A\" d=\"M6.21429 1.5H39.2143C40.4646 1.5 41.6637 1.99668 42.5478 2.88078C43.4319 3.76488 43.9286 4.96398 43.9286 6.21429V13.2857C42.6783 13.2857 41.4792 13.7824 40.5951 14.6665C39.711 15.5506 39.2143 16.7497 39.2143 18C39.2143 19.2503 39.711 20.4494 40.5951 21.3335C41.4792 22.2176 42.6783 22.7143 43.9286 22.7143V29.7857C43.9286 31.036 43.4319 32.2351 42.5478 33.1192C41.6637 34.0033 40.4646 34.5 39.2143 34.5H6.21429C4.96398 34.5 3.76488 34.0033 2.88078 33.1192C1.99668 32.2351 1.5 31.036 1.5 29.7857V22.7143C2.75031 22.7143 3.9494 22.2176 4.8335 21.3335C5.7176 20.4494 6.21429 19.2503 6.21429 18C6.21429 16.7497 5.7176 15.5506 4.8335 14.6665C3.9494 13.7824 2.75031 13.2857 1.5 13.2857V6.21429C1.5 4.96398 1.99668 3.76488 2.88078 2.88078C3.76488 1.99668 4.96398 1.5 6.21429 1.5Z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCreate a Ticket\u003c\/h4\u003e\n\u003cp\u003eSubmit a detailed request\u003c\/p\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003c!-- Specifications Section with Table--\u003e\n\u003csection class=\"description-section specs-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eShower Filter Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-content\"\u003e\n\u003cdiv class=\"specs-product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Shower_Filter_Dimensions_ecb67fb9-611d-41ed-aa00-611e20dd574e.jpg?v=1771364893\"\u003e\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eCQE-SP-00801\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimension\u003c\/td\u003e\n\u003ctd\u003e8\" x 3” x 3” \/ 57.15mm x 76.2mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e1 lb 10 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlow Rate\u003c\/td\u003e\n\u003ctd\u003e2 gpm \/ 7.6 lpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e6 - 12 months\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFilter Cartridge Build\u003c\/td\u003e\n\u003ctd\u003eMolded ABS Cylinder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFilter Screens\u003c\/td\u003e\n\u003ctd\u003e306 Stainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- PARTS AND COMPONENTS --\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003c!-- Compatible Parts Section with Table--\u003e\n\u003csection class=\"description-section parts-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eCompatible Shower Filter Products\u003c\/h2\u003e\n\u003cdiv class=\"parts-content\"\u003e\n\u003cdiv class=\"parts-product-image\"\u003e\u003cimg loading=\"eager\" alt=\"Shower filter product preview\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/shower-filter-replacement-cartridge-crystal-quest-water-filter-cartridges-1218833041.jpg?v=1770043483\" id=\"partsProductImage\"\u003e\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"3\"\u003eCan Be Used With:\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr data-image=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/shower-filter-replacement-cartridge-crystal-quest-water-filter-cartridges-1218833041.jpg?v=1770043483\" class=\"compatible-part\" tabindex=\"0\"\u003e\n\u003ctd\u003eShower Filter Cartridge\u003c\/td\u003e\n\u003ctd\u003e$40.95\u003c\/td\u003e\n\u003ctd\u003e\u003cform class=\"add-media-cart-form\" action=\"\/cart\/add\" method=\"post\"\u003e\n\u003cinput value=\"6940861639\" type=\"hidden\"\u003e \u003cinput class=\"add-part-to-cart-btn\" value=\"Add To Cart\" type=\"submit\"\u003e\n\u003c\/form\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-image=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/O-RING-PART.jpg?v=1770930381\" class=\"compatible-part\" tabindex=\"0\"\u003e\n\u003ctd\u003eO-Ring Pack - Shower Filter \u003cbr\u003e(replacement part for shower filter)\u003c\/td\u003e\n\u003ctd\u003e$6.95\u003c\/td\u003e\n\u003ctd\u003e\u003cform class=\"add-media-cart-form\" action=\"\/cart\/add\" method=\"post\"\u003e\n\u003cinput value=\"40891066810461\" type=\"hidden\"\u003e \u003cinput class=\"add-part-to-cart-btn\" value=\"Add To Cart\" type=\"submit\"\u003e\n\u003c\/form\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"description-section\"\u003e\n            \u003ch2 class=\"features-title\" style=\"text-align: center;\"\u003eWhat's Included:\u003c\/h2\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/2dvisualH-01-01_1024x1024.jpg?v=1669394861\" alt=\"Shower Filter Components\"\u003e\n        \u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- INSTALLATION INSTRUCTIONS --\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003cp\u003e\u003c\/p\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003ciframe width=\"1440\" height=\"810\" src=\"https:\/\/www.youtube.com\/embed\/cyWvrvWc9iQ?si=KM1DyZkCBHfrXGwh\u0026amp;rel=0\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\n  \n        \u003c!-- Compatible Parts Section with Table--\u003e\n        \u003csection class=\"description-section how-to-install-section\"\u003e\n            \u003ch2 class=\"features-title\"\u003eHow to Install \u0026amp; Replace Your Shower Filter Cartridge\u003c\/h2\u003e\n            \u003cdiv class=\"how-to-install-content\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/How_To_Install_Shower_Filter_Cartridge_Graphic.jpg?v=1771015115\" alt=\"Shower filter installation instructions\" class=\"how-to-install-image\"\u003e \n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c!-- Manual Section --\u003e\n        \u003csection class=\"description-section manual-section\"\u003e\n            \u003ch2 class=\"features-title\" style=\"text-align: center;\"\u003eProduct Manual\u003c\/h2\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/LuxuryShowerPowerManual_24.pdf?v=1723042233\" target=\"_blank\" class=\"product-manual-link\"\u003e\n                \u003cdiv class=\"file-name\"\u003eShower-Filter-Manual\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"file-type\"\u003ePDF\u003c\/div\u003e\n                    \u003cdiv class=\"product-manual-btn\"\u003eView\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/a\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Help Section --\u003e\n        \u003csection class=\"description-section help-section\"\u003e\n            \u003cdiv class=\"help-intro-text\"\u003e\n                \u003ch2 class=\"help-title\"\u003eCan't Find What You're Looking For?\u003c\/h2\u003e\n                \u003cp class=\"help-description\"\u003e\n                    Our water filtration experts are here to help answer any questions you may have, or help you find the perfect solution for your home's specific needs.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"help-options-grid\"\u003e\n                \u003ca class=\"help-option\" href=\"tel:7709515600\"\u003e\n                    \u003cdiv class=\"help-icon\"\u003e\n                        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewbox=\"0 0 40 40\" fill=\"none\"\u003e\n                        \u003cpath d=\"M37.9615 28.8535V34.3535C37.9636 34.8641 37.859 35.3695 37.6545 35.8373C37.4499 36.3051 37.1499 36.7251 36.7737 37.0703C36.3975 37.4154 35.9533 37.6782 35.4696 37.8418C34.9859 38.0054 34.4734 38.0661 33.9649 38.0202C28.3234 37.4072 22.9044 35.4794 18.1432 32.3918C13.7136 29.5771 9.958 25.8215 7.14321 21.3918C4.04484 16.6091 2.11666 11.1637 1.51488 5.49684C1.46907 4.98987 1.52932 4.47891 1.6918 3.99649C1.85428 3.51407 2.11543 3.07077 2.45862 2.69482C2.80181 2.31886 3.21952 2.01848 3.68516 1.8128C4.15081 1.60712 4.65417 1.50066 5.16321 1.50018H10.6632C11.5529 1.49142 12.4155 1.80649 13.0901 2.38665C13.7647 2.96682 14.2054 3.7725 14.3299 4.65351C14.562 6.41363 14.9925 8.14184 15.6132 9.80518C15.8599 10.4614 15.9133 11.1745 15.767 11.8601C15.6208 12.5457 15.2811 13.175 14.7882 13.6735L12.4599 16.0018C15.0697 20.5917 18.87 24.392 23.4599 27.0018L25.7882 24.6735C26.2867 24.1806 26.916 23.8409 27.6016 23.6947C28.2872 23.5485 29.0004 23.6018 29.6565 23.8485C31.3199 24.4692 33.0481 24.8997 34.8082 25.1318C35.6988 25.2575 36.5121 25.7061 37.0935 26.3923C37.6749 27.0784 37.9839 27.9544 37.9615 28.8535Z\" stroke=\"#0C0C4A\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4\u003eCall Our Experts\u003c\/h4\u003e\n                    \u003cp\u003e(800) 934-9464\u003c\/p\u003e\n                \u003c\/a\u003e\n                \n                \u003ca class=\"help-option\" href=\"mailto:help@crystolquest.shop\"\u003e\n                    \u003cdiv class=\"help-icon\"\u003e\n                        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"53\" height=\"53\" viewbox=\"0 0 53 53\" fill=\"none\"\u003e\n                        \u003cpath d=\"M48.5834 13.2499C48.5834 10.8208 46.5959 8.83325 44.1667 8.83325H8.83335C6.40419 8.83325 4.41669 10.8208 4.41669 13.2499M48.5834 13.2499V39.7499C48.5834 42.1791 46.5959 44.1666 44.1667 44.1666H8.83335C6.40419 44.1666 4.41669 42.1791 4.41669 39.7499V13.2499M48.5834 13.2499L26.5 28.7083L4.41669 13.2499\" stroke=\"#0C0C4A\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4\u003eEmail Support\u003c\/h4\u003e\n                    \u003cp\u003ehelp@crystolquest.shop\u003c\/p\u003e\n                \u003c\/a\u003e\n                \n                \u003ca class=\"help-option\" href=\"https:\/\/crystolquest.shop\/pages\/create-support-ticket\"\u003e\n                    \u003cdiv class=\"help-icon\"\u003e\n                        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"46\" height=\"36\" viewbox=\"0 0 46 36\" fill=\"none\"\u003e\n                        \u003cpath d=\"M29.7858 1.5V6.21429\" stroke=\"#0C0C4A\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M29.7858 15.6431V20.3574\" stroke=\"#0C0C4A\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M29.7858 29.7856V34.4999\" stroke=\"#0C0C4A\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6.21429 1.5H39.2143C40.4646 1.5 41.6637 1.99668 42.5478 2.88078C43.4319 3.76488 43.9286 4.96398 43.9286 6.21429V13.2857C42.6783 13.2857 41.4792 13.7824 40.5951 14.6665C39.711 15.5506 39.2143 16.7497 39.2143 18C39.2143 19.2503 39.711 20.4494 40.5951 21.3335C41.4792 22.2176 42.6783 22.7143 43.9286 22.7143V29.7857C43.9286 31.036 43.4319 32.2351 42.5478 33.1192C41.6637 34.0033 40.4646 34.5 39.2143 34.5H6.21429C4.96398 34.5 3.76488 34.0033 2.88078 33.1192C1.99668 32.2351 1.5 31.036 1.5 29.7857V22.7143C2.75031 22.7143 3.9494 22.2176 4.8335 21.3335C5.7176 20.4494 6.21429 19.2503 6.21429 18C6.21429 16.7497 5.7176 15.5506 4.8335 14.6665C3.9494 13.7824 2.75031 13.2857 1.5 13.2857V6.21429C1.5 4.96398 1.99668 3.76488 2.88078 2.88078C3.76488 1.99668 4.96398 1.5 6.21429 1.5Z\" stroke=\"#0C0C4A\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4\u003eCreate a Ticket\u003c\/h4\u003e\n                    \u003cp\u003eSubmit a detailed request\u003c\/p\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Crystal Quest","offers":[{"title":"White \/ With Shower Head","offer_id":24668026567,"sku":"CQE-SP-00801","price":44.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Without Shower Head","offer_id":24668212807,"sku":"CQE-SP-00800","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Chrome \/ With Shower Head","offer_id":24668212871,"sku":"CQE-SP-00803","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Chrome \/ Without Shower Head","offer_id":24668212999,"sku":"CQE-SP-00802","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ With Shower Head","offer_id":41204977270877,"sku":"CQE-SP-00812","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Without Shower Head","offer_id":41204977303645,"sku":"CQE-SP-00802B","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ Without Shower Head","offer_id":42223958229085,"sku":"CQE-SP-00898","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ With Shower Head","offer_id":43194134167645,"sku":"CQE-SP-00834","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/shower-filter-crystal-quest-shower-bath-filters-1230711936.webp?v=1774980849"},{"product_id":"handheld-shower-filter","title":"Handheld Shower Filter","description":"\u003ch3 style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch2\u003eDescription\u003c\/h2\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Smart_Shower_Head_CQE-RC-04045_2020_20-730_Chlorine_Pass.pdf?v=1618941784\" target=\"_blank\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Smart_Shower_Head_CQE-RC-04045_2020_20-730_Chlorine_Pass.pdf?v=1618941784\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested_240x240.jpg?v=1601565142\" alt=\"\" data-mce-style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested_240x240.jpg?v=1601565142\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003eCRYSTAL QUEST® Luxury Handheld Shower Power filtration system combines the ease and convenience of showering with a handheld showerhead and peace of mind from showering in filtered water. Great for shampooing and bathing children and pets. Maximum mobility with a 5.75 foot Duro-flex hose. Easy to install and change cartridges. The attractively designed shower handle has a 3-way adjustable massaging spray and a reversible filter cartridge.\u003cbr\u003e\u003c\/span\u003e\u003cbr style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003e\u003cspan style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003eCRYSTAL QUEST® Luxury Handheld Shower Power filtration system is the most advanced shower filter on the market. Removes chlorine, Chloramines, VOC's, THM's, pesticides, sulfur, heavy metals, hydrogen sulfide (\"rotten egg\" odor), iron oxides (\"rust water\"), dirt, sediment and other odors..... and it's pH balanced!! It works in the shower by filtering the water through each stage of ERA-6500 and ERA-9500 and then Coconut Shell Granular Activated Carbon. The results? The healthiest, most refreshing shower experience ever.\u003c\/span\u003e\u003cbr style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003e\u003cbr style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003e\u003cspan style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003eCRYSTAL QUEST® Luxury Handheld Shower Power will give you smoother, softer skin and hair that is less dry. Your tub and shower area will be cleaner too! The unique drop-down filter design allows for a substantial amount of filtration media enabling more contact time with the water. More contact time means better filtration. This design also allows for more head room than most other shower filters.\u003c\/span\u003e\u003cbr style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003e\u003cbr style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003e\u003cspan style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003eCRYSTAL QUEST® Luxury Handheld Shower Power contains a reversible filter cartridge, which lasts about a year. This high performance shower filter combines easy operation and maintenance with the ultimate in structural integrity and overall reliability. In fact, CRYSTAL QUEST® Luxury Handheld Shower Power is the strongest replaceable shower filter available on the market today. It can be easily changed and operated in either direction. Periodic reversing of the cartridge not only ensures balanced filtration and eliminates the potential for channeling, but also back-flushes the cartridge as it is filtering.\u003c\/span\u003e\u003cbr style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003e\u003cbr style=\"line-height: 1.5;\" data-mce-style=\"line-height: 1.5;\"\u003e\u003cspan\u003eWater travels down through the filter, passing through both ERA-6500 and ERA-9500 media for de-chlorination and enhances pH balance. Next, the water travels through the GAC (coconut shell granular activated carbon) stage to reduce contaminants and finally exits through the shower head. \u003c\/span\u003e\u003cspan\u003eTo read about how GAC's work, click \u003c\/span\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" data-auth=\"NotApplicable\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e. To read about the ERA® Oxidation\/Reduction Process, click \u003c\/span\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" data-auth=\"NotApplicable\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e.  \u003c\/span\u003e\u003cspan\u003eConveniently provides 1 year of filtration.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eRecommended flow rate 2 gallons per minute (7.6 liters per minute) with the maximum recommended peak flow of 2.5 GPM.\u003c\/p\u003e\n###\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDurable and elegant design\u003c\/li\u003e\n\u003cli\u003eEasy to install\u003c\/li\u003e\n\u003cli\u003e3-Stage filtration\u003c\/li\u003e\n\u003cli\u003eHigh capacity filter cartridge\u003c\/li\u003e\n\u003cli\u003e3-spray\/massage handheld shower\u003c\/li\u003e\n\u003cli\u003eReversible filter cartridge\u003c\/li\u003e\n\u003cli\u003e1 year filtration capacity\u003c\/li\u003e\n\u003cli\u003eDimensions: 12\" x 7\" x 4\"\u003c\/li\u003e\n\u003cli\u003eWeight: 2 lbs 10oz\u003c\/li\u003e\n\u003cli\u003eRecommended flow rate 2 gallons per minute (7.6 liters per minute) with the maximum recommended peak flow of 2.5 GPM.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridge\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-yw4l\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-yw4l\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-yw4l\"\u003eShower Filter Cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-yw4l\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/products\/shower-filter-replacement-cartridge\" style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\" data-mce-href=\"https:\/\/crystolquest.shop\/products\/shower-filter-replacement-cartridge\" target=\"_blank\"\u003eCQE-RC-04045\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eProduct Manual\u003c\/h2\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/HandheldLSPManual_2024_reg.pdf?v=1710357686\" title=\"“Handheld-Shower-Filter-Manual”\"\u003eHandheld-Shower-Filter-Manual.pdf\u003c\/a\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Handheld_Shower_Filter_228a8ae8-6f81-4ba6-8faa-9aab6322b908.pdf?v=1637332734\" title=\"“Handheld-Shower-Filter-Manual”\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Handheld_Shower_Filter_228a8ae8-6f81-4ba6-8faa-9aab6322b908.pdf?v=1637332734\"\u003e﻿\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"White","offer_id":24668954247,"sku":"CQE-SP-00804","price":61.95,"currency_code":"USD","in_stock":true},{"title":"Chrome","offer_id":24668954375,"sku":"CQE-SP-00805","price":69.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":41204810481757,"sku":"CQE-SP-00815","price":61.95,"currency_code":"USD","in_stock":true},{"title":"Gold","offer_id":42592333267037,"sku":"CQE-SP-00820","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/white-handheld-shower-filter-crystal-quest-shower-bath-filters-1153620720.jpg?v=1743673726"},{"product_id":"handheld-shower-head-filter-combo","title":"2-in-1 Handheld and Shower Head Combo Filter","description":"\u003ch3 style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch2\u003eDescription\u003c\/h2\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Smart_Shower_Head_CQE-RC-04045_2020_20-730_Chlorine_Pass.pdf?v=1618941784\" target=\"_blank\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested_240x240.jpg?v=1601565142\" alt=\"\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system combines the ease and convenience of showering with a massage showerhead or by switching the diverter to use the handheld shower wand and peace of mind from showering in filtered water. Great for shampooing and bathing children and pets. Maximum mobility with a 5.75 foot Duro-flex hose. Easy to install and change cartridges. The attractively designed shower handle has a 3-way adjustable massaging spray and a reversible filter cartridge.\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system is the most advanced shower filter on the market. Removes chlorine, Chloramines, VOC's, THM's, pesticides, sulfur, heavy metals, hydrogen sulfide (\"rotten egg\" odor), iron oxides (\"rust water\"), dirt, sediment and other odors..... and it's pH balanced!! It works in the shower by filtering the water through each stage of ERA-6500 and ERA-9500 and then Coconut Shell Granular Activated Carbon. The results? The healthiest, most refreshing shower experience ever.\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system will give you smoother, softer skin and hair that is less dry. Your tub and shower area will be cleaner too! The unique drop-down filter design allows for a substantial amount of filtration media enabling more contact time with the water. More contact time means better filtration. This design also allows for more headroom than most other shower filters.\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system contains a reversible filter cartridge, which lasts about a year. This high performance shower filter combines easy operation and maintenance with the ultimate in structural integrity and overall reliability. In fact, CRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system is the strongest replaceable shower filter available on the market today. It can be easily changed and operated in either direction. Periodic reversing of the cartridge not only ensures balanced filtration and eliminates the potential for channeling, but also back-flushes the cartridge as it is filtering.\u003c\/p\u003e\n\u003cp\u003eWith the 3-way push-pull diverter system, you can conveniently change flow of water. Use either shower head or hand held for the ultimate shower experience.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWater travels down through the filter, passing through both ERA-6500 and ERA-9500 media for de-chlorination and enhances pH balance. Next, the water travels through the GAC (coconut shell granular activated carbon) stage to reduce contaminants and finally exits through the shower head. \u003c\/span\u003e\u003cspan\u003eTo read about how GAC's work, click \u003c\/span\u003e\u003ca data-auth=\"NotApplicable\" href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e. To read about the ERA® Oxidation\/Reduction Process, click \u003c\/span\u003e\u003ca data-auth=\"NotApplicable\" href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e.  \u003c\/span\u003e\u003cspan\u003eConveniently provides 1 year of filtration.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eRecommended flow rate 2 gallons per minute (7.6 liters per minute) with the maximum recommended peak flow of 2.5 GPM.\u003c\/p\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 year filtration capacity cartridge\u003c\/li\u003e\n\u003cli\u003e3-Stage filtration reversible filter cartridge\u003c\/li\u003e\n\u003cli\u003eDurable and elegant design - installs in minutes!\u003c\/li\u003e\n\u003cli\u003e\u003ca title=\"Crystal Quest BPA Free Water Filters\" href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\"\u003eBPA free\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003eTwo showers and filter in one\u003c\/li\u003e\n\u003cli\u003eThree-way diverter that operates between a handheld \u0026amp; shower head\u003c\/li\u003e\n\u003cli\u003e3-spray\/massage showerhead and handheld shower system\u003c\/li\u003e\n\u003cli\u003eDimensions: 12\" x 7\" x 4\"\u003c\/li\u003e\n\u003cli\u003eWeight: 3 lbs.\u003c\/li\u003e\n\u003cli\u003eRecommended flow rate 2 gallons per minute (7.6 liters per minute) with the maximum recommended peak flow of 2.5 GPM.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridge\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-yw4l\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-yw4l\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-yw4l\"\u003eShower Filter Cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-yw4l\"\u003e\u003ca style=\"text-decoration: underline;\" href=\"https:\/\/crystolquest.shop\/products\/shower-filter-replacement-cartridge\" target=\"_blank\"\u003eCQE-RC-04045\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eProduct Manual\u003c\/h2\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/DualHandheldLSPManual_24.pdf?v=1706816557\" title=\"“Handheld-Shower-Filter-Combo-Manual”\"\u003eHandheld-Shower-Filter-Combo-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"White","offer_id":24672587207,"sku":"CQE-SP-00806","price":79.95,"currency_code":"USD","in_stock":true},{"title":"Chrome","offer_id":24672587271,"sku":"CQE-SP-00807","price":84.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":41204842758237,"sku":"CQE-SP-00818","price":79.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/white-2-in-1-handheld-and-shower-head-combo-filter-crystal-quest-shower-bath-filters-1153620699.jpg?v=1743673358"},{"product_id":"fluoride-removal-smart-single-cartridge-countertop-water-filter-system","title":"Fluoride Removal | SMART Single Cartridge Countertop Water Filter System","description":"\u003ch2\u003e\n\u003cstrong\u003eDescription\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eWater travels through 7 stages of filtration: \u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eIn stages 1 and 7, water flows through pre and post one - micron filter pad (1 micron equals 1\/25,000th of an inch), which removes or reduces suspended particles such as silt, sediment, cyst (Giardia, Cryptosporidium), sand, rust, dirt, and other un-dissolved matter.\u003c\/li\u003e\n\u003cli\u003eIn stage 2, water flows through a FLUORIDE REMOVAL media containing \u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eagle-activated-charcoal-fluoride-removal-media\" target=\"_blank\"\u003e Fluoride Charcoal Granulated Activated Carbon (GAC) \u003c\/a\u003e , unless  \u003cstrong\u003e Aluminum Oxide  \u003c\/strong\u003e is requested. This media is specifically designed to have a high affinity for Fluoride, Lead and Arsenic. It removes and reduces metals through a mixture of adsorption and chemical reaction with the media; therefore, the elimination is not reliant on ion exchange. It has uniform particle size, is physically stable and can be used over a wide pH range. Capacity: 2700 ppm Fluoride (Avg. 1000 to 1500 Gallons).* As high as 11000 ppm F+ with effluent levels below 0.2 ppm from 10 ppm F+ feed.*\u003c\/li\u003e\n\u003cli\u003eIn stage 4, water flows through ion exchange resins, reducing heavy metals such as lead, copper, aluminum, and water hardness.\u003c\/li\u003e\n\u003cli\u003eIn stages 3 and 5, water flows through a bed of media made of a special high-purity alloy blend of two dissimilar metals - copper and zinc (ERA-6500, ERA-9500). ERA-6500 and ERA-9500 are major advancements in water treatment technology that works on the electro-chemical and spontaneous-oxidation-reduction (Eagle Redox Alloy®) principles. Chlorine is instantaneously and almost inexhaustibly oxidized.\u003c\/li\u003e\n\u003cli\u003eIn stages 6, water flows through granulated activated carbon (GAC). GAC is universally recognized and widely used as an effective adsorbent for a wide variety of organic contaminants, such as chlorine, chemicals linked to cancer (THM's, benzene) pesticides, herbicides, insecticides, volatile organic compounds (VOC's), PCB's, MTBE's and hundreds of other chemical contaminants that may be present in water causing bad taste and odors in your drinking water. All Crystal Quest® GAC is a mixed blend of coconut shell and catalytic GAC to address both chlorine, chloramines and these byproducts. \u003c\/li\u003e\n\u003c\/ul\u003e\nOur special house blend of 2 types of coconut-shell GAC (including Catalytic) with 2 types of Eagle Redox Alloys® (9500 \u0026amp; 6500) \u0026amp; anion exchange resin. This blend effectively reduces \u0026amp; removes heavy metals, chlorine \u0026amp; chloramine, pesticides \u0026amp; herbicides, pharmaceutical by-products \u0026amp; other inorganic substances such as petroleum byproducts. Ceramic and Tourmaline balls to enhance the water and maintain a more alkaline pH. To read about how GAC's work, click \u003ca data-auth=\"NotApplicable\" href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" target=\"_blank\"\u003ehere\u003c\/a\u003e. To read about the ERA® Oxidation\/Reduction Process, click \u003ca data-auth=\"NotApplicable\" href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" target=\"_blank\"\u003ehere\u003c\/a\u003e.\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSits on the counter and easily connects to any kitchen faucet\u003c\/li\u003e\n\u003cli\u003eA diverter valve switches between filtered and unfiltered water\u003c\/li\u003e\n\u003cli\u003eOption for countertop models only: Washable Pre-filtration Filter\u003c\/li\u003e\n\u003cli\u003eUse for any countertop\/faucet and helps remove the sediment thus enabling your filter to work more efficiently\u003c\/li\u003e\n\u003cli\u003eSits on the counter and easily connects to any kitchen faucet\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWhite (Polypropylene) Dimensions: 5\"L x 13\"H x 5\"W \u003cbr\u003eStainless Steel Model Dimensions: 5.5\"L x 13.5\"H x 5\"W\u003c\/p\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable id=\"“specs”\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions (polypropylene)\u003c\/th\u003e\n\u003cth\u003e5\"L x 13\"H x 5\"W\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions (stainless steel)\u003c\/td\u003e\n\u003ctd\u003e5.5\"L x 13.5\"H x 5\"W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMin Operating Pressure\u003c\/td\u003e\n\u003ctd\u003e20 psi (pounds per sq. in.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Operating Pressure\u003c\/td\u003e\n\u003ctd\u003e60 psi (pounds per sq. in.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMin Operating Temperature\u003c\/td\u003e\n\u003ctd\u003e40 degrees F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Operating Temperature\u003c\/td\u003e\n\u003ctd\u003e90 degrees F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Flow Rate\u003c\/td\u003e\n\u003ctd\u003e0.3-0.5 gpm (gallons per minute)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e* This Fluoride System and Media will accommodate for fluoride removal from municipal water that consists of inorganic fluoride. If fluoride is organic or from natural water sources such as a well please speak with a Crystal Quest® Associate for system recommendation.\u003c\/p\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridges\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003cth\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFluoride Removal +SMART Filter Cartridge (2-7\/8“x9-3\/4”)\u003c\/td\u003e\n\u003ctd\u003e\u003ca style=\"text-decoration: underline;\" href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/smart-calcium-gac-fluoride-reduction-cartridge\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eCQE-RC-04049\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003eProduct Manual\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003ca title=\"Countertop-Manual.pdf\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Countetop-SingleDoubleTriple-Manual_Watermark.pdf?v=1594304777\"\u003eCountertop-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"White (Polypropylene)","offer_id":31243944906,"sku":"CQE-CT-00144","price":99.0,"currency_code":"USD","in_stock":true},{"title":"Stainless Steel","offer_id":26972989511,"sku":"CQE-CT-00137","price":139.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/products\/white-polypropylene-fluoride-removal-smart-single-cartridge-countertop-water-filter-system-crystal-quest-countertop-water-filters-32126036508765.jpg?v=1669749713"},{"product_id":"under-sink-replaceable-single-fluoride-multi-plus-water-filter-system","title":"Fluoride Removal + SMART Single Under Sink Water Filter System","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003eDescription\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Leak Detector\/Flood-Prevention Valve : \u003c\/strong\u003e\u003cspan\u003eDue to numerous unpredictable circumstances including installation errors, flood damage is subject to occur without a leak-detector valve. Our \u003c\/span\u003e\u003cspan\u003erecommended\u003c\/span\u003e\u003cspan\u003e leak detector\/flood-prevention valve will allow the water system to be flood-proof.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eCrystal Quest® Fluoride Removal + SMART Single Under Sink Water Filter System is stylish, convenient and effective.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eWater Travels Through 7 Stages of Filtration\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan style=\"line-height: 1.4;\"\u003eIn stages 1 and 7, water flows through pre and post one - micron filter pads (1 micron equals 1\/25,000th of an inch), which remove suspended particles such as silt, sediment, cyst (Giardia, Cryptosporidium), sand, rust, dirt, and other un-dissolved matter.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eIn stage 2, water flows through a FLUORIDE REMOVAL cartridge containing \u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filtration-media\/products\/eagle-activated-charcoal-fluoride-removal-media\"\u003eFluoride Charcoal Granulated Activated Carbon (GAC)\u003c\/a\u003e, unless \u003cstrong\u003eAluminum Oxide \u003c\/strong\u003eis requested.  This media is specifically designed to have a high affinity for Fluoride, Lead and Arsenic. It removes metals through a mixture of adsorption and chemical reaction with the media; therefore, the elimination is not reliant on ion exchange. It has uniform particle size, is physically stable and can be used over a wide pH range. Capacity: 4500 ppm Fluoride (Avg. 1000 to 1500 Gallons).* As high as 11000 ppm F+ with effluent levels below 0.2 ppm from 10 ppm F+ feed.*\u003c\/li\u003e\n\u003cli class=\"x_MsoListParagraph\"\u003e\n\u003cspan\u003eIn stage 4, water flows through ion exchange resins, reducing heavy metals such as lead, copper, aluminum, and water hardness.\u003c\/span\u003e\u003cspan\u003e\u003cspan\u003e \u003c\/span\u003e Ceramic and Tourmaline balls to enhance the water and maintain a more alkaline pH. \u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"x_MsoNormal\"\u003e\n\u003cspan\u003eIn stages 3 and 5, water flows through a bed of media made of a special high-purity alloy blend of two dissimilar metals - copper and zinc ( ERA-6500, ERA-9500). ERA-6500 and ERA-9500 are major advancements in water treatment technology that works on the electro-chemical and spontaneous-oxidation-reduction (Eagle Redox Alloy®) principles. Chlorine is instantaneously and almost inexhaustibly oxidized.\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003eTo read about the ERA® Oxidation\/Reduction Process, click \u003c\/span\u003e\u003cspan\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" data-auth=\"NotApplicable\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003cspan\u003e.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"x_MsoNormal\"\u003e\n\u003cspan\u003eIn stage 6, water flows through granulated activated carbon (GAC). GAC is universally recognized and widely used as an effective adsorbent for a wide variety of organic contaminants, such as chlorine, chemicals linked to cancer (THM's, benzene) pesticides, herbicides, insecticides, volatile organic compounds (VOC's), PCB's, MTBE's and hundreds of other chemical contaminants that may be present in water causing bad taste and odors in your drinking water. All Crystal Quest® GAC is a mixed blend of coconut shell and catalytic GAC to address both chlorine, chloramines and these byproducts. \u003c\/span\u003e\u003cspan\u003eTo read about how GAC's work, click \u003c\/span\u003e\u003cspan\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" data-auth=\"NotApplicable\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003cspan\u003e. \u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"x_MsoNormal\"\u003e\u003cspan\u003eEasy to use and install on all standard sinks.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"x_MsoNormal\"\u003e\u003cspan\u003ePlease note: When considering installation, if current under sink plumbing is hard copper tubing the saddle valve would be used; for flex tubing the T-valve would be required. While ordering a prompt will require that an installation valve be specified in order to progress through the order entry screen.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable id=\"“specs”\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003cth\u003e5\"L x 14\"H x 5\"W\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e5 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConnection Size\u003c\/td\u003e\n\u003ctd\u003e1\/4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMin Operating Pressure\u003c\/td\u003e\n\u003ctd\u003e20 psi (pounds per sq. in.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Operating Pressure\u003c\/td\u003e\n\u003ctd\u003e60 psi (pounds per sq. in.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMin Operating Temperature\u003c\/td\u003e\n\u003ctd\u003e40 degrees F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Operating Temperature\u003c\/td\u003e\n\u003ctd\u003e90 degrees F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Flow Rate\u003c\/td\u003e\n\u003ctd\u003e0.3-0.5 gpm (gallons per minute)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e*Height is 10” (4” added for room to change cartridges)\u003c\/p\u003e\n\u003cp\u003e* This Fluoride System and Media will accommodate for fluoride removal on municipal water that consists of inorganic fluoride.  If fluoride is organic or from natural water sources such as a well please speak with a Crystal Quest® Associate for system recommendation.\u003c\/p\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridges\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003cth\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFluoride Removal +SMART Filter Cartridge (2-7\/8“x9-3\/4”)\u003c\/td\u003e\n\u003ctd\u003e\u003cspan style=\"color: #241896;\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/smart-calcium-gac-fluoride-reduction-cartridge\" style=\"color: #241896;\" target=\"_blank\"\u003eCQE-RC-04152\u003c\/a\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eProduct Manual\u003c\/h2\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Undersink-SingleDoubleTripleManual23.pdf?v=1691524150\"\u003eUndersink-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"Default Title","offer_id":27399847879,"sku":"CQE-US-00315","price":150.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/fluoride-removal-smart-single-under-sink-water-filter-system-crystal-quest-under-sink-water-filters-33135890858077.png?v=1684442572"},{"product_id":"whole-house-water-filter-guardian","title":"Guardian Whole House Water Filter","description":"\u003cdiv style=\"text-align: left;\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/our-guaranteed-performance\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/guaranteed_83885fd7-6ac8-4a46-adbb-3de182f5505e_160x160.png?v=1711656401\" alt=\"\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003ch2\u003eDescription\u003c\/h2\u003e\n\u003ch3\u003eWater Travels Through 3 Stages of Filtration\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStage 1 \u003c\/strong\u003e - Water flows through two 2 types of coconut shell Granulated Activated Carbons (Premium \u0026amp; Catalytic GAC). These are meant to reduce contaminants such as heavy metals, i.e. lead \u0026amp; mercury, chlorine, chloramine, \u0026amp; inorganic products such as herbicides, pesticides, and petroleum\/pharmaceutical by-products.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStage 2 \u003c\/strong\u003e \u003cspan\u003e-\u003c\/span\u003e The GAC is infused with our Eagle Redox Alloys® 6500 to prevent and reduce the potential growth of bacteria and algae.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStage 3\u003c\/strong\u003e - Water flows through a 10” Carbon Block cartridge that removes or reduces VOCs (like commercial\/industrial solvents, cleaners, paints, \u0026amp; dyes) and leaves you with the cleanest tasting water.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e*If present in the water\u003c\/p\u003e\n\u003ch3\u003eHow to Determine Capacity \u003c\/h3\u003e\n\u003cp\u003eCapacity is the amount of water your filter creates clean water for your home. An easier way to think of it is how many bathrooms you have.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1,000,000 capacity equals 1-3 bathrooms\u003c\/li\u003e\n\u003cli\u003e1,500,000 capacity equals 2-4 bathrooms\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eWater Without Breaking the Bank\u003c\/h3\u003e\n\u003cp\u003eThe tank holds a large amount of water filtration carbon media, increasing the overall performance and lifespan of the filter. When it comes time to replace the media, every 5-10 years, simply replace the media inside the tank. There is no additional plumbing required and no need to replace the entire tank. \u003cspan\u003eThe system requires no electricity.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003eBenefits\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGreat tasting, healthier water for drinking and cooking\u003c\/li\u003e\n\u003cli\u003eCrystal clear ice cubes\u003c\/li\u003e\n\u003cli\u003eFlavorful coffee, tea, mixes, and meals\u003c\/li\u003e\n\u003cli\u003eIdeal for baby formula, pasta, and soups\u003c\/li\u003e\n\u003cli\u003eGreat for pet and plant water, aquariums\u003c\/li\u003e\n\u003cli\u003eUnlimited clean water supply to your kitchen, bath, and laundry\u003c\/li\u003e\n\u003cli\u003eNo heavy cooler bottles to lift\u003c\/li\u003e\n\u003cli\u003eClean water for steam irons, humidifiers, and household cleaning\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIt is a well-known fact that people should drink eight glasses of water a day to help maintain a healthy lifestyle. With Crystal Quest Whole House Water Filters, you get delicious, refreshing, safe, top-quality drinking water.\u003c\/p\u003e\n\u003cp\u003eCrystal Quest Guardian Series Whole House Water Filters are engineered for maximum filtration and maximum performance with minimum maintenance.\u003c\/p\u003e\n\u003ch3\u003eSalt-Free Water Conditioner (Optional)\u003c\/h3\u003e\n\u003cp\u003eWater passes through an anti-scale media and without a brine solution there is no need to backwash. This process neutralizes the minerals instead of removing or reducing them, allowing water to flow freely through your system without sticking to your pipes, dishes, or you!  If you have a hardness level of 25 GPG or higher please speak with a water specialist for a recommendation.\u003c\/p\u003e\n\u003ch3\u003eAdditional Product Options\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003e12 GPM UV Water Sterilizer\u003c\/b\u003e: Specifically designed to meet the demanding microorganism control concern. These microorganisms can range from bacteria and viruses to algae and protozoa. A major advantage of UV treatment is that it is capable of disinfecting water faster than chlorine without cumbersome retention tanks and harmful chemicals to your drinking water.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eLeak Detector Valve\u003c\/b\u003e: Used to detect a water leak within a water filter system and shuts down the water supply to prevent flooding.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eVacuum Breaker\u003c\/b\u003e: Recommended to be installed inline ahead of water filter systems as a precaution against the rare occurrence of negative pressure (a vacuum) in the water line which can cause damage to the filter tanks and housings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMetered Valve\u003c\/b\u003e: The systems come standard with a timer valve which runs the backwashing schedule on a set number of days. (For example, every 7 days). The metered valve will run the backwashing based on a set number of gallons. (For example, 3,000 gallons).\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eOxidation System\u003c\/b\u003e: Utilizes ozone for efficient water oxidation, improving water quality.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-1d7g\"\u003eHome Water Usage\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e\u003cstrong\u003e1-3 Bathrooms\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e\u003cstrong\u003e2-4 Bathrooms\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-1d7g\"\u003eFilter Media Volume\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e1.5 cubic feet\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e2.0 cubic feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-wm6t\"\u003eCapacity (gallons)\u003c\/td\u003e\n\u003ctd class=\"tg-nrw8\"\u003e1,000,000\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e1,500,000\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-1d7g\"\u003eService Flow (GPM)\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e9-11\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e10-13\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-1d7g\"\u003eTank Dimensions\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e10\" x 54\"\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e12\" x 52\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-1d7g\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003eFiberglass\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003e Fiberglass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-1d7g\"\u003eBackwash\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003eUpflow\u003c\/td\u003e\n\u003ctd class=\"tg-ecrz\"\u003eUpflow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Media\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-e3zv\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-e3zv\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-031e\"\u003eGuardian Multimedia\u003c\/td\u003e\n\u003ctd class=\"tg-031e\"\u003e\u003ca style=\"text-decoration: underline;\" href=\"https:\/\/crystolquest.shop\/products\/guardian-multimedia\" target=\"_blank\"\u003eCQE-RM-05041\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3\u003eReplacement Cartridges\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-e3zv\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-e3zv\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-031e\"\u003eCarbon Block Cartridge (5\"x10\")\u003c\/td\u003e\n\u003ctd class=\"tg-031e\"\u003e\u003ca style=\"text-decoration: underline;\" href=\"https:\/\/crystolquest.shop\/products\/coconut-based-carbon-block-filter-cartridge?variant=20987287239\" target=\"_blank\"\u003eCQE-RC-\u003cspan\u003e04035\u003c\/span\u003e\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Guardian_Manual_-_Single_Page_Web.pdf?v=1741874816\"\u003eWhole House Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca title=\"Guaranteed Performance Documentation\" href=\"https:\/\/s3.amazonaws.com\/crystal-quest-documentation\/GuaranteedPerformance.pdf\"\u003eGuaranteed Performance\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"1.5 (Filters 1,000,000 Gallons) \/ Standalone","offer_id":41014799597661,"sku":"CQE-WH-03101","price":1186.0,"currency_code":"USD","in_stock":true},{"title":"2.0 (Filters 1,500,000 Gallons) \/ Standalone","offer_id":41014799630429,"sku":"CQE-WH-03102","price":1590.0,"currency_code":"USD","in_stock":true},{"title":"1.5 (Filters 1,000,000 Gallons) \/ Add Salt-Free Conditioner","offer_id":41014799663197,"sku":"CQE-WH-03101S","price":3591.0,"currency_code":"USD","in_stock":true},{"title":"2.0 (Filters 1,500,000 Gallons) \/ Add Salt-Free Conditioner","offer_id":41014799695965,"sku":"CQE-WH-03102S","price":4407.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/products\/750-000-gallons-standalone-guardian-whole-house-water-filter-crystal-quest-whole-house-water-filters-4117423718493.jpg?v=1756491808"},{"product_id":"water-filter-pitcher","title":"Water Pitcher Filter System","description":"\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/3QNQ534eIHo?si=TSH9TxFb06IdlVjf\u0026amp;rel=0\" height=\"810\" width=\"1440\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2\u003eDescription\u003c\/h2\u003e\n\u003cp\u003eCrystal Quest® Large Capacity Ultimate Pitcher provides clean, great-tasting water conveniently, waiting and chilled in your refrigerator.\u003c\/p\u003e\n\u003cp\u003eStep 1: Eagle Redox Alloy® 6500, removing or reducing chlorine and water-soluble heavy metals (Arsenic, Mercury, Lead, Chromium, Cadmium). It controls scale, bacteria and algae. The process medium received International Certification and is certified by Standard 42 – Drinking Water Treatment Units – Aesthetic Effects. This medium is also in compliance with California’s Health and Safety Code Section 166875 (or commonly known as AB1953) and Vermont Act 193.\u003c\/p\u003e\n\u003cp\u003eStep 2: Eagle Redox Ally® 9500 removes or reduces iron and hydrogen sulfide from municipal or other water supplies. Also controls scale, bacteria and algae. Eagle Redox can remove up to 99% of water-soluble lead, mercury, nickel, chromium, and other dissolved metals.\u003c\/p\u003e\n\u003cp\u003e\u003cimg width=\"704\" height=\"449\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/WaterPitcher_76308f57-e26b-4a7d-a8a4-6542cd709cb3_480x480.jpg?v=1594751433\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/CQE-RC-04047_2020_2295-20552_Chlorine_Pass.pdf?v=1601565208\" target=\"_blank\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested_100x100.jpg?v=1601565142\" data-mce-fragment=\"1\"\u003e\u003c\/a\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eStep 3: The ion exchange resin reduces heavy metals such copper, Zinc, aluminum and water hardness. Certified by the WQA to 61 Standard. Water Regulations Advisory Scheme Approved\u003cbr\u003e\u003cbr\u003eStep 4: Coconut Shell Granulated activated carbon and Catalytic activated carbon reduces chlorine, chloramine, bad tastes, and odors, reduces pesticides (lindane, atrazine and 2, 4-D) and chemicals that are linked to cancer risk (benzene, TTHMs, and toxaphene). The medium received International Certification and is certified by Standard 42 – Drinking Water Treatment Units – Aesthetic Effects. This medium is also in compliance with California’s prop65.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eBenefits\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCrystal Quest® Pitcher Water Filter is the only leading brand with 4 stages of filtration\u003c\/li\u003e\n\u003cli\u003eRemoves contaminants from water\u003c\/li\u003e\n\u003cli\u003eProvides 8-12 cups\u003c\/li\u003e\n\u003cli\u003ePerfect for entertaining\u003c\/li\u003e\n\u003cli\u003eSlim, space-efficient shape fits neatly into a refrigerator (9\"L x 4\"W x 11\"H)\u003c\/li\u003e\n\u003cli\u003eContemporary, stylish design\u003c\/li\u003e\n\u003cli\u003eConvenient flip-top lid for easy re-filling; handle designed for comfortable pouring\u003c\/li\u003e\n\u003cli\u003eConveniently provides 2,000 gallons (6-12 months)* of quality water\u003c\/li\u003e\n\u003cli\u003eDesigned in attractive white and blue colors\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\n\u003cdiv style=\"background-color: #89bde3; padding: 5px; border-width: 2px; border-color: #000000; border-radius: 8px;\"\u003e\n\u003cstrong\u003eNOTE: \u003c\/strong\u003eDuring transit, the fine media particles inside of the cartridge may make it’s way out of the cartridge into the packaging. If you see black residue on the water pitcher or cartridge it is nothing to be concerned with. Rinse and wipe the residue off and follow the installation instructions before use. This will not affect performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackage Information:\u003c\/strong\u003e Pitcher\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackage Dimensions:\u003c\/strong\u003e 2\"L x 2\"W x 1.99\"H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupported Water TDS Level Maximum (PPM):\u003c\/strong\u003e 500\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e Manual\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eItem Weight:\u003c\/strong\u003e 1.6lb\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFilter Life Cycle:\u003c\/strong\u003e 12 Months\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- PARTS \u0026 COMPONENTS --\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ctable width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.2509%;\"\u003e Standard\/SMART Water Pitcher Cartridge\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 47.7528%;\"\u003e\n\u003ca href=\"https:\/\/crystolquest.shop\/products\/pitcher-filter\"\u003eCQE-RC-04047\u003c\/a\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.2509%;\"\u003eAlkalizing Water Pitcher Cartridge\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 47.7528%;\"\u003e\n\u003ca href=\"https:\/\/crystolquest.shop\/products\/alkalizing-water-pitcher-cartridge\"\u003eCQE-RC-04147\u003c\/a\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.2509%;\"\u003eDemineralizer (DI) Water Pitcher Cartridge\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 47.7528%;\"\u003e\n\u003ca href=\"https:\/\/crystolquest.shop\/products\/water-pitcher-demineralizer-filter-cartridge\"\u003eCQE-RC-04132\u003c\/a\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.2509%;\"\u003eSMART\/Arsenic Removal Water Pitcher Cartridge\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 47.7528%;\"\u003e\n\u003ca href=\"https:\/\/crystolquest.shop\/products\/pitcher-multistage-arsenic-cartridge\"\u003eCQE-RC-04131\u003c\/a\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.2509%;\"\u003eSMART\/Fluoride Removal Water Pitcher Cartridge\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 47.7528%;\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/products\/water-pitcher-fluoride-removal-filter-cartridge\"\u003eCQE-RC-04130\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- INSTALLATION INSTRUCTIONS --\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\n\u003ciframe width=\"1440\" height=\"810\" src=\"https:\/\/www.youtube.com\/embed\/RBp2K1xRtGE?si=ROpaSrTP1l1z4dsM\u0026amp;rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/WaterPitcherManual_Watermark.pdf?v=1594751954\"\u003eWater Pitcher Instruction Manual\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest","offers":[{"title":"Clear \/ Standard (SMART)","offer_id":32664921014365,"sku":"CQE-PI-00600","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Clear \/ SMART + Fluoride Removal","offer_id":32664921047133,"sku":"CQE-PI-00604","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Clear \/ SMART + Arsenic Removal","offer_id":32664921079901,"sku":"CQE-PI-00606","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Clear \/ Demineralizing (DI)","offer_id":32664921112669,"sku":"CQE-PI-00608","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Clear \/ Alkalizing","offer_id":32664921145437,"sku":"CQE-PI-00602","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ Standard (SMART)","offer_id":32664920850525,"sku":"CQE-PI-00601","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ SMART + Fluoride Removal","offer_id":32664920883293,"sku":"CQE-PI-00605","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ SMART + Arsenic Removal","offer_id":32664920916061,"sku":"CQE-PI-00607","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ Demineralizing (DI)","offer_id":32664920948829,"sku":"CQE-PI-00609","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Light Blue \/ Alkalizing","offer_id":32664920981597,"sku":"CQE-PI-00603","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Standard (SMART)","offer_id":42543455371357,"sku":"CQE-PI-00599","price":39.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ SMART + Fluoride Removal","offer_id":42543455404125,"sku":"CQE-PI-00613","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ SMART + Arsenic Removal","offer_id":42543455436893,"sku":"CQE-PI-00612","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Demineralizing (DI)","offer_id":42543455469661,"sku":"CQE-PI-00611","price":42.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Alkalizing","offer_id":42543455502429,"sku":"CQE-PI-00610","price":42.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/water-pitcher-filter-system-crystal-quest-pitcher-water-filter-1230731117.webp?v=1774987776"},{"product_id":"water-pitcher-lid","title":"Water Pitcher Lid","description":"\u003cbr\u003e","brand":"Crystal Quest","offers":[{"title":"White","offer_id":41437675421789,"sku":"CQE-RC-99827","price":16.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":41437675454557,"sku":"CQE-RC-99828","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/white-lid-crystal-quest-pitcher-water-filter-33903787147357.jpg?v=1704389263"},{"product_id":"water-pitcher-reservoir","title":"Water Pitcher Reservoir","description":"\u003cbr\u003e","brand":"Crystal Quest","offers":[{"title":"White","offer_id":41437676601437,"sku":"CQE-RC-99829","price":21.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":41437676634205,"sku":"CQE-RC-99830","price":21.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/white-reservoir-crystal-quest-pitcher-water-filter-33903791374429.jpg?v=1704389267"},{"product_id":"bath-ball-and-replacement-filter-cartridge-bundle","title":"Bath Ball® - Additional Replacement Filter Cartridge Bundle","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Banner.jpg?v=1714051141\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bb_2048x2048.jpg?v=1692969465\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bb_2048x2048.jpg?v=1692969465\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bc_2048x2048.jpg?v=1692969487\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bc_2048x2048.jpg?v=1692969487\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/b6_2048x2048.png?v=1692969528\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/b6_2048x2048.png?v=1692969528\"\u003e\u003c\/p\u003e\n\u003ch2\u003eThe Bath Ball® Bundle Includes a Bath Ball® Plus an Additional Replacement Cartridge\u003c\/h2\u003e\n\u003cp\u003eFilter your \u003cstrong\u003ebath water\u003c\/strong\u003e with Crystal Quest's innovative \u003cstrong\u003eBath Ball® Filter\u003c\/strong\u003e. Protect your family’s health and keep your skin looking and feeling softer, smoother and more radiant. Your unfiltered tap water can contain a wide variety of harmful and skin-damaging contaminants such as chlorine, mercury, pesticides, bacteria, selenium, sulfur and much more. These types of contaminants can be hazardous to your health and will leave your skin and hair feeling dry and rough to the touch.\u003c\/p\u003e\n\u003cp\u003eWith the most advanced filtration process on the market and our easy-to-install design, you can quickly and easily improve the quality and safety of your water for an affordable price.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eRemoves chlorine, chloramines, VOC's, THM's, pesticides, sulfur, heavy metals, hydrogen sulfide (\"rotten egg\" odor), iron oxides (\"rust water\"), dirt, sediment and other odors while balancing pH \u0026amp; de-chlorinating! It works by filtering the water through stages of our ERA® 6500 and ERA® 9500 media. To read about how GAC's work, click \u003c\/span\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" data-auth=\"NotApplicable\" target=\"_blank\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e. To read about the ERA® Oxidation\/Reduction Process, click \u003c\/span\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" data-auth=\"NotApplicable\" target=\"_blank\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e.  \u003c\/span\u003e\u003cspan\u003eThe results? The healthiest, most refreshing bath experience in addition to smoother, softer skin and hair that is less dry. Your tub and shower area will be cleaner too! The unique drop-down filter design allows for a substantial amount of filtration media enabling more contact time with the water. More contact time means better filtration.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eConveniently provides 1 year of filtration.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv align=\"center\" style=\"margin-bottom: 3em; margin-top: 3em;\" data-mce-style=\"margin-bottom: 3em; margin-top: 3em;\"\u003e\n\u003cimg style=\"margin-right: 1em;\" alt=\"Bath Ball Filter\" src=\"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bigstock-Woman-relaxing-in-round-outdoo-120229028_large.jpg?5346431497119819019\" data-mce-src=\"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bigstock-Woman-relaxing-in-round-outdoo-120229028_large.jpg?5346431497119819019\" data-mce-style=\"margin-right: 1em;\"\u003e \u003cimg alt=\"Bath Ball Filter\" src=\"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bigstock-Woman-relaxing-in-round-outdoo-120229055_large.jpg?5346431497119819019\" data-mce-src=\"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bigstock-Woman-relaxing-in-round-outdoo-120229055_large.jpg?5346431497119819019\"\u003e\n\u003c\/div\u003e\n\u003ch4\u003eNote: The hardness of your water will determine the performance of the Bath Ball® filter. Hard water has the ability to damage the coating on the chrome Bath Ball® filter. If your water is hard, then we recommend wiping down the Bath Ball® after each use or purchase the white Bath Ball® for durability against your water.\u003c\/h4\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDimensions: 5\" x 5\"\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWeight: 2 lbs\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eHousing material: Acrylonitrile Butadiene Styrene or ABS plastic which is \u003ca href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\" title=\"Crystal Quest BPA Free Water Filters\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\"\u003eBPA free\u003c\/a\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eRecommended flow rate: \u003c\/span\u003e4-5 gallons per minute\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003e12 to 18 months\u003c\/strong\u003e or\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003e2,000 to 2,500 gallons\u003c\/strong\u003e of filtration \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eBuy a new \u003ca href=\"https:\/\/crystolquest.shop\/products\/bath-ball-disk\" title=\"Replaceable Bath Ball Cartridge Crystal Quest\" data-mce-href=\"https:\/\/crystolquest.shop\/products\/bath-ball-disk\"\u003eBath Ball® Ball Cartridge\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridge\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-yw4l\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-yw4l\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-yw4l\"\u003eBath Ball® Filter Cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-yw4l\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/bath-ball-cartridge\" style=\"text-decoration: underline;\" target=\"_blank\" data-mce-href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/bath-ball-cartridge\" data-mce-style=\"text-decoration: underline;\"\u003eCQE-RC-04052\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eProduct Manual\u003c\/h2\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/BathBall-NoFlexHandleManual_Watermark.pdf?v=1594403401\" title=\"“Bath-Ball-Manual”\" target=\"_blank\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Bath_Ball_Manual.pdf?v=1725037609\"\u003eBath-Ball-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest Water Filters","offers":[{"title":"White","offer_id":42055344848989,"sku":"CQE-CB-0100","price":94.45,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":42055344881757,"sku":"CQE-CB-0150","price":94.45,"currency_code":"USD","in_stock":true},{"title":"Chrome","offer_id":42055344914525,"sku":"CQE-CB-0200","price":95.0,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":42055344947293,"sku":"CQE-CB-0004","price":95.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":42055344980061,"sku":"CQE-CB-0005","price":95.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/white-bath-ball-and-replacement-filter-cartridge-bundle-crystal-quest-water-filters-34705981243485.jpg?v=1713990289"},{"product_id":"bath-and-shower-bundle","title":"Bathing Essentials Bundle","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/ba_2048x2048.jpg?v=1692969384\" alt=\"\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bb_2048x2048.jpg?v=1692969465\" alt=\"\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bc_2048x2048.jpg?v=1692969487\" alt=\"\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/b6_2048x2048.png?v=1692969528\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch2\u003eBath Ball® Filter\u003c\/h2\u003e\n\u003cp\u003eFilter your \u003cstrong\u003ebath water\u003c\/strong\u003e with Crystal Quest's innovative \u003cstrong\u003eBath Ball® Filter\u003c\/strong\u003e. Protect your family’s health and keep your skin looking and feeling softer, smoother and more radiant. Your unfiltered tap water can contain a wide variety of harmful and skin-damaging contaminants such as chlorine, mercury, pesticides, bacteria, selenium, sulfur and much more. These types of contaminants can be hazardous to your health and will leave your skin and hair feeling dry and rough to the touch.\u003c\/p\u003e\n\u003cp\u003eWith the most advanced filtration process on the market and our easy-to-install design, you can quickly and easily improve the quality and safety of your water for an affordable price.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eRemoves chlorine, chloramines, VOC's, THM's, pesticides, sulfur, heavy metals, hydrogen sulfide (\"rotten egg\" odor), iron oxides (\"rust water\"), dirt, sediment and other odors while balancing pH \u0026amp; de-chlorinating! It works by filtering the water through stages of our ERA® 6500 and ERA® 9500 media. To read about how GAC's work, click \u003c\/span\u003e\u003ca data-auth=\"NotApplicable\" href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e. To read about the ERA® Oxidation\/Reduction Process, click \u003c\/span\u003e\u003ca data-auth=\"NotApplicable\" href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e.  \u003c\/span\u003e\u003cspan\u003eThe results? The healthiest, most refreshing bath experience in addition to smoother, softer skin and hair that is less dry. Your tub and shower area will be cleaner too! The unique drop-down filter design allows for a substantial amount of filtration media enabling more contact time with the water. More contact time means better filtration.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eConveniently provides 1 year of filtration.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"margin-bottom: 3em; margin-top: 3em;\" align=\"center\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bigstock-Woman-relaxing-in-round-outdoo-120229028_large.jpg?5346431497119819019\" alt=\"Bath Ball Filter\" style=\"margin-right: 1em;\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bigstock-Woman-relaxing-in-round-outdoo-120229055_large.jpg?5346431497119819019\" alt=\"Bath Ball Filter\"\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Smart_Shower_Head_CQE-RC-04045_2020_20-730_Chlorine_Pass.pdf?v=1618941784\" target=\"_blank\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested_240x240.jpg?v=1601565142\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003eCrystal Quest® Luxury Shower Power Filter is the most advanced shower filter on the market. Removes chlorine, chloramines, VOC's, THM's, pesticides, sulfur, heavy metals, hydrogen sulfide (\"rotten egg\" odor), iron oxides (\"rust water\"), dirt, sediment and other odors..... and it's pH balanced! \u003cbr\u003eIt works in the shower by filtering the water through each stage of ERA® 6500 and ERA® 9500 and then Coconut Shell Granular Activated Carbon. The result? The healthiest, most refreshing shower experience ever.\u003c\/p\u003e\n\u003cp\u003eCrystal Quest® Luxury Shower Power Filter will give you smoother, softer skin and hair that is less dry. Your tub and shower area will be cleaner too! The unique drop-down filter design allows for a substantial amount of filtration media enabling more contact time with the water. More contact time means better filtration. This design also allows for more head room than most other shower filters. Replaceable cartridge makes maintenance simple and affordable.\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Filter contains a reversible filter cartridge which lasts about a year. This high-performance shower filter combines easy operation and maintenance with the ultimate in structural integrity and overall reliability. In fact, CRYSTAL QUEST® Luxury Shower Power is the strongest replaceable shower filter available on the market today. It can be easily changed and operated in either direction. Periodic reversing of the cartridge not only ensures balanced filtration and eliminates the potential for channeling, but also back-flushes the cartridge as it is filtering.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWater travels down through the shower filter, passing through ERA-6500 and ERA-9500 media for de-chlorination and enhances pH balance. Next, the water travels through the coconut shell GAC (granular activated carbon) stage to reduce contaminants and finally exits through the showerhead. To read about how GAC's work, click \u003c\/span\u003e\u003ca data-auth=\"NotApplicable\" href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e. To read about the ERA® Oxidation\/Reduction Process, click \u003c\/span\u003e\u003ca data-auth=\"NotApplicable\" href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e. Conveniently provides 1 year of filtration.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eRecommended flow rate 2 gallons per minute (7.6 liters per minute) with the maximum recommended peak flow of 2.5 GPM\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/2dvisualH-01-01_1024x1024.jpg?v=1669394861\" style=\"float: none;\"\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/CQE-RC-04045_2020_20-730_Chlorine_Pass.pdf?v=1601565987\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested_100x100.jpg?v=1601565142\" alt=\"\" style=\"float: none; display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch4\u003eNote: The hardness of your water will determine the performance of the Bath Ball® filter. Hard water has the ability to damage the coating on the chrome Bath Ball® filter. If your water is hard, then we recommend wiping down the Bath Ball® after each use or purchase the white Bath Ball® for durability against your water.\u003c\/h4\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ch3\u003eBath Ball® Filter\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDimensions: 5\" x 5\"\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWeight: 2 lbs\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eHousing material: Acrylonitrile Butadiene Styrene or ABS plastic which is \u003ca title=\"Crystal Quest BPA Free Water Filters\" href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\"\u003eBPA free\u003c\/a\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eRecommended flow rate: \u003c\/span\u003e4-5 gallons per minute\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003e12 to 18 months\u003c\/strong\u003e or\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003e2,000 to 2,500 gallons\u003c\/strong\u003e of filtration \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eBuy a new \u003ca title=\"Replaceable Bath Ball Cartridge Crystal Quest\" href=\"https:\/\/crystolquest.shop\/products\/bath-ball-disk\"\u003eBath Ball® Ball Cartridge\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eShower Filter\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003e1 year\u003c\/strong\u003e filtration capacity\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cspan style=\"line-height: 1.5;\"\u003e3-Stage filtration\u003c\/span\u003e\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"line-height: 1.5;\"\u003eDurable and elegant design\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"line-height: 1.5;\"\u003eEasy to install\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"line-height: 1.5;\"\u003eHigh capacity filter cartridge\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"line-height: 1.5;\"\u003eReversible filter cartridge\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan style=\"line-height: 1.5;\"\u003e\u003cstrong\u003eRecommended flow rate\u003c\/strong\u003e 2 gallons per minute (7.6 liters per minute) with the maximum recommended peak flow of 2.5 GPM\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eDimensions: 8\" x 3\" x 3\"\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eWeight: 1 lb 10oz\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridge\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-yw4l\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-yw4l\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-yw4l\"\u003eBath Ball® Filter Cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-yw4l\"\u003e\u003ca style=\"text-decoration: underline;\" href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/bath-ball-cartridge\" target=\"_blank\"\u003eCQE-RC-04052\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-yw4l\"\u003eShower Filter Cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-yw4l\"\u003e\u003ca style=\"text-decoration: underline;\" href=\"https:\/\/crystolquest.shop\/products\/shower-filter-replacement-cartridge\" target=\"_blank\"\u003eCQE-RC-04045\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eProduct Manual\u003c\/h2\u003e\n\u003cp\u003e\u003ca title=\"“Bath-Ball-Manual”\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Bath_Ball_Manual.pdf?v=1725037609\" target=\"_blank\"\u003eBath-Ball-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Shower_Filter_d5fefc3e-11f4-4850-a471-240f544f5fbe.pdf?v=1637332734\"\u003eShower-Filter-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/2dvisualH-01-01_1024x1024.jpg?v=1669394861\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Crystal Quest Water Filters","offers":[{"title":"White","offer_id":42071145021533,"sku":"CQE-CB-0006","price":168.9,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":42071145054301,"sku":"CQE-CB-0007","price":168.9,"currency_code":"USD","in_stock":true},{"title":"Chrome","offer_id":42071145087069,"sku":"CQE-CB-0008","price":174.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/white-bath-and-shower-bundle-crystal-quest-water-filters-34722089828445.png?v=1714160386"},{"product_id":"combo-shower-filter-and-bath-ball-bundle","title":"2-in-1 Combo Shower Filter and Bath Ball® Bundle","description":"\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/ba_2048x2048.jpg?v=1692969384\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bb_2048x2048.jpg?v=1692969465\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bc_2048x2048.jpg?v=1692969487\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/b6_2048x2048.png?v=1692969528\"\u003e\u003c\/p\u003e\n\u003ch2\u003eBath Ball® Filter\u003c\/h2\u003e\n\u003cp\u003eFilter your \u003cstrong\u003ebath water\u003c\/strong\u003e with Crystal Quest's innovative \u003cstrong\u003eBath Ball® Filter\u003c\/strong\u003e. Protect your family’s health and keep your skin looking and feeling softer, smoother and more radiant. Your unfiltered tap water can contain a wide variety of harmful and skin-damaging contaminants such as chlorine, mercury, pesticides, bacteria, selenium, sulfur and much more. These types of contaminants can be hazardous to your health and will leave your skin and hair feeling dry and rough to the touch.\u003c\/p\u003e\n\u003cp\u003eWith the most advanced filtration process on the market and our easy-to-install design, you can quickly and easily improve the quality and safety of your water for an affordable price.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eConveniently provides 1 year of filtration.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv align=\"center\" style=\"margin-bottom: 3em; margin-top: 3em;\"\u003e\n\u003cimg style=\"margin-right: 1em;\" alt=\"Bath Ball Filter\" src=\"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bigstock-Woman-relaxing-in-round-outdoo-120229028_large.jpg?5346431497119819019\"\u003e \u003cimg alt=\"Bath Ball Filter\" src=\"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/bigstock-Woman-relaxing-in-round-outdoo-120229055_large.jpg?5346431497119819019\"\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Smart_Shower_Head_CQE-RC-04045_2020_20-730_Chlorine_Pass.pdf?v=1618941784\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Smart_Shower_Head_CQE-RC-04045_2020_20-730_Chlorine_Pass.pdf?v=1618941784\" target=\"_blank\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested_240x240.jpg?v=1601565142\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested_240x240.jpg?v=1601565142\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system combines the ease and convenience of showering with a massage showerhead or by switching the diverter to use the handheld shower wand and peace of mind from showering in filtered water. Great for shampooing and bathing children and pets. Maximum mobility with a 5.75 foot Duro-flex hose. Easy to install and change cartridges. The attractively designed shower handle has a 3-way adjustable massaging spray and a reversible filter cartridge.\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system is the most advanced shower filter on the market. Removes chlorine, Chloramines, VOC's, THM's, pesticides, sulfur, heavy metals, hydrogen sulfide (\"rotten egg\" odor), iron oxides (\"rust water\"), dirt, sediment and other odors..... and it's pH balanced!! It works in the shower by filtering the water through each stage of ERA-6500 and ERA-9500 and then Coconut Shell Granular Activated Carbon. The results? The healthiest, most refreshing shower experience ever.\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system will give you smoother, softer skin and hair that is less dry. Your tub and shower area will be cleaner too! The unique drop-down filter design allows for a substantial amount of filtration media enabling more contact time with the water. More contact time means better filtration. This design also allows for more headroom than most other shower filters.\u003c\/p\u003e\n\u003cp\u003eCRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system contains a reversible filter cartridge, which lasts about a year. This high performance shower filter combines easy operation and maintenance with the ultimate in structural integrity and overall reliability. In fact, CRYSTAL QUEST® Luxury Shower Power Handheld and Shower Head Combo filtration system is the strongest replaceable shower filter available on the market today. It can be easily changed and operated in either direction. Periodic reversing of the cartridge not only ensures balanced filtration and eliminates the potential for channeling, but also back-flushes the cartridge as it is filtering.\u003c\/p\u003e\n\u003cp\u003eWith the 3-way push-pull diverter system, you can conveniently change flow of water. Use either shower head or hand held for the ultimate shower experience.\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWater travels down through the filter, passing through both ERA-6500 and ERA-9500 media for de-chlorination and enhances pH balance. Next, the water travels through the GAC (coconut shell granular activated carbon) stage to reduce contaminants and finally exits through the shower head. \u003c\/span\u003e\u003cspan\u003eTo read about how GAC's work, click \u003c\/span\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" data-auth=\"NotApplicable\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/how-gac-works\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e. To read about the ERA® Oxidation\/Reduction Process, click \u003c\/span\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" data-auth=\"NotApplicable\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/oxidation-reduction-process\" target=\"_blank\"\u003e\u003cspan\u003ehere\u003c\/span\u003e\u003c\/a\u003e\u003cspan\u003e.  \u003c\/span\u003e\u003cspan\u003eConveniently provides 1 year of filtration.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003eNote: The hardness of your water will determine the performance of the Bath Ball® filter. Hard water has the ability to damage the coating on the chrome Bath Ball® filter. If your water is hard, then we recommend wiping down the Bath Ball® after each use or purchase the white Bath Ball® for durability against your water.\u003c\/h4\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ch3\u003eBath Ball® Filter\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eDimensions: 5\" x 5\"\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWeight: 2 lbs\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eHousing material: Acrylonitrile Butadiene Styrene or ABS plastic which is \u003ca href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\" title=\"Crystal Quest BPA Free Water Filters\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\"\u003eBPA free\u003c\/a\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eRecommended flow rate: \u003c\/span\u003e4-5 gallons per minute\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003e12 to 18 months\u003c\/strong\u003e or\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003e2,000 to 2,500 gallons\u003c\/strong\u003e of filtration \u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003eBuy a new \u003ca href=\"https:\/\/crystolquest.shop\/products\/bath-ball-disk\" title=\"Replaceable Bath Ball Cartridge Crystal Quest\" data-mce-href=\"https:\/\/crystolquest.shop\/products\/bath-ball-disk\"\u003eBath Bath Ball Cartridge\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e2-in-1 Handheld and Shower Head Combo Filter\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e1 year filtration capacity cartridge\u003c\/li\u003e\n\u003cli\u003e3-Stage filtration reversible filter cartridge\u003c\/li\u003e\n\u003cli\u003eDurable and elegant design - installs in minutes!\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\" title=\"Crystal Quest BPA Free Water Filters\" data-mce-href=\"https:\/\/crystolquest.shop\/pages\/what-is-bpa\"\u003eBPA free\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003eTwo showers and filter in one\u003c\/li\u003e\n\u003cli\u003eThree-way diverter that operates between a handheld \u0026amp; shower head\u003c\/li\u003e\n\u003cli\u003e3-spray\/massage showerhead and handheld shower system\u003c\/li\u003e\n\u003cli\u003eDimensions: 12\" x 7\" x 4\"\u003c\/li\u003e\n\u003cli\u003eWeight: 3 lbs.\u003c\/li\u003e\n\u003cli\u003eRecommended flow rate 2 gallons per minute (7.6 liters per minute) with the maximum recommended peak flow of 2.5 GPM.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch3\u003eReplacement Cartridge\u003c\/h3\u003e\n\u003cdiv class=\"tg-wrap\"\u003e\n\u003ctable class=\"tg\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth class=\"tg-yw4l\"\u003eProduct Name\u003c\/th\u003e\n\u003cth class=\"tg-yw4l\"\u003eSKU\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-yw4l\"\u003eBath Ball® Filter Cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-yw4l\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/bath-ball-cartridge\" style=\"text-decoration: underline;\" target=\"_blank\" data-mce-href=\"https:\/\/crystolquest.shop\/collections\/water-filter-cartridges\/products\/bath-ball-cartridge\" data-mce-style=\"text-decoration: underline;\"\u003eCQE-RC-04052\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"tg-yw4l\"\u003eShower Filter Cartridge\u003c\/td\u003e\n\u003ctd class=\"tg-yw4l\"\u003e\u003ca href=\"https:\/\/crystolquest.shop\/products\/shower-filter-replacement-cartridge\" style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\" data-mce-href=\"https:\/\/crystolquest.shop\/products\/shower-filter-replacement-cartridge\" target=\"_blank\"\u003eCQE-RC-04045\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003e###\u003c\/p\u003e\n\u003ch2\u003eProduct Manual\u003c\/h2\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/BathBall-NoFlexHandleManual_Watermark.pdf?v=1594403401\" title=\"“Bath-Ball-Manual”\" target=\"_blank\" data-mce-href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/Bath_Ball_Manual.pdf?v=1725037609\"\u003eBath-Ball-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca title=\"“Handheld-Shower-Filter-Combo-Manual”\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/DualHandheldLSPManual_24.pdf?v=1706816557\"\u003eHandheld-Shower-Filter-Combo-Manual.pdf\u003c\/a\u003e\u003c\/p\u003e","brand":"Crystal Quest Water Filters","offers":[{"title":"White","offer_id":42071341826141,"sku":"CQE-CB-0009","price":203.9,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":42071341858909,"sku":"CQE-CB-0010","price":203.9,"currency_code":"USD","in_stock":true},{"title":"Chrome","offer_id":42071341891677,"sku":"CQE-CB-0011","price":209.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/2-in-1-combo-shower-filter-and-bath-ball-bundle-crystal-quest-water-filters-34822499041373.jpg?v=1715275488"}],"url":"https:\/\/crystolquest.shop\/collections\/g-shopping.oembed","provider":"Crystal Quest Water Filters","version":"1.0","type":"link"}