Berkey Phoenix Filter Elements and PF-2 Fluoride Filters Combo
.pc-combo * { margin: 0; padding: 0; box-sizing: border-box; } .pc-combo { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1 .6; color: #1B2A4A; } .pc-section { width: 100%; padding: 40px 20px; } .pc-wrapper { max-width: 1200px; margin: 0 auto; } /* Hero */ .pc-hero { background: linear-gradient(135deg, #f7f7f5 0%, #ffffff 100%); border-bottom: 3px solid #334FB4; } .pc-hero h2 { font-family: 'DM Serif Display', Georgia, serif; font-size: 32px; font-weight: 400; color: #1B2A4A; margin-bottom: 16px; text-align: center; line-height: 1.2; } .pc-hero-tagline { font-size: 18px; color: #4b5563; margin-bottom: 24px; max-width: 750px; margin-left: auto; margin-right: auto; text-align: center; line-height: 1.6; } .pc-epa-callout { background: #FEF7E6; padding: 22px 28px; border-radius: 8px; border: 2px solid #F5A623; font-size: 15px; color: #1B2A4A; margin: 24px auto 0; max-width: 820px; line-height: 1.65; } .pc-epa-callout strong { color: #1B2A4A; font-weight: 700; } .pc-included-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 28px; max-width: 720px; margin-left: auto; margin-right: auto; } .pc-included-card { background: #ffffff; padding: 24px; border-radius: 8px; border: 2px solid #334FB4; text-align: center; } .pc-included-icon { width: 90px; height: 90px; margin: 0 auto 14px; object-fit: contain; display: block; } .pc-included-card h3 { font-size: 18px; font-weight: 600; color: #1B2A4A; margin-bottom: 6px; font-family: 'DM Sans', sans-serif; } .pc-included-card p { font-size: 14px; color: #6b7280; } /* Why Combo */ .pc-why { background: #ffffff; } .pc-section-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 28px; font-weight: 400; color: #1B2A4A; margin-bottom: 24px; text-align: center; line-height: 1.2; } .pc-section-sub { font-size: 16px; color: #6b7280; line-height: 1.6; text-align: center; max-width: 580px; margin: 0 auto 24px; } .pc-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 24px; } .pc-benefit-card { background: #f7f7f5; padding: 28px; border-radius: 8px; border-top: 4px solid #334FB4; } .pc-benefit-icon { font-size: 38px; margin-bottom: 10px; line-height: 1; } .pc-benefit-card h3 { font-size: 19px; font-weight: 600; color: #1B2A4A; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; } .pc-benefit-card p { font-size: 15px; color: #4b5563; line-height: 1.65; } /* What Each Does */ .pc-components { background: linear-gradient(135deg, #f7f7f5 0%, #ebeef7 100%); border-top: 3px solid #334FB4; border-bottom: 3px solid #334FB4; } .pc-components-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 24px; } .pc-component-card { background: #ffffff; padding: 32px; border-radius: 8px; border: 2px solid #334FB4; } .pc-component-card h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; font-weight: 400; color: #1B2A4A; margin-bottom: 14px; line-height: 1.2; } .pc-component-card p { font-size: 15px; color: #4b5563; line-height: 1.65; margin-bottom: 8px; } .pc-component-card p strong { color: #1B2A4A; font-weight: 600; } .pc-component-list { list-style: none; padding: 0; margin-top: 14px; } .pc-component-list li { padding: 8px 0 8px 26px; position: relative; font-size: 15px; color: #4b5563; line-height: 1.55; } .pc-component-list li:before { content: "\2713"; position: absolute; left: 0; top: 8px; color: #334FB4; font-weight: 700; font-size: 16px; } /* How They Work Together */ .pc-together { background: #f7f7f5; } .pc-together-wrap { max-width: 900px; margin: 0 auto; } .pc-together-card { background: #ffffff; padding: 32px; border-radius: 8px; border: 2px solid #e5e7eb; margin-top: 24px; } .pc-together-card h3 { font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; font-weight: 400; color: #1B2A4A; margin-bottom: 14px; line-height: 1.2; } .pc-together-card p { font-size: 15px; color: #4b5563; line-height: 1.65; margin-bottom: 12px; } .pc-step-list { list-style: none; padding: 0; counter-reset: step-counter; margin-top: 16px; } .pc-step-list li { padding: 12px 0 12px 48px; position: relative; font-size: 15px; color: #4b5563; counter-increment: step-counter; line-height: 1.6; } .pc-step-list li:before { content: counter(step-counter); position: absolute; left: 0; top: 10px; background: #334FB4; color: #ffffff; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; font-family: 'DM Sans', sans-serif; } .pc-step-list li strong { color: #1B2A4A; font-weight: 600; } /* Specs */ .pc-specs { background: #ffffff; } .pc-specs-wrap { max-width: 900px; margin: 0 auto; } .pc-specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 24px; } .pc-spec-badge { background: #f7f7f5; padding: 18px 20px; border-radius: 8px; border-left: 4px solid #334FB4; font-weight: 600; color: #1B2A4A; font-size: 14px; text-align: left; } .pc-spec-badge strong { color: #334FB4; display: block; margin-bottom: 4px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; } .pc-specs-note { margin-top: 24px; padding: 18px 22px; background: #f7f7f5; border-radius: 8px; color: #4b5563; font-size: 14px; line-height: 1.65; } .pc-specs-note strong { color: #1B2A4A; font-weight: 700; } /* Phoenix CTA */ .pc-cta { background: #334FB4; text-align: center; } .pc-cta h2 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 28px !important; font-weight: 400 !important; color: #ffffff !important; margin-bottom: 12px !important; line-height: 1.2 !important; } .pc-cta p { color: rgba(255, 255, 255, 0.88) !important; font-size: 16px; margin: 0 auto 24px; max-width: 640px; line-height: 1.65; } .pc-cta-features { margin: 0 auto 28px; max-width: 720px; color: rgba(255, 255, 255, 0.92); font-size: 14px; font-weight: 500; line-height: 2; } .pc-cta-features span { display: inline-block; margin: 0 14px; white-space: nowrap; color: rgba(255, 255, 255, 0.92); } .pc-cta-buttons { margin-top: 8px; } .pc-btn-primary { display: inline-block; background: #F5A623; color: #ffffff !important; font-size: 14px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; text-decoration: none; padding: 16px 32px; border-radius: 6px; margin: 6px 8px; } .pc-btn-secondary { display: inline-block; background: transparent; color: #ffffff !important; font-size: 14px; font-weight: 600; text-decoration: none; padding: 14px 28px; border-radius: 6px; border: 2px solid rgba(255, 255, 255, 0.4); margin: 6px 8px; } /* Cluster Links โ site-consistent card grid */ .pc-cluster { background: #f7f7f5; } .pc-cluster-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: 1100px; margin: 28px auto 0; } .pc-cluster-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 26px 26px 22px; text-decoration: none; color: inherit; display: flex; flex-direction: column; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; min-height: 168px; } .pc-cluster-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(27, 42, 74, 0.13); } .pc-cluster-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #F5A623; margin-bottom: 10px; } .pc-cluster-title { font-family: 'DM Serif Display', Georgia, serif; font-size: 19px; font-weight: 400; color: #1B2A4A; line-height: 1.25; margin-bottom: 10px; flex: 1; } .pc-cluster-cta { font-size: 13px; font-weight: 700; color: #1B2A4A; letter-spacing: 0.3px; margin-top: auto; } /* FAQ โ site-consistent accordion using details/summary */ .pc-faq { background: #ffffff; } .pc-faq-wrap { max-width: 880px; margin: 0 auto; } .pc-faq-item { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; } .pc-faq-item[open] { border-color: #334FB4; box-shadow: 0 4px 16px rgba(51, 79, 180, 0.08); } .pc-faq-item summary { padding: 20px 56px 20px 24px; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 600; color: #1B2A4A; cursor: pointer; position: relative; line-height: 1.4; list-style: none; transition: background 0.2s, color 0.2s; } .pc-faq-item summary::-webkit-details-marker { display: none; } .pc-faq-item summary:hover { background: #f4f6fd; } .pc-faq-item[open] summary { color: #F5A623; } .pc-faq-item summary:after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; text-align: center; line-height: 22px; font-size: 22px; font-weight: 400; color: #334FB4; transition: transform 0.25s ease; } .pc-faq-item[open] summary:after { content: "\2212"; color: #F5A623; } .pc-faq-answer { padding: 0 24px 22px; font-size: 15px; color: #4b5563; line-height: 1.7; } .pc-faq-answer p { margin: 0; } /* Mobile */ @media (max-width: 749px) { .pc-hero h2 { font-size: 24px; } .pc-hero-tagline { font-size: 16px; } .pc-section-title { font-size: 22px; } .pc-included-grid, .pc-benefits-grid, .pc-components-grid { grid-template-columns: 1fr; } .pc-cluster-grid { grid-template-columns: 1fr; } .pc-section { padding: 32px 16px; } .pc-cta h2 { font-size: 22px !important; } .pc-cta-features span { display: block; margin: 4px 0; } .pc-btn-primary, .pc-btn-secondary { display: block; margin: 8px auto; max-width: 280px; } .pc-faq-item summary { font-size: 15px; padding: 18px 48px 18px 20px; } } Phoenix Filter Elements + PF-2 Combo Complete two-stage filtration in one bundle. Phoenix filter elements for the upper chamber and PF-2 filters for the lower chamber. Phoenix is the officially endorsed in-stock replacement for Black Berkey filter elements. About Phoenix and Black Berkey: Black Berkey filter elements are temporarily unavailable due to an EPA regulatory matter. The Berkey Phoenix New Millennium Edition is the current in-stock filter element, made by the same manufacturer, NMCL, and is a direct drop-in replacement for any existing Berkey system. 1 Set of Phoenix Filter Elements Upper chamber filtration 1 Set of PF-2 Filters Lower chamber fluoride and arsenic reduction Why Buy the Combo ๐ก Two-Stage Coverage Phoenix elements handle the broad contaminant load in the upper chamber. PF-2 filters target fluoride and arsenic that gravity carbon filtration alone cannot address. โ Ready to Install No separate orders, no checking compatibility. PF-2 filters screw directly onto the base of Phoenix elements. Both sets sized for any stainless steel Berkey system. ๐ฆ Bundled in One Order Order both filter types together. Ideal for first-time system setup or full filter replacement when both upper and lower chambers need refreshing. What Each Component Does ๐ฌ Phoenix Filter Elements Location: Upper Chamber Made by: New Millennium Concepts Ltd. (NMCL), the original Berkey manufacturer Certifications: NSF/ANSI 42 and NSF/ANSI/CAN 372 Capacity: 5,500 gallons per set of 2 Reduces lead, mercury, arsenic, chromium-6, and other heavy metals Reduces PFAS including PFOA and PFOS Reduces pharmaceuticals and disinfection byproducts Reduces herbicides, pesticides, and volatile organic compounds Reduces chlorine and chloramines Drop-in replacement for any existing Berkey system ๐ง PF-2 Fluoride and Arsenic Filters Location: Lower Chamber, attaches to Phoenix elements Made by: New Millennium Concepts Ltd. (NMCL) Function: Second-stage filter for fluoride and additional arsenic reduction Capacity: 1,000 gallons per set of 2 Reduces fluoride, which gravity carbon filters do not target Provides additional arsenic reduction Screws directly onto the bottom stem of Phoenix elements Sized for all stainless steel Berkey systems Works as a second-stage filter, not standalone How They Work Together ๐ Two-Stage Filtration Process Water moves through both stages by gravity. No power, no plumbing, no pressure required. Stage 1, Upper Chamber. Water enters through the Phoenix filter elements, where it passes through the proprietary filtration media. This is where the majority of contaminant reduction happens, including heavy metals, PFAS, pharmaceuticals, and chlorine. Stage 2, Lower Chamber. Pre-filtered water exits the Phoenix elements and flows into the PF-2 filters attached to the base of each Phoenix element. This stage targets fluoride and provides additional arsenic reduction. Final Output. Filtered water collects in the lower chamber, ready to dispense from the spigot. Both stages working together deliver broader contaminant reduction than either filter alone. Combo Specifications Included 1 Set Phoenix + 1 Set PF-2 Phoenix Capacity 5,500 gallons per set PF-2 Capacity 1,000 gallons per set Phoenix Certifications NSF/ANSI 42 and NSF/ANSI/CAN 372 Manufacturer NMCL, original Berkey maker Compatibility All stainless steel Berkey systems Note: This combo contains one set of Phoenix filter elements (upper chamber, 2 filters) and one set of PF-2 filters (lower chamber, 2 filters). PF-2 filters attach directly to the base of Phoenix elements and operate as a second-stage filter. Both sets are required for full two-stage filtration. Need to Replace Black Berkey Elements? Phoenix New Millennium Edition is the officially endorsed in-stock replacement, made by NMCL, and is a direct drop-in replacement for any existing Berkey system. โ NSF/ANSI 42 and 372 Certified โ Independently Lab-Tested โ PF-2 Compatible Shop Phoenix Elements View Contaminant List Learn More Explore independent lab data, contaminant lists, and warranty details across the Phoenix and Black Berkey ecosystem. Contaminants Phoenix Complete Contaminant List View list โ Contaminants Black Berkey Complete Contaminant List View list โ Comparison Black Berkey vs Phoenix Replacement Options Compare filters โ Lab Data Independent Test Results View documentation โ Coverage Lifetime Warranty Details Read terms โ Resources Helpful Resources Hub Browse all โ Frequently Asked Questions Why is this combo built around Phoenix instead of Black Berkey? Black Berkey filter elements are temporarily unavailable due to an EPA regulatory matter. The Berkey Phoenix New Millennium Edition is the current in-stock filter element, made by the same manufacturer, NMCL, and is a direct drop-in replacement for any existing Berkey system. Phoenix filters work with the same PF-2 fluoride filters, which is why this combo is the equivalent two-stage solution. Do I need both Phoenix and PF-2 filters, or can I run just Phoenix? Phoenix elements run on their own as a complete upper-chamber filtration stage. PF-2 filters are optional add-ons that screw onto the bottom of the Phoenix elements to specifically reduce fluoride and provide additional arsenic reduction. If your municipal water supply does not fluoridate, you may not need PF-2 filters. If your water is fluoridated or you want maximum arsenic reduction, the combo gives you both stages in one order. How long will this combo last before I need to replace filters? Phoenix elements are rated for 5,500 gallons per set of two. PF-2 filters are rated for 1,000 gallons per set of two. In practical terms for an average household, Phoenix elements typically last a few years before requiring replacement, while PF-2 filters typically need replacement once a year depending on usage and water quality. PF-2 filters always reach end-of-life before Phoenix elements do. Are Phoenix filters NSF certified? Yes. Phoenix filter elements are NSF/ANSI 42 certified (aesthetic effects, including chlorine reduction) and NSF/ANSI/CAN 372 certified (lead-free materials). Phoenix elements have also been independently lab-tested by EPA-accredited and NSF-accredited laboratories for a broader range of contaminants. Full lab results are linked in the cluster section above. Will this combo work with my existing Berkey system? Yes. The Phoenix and PF-2 combo is compatible with all stainless steel Berkey systems, including Go Berkey Kit, Travel Berkey, Big Berkey, Royal Berkey, Imperial Berkey, and Crown Berkey. Phoenix is a direct drop-in replacement that uses the same chamber threading and footprint as Black Berkey. No system modifications are required. How do I install the PF-2 filters on the Phoenix elements? PF-2 filters screw directly onto the threaded stem at the bottom of each Phoenix element. Prime both filter types first per the included instructions, then assemble the Phoenix element with the PF-2 attached, and install in the upper chamber as you would any Berkey filter. The PF-2 sits in the lower chamber while the Phoenix element sits in the upper chamber. Is this combo covered by the lifetime warranty? The lifetime warranty applies to the stainless steel chambers and hardware of the Berkey system itself, not to consumable filter elements. Filter elements are replacement consumables with their own gallon-rated lifespan. The combo is backed by our standard satisfaction guarantee and the manufacturer warranty on filter performance.
More you might like
Related
Berkeyยฎ Phoenix Gravity Filter Elements
Related
Berkey Filters - Phoenix Gravity Replacement Elements
Related
Berkey Phoenix Filter Elements - New Millennium Edition
Related