✦ Verified product
MSR Front Range Bug/Floor Insert
USD 369.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 Adding the protection you need in wet or buggy terrain, this Bug/Floor Insert lets you make the most of summer trips in the ultralight Front Range Tarp Shelter. It includes a durable bathtub floor and a full micromesh canopy for airflow and ventilation. Up top, its cone keeps the rainfly off the mesh to prevent drips from condensation. With room to comfortably sleep 4, this spacious tent body also works as a standalone shelter for small groups on warm-weather missions. Features Protection Added Protection - Micromesh body with durable waterproof bathtub floor adds bug/mud protection Setup Easy Setup - Pitches with ski/trekking poles or 5-foot accessory pole (sold separately); ski straps included for easy assembly Ventilation Dry Inside - Gap between fly and mesh prevents drips & boosts ventilation Access Easy Access - Large, zippered door matches fly Included Tent body, (2) straps for ski/trekking pole assembly, 4 Groundhog stakes, guy lines, stuff sack, setup instructions Compatibility Compatible with the Universal 4 Person Regular Footprint, sold separately Specs Capacity 4 Minimum Weight 1 lb 15 oz (0.88 kg) Packaged Weight 2 lb 5 oz (1.04 kg) Floor Dimensions 88 x 88 in (223 x 223 cm) Floor Area 53.5 sq. ft (4.97 sq. m) Interior Peak Height 56 in (142 cm) Tent Volume 83 cu. ft (2350 liters) Packed Size 12" x 5" (30 x 13 cm) Doors 1 Freestanding No Materials Mesh 15D nylon micro-mesh Floor 30D ripstop nylon 3000 mm Xtreme Shield polyurethane & DWR SKU 14114 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'); }