Tern - HSD - P5i
Tern HSD P5i — Belt Drive Compact e-Cargo Bike *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #111110; --white: #fafaf8; --gray-100: #f5 f5f3; --gray-200: #e8e8e5; --gray-400: #a8a8a4; --gray-600: #6b6b67; --accent: #d95f2b; --accent-light: #f5e8e0; --font-sans: 'DM Sans', sans-serif; --font-mono: 'DM Mono', monospace; } body { font-family: var(--font-sans); background: var(--white); color: var(--black); min-height: 100vh; padding: 0; } .page { max-width: 760px; margin: 0 auto; padding: 3rem 2rem 5rem; } .breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gray-400); font-family: var(--font-mono); margin-bottom: 2.5rem; letter-spacing: 0.02em; flex-wrap: wrap; } .breadcrumb span { color: var(--gray-200); } .product-header { margin-bottom: 2rem; } .badge-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 0.75rem; } .badge { display: inline-block; font-size: 10px; font-family: var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; background: var(--accent-light); color: var(--accent); border: 1px solid #e8c4ae; border-radius: 3px; padding: 3px 8px; } .badge-alt { display: inline-block; font-size: 10px; font-family: var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; background: var(--gray-100); color: var(--gray-600); border: 1px solid var(--gray-200); border-radius: 3px; padding: 3px 8px; } h1 { font-size: 34px; font-weight: 600; line-height: 1.15; color: var(--black); margin-bottom: 0.35rem; letter-spacing: -0.025em; } .subtitle { font-size: 13px; font-family: var(--font-mono); color: var(--gray-400); letter-spacing: 0.04em; margin-bottom: 0.5rem; } .tagline { font-size: 16px; color: var(--gray-600); line-height: 1.5; } .price-hero { display: flex; align-items: baseline; gap: 10px; margin-top: 1rem; } .price-hero .price { font-size: 32px; font-weight: 600; letter-spacing: -0.02em; color: var(--black); } .price-hero .price-note { font-size: 12px; color: var(--gray-400); font-family: var(--font-mono); } .divider { border: none; border-top: 1px solid var(--gray-200); margin: 2rem 0; } .description { font-size: 15px; line-height: 1.75; color: #333332; margin-bottom: 2rem; } .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gray-200); border: 1px solid var(--gray-200); border-radius: 8px; overflow: hidden; margin-bottom: 2rem; } .stat { background: var(--white); padding: 1.1rem 0.75rem; text-align: center; } .stat-value { font-size: 17px; font-weight: 600; color: var(--black); letter-spacing: -0.02em; display: block; } .stat-label { font-size: 10px; color: var(--gray-400); font-family: var(--font-mono); margin-top: 4px; display: block; } .section-label { font-size: 13px; font-family: var(--font-sans); font-weight: 600; letter-spacing: -0.01em; text-transform: none; color: var(--black); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--accent); display: inline-block; } .features { display: flex; flex-direction: column; border: 1px solid var(--gray-200); border-radius: 8px; overflow: hidden; margin-bottom: 2rem; } .feature { display: grid; grid-template-columns: 3px 1fr; border-bottom: 1px solid var(--gray-200); transition: background 0.15s; } .feature:last-child { border-bottom: none; } .feature:hover { background: var(--gray-100); } .feature-accent { background: transparent; transition: background 0.15s; } .feature:hover .feature-accent { background: var(--accent); } .feature-content { padding: 1.1rem 1.25rem; } .feature-title { font-size: 14px; font-weight: 600; color: var(--black); margin-bottom: 3px; } .feature-desc { font-size: 13px; color: var(--gray-600); line-height: 1.5; } .spec-group { margin-bottom: 1.75rem; } .specs-table { width: 100%; border-collapse: collapse; border: 1px solid var(--gray-200); border-radius: 8px; overflow: hidden; font-size: 13px; } .specs-table tr { border-bottom: 1px solid var(--gray-200); } .specs-table tr:last-child { border-bottom: none; } .specs-table tr:hover td { background: var(--gray-100); } .specs-table td { padding: 9px 14px; background: var(--white); transition: background 0.1s; vertical-align: top; } .specs-table td:first-child { color: var(--gray-600); font-family: var(--font-mono); font-size: 11px; width: 42%; letter-spacing: 0.01em; } .specs-table td:last-child { color: var(--black); font-weight: 500; } .colours { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 2rem; } .colour-chip { display: flex; align-items: center; gap: 8px; font-size: 13px; font-family: var(--font-mono); padding: 6px 14px 6px 10px; border: 1px solid var(--gray-200); border-radius: 4px; color: var(--black); background: var(--white); } .colour-swatch { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); flex-shrink: 0; } .price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 0.4rem; } .price { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; color: var(--black); } .price-note { font-size: 12px; color: var(--gray-400); font-family: var(--font-mono); } .sku { font-size: 11px; color: var(--gray-400); font-family: var(--font-mono); letter-spacing: 0.04em; margin-bottom: 2rem; } .footer-line { border-top: 1px solid var(--gray-200); padding-top: 1.5rem; font-size: 12px; color: var(--gray-400); font-family: var(--font-mono); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; } @media (max-width: 560px) { h1 { font-size: 26px; } .stats { grid-template-columns: repeat(2, 1fr); } .page { padding: 2rem 1.25rem 4rem; } } e-bikes / compact cargo bikes / HSD P5i Tern Compact e-Cargo Gen 2 Foldable Belt Drive Bosch Smart System EFBE Certified HSD P5i · Gen 2 · 1×5 IGH · Gates Belt · Bosch Performance Line · Smart System HSD P5i The clean, quiet HSD — Gates carbon belt drive and Shimano Nexus 5-speed hub for a virtually maintenance-free compact cargo ride. $8,225 CAD 75 Nm motor torque 545 Wh equipped battery 180 kg max GVW 51–121 km (545 Wh equipped) ~75–177 km (800 Wh max single est.) estimated range The HSD P5i is the low-maintenance step-up in the HSD lineup. It shares the same compact folding frame, Bosch Performance Line motor, Smart System connectivity, and 80 kg rear rack as the P10 — but replaces the chain drivetrain with a Gates Carbon Drive CDX belt and Shimano Nexus INTER-5E internally geared hub. The result is a virtually grease-free, silent drivetrain that shifts at any speed and requires almost no upkeep. Upgraded to Shimano hydraulic disc brakes too. If you commute daily and want to forget your drivetrain exists, this is the HSD to get. Highlights Gates Carbon Drive CDX belt — zero maintenance No chain, no grease, no lube — ever. The Gates CDX carbon belt is silent, clean, rust-proof, and dramatically outlasts any chain. Paired with the Shimano Nexus hub, it's the closest thing to a maintenance-free drivetrain on a compact cargo bike. Shimano Nexus INTER-5E — 5-speed IGH The Nexus INTER-5E is Shimano's e-bike specific internally geared hub — 5 evenly spaced gears that shift smoothly at any speed or cadence, even at a standstill. No missed shifts, no derailleurs to knock out of alignment. Bosch Performance Line — 75 Nm, 340% assist The Bosch Performance Line via Smart System delivers 75 Nm of torque and 340% pedal assist — responsive and dynamic, tuned for a more engaging riding feel whether loaded or light. Bosch Smart System — Intuvia 100 + Flow app Detachable Intuvia 100 display with LED remote connects to the Bosch eBike Flow app for over-the-air updates, eBike Lock, ride mode customization, and more. Optional lock and alarm available. Shimano hydraulic disc brakes — 180mm/160mm Upgraded to Shimano hydraulic disc brakes (vs Tektro on the P10) with 180mm front and 160mm rear rotors for confident, consistent stopping in all weather and under all loads. 545 Wh battery — up to 800 Wh with upgrade Ships with a 545 Wh Bosch Smart System PowerPack for up to 121 km of range. Compatible with the larger 800 Wh Smart System battery for extended range. Not dual-battery capable. 180 kg GVW — EFBE Tri-Test approved Frame and fork EFBE Tri-Test approved to 180 kg gross vehicle weight — carries one adult passenger or a substantial cargo load with full structural confidence. Folds in 5 seconds — 165×39.5×87 cm Same compact GSD-family fold — 165×39.5×87 cm in ~5 seconds. Fits in lifts, vans, and tight storage spaces without tools. 80 kg Atlas H rear rack · one size fits 150–195 cm 6-point Atlas H rack rated to 80 kg (176 lb). Physis 3D handlepost and Andros adjustable stem fit riders from 4'11" to 6'5" without tools. Available colours Sea Breeze Dragonfruit Forge Gray E-System Motor Bosch Performance Line, 75 Nm, 340% assist Battery system Bosch Smart System — Frame Mount battery Battery (equipped) 545 Wh Bosch Frame Mount PowerPack Battery (max single) 800 Wh Bosch Frame Mount (upgrade) Dual-battery Not available Range — 545 Wh 51–121 km (32–76 mi) Range — 800 Wh ~75–177 km (est.) Display Bosch Intuvia 100 w/ LED remote, detachable, Bosch eBike Flow app, electronic bike lock Lock & Alarm Optional Charger 100–240V, 4A Drivetrain Shifter Shimano Nexus INTER-5E Rear hub Shimano Nexus INTER-5E, internally geared Belt Gates Carbon Drive CDX Crankset Tern HSD custom, Gates CDX CNC machined beltring Cog Gates CDX, precision CNC machined Bottom bracket Motor integrated Gear range 38"–99" (2.99–7.88 m) Pedals Urban, non-slip surface Brakes Front brake Shimano hydraulic disc, 180mm rotor Rear brake Shimano hydraulic disc, 160mm rotor Levers Shimano hydraulic disc Wheels & Tires Wheels Tern Atlas H, cargo Front hub Novatec, thru-axle, sealed bearings Rear hub Shimano Nexus INTER-5E Rims Tern Atlas H, wide 35mm Tires Schwalbe Big Apple, 55-406, puncture protection, Reflex Spokes Stainless steel Frame & Cockpit Frame Tern HSD, 6061-AL, patented design, sliding dropouts, EFBE Tri-Test approved: 180 kg Fork Suntour custom for Tern, 1.5" tapered CrMo steerer, 32mm stanchions, thru-axle, 70mm travel, EFBE approved: 180 kg Handlepost Tern Physis 3D, 3D forged, 5 patented technologies, 12°, 290mm Stem Tern Andros, adjustable, forged, patented technology Handlebar Tern Sweep, 6061-AL, Tern Andros adapted Headset Tern Flux Pro Taper by FSA, 1.5", angular contact bearings, Physis integrated Saddle Tern Upright by Velo Seatpost Tern Telescope, 34.9/30.9mm, 2014-AL Grips Ergon Load & Capacity Max GVW 180 kg (397 lb) Max rider weight 120 kg (265 lb) Rack capacity 80 kg (176 lb) Rack Atlas H rack, 6-point mounting Kickstand Ursus, rear mount Rider height range 150–195 cm (4'11"–6'5") Frame sizes One size Dimensions & Folding Folded size 165×39.5×87 cm (65×15.6×34.3 in) Fold time ~5 seconds Weight 27.9 kg (61.5 lb) Extras Front light Tern Valo Direct, 190 lumens Rear light Herrmans H-Trace, for eBike Fenders SplashGuard, stainless hardware Chainguard Tern custom, full chain cover Frame lock ABUS, keyed-alike with Bosch battery Luggage socket Combo Mount Bell Pitch Plus, brass $8,225 CAD Tern HSD P5i · Gen 2 · One Size · Sea Breeze / Dragonfruit / Forge Gray Tern Bicycles © 2026 HSD P5i Gen 2
More you might like
Related
Tern HSD p5i
Related
Tern HSD P5i
Related
Tern HSD P5i
Related