{"product_id":"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@crystalquest.com\" 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@crystalquest.com\u003c\/p\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/crystalquest.com\/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@crystalquest.com\"\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@crystalquest.com\u003c\/p\u003e\n                \u003c\/a\u003e\n                \n                \u003ca class=\"help-option\" href=\"https:\/\/crystalquest.com\/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 Water Filters","offers":[{"title":"White \/ With Shower Head","offer_id":46893546569916,"sku":"CQE-SP-00801","price":44.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Without Shower Head","offer_id":46893546602684,"sku":"CQE-SP-00800","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Chrome \/ With Shower Head","offer_id":46893546635452,"sku":"CQE-SP-00803","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Chrome \/ Without Shower Head","offer_id":46893546668220,"sku":"CQE-SP-00802","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ With Shower Head","offer_id":46893546700988,"sku":"CQE-SP-00812","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Without Shower Head","offer_id":46893546733756,"sku":"CQE-SP-00802B","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ Without Shower Head","offer_id":46893546766524,"sku":"CQE-SP-00898","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ With Shower Head","offer_id":46893546799292,"sku":"CQE-SP-00834","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0771\/8797\/3308\/files\/shower-filter-crystal-quest-shower-bath-filters-1230711936.webp?v=1780450534","url":"https:\/\/y2kbunny.myshopify.com\/products\/shower-filter","provider":"Modern Wellness \u0026 Crystal Shop","version":"1.0","type":"link"}