✦ Verified product
MSR Reactor Cookware
USD 104.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 Hard-anodized aluminum Reactor cookware features our proprietary heat exchanger that fully encloses the Reactor stove's radiant burner. The resulting windproof design is key to the stove system's unrivaled all-condition performance. Reactor Cookware is compatible exclusively with the Reactor Stove. Features 1.0L Pot For trips with 1-2 people, or anywhere weight and space are at a premium. Includes clear, BPA-free Strainer Lid and folding/locking handle 1.7L Pot All-around performer with the capacity to boil water for two (at once) and melt snow fast. Includes clear, BPA-free Strainer Lid and folding/locking handle 2.5L Pot A real expedition snow-melting powerhouse, or get your entire group's freeze-dried on in record time. Includes clear, BPA-free Strainer Lid and folding/locking pot handle Specs 1.0L SKU 14270 1.0L Weight 8.5 oz (0.24 kg) 1.0L Width 4.8 in (12.2 cm) 1.0L Length 5.0 in (6.3 in) 1.0L Packed Size 4.75 x 6.1 in (12 x 15.5 cm) 1.7L SKU 14271 1.7L Weight 10.6 oz (0.30 kg) 1.7L Width 5.8 in (14.7 cm) 1.7L Length 5.4 in (13.7 cm) 1.7L Packed Size 5.3 x 6.6 in (13.5 x 16.8 cm) 2.5L SKU 02166 2.5L Weight 13.8 oz (0.39 kg) 2.5L Width 7.2 in (18.3 cm) 2.5L Length 7.7 in (19.6 cm) 2.5L Packed Size 7.3 x 5.5 in (18.54 x 13.97 cm) Compatibility MSR Reactor Stove only Origin Made in Thailand 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'); }