Marmot Orion GORE-TEX Jacket
@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); } .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; } } Orion GORE-TEX Jacket GORE-TEX lightweight waterproof jacket for backcountry Description Features Specs Care Calling all powder hounds: The GORE-TEX(R) Orion Jacket is your new go-to kit for dawn-to-dusk and bell-to-bell laps. Packed with all the venting, storage, and waterproof durability you need, the Orion jacket will keep you on the move until the sun sets or lifts close. Built from rugged yet breathable 3-layer GORE-TEX, this ski jacket will keep you dry and protected on storm days from resort to backcountry, with two-way pit zips for comfort control in changing conditions. Waterproof zip hand pockets are strategically placed for pack and harness access with internal mesh and zip pockets for skins and small-item storage--essentials for skiing out of bounds. A two-way center-front zip also gives you bunch-free chairlift comfort, quick bottom-up venting, and easy access to lower layers and a harness. Throw in a RECCO(R) reflector and a ski-pass wrist pocket, and you've got everything you need to score powder anywhere it falls. Waterproofing Waterproofing Recycled 3L GORE-TEX(R) fabric is lightweight and packable, yet durably waterproof, windproof, and breathable Waterproofing Two waterproof pack- and harness- accessible zippered hand pockets Waterproofing Two-way waterproof center-front zip for easy access to lower layers and climbing harness without fully unzipping Waterproofing Two-way waterproof pit zips for quick ventilation Waterproofing Waterproof ski pass pocket on wearer's left wrist for fidget-free scans Seams Seams 100% seam-taped for complete leakproof protection DWR DWR C0 Durable Water Repellent (DWR) treatment repels water from face fabric Safety Safety RECCO(R) Avalanche Rescue Reflector Pockets Pockets Internal zippered pocket Pockets Internal mesh dump pocket for skins Hood Hood Fixed helmet-compatible hood with adjustable opening for extra coverage Powder Skirt Powder Skirt Fixed powder skirt helps keep snow out Cuffs Cuffs VELCRO(R) adjustable cuffs keep the elements out Mobility Mobility Articulated elbows for added mobility Product Care: Machine Wash Warm, Use Liquid Detergent, Do Not Use Powdered Detergent, Gentle Cycle, Tumble Dry Low, Do Not Iron, Do Not Bleach, If Dry Cleaned Request Clean Distilled Hydrocarbon Solvent And Water Repellent Treatment, Do Not Use Fabric Softener, Rinse Twice, Do Not Store Wet Center Back Length: 32in Main Fabric: GORE-TEX Products(R), 100% Pre-Consumer Recycled Nylon, Plain weave, 133g/sqm RECCO: YES Style Number: M16239 Waterproof: YES Product Weight: 1 lbs 2 oz , 522.0 g Windproof: YES Product Care Machine Wash Warm, Use Liquid Detergent, Do Not Use Powdered Detergent, Gentle Cycle, Tumble Dry Low, Do Not Iron, Do Not Bleach, If Dry Cleaned Request Clean Distilled Hydrocarbon Solvent And Water Repellent Treatment, Do Not Use Fabric Softener, Rinse Twice, Do Not Store Wet 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'); }