{"product_id":"everpure-ev9627-80-4cm-mineral-filter-cartridge-for-ez-ro-200-and-ez-ro-375","title":"Everpure EV9627-80 4CM Mineral Filter Cartridge for EZ-RO 200 and EZ-RO 375","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eEverpure EV962780 Mineral Filter Cartridge\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom Styles for Shopify Product Description *\/\n        .product-description-container {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            color: #2d3748;\n            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .product-title {\n            font-size: 26px;\n            font-weight: 700;\n            color: #1a202c;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid #e2e8f0;\n        }\n        \n        .section-title {\n            font-size: 20px;\n            font-weight: 600;\n            color: #2d3748;\n            margin: 30px 0 15px 0;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .product-content {\n            font-size: 16px;\n            margin-bottom: 20px;\n            color: #4a5568;\n        }\n        \n        .product-content p {\n            margin-bottom: 16px;\n        }\n        \n        \/* Specifications Table Styles *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 25px 0 30px 0;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            border: 1px solid #e2e8f0;\n        }\n        \n        .specs-table-header {\n            background: linear-gradient(135deg, #805ad5 0%, #6b46c1 100%);\n            color: white;\n            padding: 18px 24px;\n            font-size: 18px;\n            font-weight: 700;\n            text-align: left;\n        }\n        \n        .specs-table td {\n            padding: 14px 24px;\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #2d3748;\n            width: 40%;\n            background-color: #f7fafc;\n            border-right: 1px solid #e2e8f0;\n        }\n        \n        .spec-value {\n            color: #4a5568;\n            background-color: white;\n        }\n        \n        .dimensions-box {\n            background-color: #faf5ff;\n            border: 1px solid #e9d8fd;\n            border-radius: 6px;\n            padding: 18px;\n            margin: 20px 0;\n        }\n        \n        .dimensions-title {\n            font-weight: 700;\n            color: #553c9a;\n            margin-bottom: 12px;\n            font-size: 17px;\n        }\n        \n        .dimensions-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 12px;\n        }\n        \n        .dimension-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 8px 0;\n            border-bottom: 1px dashed #e9d8fd;\n        }\n        \n        .dimension-label {\n            font-weight: 500;\n            color: #2d3748;\n        }\n        \n        .dimension-value {\n            font-weight: 600;\n            color: #553c9a;\n        }\n        \n        .features-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .feature-tag {\n            display: inline-block;\n            background-color: #e6fffa;\n            color: #234e52;\n            padding: 4px 12px;\n            border-radius: 4px;\n            font-size: 14px;\n            font-weight: 500;\n            border: 1px solid #b2f5ea;\n        }\n        \n        .certified-tag {\n            display: inline-block;\n            background-color: #c6f6d5;\n            color: #22543d;\n            padding: 4px 12px;\n            border-radius: 4px;\n            font-size: 14px;\n            font-weight: 600;\n            border: 1px solid #9ae6b4;\n        }\n        \n        .pressure-badge {\n            display: inline-block;\n            background-color: #fed7d7;\n            color: #c53030;\n            padding: 4px 10px;\n            border-radius: 4px;\n            font-weight: 600;\n        }\n        \n        .flow-rate {\n            color: #805ad5;\n            font-weight: 700;\n            font-size: 16px;\n        }\n        \n        \/* Mineral Benefits Section *\/\n        .benefits-section {\n            background-color: #f0fff4;\n            border: 1px solid #c6f6d5;\n            border-radius: 6px;\n            padding: 20px;\n            margin: 25px 0;\n        }\n        \n        .benefits-title {\n            font-weight: 700;\n            color: #22543d;\n            margin-bottom: 12px;\n            font-size: 17px;\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .benefits-list li {\n            padding: 6px 0 6px 24px;\n            position: relative;\n        }\n        \n        .benefits-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #38a169;\n            font-weight: bold;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-description-container {\n                padding: 0 15px;\n            }\n            \n            .product-title {\n                font-size: 22px;\n            }\n            \n            .section-title {\n                font-size: 18px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .specs-table td {\n                padding: 12px 16px;\n            }\n            \n            .specs-table-header {\n                padding: 15px 20px;\n                font-size: 16px;\n            }\n            \n            .dimensions-list {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table td {\n                padding: 10px 12px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description-container\"\u003e\n        \u003ch1 class=\"product-title\"\u003eEverpure EV962780 Mineral Filter Cartridge\u003c\/h1\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cp\u003eThis Everpure mineral filter cartridge is a direct replacement for the one that came standard with your EZ-RO 200 or EZ-RO 375 series reverse osmosis system. It is used to reintroduce a balanced mineral content into post-RO water, making it ideal for applications that require specific water characteristics for optimal results.\u003c\/p\u003e\n            \n            \u003cdiv class=\"benefits-section\"\u003e\n                \u003cdiv class=\"benefits-title\"\u003eKey Benefits:\u003c\/div\u003e\n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eReintroduces calcium and magnesium into post-RO water\u003c\/li\u003e\n                    \u003cli\u003eStabilizes pH levels for balanced water chemistry\u003c\/li\u003e\n                    \u003cli\u003eIncreases water hardness for low TDS water applications\u003c\/li\u003e\n                    \u003cli\u003eReduces corrosive tendencies of demineralized water\u003c\/li\u003e\n                    \u003cli\u003eProtects water-using equipment from damage\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n        \n        \u003ctable class=\"specs-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003ctd colspan=\"2\" class=\"specs-table-header\"\u003eEverpure EV962780 Technical Specifications\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e130501\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e1\/Each\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eHeight\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e14 1\/2 Inches\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eDiameter\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e3 1\/4 Inches\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e\n                        \u003cdiv class=\"features-container\"\u003e\n                            \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                            \u003cspan class=\"certified-tag\"\u003eNSF Certified\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003eMinerals\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eMaximum Pressure\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e\n                        \u003cspan class=\"pressure-badge\"\u003e125 PSI\u003c\/span\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eMaximum Temperature\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e100 Degrees F\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eService Flow Rate\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003e\n                        \u003cspan class=\"flow-rate\"\u003e0.5 GPM\u003c\/span\u003e\n                    \u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003eSanitary Quick Change\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003eFilter Cartridges\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"dimensions-box\"\u003e\n            \u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/div\u003e\n            \u003cdiv class=\"dimensions-list\"\u003e\n                \u003cdiv class=\"dimension-item\"\u003e\n                    \u003cspan class=\"dimension-label\"\u003eDiameter\u003c\/span\u003e\n                    \u003cspan class=\"dimension-value\"\u003e3 1\/4 Inches\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"dimension-item\"\u003e\n                    \u003cspan class=\"dimension-label\"\u003eHeight\u003c\/span\u003e\n                    \u003cspan class=\"dimension-value\"\u003e14 1\/2 Inches\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cp\u003eThis filter protects equipment by reducing the corrosive tendencies of low TDS water. Its sanitary quick-change design makes it easy and hygienic to swap out when replacement is needed. It has a service flow rate of 0.5 GPM and an operating pressure range of 10 to 125 PSI, with a temperature rating from 35 to 100 degrees Fahrenheit.\u003c\/p\u003e\n            \n            \u003cp\u003eUse this genuine Everpure replacement filter to restore mineral balance to your reverse osmosis water system and protect your valuable equipment from corrosion and damage.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42837883813972,"sku":"130501","price":265.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-18T175343.153.png?v=1768740839","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/everpure-ev9627-80-4cm-mineral-filter-cartridge-for-ez-ro-200-and-ez-ro-375","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}