✦ Verified product
MSR Thru-Link Inline Microfilter
USD 54.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; } } Thru-Link™ Inline Water Filter MSR · Turns any hydration reservoir into a filtration system, for clean water that keeps pace with you Specs Description Adding minimal gear to your pack, the Thru-Link inline filter is the simplest solution to clean water on the go. Just click it into your hydration reservoir and you're ready to filter as you drink and hike. Engineered for high-flow drinking, it makes it easy to stay hydrated on long day hikes and fast-paced missions. The filter is compatible with any reservoir system, and uses both hollow fiber technology and activated carbon to provide reliable, safe and taste-free water. At camp, the Thru-Link lets you use your reservoir as a gravity system for the luxury of pump-free filtration. Features Movement Keep Moving - Don't stop to filter–just scoop and go. Engineered specifically for high-flow, easy drinking Filtration Two-Stage Filtration - Fast-flow hollow fiber removes pathogens, particulate & microplastics; activated carbon reduces chemicals, tastes and odors Connectivity Quick-Connect - Compatible with any hydration reservoir system on the market Proven Proven - Used by the U.S. military for more than a decade; rugged ultrasonic welded housing for reliable durability Effective Against Bacteria (99.9999%), protozoa (99.9%) and particulate (dirt, microplastics). Meets U.S. EPA drinking water standards* and NSF protocol P231 testing standard for removal of bacteria and protozoa. *U.S. EPA Guide Standard and Protocol for Testing Microbiological Purifiers Specs SKU 13236 Color Grey Weight (Standard) 2.5 oz Weight (Metric) 0.07 kg Width (Standard) 1.6 in Width (Metric) 4.2 cm Length (Standard) 7.5 in Length (Metric) 19 cm Height (Standard) 1.6 in Height (Metric) 4.2 cm Effective against bacteria Yes Effective against chemicals/toxins Yes Effective against particulate Yes Effective against protozoa Yes Effective against viruses No Filter media Hollow Fiber Filter pore size (microns) 0.2 Flow (L/min) 1.5 liters per min Field cleanable Yes Field maintainable No Materials Material(s) Hollow Fiber, ABS, Nylon Origin Made in the U.S.A. of U.S. and Imported Materials 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'); }