✦ Verified product
MSR Rendezvous Sun Shield
USD 419.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 Updated with a UPF of 50+, the Rendezvous Sun Shield provides excellent sun, wind and rain protection at campsites and gathering areas. Available in two sizes, this uniquely designed, extremely stable shelter lets you set up a protected communal area at camp. The 120 version creates a 120-square-foot open area around campsites that offers protection from sun, rain, and wind for 1-4 people, and at 1.65 kg (3 lb 10 oz), it's light enough for one person to pack and carry, even into the backcountry. With its more expansive 200-square-foot wingspan, the larger size is the ideal upgrade to your basecamping experience and perfect for sheltering up to a dozen people. Features Protection Protected Coverage - Now featuring a UPF of 50+ for excellent UV protection, the Rendezvous Sun Shield 120 & 200 create nearly 120 square feet and 200 square feet of protected coverage at camp. DWR waterproof coating Stability Stable - The shelters' unique 7-point design pitches taut and remains stable in high winds Versatility Versatile - Shelter height can be increased with the use of additional accessory poles Included Wing, (2) Poles, Stakes, Guy Lines, Stuff Sack, Setup Instructions 120 Wing Specs Color Amber Capacity 2-4 Minimum Weight 3 lb 10 oz (1.65 kg) Packaged Weight 3 lb 12 oz (1.69 kg) Floor Dimensions 149 x 144 in (380 x 360 cm) Number of Poles (2) Aluminum 16 mm x 6 ft Interior Peak Height Variable Packed Size 20 x 6 in (51 x 15 cm) Freestanding No Rainfly Fabric 68D ripstop polyester 1500mm polyurethane and DWR Origin Imported SKU 14051 200 Wing Specs Color Amber Capacity 6-12 Minimum Weight 6 lb 11 oz (3.04 kg) Packaged Weight 6 lb 13 oz (3.09 kg) Floor Dimensions 216 x 192 in (550 x 480 cm) Number of Poles (2) Aluminum 22 mm x 7 ft 6 in Interior Peak Height Variable Packed Size 25 x 6 in (64 x 15 cm) Freestanding No Rainfly Fabric 68D ripstop polyester 1500mm polyurethane and DWR Origin Imported SKU 14052 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'); }