✦ Verified product
Therm-a-Rest BaseCamp Sleeping Pad
USD 119.95
Size
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 If you're still car camping or base camping in the frontcountry with your backpacking pad, introduce yourself to the luxurious and roomy BaseCamp sleeping pad. This warm and comfy pad features 2 inches (5 cm) of premium self-inflating foam, offering campers a 6.0 R-value for better nights under the stars. Thoughtful face fabrics are light and soft for your comfort. The versatile self-inflating pad features the high-performance WingLock valve, which has three times the airflow rate of the classic valve thanks to a larger opening and one-way inflation. Like all Therm-a-Rest pads, the BaseCamp is made in market to ensure quality and minimize environmental impact. The pad includes a go-anywhere stuff sack. Features Fabric Thoughtful Fabric - Light, soft fabrics make this mattress exceptionally comfortable Thickness 2 inches (5 cm) of thickness provides a high level of warmth and support Foam Premium Self-Inflating Foam - Solid foam creates a warmer and more stable BaseCamp. Compressible foam core expands when unpacked for easy self-inflation Durability Sturdy, classic design provides an outstanding value Valve WingLock Valve - Our intuitive and dependable valve maximizes air flow for easier inflation and quicker deflation. Wings toggle for one-way inflation to save breath Included Stuff sack included Specs R-Value 6 (all sizes) Thickness 2 in (5 cm) Regular Weight: 2 lb 8 oz (1.14 kg) | 20" x 72" (51 x 183 cm) | Packed: 21" x 8.5" (54 x 22 cm) Large Weight: 3 lb 6 oz (1.53 kg) | 25" x 77" (64 x 196 cm) | Packed: 26" x 9" (66 x 23 cm) XLarge Weight: 4 lb (1.82 kg) | 30" x 77" (76 x 196 cm) | Packed: 31" x 9" (79 x 23 cm) Upper Top Fabric 75D polyester Bottom Fabric 75D polyester Materials Polyester, Polyurethane Origin USA - Built of the Finest U.S. and Global Materials 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'); }