✦ Verified product
MSR Guardian Purifier Pump
USD 399.95
SX Collective
Verified independent store
→
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@300;400;500&display=swap'); :root { --black: #0a0a0a; --white: #fffff
f; --mid: #f5f5f5; --border: #e0e0e0; --text-muted: #777; --text-body: #222; } * { box-sizing: border-box; margin: 0; padding: 0; } .spur-wrap { font-family: 'Barlow', sans-serif; background: var(--white); color: var(--black); max-width: 1100px; margin: 0 auto; padding: 48px 24px; } .spur-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; border-bottom: 1px solid var(--border); padding-bottom: 24px; flex-wrap: wrap; gap: 12px; } .spur-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 5vw, 48px); font-weight: 800; letter-spacing: -0.02em; line-height: 1; text-transform: uppercase; } .spur-meta { font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); } .spur-tabs { display: flex; gap: 4px; margin-bottom: 32px; } .spur-tab { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 10px 24px; background: var(--mid); color: var(--text-muted); border: 1px solid var(--border); cursor: pointer; transition: all 0.15s; border-radius: 2px; } .spur-tab:hover { color: var(--black); border-color: #aaa; } .spur-tab.active { background: var(--black); color: var(--white); border-color: var(--black); } .spur-panel { display: none; } .spur-panel.active { display: block; } .spec-category { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--black); padding: 20px 0 8px; border-bottom: 2px solid var(--black); margin-bottom: 0; } .spec-row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--border); transition: background 0.1s; } .spec-row:hover { background: var(--mid); } .spec-key { font-size: 12px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-muted); padding: 12px 16px 12px 0; align-self: start; } .spec-val { font-size: 14px; font-weight: 300; color: var(--text-body); padding: 12px 0; line-height: 1.5; } @media (max-width: 600px) { .spec-row { grid-template-columns: 1fr; } .spec-key { padding-bottom: 2px; } .spec-val { padding-top: 0; padding-bottom: 12px; } } Specs Description Nothing is safer or easier to use for purifying the most demanding backcountry water sources than the Guardian purifier. Originally designed for military squads, it brings this highly advanced technology to global travelers, backcountry users, and those stocking emergency kits. Fast and easy to use, this pump purifier offers the added viral protection you need when traveling in developing nations and popular wilderness areas. Its advanced hollow fiber filter offers the most reliable way to purify even filthy water conditions. Add its long-lasting performance and revolutionary self-cleaning ease, and this may be the only treatment device you'll ever need. Features Protection Ultimate Protection - Meets NSF protocol P248, testing standard used by U.S. military, for removal of viruses, bacteria, protozoa, and sediment from "worst-case" water conditions Speed Fast & Easy - Pumps a rapid 2.5 liters per minute, offering added viral protection without the need for chemicals, bulbs, batteries, or waiting Cleaning Self-Cleaning - Pump self-cleans on every stroke, providing consistently fast flow rates with zero hassle—no backflushing or filter-scrubbing ever required Longevity Long-Lasting - Leading-edge hollow fiber cartridge treats up to 10,000+ liters Durability Extremely Durable - Engineered to withstand heavy use, freezing, drops*, and harsh environments. *Withstands MSR water lab drop testing: 6 ft. to concrete Specs Weight 1 lb 1 oz (490 g) Dimensions 8.25 x 4.4 in (21 x 11 cm) Effective Against Bacteria Yes Effective Against Chemicals/Toxins No Effective Against Particulate Yes Effective Against Protozoa Yes Effective Against Viruses Yes Filter Media Advanced Hollow Fiber Filter Pore Size (Microns) 0.02 Flow (L/Min) 2.5 liters per min Cartridge Life 10,000+ liters Field Cleanable Self-Cleaning Field Maintainable Yes Water Bottle Adapter Yes Cartridge Replacement Indicator Yes Materials Material(s) Hollow Fiber Origin Made in the U.S.A. of U.S. and Imported Materials SKU 14003 function showPanel(id, btn) { document.querySelectorAll('.spur-panel').forEach(p => p.classList.remove('active')); document.querySelectorAll('.spur-tab').forEach(t => t.classList.remove('active')); document.getElementById('panel-' + id).classList.add('active'); btn.classList.add('active'); }