✦ Verified product
MSR DromLite Bags
USD 44.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 DromLite Bags offer high-capacity water storage yet collapse all the way down to the size of their cap. This supreme packability comes with the weight savings to match to keep you moving quickly on the trail. Reconstructed of a rugged film and RF-welded seams, they offer reliable durability. Inside, an improved BPA-free food-grade lining ensures better-tasting water and can handle freezing. The versatile 3-in-1 cap lets you fill, drink and pour with greater ease. Features Extremely Compact High-capacity yet folds down to the size of its cap for ultimate space-savings—an elastic bungee keeps it tightly folded when empty Light Lightweight, durable film construction is perfect for fast and light travel, backpacking and hiking Improved Attachment Loop at top makes it easy to hang and carry Durable Made with rugged film and RF-welded seams Safe Drinking BPA-free Origin Assembled in the U.S.A. of U.S. and Imported Materials Specs Sizes 2 LTR | 4 LTR | 6 LTR SKU 09583 (2 LTR) | 09584 (4 LTR) | 09585 (6 LTR) Weight 4.6 oz / 0.13 kg (2 LTR) | 5.1 oz / 0.15 kg (4 LTR) | 5.7 oz / 0.16 kg (6 LTR) Dimensions 15.6 x 8.5 in / 39.6 x 21.6 cm (2 LTR) | 18.3 x 10 in / 46.5 x 25.4 cm (4 LTR) | 20.6 x 11.3 in / 52.3 x 28.7 cm (6 LTR) Material PU Origin Made in USA 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'); }