{"product_id":"shower-filter","title":"Crystal Quest Shower Filter","description":"\u003cstyle\u003e\n  :root {\n    --crystal-quest-blue: #171796;\n    --midnight-ocean: #0C0C4A;\n  }\n\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-intro {\n    font-size: 15px;\n    color: #555;\n    line-height: 1.7;\n    max-width: 900px;\n    margin: 0 auto 16px;\n    text-align: center;\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    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  .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    border-radius: 20px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    height: auto;\n  }\n\n  .hero-section img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\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  @media (max-width: 768px) {\n    .benefits-section { gap: 20px; max-height: 400px; padding: 0 10px; }\n  }\n  @media (max-width: 480px) {\n    .benefits-section { gap: 10px; max-height: 300px; padding: 0 5px; }\n  }\n\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  .cd-resize-img {\n    position: absolute;\n    top: 0; 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; 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% { width: 0; }\n    60% { width: 55%; }\n    100% { width: 50%; }\n  }\n\n  .cd-image-label {\n    position: absolute;\n    top: 12px; 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    z-index: 6;\n    opacity: 1;\n    pointer-events: none;\n    font-weight: 600;\n  }\n\n  .cd-image-label[data-type=\"modified\"] { left: auto; right: 12px; }\n\n  @media (max-width: 480px) {\n    .cd-image-label { font-size: 11px; padding: 4px 8px; top: 8px; left: 8px; }\n    .cd-image-label[data-type=\"modified\"] { right: 8px; }\n  }\n\n  .cd-handle {\n    position: absolute;\n    top: 0; left: 50%;\n    transform: translateX(-50%);\n    height: 100%;\n    width: 5px;\n    cursor: ew-resize;\n    z-index: 7;\n    background: white;\n    touch-action: none;\n  }\n\n  .cd-handle::before {\n    content: '';\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%,-50%);\n    width: 18px; 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  @media (max-width: 768px) {\n    .cd-handle { width: 8px; }\n    .cd-handle::before { width: 44px; height: 44px; }\n  }\n  @media (max-width: 480px) {\n    .cd-handle::before { width: 40px; height: 40px; }\n  }\n\n  .features-section {\n    display: flex;\n    gap: 60px;\n    align-items: center;\n    flex-direction: row;\n  }\n\n  .features-content { flex: 1; }\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 { margin-bottom: 35px; }\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%);\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    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  }\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    display: flex;\n    flex-direction: column;\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 { max-width: 500px; margin: 0 auto; }\n\n  .help-options-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 25px;\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-option h4 { font-size: 16px; color: #999; font-weight: 600; }\n  .help-option p { font-size: 13px; color: #999; }\n\n  .specs-section { display: flex; flex-direction: column; text-align: center; }\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    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 { width: 100%; height: auto; }\n\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  }\n\n  .spec-table th {\n    background-color: rgb(23,23,150);\n    color: white;\n    padding: 1em;\n    border: none !important;\n    text-align: center !important;\n  }\n\n  .spec-table tr:nth-child(even) { background-color: #ebebeb; }\n\n  .table-header-link { text-decoration: none; color: white; }\n\n  .spec-table td {\n    padding: 1em;\n    border: none !important;\n    text-align: center !important;\n  }\n\n  .spec-table td:first-child { color: var(--midnight-ocean); font-weight: 700; }\n  .spec-table tr:first-child { border-radius: 20px 20px 0 0; }\n\n  .parts-section { display: flex; flex-direction: column; text-align: center; }\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 { position: relative; width: 100%; }\n\n  .parts-product-image img {\n    width: 100%;\n    height: auto;\n    display: block !important;\n    max-width: 100%;\n  }\n\n  .parts-product-image::before,\n  .parts-product-image::after { display: none !important; }\n\n  .add-part-to-cart-btn {\n    background-color: transparent;\n    color: #101068;\n    border-radius: 5px;\n    border: 3px solid #101068;\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;\n    color: white;\n  }\n\n  .how-to-install-section { padding: 20px; text-align: center; }\n\n  .how-to-install-content {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .how-to-install-image { width: 100%; border-radius: 15px; }\n\n  .manual-section { display: flex; flex-direction: column; }\n\n  .product-manual-link {\n    display: flex;\n    justify-content: space-between;\n    margin-top: 20px;\n    padding: 20px;\n    color: #101068;\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 { display: flex; flex-direction: row; gap: 10px; }\n\n  .file-name {\n    color: var(--midnight-ocean);\n    font-size: 16px;\n    font-weight: 700;\n    padding: 0; margin: 0;\n    display: inline-block;\n    align-self: center;\n  }\n\n  .file-type { color: #93918D; font-size: 12px; align-self: center; }\n\n  .product-manual-btn {\n    background-color: transparent;\n    color: #101068;\n    border-radius: 5px;\n    border: 3px solid #101068;\n    padding: .5em 2em;\n    font-weight: 600;\n    margin-left: 10px;\n  }\n\n  .product-manual-link:hover { border-color: #101068; }\n\n  .product-manual-link:hover .product-manual-btn {\n    cursor: pointer;\n    background-color: #101068;\n    color: white;\n  }\n\n  @media (max-width: 768px) {\n    .description-container { gap: 25px; padding-top: 40px; }\n    .hero-section, .benefits-section, .features-section { flex-direction: column; }\n    .hero-section { height: auto; }\n    .benefits-section { height: auto; }\n    nav { gap: 20px; }\n    .features-section { flex-direction: column-reverse; gap: 20px; }\n    .features-image { width: 100%; max-height: 200px; }\n    .materials-section { width: 100%; padding: 20px; }\n    .help-options-grid { grid-template-columns: 1fr 1fr; }\n    .help-options-grid .help-option:nth-child(3) { grid-column: 1 \/ -1; width: 100%; }\n    .specs-content { flex-direction: column; gap: 30px; }\n    .spec-table { font-size: .75em; }\n    .spec-table, thead, th, td, tr { display: block; }\n    .spec-table tbody { display: block; width: 100%; }\n    thead tr { position: absolute; top: -9999px; left: -9999px; }\n    tr { border: 1px solid #ccc; }\n    td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; }\n    td:before { position: relative; top: 6px; left: 0; width: 45%; padding: 20px 20px 20px 0; white-space: nowrap; }\n    .how-to-install-section { padding: 0; }\n  }\n\u003c\/style\u003e\n\u003c!-- INTRO TEXT --\u003e\n\u003cp class=\"description-intro\"\u003eThe Crystal Quest Luxury Shower Filter features a reversible filter cartridge lasting approximately one year. This high-performance shower filter combines easy operation and maintenance with exceptional structural integrity and reliability — the strongest replaceable shower filter available on the market today. The cartridge can be operated in either direction, and periodic reversing ensures balanced filtration, eliminates channeling, and back-flushes the cartridge during use.\u003c\/p\u003e\n\u003c!-- CERTIFICATION 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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/iamop_tested.jpg?v=1614290168\" alt=\"IAPM Tested Performance Badge\"\u003e \u003c\/a\u003e \u003cspan class=\"description-banner-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- MAIN DESCRIPTION --\u003e\n\u003cdiv class=\"description-container\"\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\" alt=\"Crystal Quest Luxury Shower Filter\"\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\" alt=\"Hair comparison before and after shower filter\"\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 filter water while balancing pH levels for healthier hair and skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eStress-Free Replacement\u003c\/h3\u003e\n\u003cp\u003eSubscription-based replacements every 6–12 months ensure cartridges are always performing at their best.\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\" alt=\"Fresh clean shower water\"\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 disinfects and prevents 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 reducing chlorination.\u003c!-- Hero Section --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cspan class=\"separator-line\"\u003e\u003c\/span\u003e\u003cbr\u003e\u003c!-- Help Section --\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003csection class=\"description-section specs-section\"\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\" alt=\"Shower Filter Dimensions\"\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 \u0026 COMPONENTS --\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003csection class=\"description-section parts-section\"\u003e\u003c\/section\u003e\n\u003csection class=\"description-section\"\u003e\n\u003ch2 style=\"text-align: center;\" class=\"features-title\"\u003eWhat's Included:\u003c\/h2\u003e\n\u003cimg alt=\"Shower Filter Components\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/2dvisualH-01-01_1024x1024.jpg?v=1669394861\"\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003cdiv class=\"description-container\"\u003e\n\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/cyWvrvWc9iQ?si=KM1DyZkCBHfrXGwh\u0026amp;rel=0\" height=\"810\" width=\"1440\"\u003e\u003c\/iframe\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\u003cimg class=\"how-to-install-image\" alt=\"Shower filter installation instructions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/How_To_Install_Shower_Filter_Cartridge_Graphic.jpg?v=1771015115\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"description-section manual-section\"\u003e\n\u003ch2 style=\"text-align: center;\" class=\"features-title\"\u003eProduct Manual\u003c\/h2\u003e\n\u003ca class=\"product-manual-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1286\/9985\/files\/LuxuryShowerPowerManual_24.pdf?v=1723042233\" target=\"_blank\"\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\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Crystal Quest Water Filters","offers":[{"title":"White \/ With Shower Head","offer_id":53060850647329,"sku":"CQE-SP-00801","price":44.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Without Shower Head","offer_id":53060850680097,"sku":"CQE-SP-00800","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Chrome \/ With Shower Head","offer_id":53060850712865,"sku":"CQE-SP-00803","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Chrome \/ Without Shower Head","offer_id":53060850745633,"sku":"CQE-SP-00802","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ With Shower Head","offer_id":53060850778401,"sku":"CQE-SP-00812","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Without Shower Head","offer_id":53060850811169,"sku":"CQE-SP-00802B","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ Without Shower Head","offer_id":53060850843937,"sku":"CQE-SP-00898","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ With Shower Head","offer_id":53060850876705,"sku":"CQE-SP-00834","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/7235\/1777\/files\/shower-filter-crystal-quest-shower-bath-filters-1230711936.webp?v=1784658289","url":"https:\/\/gimmethegoodstuff.org\/products\/shower-filter","provider":"Gimme the Good Stuff","version":"1.0","type":"link"}