✦ Verified product
MSR Access 1 Tent
USD 679.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; } } Access™ 1 MSR · Ultralight, four-season solo tent for ski touring and snowshoeing Specs Description An ultralight, four-season solo tent, the Access 1 winter touring tent was built to meet the needs of backcountry skiers, splitboarders and snowshoers. Lighter than a mountaineering tent, but warmer than a three-season backpacking tent, it offers ample comfort on cold winter nights, yet remains light in your pack while skiing or hiking. The tent features a central-support frame that withstands overnight snow loading, and offers generous space inside for bulky gear. Ideal for the protected winter conditions found near tree-line, the Access 1 tent strikes the perfect balance of winter-grade warmth without the weight. Features Warmth Ultralight Warmth - Limited mesh on the tent body keeps in all that hard-earned warmth on cold nights, while the tent's light design keeps you nimble while on the move Poles Easton Syclone Poles - Advanced composite materials resist breaking in challenging winter conditions Frame Robust Frame - Central-support frame optimizes interior space and resists snow loading Setup Quick Setup - Unified hubbed poles make tent quick to pitch in cold environments Ventilation Rainfly vents reduce condensation Durability PFAS-free waterproof coating for long-term durability Doors 1 Storage 1 internal pocket; multiple guy points Included Tent body, rainfly, poles, 8 Groundhog stakes, guy lines, easy-load, wide-mouth stuff sack, setup instructions Compatibility Compatible with the Universal 1 Person Large Footprint, sold separately Specs Capacity 1-Person Minimum Weight 3 lb (1.37 kg) Packaged Weight 3 lb 8 oz (1.60 kg) Packed Size 18" x 6" (46 x 15 cm) Floor Dimensions 84 x 33 in (213 x 84 cm) Floor Area 19 sq. ft (1.76 sq. m) Interior Peak Height 40 in (101 cm) Vestibule Area 9 sq. ft (0.23 sq. m) Vestibule Volume 8.5 cu. ft (241 liters) Tent Volume 32 cu. ft (906 liters) Doors 1 Poles (2) Easton Syclone Freestanding Yes Materials Rainfly 20D Ripstop Nylon 1200 mm Polyether Urethane & Silicone Canopy 20D Ripstop Nylon / 10D Polyester Micromesh Floor 30D Ripstop Nylon 3000 mm Polyether Urethane & PFAS-Free DWR SKU 14110 Origin Imported 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'); }