BIG BERKEY® Water Filter 2.25 GAL WITH 2 BLACK ELEMENTS
/* --- The Magic Sticky & Jiggle Fix --- */ /* 1. We must force all Shopify wrappers to be visible on desktop, or sticky fails */ @media (min-width: 800px) { body, html, main, .mai n-content, #MainContent, .shopify-section, #PageContainer { overflow: visible !important; overflow-x: visible !important; } .native-sticky-row { display: flex; align-items: flex-start !important; gap: 30px; margin-bottom: 20px; } .native-sticky-text { flex: 1 1 50%; } .native-sticky-media { flex: 1 1 50%; position: -webkit-sticky !important; position: sticky !important; top: 20px !important; height: fit-content !important; } } /* 2. Mobile jiggle fix: Apply hidden overflow ONLY to mobile, so desktop sticky isn't killed */ @media (max-width: 799px) { html, body { max-width: 100vw; overflow-x: hidden; margin: 0; padding: 0; } .native-sticky-row { display: flex; flex-direction: column; } .native-sticky-media { order: -1; /* Puts image on top for the mobile stack */ margin-bottom: 20px; position: relative; top: auto; } .native-sticky-text { order: 2; } } * { box-sizing: border-box; } img, video, iframe { max-width: 100%; height: auto; } h1, h2, h3, p, a { overflow-wrap: break-word; word-wrap: break-word; } /* --- End Fix --- */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap'); /* Trust Box Styles */ .berkey-trust-wrapper { display: flex; align-items: center; justify-content: flex-start; padding: 6px 14px; background-color: #f0f8ff; /* Light blue background */ border: 1px solid #d1d5db; border-radius: 5px; line-height: 1.4; margin-bottom: 15px; box-sizing: border-box; width: 100%; max-width: 350px; margin: 15px auto; text-align: left; } .berkey-badge-img { height: 100px; width: 140px; display: block; object-fit: contain; } .berkey-divider { height: 80px; width: 1px; background-color: #d1d5db; margin: 0 12px; } .berkey-text-container { display: flex; flex-direction: column; } .berkey-text-content { color: #3e566b; font-size: 14px; font-weight: 700; } .berkey-warranty-head { color: #64748b; font-size: 14px; font-weight: 500; } @media (max-width: 480px) { .berkey-trust-wrapper { padding: 8px; } .berkey-badge-img { height: 70px; width: 100px; } .berkey-divider { height: 60px; } } /* Metrics Bar Icons */ .metric-icon { width: 45px; height: 45px; margin-bottom: 12px; display: inline-block; } .banner-num-box { border: 1px solid #155724; padding: 4px 12px; border-radius: 4px; display: inline-block; margin-top: 10px; font-weight: bold; font-size: 18px; cursor: pointer; transition: background 0.2s; } .banner-num-box:hover { background-color: #d4edda; } .clearance-block { clear: both; display: block; width: 100%; margin-bottom: 40px; box-sizing: border-box; } .berkey-review-box { background-color: #f9f9f9; padding: 30px; border-radius: 8px; border-left: 5px solid #28a745; margin: 40px 0; text-align: center; } .berkey-metrics-bar { display: flex; justify-content: space-around; align-items: center; background-color: #f9f9f9; border-radius: 12px; padding: 25px 10px; text-align: center; } .metric-item { flex: 1; position: relative; display: flex; flex-direction: column; align-items: center; } .metric-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 15%; height: 70%; width: 1px; background-color: #ddd; } .metric-value { font-size: 24px; font-weight: bold; color: #28a745; display: block; line-height: 1.2; } .metric-label { font-size: 13px; color: #666; display: block; margin-top: 5px; line-height: 1.3; } .berkey-comp-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; } .berkey-comp-col { flex: 1; min-width: 200px; background: #fff; display: flex; flex-direction: column; } .berkey-img-box { border-radius: 4px; padding: 10px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; height: 220px; } .berkey-img-box a { height: 100%; display: flex; align-items: center; justify-content: center; width: 100%; } .berkey-img-box img { max-width: 100%; max-height: 100%; height: auto; transition: 0.3s; } .berkey-comp-col h3 { font-size: 20px; margin-bottom: 15px; color: #000; font-weight: bold; height: 48px; } .spec-item { margin-bottom: 8px; font-size: 15px; line-height: 1.4; color: #333; height: 48px; display: flex; align-items: center; } .berkey-comp-col:not(:first-child) .spec-item { justify-content: center; text-align: center; } .spec-label { font-weight: bold; color: #155724; display: none; } .berkey-faq-container details { border: 1px solid #c3e6cb; border-radius: 6px; margin-bottom: 10px; background-color: #fff; overflow: hidden; } .berkey-faq-container summary { font-weight: bold; cursor: pointer; color: #000; padding: 15px; outline: none; list-style: none; display: flex; align-items: center; gap: 15px; } .berkey-faq-container summary::-webkit-details-marker { display: none; } .berkey-faq-container summary::before { content: '+'; background-color: #28a745; color: #ffffff; width: 20px; height: 20px; min-width: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1; font-weight: bold; transition: 0.3s; } .berkey-faq-container details[open] summary::before { content: '−'; color: #ffffff; background-color: #155724; } .berkey-faq-container p { padding: 0 15px 15px 54px; margin: 0; font-size: 15px; color: #333; } /* "Have Questions" Contact Box Styles */ .berkey-contact-wrapper { font-family: 'Montserrat', sans-serif; max-width: 100%; margin: 10px 0 40px 0; } .martin-safe-box { border: 2px solid #28a745; border-radius: 12px; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; width: 100%; box-sizing: border-box; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.06); text-align: center; } .martin-safe-box:hover { background-color: #f4fbf7; border-color: #155724; transform: translateY(-1px); box-shadow: 0 6px 15px rgba(40,167,69,0.15); } .martin-safe-question { font-size: 24px; font-weight: 800; color: #222; margin-bottom: 10px; } .martin-safe-action-group { display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; text-transform: uppercase; color: #28a745; letter-spacing: 0.5px; margin-bottom: 15px; } .martin-safe-icon { width: 32px; height: 32px; margin-right: 12px; fill: #28a745; } .martin-price-guarantee { font-size: 16px; color: #333; border-top: 1px dashed #c1e6d2; padding-top: 18px; width: 100%; line-height: 1.5; } .martin-phone-number { display: block; font-size: 32px; font-weight: 800; color: #28a745; margin-top: 10px; letter-spacing: 1px; text-decoration: none; } .martin-safe-box:hover .martin-safe-action-group, .martin-safe-box:hover .martin-phone-number { text-decoration: underline; } /* Hidden Modal Overlay Styles */ .martin-modal-overlay { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); align-items: center; justify-content: center; backdrop-filter: blur(4px); } .martin-modal-content { background-color: #fff; padding: 35px 25px; border-radius: 15px; width: 90%; max-width: 450px; text-align: center; position: relative; box-shadow: 0 10px 40px rgba(0,0,0,0.3); font-family: 'Montserrat', sans-serif; } .martin-modal-close { position: absolute; right: 15px; top: 10px; font-size: 24px; cursor: pointer; color: #aaa; } .martin-modal-btn { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; padding: 14px; margin: 12px 0; border-radius: 8px; font-weight: bold; text-decoration: none; font-size: 18px; transition: 0.2s; cursor: pointer; box-sizing: border-box; font-family: inherit; } /* Button Specific Styles */ .btn-call { background: #28a745; color: #fff !important; border: 2px solid #28a745; } .btn-chat { background: #fff; color: #28a745 !important; border: 2px solid #28a745; } .btn-text { background: #fff; color: #28a745 !important; border: 2px solid #28a745; } .martin-modal-btn:hover { opacity: 0.9; transform: scale(1.01); } @media screen and (max-width: 768px) { .berkey-metrics-bar { flex-wrap: wrap; gap: 20px; padding: 20px; } .metric-item { flex: 1 1 40%; } .metric-item:nth-child(2)::after { display: none; } .berkey-comp-col { flex: 0 0 100%; margin-bottom: 30px; border-bottom: 1px solid #eee; padding-bottom: 20px; } .berkey-comp-col:first-child { display: none; } .spec-label { display: inline; } .berkey-img-box { height: auto; } .berkey-comp-col h3 { text-align: center; height: auto; } .spec-item { text-align: center; justify-content: center; border-bottom: 1px solid #f0f0f0; padding: 10px 0; height: auto; } } @media (max-width: 480px) { .martin-safe-question { font-size: 21px; } .martin-phone-number { font-size: 26px; } } 🚛 Free Shipping to all 50 States including Hawaii and Alaska when ordering a Berkey System Ships within 1-5 business days. *This Berkey Product cannot ship to California or Iowa. Authorized Berkey® Dealer Official Lifetime Warranty 1-844-945-3625 Big Berkey® Water Purification System (2.25 Gallons) Includes 2 Black Berkey® Elements (Expandable to 4) STAINLESS STEEL GRAVITY-FED SYSTEM NO ELECTRICITY NEEDED With the Big Berkey® System by Berkey Water Filters at the heart of your home, enjoy the luxury of pure and clean water anytime. Designed for small to medium families, this versatile system is also perfect for travel, outdoor activities, and unexpected emergencies. Trusted for 25+ Years 6,000 Gallons Per Pair 200+ Contaminants Removed Lifetime System Warranty Key Features & Benefits Superior PurificationPowerful enough to remove over 200 contaminants, including bacteria and parasites. Versatile & ExpandableHolds 2.25 gallons of pure water and can be expanded up to 4 elements for faster flow rates to serve up to 170 people a day in an emergency. Electricity-Free OperationGravity-fed design provides clean water during power outages, emergencies, or off-grid travel. Unparalleled Contaminant Reduction & Filtration PFAS / PFOA Exceeds 99.9% Reduction Targets "forever chemicals" like PFOA, PFOS, and PFBS to prevent bioaccumulation. Pharmaceuticals Over 99.9% Effective Extracts trace antibiotics, hormones, and drugs commonly found in tap water. Herbicides & Pesticides Drastic 99.9% Removal Safeguards against glyphosate, atrazine, and other agricultural chemical runoffs. Volatile Organics (VOCs) Exceeds 99.9% Reduction Removes benzene, chloroform, and carbon tetrachloride from your daily water supply. Radiological Elements Up to 99.8% Reduction Filters uranium, plutonium, and radioactive particles for complete purification. Petroleum Byproducts 99.9% Extraction Rate Strips gasoline, diesel, and crude oil contaminants from groundwater sources. Heavy Metals Over 99.9% Reduction Removes lead, mercury, and aluminum for safer, mineral-balanced hydration. Taste & Odor Complete Neutralization Eliminates chlorine taste and swampy smells while filtering out silt and sediment. *All testing conducted by independent, state-certified laboratories to meet EPA & ANSI/NSF standards. "I absolutely love my Berkey - it was easy to assemble, and works splendidly. I also really appreciated being able to order from Wild Oak! They were communicative, answered all my questions, shipped quickly, and were very friendly to work with! Thanks for a great experience!" — Maisey C. Have Questions? Chat, Call, or Text a Specialist Found a better price? We will match or beat it! 1-844-945-3625 Big Berkey Specifications Specification Details Storage Capacity 2.25 Gallons (8.5 Liters) Height (In Use) 19.25 inches Diameter 8.5 inches Weight (Empty) 7 lbs Max Flow Rate Up to 3.5 Gallons/hour (2 elements) or 7.0 Gallons/hour (4 elements) Ideal For 1 - 4 People Berkey Multi-Use Stainless Steel Systems Specifications: Capacity Height Fully Assembled Height Upper Chamber Weight Empty Diameter Maximum Filters Ideal For Travel Berkey Capacity: 1.5 Gallons Height: 18 Inches Upper Chamber: 12 Inches Weight: 6.13 Pounds Diameter: 7.5 Inches Max Filters: Two Filters Ideal For: 1 - 3 People Big Berkey Capacity: 2.25 Gallons Height: 19.25 Inches Upper Chamber: 13 Inches Weight: 7 Pounds Diameter: 8.5 Inches Max Filters: Four Filters Ideal For: 1 - 4 People Royal Berkey Capacity: 3.25 Gallons Height: 23 Inches Upper Chamber: 15.25 Inches Weight: 8 Pounds Diameter: 9.5 Inches Max Filters: Four Filters Ideal For: 2 - 4 People How to Clean Your Berkey Filter Simple Assembly Guide Unpack & Prime: Take out all parts; use the included priming instructions to activate the Black Berkey pores. Preparation: Clean your hands before starting to avoid component contamination. Lid Assembly: Pass the screw up through the lid and attach the knob firmly by hand. Filter Installation: Fit the large sealing washer on the element stem. Slide it through the upper chamber base and lock it with a wing nut until snug. Spigot Setup: Place a washer on the spigot stem and insert through the lower tank. Secure with the interior washer and nut by hand. Final Step: Stack the upper tank on the lower unit and set the lid. The system is ready for its first fill. Note: If installing PF-2 fluoride filters, they must be primed separately and attached directly to the Black Berkey stems inside the lower chamber. Troubleshooting & Tips Residual Water It is normal for about one inch of water to stay in the top tank, as there isn't enough gravity pressure left to push it through. Filtration Speed Flow is fastest when the top tank is full. If speed is extremely slow, re-priming elements can clear air and open pores. Taste & Texture If flavors are off after initial flushes, try a food coloring test. PF-2 users should ensure all manufacturing dust is flushed to prevent cloudiness. Spigot Leaks Check that washers are on both sides of the tank wall. Dry or hard washers can be revived by soaking in olive oil for an hour. Frequently Asked Questions What is the Big Berkey System? The Big Berkey System is a portable water purification system designed to provide clean and safe drinking water wherever you are. It is perfect for small to medium families, couples, or individuals who need purified water while traveling, camping, or during emergencies. How much water can the Big Berkey System hold? The Big Berkey System has a holding capacity of 2.25 gallons (8.5 liters), making it suitable for up to four people. It’s compact enough for travel but still holds enough water to meet daily needs. How long does it take to filter water with the Big Berkey? The Big Berkey System can filter approximately 3.5 gallons per hour with two elements, and up to 7.0 gallons per hour when fully configured with four Black Berkey purification elements. Filtration time can vary depending on the quality of the source water. What contaminants does the Big Berkey remove? The Big Berkey System effectively removes over 200 contaminants including bacteria, parasites, heavy metals, pesticides, chlorine, fluoride (with the addition of PF-2 filters), and more. It provides pure and great-tasting water without relying on electricity or water pressure. How do I clean the Big Berkey System? To clean the Big Berkey System, disassemble the unit and scrub the Black Berkey elements with a Scotch-Brite pad under running water. Wash the chambers with mild dish soap and rinse thoroughly. Cleaning is recommended every six months or as needed, depending on water quality and usage. How often do I need to replace my Berkey filters? The Black Berkey purification elements can filter up to 3,000 gallons (11,356 liters) of water per element, meaning the two elements in the Big Berkey can filter up to 6,000 gallons (22,712 liters) before needing replacement. With average use, this could mean several years before replacement is necessary. Are Berkey Products able to ship to the state of IA or CA? Unfortunately, Berkey products are not able to ship to IA or CA. × Connect With Us We match or beat any competitor's price! 1-844-945-3625 📞 Call Now 💬 Chat with Us ✉️ Text Us Mon-Fri: 10am-5pm CST After hours? Chat with Oaky, our 24-hour AI concierge! function toggleStandaloneModal(action) { var modal = document.getElementById('standaloneContactModal'); if (action === 'open') { // Grabs the product title from the page's H1 tag for the text message body var productName = document.querySelector('h1') ? document.querySelector('h1').innerText.trim() : "this product"; var textLink = document.getElementById('standaloneTextLink'); if (textLink) { textLink.href = "sms:+18449453625?body=" + encodeURIComponent("Hi Wild Oak Trail, I have a question about " + productName + "..."); } modal.style.display = "flex"; document.body.style.overflow = "hidden"; // Prevents background scrolling } else { modal.style.display = "none"; document.body.style.overflow = ""; } } function triggerTawkChat() { toggleStandaloneModal('close'); // Close the modal first // Tawk.to specific command to open chat window if (typeof Tawk_API !== 'undefined' && Tawk_API.maximize) { Tawk_API.maximize(); } else { alert("Chat is loading... Please look for the icon in the bottom right corner."); } }
More you might like
Related
Crown Berkey Water Filter - Biggest Berkey Water Filter
Related
Berkey Filters - Big Berkey Water Filter, 8,5 liter
Related
Big Berkey Water Filter System | 2.25 Gal | 2 Black Berkey F
Related