✦ Verified product
MSR Access 3 Tent
USD 919.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™ 3 MSR · Winter-grade warmth without the weight—built for three Specs Description The Access 3 tent lets you spend comfortable days in the winter backcountry without hauling around the weight of a large mountaineering tent. Warm, light and strong, this four-season tent provides the protection that skiers, splitboaders and snowshoers need for camping in less severe conditions, such as those near tree-line. The robust frame withstands overnight snow loading, and is quick to set up in the cold. Whether your party is base camping to access powder lines or completing a multiday traverse, the Access 3 tent is warm enough for cold winter nights, yet light enough to keep you nimble while on the move. Features Warmth Ultralight Warmth - Limited mesh on the tent body keeps in all that hard-earned warmth on cold nights, while the light design keeps you nimble while skiing, riding or hiking 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 Xtreme Shield waterproof coating for long-term durability Doors 2 Storage 2 internal pockets; 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 3 Person Large Footprint, sold separately Specs Capacity 3 Person Minimum Weight 4 lb 6 oz (1.99 kg) Packaged Weight 5 lb 1 oz (2.30 kg) Floor Dimensions 84 x 70 in (213 x 178 cm) Floor Area 41 sq. ft (3.80 sq. m) Vestibule Area 17.5 sq. ft (1.62 sq. m) Vestibule Volume 17 cu. ft (481 liters) Tent Volume 91 cu. ft (2756 liters) Interior Peak Height 47 in (119 cm) Packed Size 21" x 7" (53 x 17 cm) Doors 2 Poles (1) Easton Syclone Materials Rainfly 20D ripstop nylon 1200mm polyether urethane & silicone Canopy 20D ripstop nylon & DWR Mesh 10D polyester micro-mesh Floor 30D ripstop nylon 3000mm polyether urethane & PFAS-free DWR SKU 14112 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'); }