{"product_id":"everpure-ev9272-24-twin-series-manifold-3-4-npt","title":"Everpure EV9272-24 Twin Series Manifold - 3\/4\" NPT","description":"\u003cstyle\u003e\n  .everpure-twin-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #2d3748;\n    line-height: 1.5;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n  \n  .everpure-twin-title {\n    font-size: 26px;\n    font-weight: 700;\n    margin-bottom: 16px;\n    color: #1a202c;\n    position: relative;\n    padding-bottom: 12px;\n  }\n  \n  .everpure-twin-title:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 80px;\n    height: 3px;\n    background: #3182ce;\n  }\n  \n  .product-intro {\n    font-size: 16px;\n    margin-bottom: 28px;\n    color: #4a5568;\n    background: linear-gradient(to right, #ebf8ff, #ffffff);\n    padding: 18px 20px;\n    border-radius: 6px;\n    border-left: 4px solid #4299e1;\n  }\n  \n  .specs-container {\n    margin: 30px 0;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border-radius: 8px;\n    overflow: hidden;\n    border: 1px solid #bee3f8;\n  }\n  \n  .specs-header {\n    background: #3182ce;\n    color: white;\n    padding: 18px 24px;\n    font-size: 18px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  \n  .specs-table tr {\n    border-bottom: 1px solid #e2e8f0;\n  }\n  \n  .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  \n  .specs-table tr:nth-child(even) {\n    background-color: #f7fafc;\n  }\n  \n  .specs-table td {\n    padding: 16px 24px;\n    vertical-align: top;\n  }\n  \n  .spec-label {\n    font-weight: 600;\n    color: #2c5282;\n    width: 45%;\n    border-right: 1px solid #e2e8f0;\n  }\n  \n  .spec-value {\n    color: #4a5568;\n  }\n  \n  .plumbing-note {\n    display: inline-block;\n    background: #2f855a;\n    color: white;\n    padding: 4px 10px;\n    border-radius: 4px;\n    font-size: 14px;\n    font-weight: 600;\n    margin-left: 8px;\n  }\n  \n  .dimensions-section {\n    background: #f0fff4;\n    border-radius: 6px;\n    padding: 20px 24px;\n    margin: 28px 0;\n    border-left: 4px solid #48bb78;\n  }\n  \n  .dimensions-title {\n    font-size: 18px;\n    font-weight: 600;\n    color: #2f855a;\n    margin-bottom: 12px;\n  }\n  \n  .dimensions-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 12px;\n  }\n  \n  .dimension-item {\n    padding: 10px 0;\n    color: #4a5568;\n    border-bottom: 1px solid #e2e8f0;\n  }\n  \n  .dimension-item:last-child {\n    border-bottom: none;\n  }\n  \n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 32px 0;\n  }\n  \n  .feature-card {\n    background: white;\n    padding: 20px;\n    border-radius: 6px;\n    border-top: 3px solid #4299e1;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.03);\n  }\n  \n  .feature-title {\n    font-size: 17px;\n    font-weight: 600;\n    color: #2c5282;\n    margin-bottom: 10px;\n  }\n  \n  .feature-desc {\n    color: #4a5568;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n  \n  .plumbing-section {\n    background: #fffaf0;\n    border-radius: 6px;\n    padding: 20px 24px;\n    margin: 28px 0;\n    border: 1px solid #fbd38d;\n  }\n  \n  .plumbing-title {\n    font-size: 18px;\n    font-weight: 600;\n    color: #c05621;\n    margin-bottom: 10px;\n  }\n  \n  .plumbing-list {\n    list-style: none;\n    padding-left: 0;\n  }\n  \n  .plumbing-list li {\n    padding: 8px 0 8px 24px;\n    position: relative;\n    color: #4a5568;\n  }\n  \n  .plumbing-list li:before {\n    content: \"•\";\n    position: absolute;\n    left: 0;\n    color: #4299e1;\n    font-weight: bold;\n    font-size: 18px;\n  }\n  \n  .technical-section {\n    background: #f0f9ff;\n    border-radius: 6px;\n    padding: 20px 24px;\n    margin: 28px 0;\n    border-left: 4px solid #4299e1;\n  }\n  \n  .technical-title {\n    font-size: 18px;\n    font-weight: 600;\n    color: #2c5282;\n    margin-bottom: 10px;\n  }\n  \n  .technical-list {\n    list-style: none;\n    padding-left: 0;\n  }\n  \n  .technical-list li {\n    padding: 8px 0 8px 24px;\n    position: relative;\n    color: #4a5568;\n  }\n  \n  .technical-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #4299e1;\n    font-weight: bold;\n  }\n  \n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n    \n    .dimensions-grid {\n      grid-template-columns: 1fr;\n    }\n    \n    .specs-table {\n      display: block;\n      overflow-x: auto;\n    }\n    \n    .everpure-twin-title {\n      font-size: 22px;\n    }\n    \n    .specs-table td {\n      padding: 14px 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"everpure-twin-wrapper\"\u003e\n\u003ch1 class=\"everpure-twin-title\"\u003eEverpure EV927224 QC71 Twin Manifold\u003c\/h1\u003e\n\u003cdiv class=\"product-intro\"\u003eEngineered for maximum durability and corrosion resistance, this twin manifold features series plumbing design for sequential water filtration, making it ideal for demanding foodservice applications.\u003c\/div\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"specs-header\"\u003eProduct Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e40944\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\"\u003e6.1 lb.\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\"\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\"\u003eManifolds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWater Inlet Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e3\/4 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePlumbing Design\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eSeries Configuration \u003cspan class=\"plumbing-note\"\u003eSERIES\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eInlet Connection\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e3\/4\" Male NPT (Horizontal)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eOutlet Connection\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e3\/4\" Female NPT (Vertical)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eComplete Dimensions\u003c\/div\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-item\"\u003eWidth: 16⅝ inches\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003eDepth: 5½ inches\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003eHeight: 6⁵⁄₁₆ inches\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003eClearance Required: 2½ inches below cartridges\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eCartridge Nesting Feature\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSpecial design provides stable, secure cartridge fit for reliable, vibration-resistant operation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eModular Mounting Bracket\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt-in mounting box allows future retrofitting of components without system disassembly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eBuilt-in Valves\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIncludes water shutoff valve and flushing valve for simplified cartridge replacement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"plumbing-section\"\u003e\n\u003cdiv class=\"plumbing-title\"\u003eSeries Plumbing Design\u003c\/div\u003e\n\u003cul class=\"plumbing-list\"\u003e\n\u003cli\u003eWater flows through each filter in linear, sequential fashion\u003c\/li\u003e\n\u003cli\u003eTotal system flow limited to filter with lowest flow rate\u003c\/li\u003e\n\u003cli\u003eIdeal for staged filtration processes\u003c\/li\u003e\n\u003cli\u003eOptimized for sequential treatment applications\u003c\/li\u003e\n\u003cli\u003eHorizontal 3\/4\" male NPT inlet connection\u003c\/li\u003e\n\u003cli\u003eVertical 3\/4\" female NPT outlet connection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technical-section\"\u003e\n\u003cdiv class=\"technical-title\"\u003eTechnical Features\u003c\/div\u003e\n\u003cul class=\"technical-list\"\u003e\n\u003cli\u003eAll wetted parts pass NSF extraction tests for safety compliance\u003c\/li\u003e\n\u003cli\u003eCorrosion-resistant construction for foodservice durability\u003c\/li\u003e\n\u003cli\u003eDesigned for vertical installation with cartridges hanging downward\u003c\/li\u003e\n\u003cli\u003eBuilt-in mounting bracket for easy flat surface installation\u003c\/li\u003e\n\u003cli\u003eRecommended clearance of 2½ inches below cartridges\u003c\/li\u003e\n\u003cli\u003eEngineered for maximum strength and long-term reliability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42847028609108,"sku":"40944","price":454.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-22T123348.783.png?v=1769067301","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/everpure-ev9272-24-twin-series-manifold-3-4-npt","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}