Travel Berkey Water Filter System (1.5 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 Travel Berkey® Water Filter System (1.5 Gallons) Includes 2 Black Berkey® Elements STAINLESS STEEL GRAVITY-FED SYSTEM NO ELECTRICITY NEEDED Introducing the Travel Berkey® System by Berkey Water Filters—your ultimate companion for healthy living, wherever life takes you. Compact enough for small apartments, RVs, and most suitcases, ensuring clean, purified water is never out of reach. The Travel Berkey water filter is the most portable gravity-fed system Berkey makes. As an Authorized Berkey Dealer since 2017, Wild Oak Trail ships every Travel Berkey water filter system with two genuine Black Berkey® elements that reduce 200+ contaminants and last roughly 6,000 gallons per pair—with no electricity, no plumbing, and no replacement-cartridge subscriptions. It's ideal for 1–3 people in RVs, apartments, tiny homes, and emergency or off-grid use. 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. Ultimate PortabilityUpper chamber nests inside the lower chamber for transport, reducing height to just 12 inches. Electricity-Free OperationGravity-fed design provides clean water during power outages, emergencies, or off-grid travel. Unparalleled Contaminant Reduction & Filtration PFAS / PFOAExceeds 99.9% ReductionTargets "forever chemicals" like PFOA, PFOS, and PFBS to prevent bioaccumulation. PharmaceuticalsOver 99.9% EffectiveExtracts trace antibiotics, hormones, and drugs commonly found in tap water. Herbicides & PesticidesDrastic 99.9% RemovalSafeguards against glyphosate, atrazine, and other agricultural chemical runoffs. Volatile Organics (VOCs)Exceeds 99.9% ReductionRemoves benzene, chloroform, and carbon tetrachloride from your daily water supply. Radiological ElementsUp to 99.8% ReductionFilters uranium, plutonium, and radioactive particles for complete purification. Petroleum Byproducts99.9% Extraction RateStrips gasoline, diesel, and crude oil contaminants from groundwater sources. Heavy MetalsOver 99.9% ReductionRemoves lead, mercury, and aluminum for safer, mineral-balanced hydration. Taste & OdorComplete NeutralizationEliminates 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. "Had heard many good things about the Berkey even before buying this. Perfect for RV/skoolie living. Highly recommend it!" — Rebecca H. Have Questions? Chat, Call, or Text a Specialist Found a better price? We will match or beat it! 1-844-945-3625 Travel Berkey Specifications Specification Details Storage Capacity 1.5 Gallons (5.7 Liters) Height (In Use) 18 inches Diameter 7.5 inches Weight (Empty) 6.13 lbs Max Flow Rate Up to 2.75 Gallons per hour Ideal For 1 - 3 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 Travel Berkey System? The Travel Berkey System is a portable water purification system designed to provide clean and safe drinking water wherever you are. It is perfect for small families, couples, or individuals who need purified water while traveling, camping, or during emergencies. How many people does the Travel Berkey serve? The Travel Berkey is ideal for 1 to 3 people. Its 1.5-gallon capacity comfortably covers the daily drinking water of a couple or a small household. For families of 4 or more, the larger Big Berkey (2.25 gallons) is usually a better fit. How much water can the Travel Berkey System hold? The Travel Berkey System has a holding capacity of 1.5 gallons (5.7 liters), making it suitable for up to three 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 Travel Berkey? The Travel Berkey System can filter approximately 2.75 gallons (10.4 liters) of water per hour when fully configured with two Black Berkey purification elements. Filtration time can vary depending on the quality of the source water. How long do the Black Berkey elements last? A set of two Black Berkey elements filters approximately 6,000 gallons before replacement. For most 1–3 person households that is several years of use, which works out to just pennies per gallon of filtered water. What contaminants does the Travel Berkey remove? The Travel Berkey System effectively removes over 200 contaminants including bacteria, parasites, heavy metals, pesticides, chlorine, fluoride (with the addition of PF-2 filters), and more. What is the difference between the Travel Berkey and the Big Berkey? The main difference is size. The Travel Berkey holds 1.5 gallons and is the most portable system Berkey makes, ideal for 1–3 people, RVs, and travel. The Big Berkey holds 2.25 gallons and suits households of up to 4 people. Both ship with two Black Berkey elements and filter the same contaminants. Is the Travel Berkey good for RVs and travel? Yes. At 18 inches tall and 6.13 lbs empty, with no need for electricity or plumbing, the Travel Berkey is purpose-built for RVs, campers, van life, and travel. The upper chamber also nests inside the lower chamber to reduce its height for transport, and it doubles as a reliable emergency and off-grid water filter at home. × 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 CSTAfter hours? Chat with Oaky, our 24-hour AI concierge! { "@context": "https://schema.org/", "@type": "Product", "name": "Travel Berkey Water Filter System (1.5 Gallon)", "description": "The Travel Berkey is a 1.5-gallon stainless steel gravity water filter system with 2 Black Berkey elements. Reduces 200+ contaminants for 1-3 people. Ideal for RVs, travel, apartments, and emergencies. No electricity or plumbing needed.", "brand": { "@type": "Brand", "name": "Berkey" }, "image": ["https://cdn.shopify.com/s/files/1/2045/1873/files/Berkey_Water_Filter_on_kitchen_countertop_next_to_sink.png?v=1771598608"], "offers": { "@type": "Offer", "priceCurrency": "USD", "price": "327.00", "availability": "https://schema.org/InStock", "url": "https://wildoaktrail.com/products/travel-berkey-system-1-5-gal" } } { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://wildoaktrail.com/" }, { "@type": "ListItem", "position": 2, "name": "Berkey Water Filters", "item": "https://wildoaktrail.com/collections/berkey-water-filters" }, { "@type": "ListItem", "position": 3, "name": "Travel Berkey Water Filter System (1.5 Gallon)", "item": "https://wildoaktrail.com/products/travel-berkey-system-1-5-gal" } ] } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is the Travel Berkey System?", "acceptedAnswer": { "@type": "Answer", "text": "The Travel Berkey System is a portable water purification system designed to provide clean and safe drinking water wherever you are. It is perfect for small families, couples, or individuals who need purified water while traveling, camping, or during emergencies." } }, { "@type": "Question", "name": "How many people does the Travel Berkey serve?", "acceptedAnswer": { "@type": "Answer", "text": "The Travel Berkey is ideal for 1 to 3 people. Its 1.5-gallon capacity comfortably covers the daily drinking water of a couple or a small household. For families of 4 or more, the larger Big Berkey (2.25 gallons) is usually a better fit." } }, { "@type": "Question", "name": "How much water can the Travel Berkey System hold?", "acceptedAnswer": { "@type": "Answer", "text": "The Travel Berkey System has a holding capacity of 1.5 gallons (5.7 liters), making it suitable for up to three people. It is compact enough for travel but still holds enough water to meet daily needs." } }, { "@type": "Question", "name": "How long does it take to filter water with the Travel Berkey?", "acceptedAnswer": { "@type": "Answer", "text": "The Travel Berkey System can filter approximately 2.75 gallons (10.4 liters) of water per hour when fully configured with two Black Berkey purification elements. Filtration time can vary depending on the quality of the source water." } }, { "@type": "Question", "name": "How long do the Black Berkey elements last?", "acceptedAnswer": { "@type": "Answer", "text": "A set of two Black Berkey elements filters approximately 6,000 gallons before replacement. For most 1-3 person households that is several years of use, which works out to just pennies per gallon of filtered water." } }, { "@type": "Question", "name": "What contaminants does the Travel Berkey remove?", "acceptedAnswer": { "@type": "Answer", "text": "The Travel Berkey System effectively removes over 200 contaminants including bacteria, parasites, heavy metals, pesticides, chlorine, fluoride (with the addition of PF-2 filters), and more." } }, { "@type": "Question", "name": "What is the difference between the Travel Berkey and the Big Berkey?", "acceptedAnswer": { "@type": "Answer", "text": "The main difference is size. The Travel Berkey holds 1.5 gallons and is the most portable system Berkey makes, ideal for 1-3 people, RVs, and travel. The Big Berkey holds 2.25 gallons and suits households of up to 4 people. Both ship with two Black Berkey elements and filter the same contaminants." } }, { "@type": "Question", "name": "Is the Travel Berkey good for RVs and travel?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. At 18 inches tall and 6.13 lbs empty, with no need for electricity or plumbing, the Travel Berkey is purpose-built for RVs, campers, van life, and travel. The upper chamber also nests inside the lower chamber to reduce its height for transport, and it doubles as a reliable emergency and off-grid water filter at home." } } ] }