Black Berkey Primer
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: #333; } .full-width-section { width: 100%; padding: 40px 20px; } .content-wrapper { max-width: 1200px; margin: 0 auto; } /* Hero Section */ .hero-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border-bottom: 3px solid #28a745; } .hero-content .h2-top { font-size: 32px; font-weight: 700; color: #1a1a1a; margin-bottom: 16px; text-align: center; } .hero-tagline { font-size: 18px; color: #555; margin-bottom: 24px; max-width: 750px; margin-left: auto; margin-right: auto; text-align: center; } .hero-highlight { background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); padding: 20px 24px; border-radius: 8px; border: 2px solid #ffc107; font-size: 16px; color: #333; margin-top: 24px; max-width: 800px; margin-left: auto; margin-right: auto; text-align: center; } .hero-highlight strong { color: #d35400; } .upgrade-badges { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 20px; } .badge { background: white; padding: 10px 20px; border-radius: 6px; border: 2px solid #28a745; font-size: 14px; font-weight: 600; color: #28a745; } /* Dual Purpose Section */ .purpose-section { background: white; } .section-title { font-size: 28px; font-weight: 700; color: #1a1a1a; margin-bottom: 24px; text-align: center; } .purpose-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 24px; } .purpose-card { background: #f8f9fa; padding: 32px; border-radius: 8px; border-top: 4px solid #28a745; } .purpose-number { display: inline-block; background: #28a745; color: white; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px; font-size: 20px; font-weight: 700; margin-bottom: 12px; } .purpose-card h3 { font-size: 22px; font-weight: 600; color: #1a1a1a; margin-bottom: 12px; } .purpose-card p { font-size: 15px; color: #555; line-height: 1.6; margin-bottom: 12px; } .purpose-list { list-style: none; padding: 0; margin-top: 12px; } .purpose-list li { padding: 8px 0; padding-left: 24px; position: relative; font-size: 15px; color: #555; } .purpose-list li:before { content: "✓"; position: absolute; left: 0; color: #28a745; font-weight: bold; font-size: 16px; } /* When You Need It Section */ .need-section { background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); border-top: 3px solid #ffc107; border-bottom: 3px solid #ffc107; } .need-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 24px; } .need-card { background: white; padding: 24px; border-radius: 8px; border: 2px solid #ffc107; text-align: center; } .need-icon { font-size: 40px; margin-bottom: 12px; } .need-card h3 { font-size: 18px; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; } .need-card p { font-size: 14px; color: #666; } /* How It Works Section */ .how-section { background: #f8f9fa; } .how-content { max-width: 900px; margin: 0 auto; } .how-card { background: white; padding: 32px; border-radius: 8px; border: 2px solid #dee2e6; margin-top: 24px; } .how-card h3 { font-size: 22px; font-weight: 600; color: #1a1a1a; margin-bottom: 16px; } .how-card p { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 12px; } .step-box { background: #e7f5ff; border: 2px solid #1c7ed6; border-radius: 8px; padding: 20px; margin-top: 20px; } .step-box strong { color: #1c7ed6; font-size: 16px; display: block; margin-bottom: 12px; } .step-list { list-style: none; padding: 0; counter-reset: step-counter; } .step-list li { padding: 10px 0 10px 36px; position: relative; font-size: 15px; color: #555; counter-increment: step-counter; } .step-list li:before { content: counter(step-counter); position: absolute; left: 0; top: 8px; background: #1c7ed6; color: white; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; } /* Care Section */ .care-section { background: white; } .care-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 24px; } .care-card { background: #f8f9fa; padding: 28px; border-radius: 8px; border: 2px solid #dee2e6; } .care-card h3 { font-size: 20px; font-weight: 600; color: #1a1a1a; margin-bottom: 12px; } .care-list { list-style: none; padding: 0; } .care-list li { padding: 8px 0; padding-left: 24px; position: relative; font-size: 15px; color: #555; } .care-list li:before { content: "→"; position: absolute; left: 0; color: #d35400; font-weight: bold; font-size: 18px; } .warning-box { background: #ffebee; border: 2px solid #ef5350; border-radius: 8px; padding: 20px; margin-top: 20px; } .warning-box strong { color: #c62828; font-size: 16px; display: block; margin-bottom: 8px; } .warning-box ul { list-style: none; padding: 0; margin-top: 12px; } .warning-box li { padding: 6px 0 6px 24px; position: relative; font-size: 14px; color: #555; } .warning-box li:before { content: "✗"; position: absolute; left: 0; color: #ef5350; font-weight: bold; font-size: 16px; } /* Specs Section */ .specs-section { background: #f8f9fa; padding: 30px 20px; } .specs-content { text-align: center; max-width: 700px; margin: 0 auto; } .specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 24px; } .spec-badge { background: white; padding: 16px; border-radius: 8px; border: 2px solid #28a745; font-weight: 600; color: #333; } .spec-badge strong { color: #28a745; display: block; margin-bottom: 4px; } /* Mobile Responsive */ @media (max-width: 768px) { .hero-content .h2-top { font-size: 24px; } .hero-tagline { font-size: 16px; } .section-title { font-size: 22px; } .purpose-grid, .need-grid, .care-grid { grid-template-columns: 1fr; } .full-width-section { padding: 30px 16px; } .upgrade-badges { flex-direction: column; } .badge { text-align: center; } } Black Berkey Primer The essential tool for Black Berkey filter owners. This hand-powered priming pump makes it easy to prime new filters and maintain existing ones—anywhere, anytime, with or without access to a faucet. Dual Purpose Design: Use it to prime brand new filters for initial setup, then use it again throughout the life of your filters to purge accumulated debris and restore flow rate—all without needing water pressure or faucet access. ✓ No Faucet Required ✓ Primes & Purges Filters ✓ Hand-Powered ✓ Made in USA Two Essential Functions in One Tool 1 Initial Priming Saturates new Black Berkey filters with water before first use. The primer creates a pressure gradient that draws water into the center of each filter element, ensuring they're ready for immediate water production. Works anywhere—no faucet needed Perfect for off-grid setups Ideal for small sinks or short faucets Prepares filters for immediate use 2 Maintenance Purging Back-flushes Black Berkey filters using air to clean the proprietary pores of accumulated debris. Regular purging extends filter life and maintains optimal flow rate. Clears pores of trapped contaminants Restores flow rate to like-new performance Reduces drying time before storage Extends overall filter lifespan When You Need the Black Berkey Primer 🏕️ Off-Grid & Emergency Use Prime and maintain filters without access to running water or faucets 🚰 Small Sinks or Short Faucets Avoid the hassle of trying to fit filters under low-clearance faucets 🆕 Initial Filter Setup Alternative to the standard primer included with filters—easier to use with small sinks or when you prefer hand-powered priming 🔧 Regular Maintenance Purge filters to restore flow rate and remove accumulated debris 📦 Filter Storage Prep Dry filters quickly using air purge before long-term storage 🌊 Slow Flow Issues Revive filters experiencing reduced flow from clogged pores How It Works Simple Pressure Gradient Technology The Black Berkey Primer uses basic physics to move water (or air) through your filter elements. When a Black Berkey filter is properly immersed in water and attached to the primer, the hand pump creates a pressure gradient that draws water into the center of the filter element. Once the filter is completely saturated, water passes through the primer and squirts out the opposite end—confirming successful priming. For purging, the same mechanism forces air through the filter in reverse, clearing accumulated debris from the pores. Basic Operation: Submerge the Black Berkey filter in clean water Attach the filter to the primer securely Pump the handle to create pressure gradient Watch for water squirting from opposite end (priming complete) For purging: pump air through dry filter to clear debris Care & Storage 🧼 Cleaning Clean with mild soap and warm water Natural cleaning products work well Rinse all components thoroughly Allow to air dry completely 📦 Storage Store in cool, dark, dry place Keep away from direct sunlight UV light will degrade materials Ensure completely dry before storing 🔧 Maintenance Inspect seals and connections regularly Check for cracks or wear Replace if components show damage Keep pump mechanism clean and dry ⚠️ Do Not: Do not expose to direct sunlight for extended periods Do not place in a microwave Do not use harsh chemical cleaners Do not store while wet or damp Specifications Power Source Hand-Powered (No Electricity) Function Priming & Purging Compatibility Black Berkey Elements Only Faucet Required No—Works Offline Made In 100% USA Ideal For Off-Grid, Small Sinks, Maintenance Important: The Black Berkey Primer is specifically designed for use with Black Berkey filter elements. It will not work with other filter types or brands.
More you might like
Related
Berkey - Black Berkey Primer
Related
Berkey Filters - Black Berkey Primer
Related
Go Berkey Kit with Black Berkey Primer
Related