✦ Verified product
MSR Titan Kettle 900mL
USD 64.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 Perfect for a solo backpacker or anyone looking to shave some pack weight, the updated Titan Kettle 900mL punches well above its ultralight weight class in performance and packability. This titanium cook pot features interior graduation lines, allowing for fast and easy volume measuring for dehydrated meals and drinks. Updated silicone-coated folding handles are comfortable to hold and an improved spout makes precision pouring easier. The snug-fit lid has a silicone hanger to keep it safely out of the dirt. Plus, the entire Titan cookware collection nests together, often with a stove and/or fuel canister so you can easily build your ideal kitchen setup. Features Weight Ultralight & Durable - Weighs a mere 4.4 oz (126 g); titanium is half the weight of steel and twice the strength of aluminum Pour Precise Pour - Improved spout for easy pouring into dehydrated meal pouches Handles Folding Comfort Handles - Silicone-coated handles fold closed for packing and are comfortable to hold Measurements Easy Measurements - Internal volume graduation marks for quick liquid measurements Lid Hangable Lid - Snug-fit lid has a silicone hook underneath to hang off pot rim for dirt-free, hands-free convenience Nesting Nestable - Nests with other Titan cookware, including inside the 1400mL kettle Packability Packable - 4-oz fuel canister and PocketRocket® 2 or PocketRocket® Deluxe stove OR 8-oz fuel canister alone nests inside Specs SKU 13845 Weight 4.4 oz / 0.13 kg Volume 0.9 liters / 30.43 fl. oz Packed Size 4.9 x 4.4 in / 12.4 x 11.2 cm Origin Made in China 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'); }