✦ Verified product
MSR Evo Trail Snowshoes
USD 169.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 Durable and easy to use, the Evo Trail snowshoes are ready for years of adventures. The UniBody frames and steel traction rails offer the essential grip needed for even modest slopes in less than ideal conditions, while Paraglide™ bindings are easy to use and incredibly comfortable. The pressure point-free stretch mesh securely hugs your feet and is compatible with nearly any footwear. MSR snowshoes are designed, engineered and made to exacting standards in the USA with the highest quality U.S. and imported materials to perform reliably in winter conditions. Features Traction Steel crampons and traction rails provide a secure and lasting grip Comfort Paraglide™ binding stretch mesh hugs feet securely and is compatible with nearly any footwear, from light hikers to snowboard boots Easy to Use Glove-friendly binding straps and buckle tabs make getting in and out quick and simple Durable Strong injection-molded UniBody™ deck gives just the right amount of flex Adaptable Attachment points for 6-inch modular flotation tails (sold separately), which provide on-demand flotation for deep powder or when carrying heavier loads Origin Made in the USA from US and imported parts Specs SKU 13618 (Iron) | 13619 (Ranger) | 13620 (Midnight) Size 22 IN Colors Iron | Ranger | Midnight Weight per pair 3 lbs 10 oz / 1.64 kg Dimensions 22 x 8 in / 56 x 20 cm Binding type Paraglide™ Televator No Gait Unisex/average width Footwear size range 3 M - 13 M / 5 W - 15 W / 36 - 47 Load Up to 180 lbs / 80 kg Load w/ tails Up to 250 lbs / 114 kg Frame material Martensitic Steel Deck material Polypropylene 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'); }