✦ Verified product
MSR Access 2 Tent
USD 639.96
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™ 2 MSR · Light, warm and strong—the ultimate two-person tent for winter backcountry touring Specs Description Built to be the ultimate shelter for backcountry skiers, splitboarders and snowshoers, the Access 2 tent is lighter than a mountaineering tent, but warmer than our backpacking tents. Limited mesh on the tent body offers greater warmth on frigid nights, while the light and packable design saves you precious energy on the climb and descent. The interior is spacious for delayering, and the strong frame resists overnight snow loading. Quick to set up, the tent offers the protection needed for camping in less severe conditions, such as those near tree-line—making it perfect for accessing the bowls, ridges and powder fields above. 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 PFAS-free 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 2 Person Regular Footprint, sold separately Specs Capacity 2-Person Minimum Weight 3 lb 10 oz (1.64 kg) Packaged Weight 4 lb 1 oz (1.86 kg) Floor Dimensions 84 x 50 in (213 x 127 cm) Floor Area 29 sq. ft (2.69 sq. m) Vestibule Area 17.5 sq. ft (1.62 sq. m) Vestibule Volume 17 cu. ft (481 liters) Tent Volume 56 cu. ft (1586 liters) Interior Peak Height 42 in (107 cm) Packed Size 18" x 6" (46 x 15 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 14111 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'); }