Tern - HSD - P10
Tern HSD P10 — Compact Smart e-Cargo Bike *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #111110; --white: #fafaf8; --gray-100: #f5f5f3; --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 P10 Tern Compact e-Cargo Gen 2 Foldable Bosch Smart System EFBE Certified HSD P10 · Gen 2 · 1×10 · Bosch Performance Line · Smart System HSD P10 A mighty but mini compact cargo e-bike — folds in 5 seconds, carries one passenger or a big load, and fits almost anywhere. $6,999 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 P10 is Tern's compact single-passenger cargo bike — smaller and more nimble than the GSD, but built on the same philosophy of carrying real loads with real confidence. Powered by the Bosch Performance Line motor via the Smart System, it folds in 5 seconds to fit in an elevator or boot of a car, carries up to 80 kg on its rear rack, and adjusts without tools to fit riders from 150 to 195 cm. If you need a capable cargo bike that rides and stores like a much smaller bike, this is it. Highlights Bosch Performance Line — 75 Nm, 340% assist The Bosch Performance Line motor delivers 75 Nm of torque and 340% pedal assist via the Smart System — tuned for a more dynamic, responsive ride feel compared to the Cargo Line, while still hauling one passenger or a full load of cargo with ease. Bosch Smart System — Intuvia 100 display The Intuvia 100 display is detachable and easy to read at a glance. Connects to the Bosch eBike Flow app for over-the-air updates, eBike Lock, ride mode customization, and bike information — all from your phone. 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. Folds in 5 seconds — 165×39.5×87 cm The HSD's compact folded dimensions (165×39.5×87 cm) and ~5-second fold make it genuinely practical for apartments, offices, and transit. Narrower than any full-size longtail when folded. 180 kg GVW — EFBE Tri-Test approved Frame EFBE Tri-Test approved to 180 kg gross vehicle weight — capable of carrying one adult passenger plus cargo with full structural confidence. 80 kg Atlas H rear rack 6-point mounting Atlas H rack rated to 80 kg (176 lb) — enough for one adult passenger, a child seat, or a substantial cargo load. Compatible with the full HSD accessory range. Suntour fork with 70mm travel Custom Suntour fork with 70mm of travel absorbs bumps and road imperfections — more travel than you'd expect at this price point, making it genuinely comfortable over rough urban surfaces. Shimano Deore 1×10 drivetrain Shimano Deore Shadow+ rear derailleur with trigger shifter and 11–36T cassette. Wide gear range for a smooth, confident ride in all urban conditions. One size fits 150–195 cm Tern Physis 3D handlepost and Andros adjustable stem dial in the cockpit without tools for riders from 4'11" to 6'5" — the whole household, no frame sizing required. Available colours Orange Satin Black 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 Deore, 1×10-speed, trigger Rear derailleur Shimano Deore Shadow+ Cassette Shimano 11–36T, 10-speed Crankset Tern HSD custom Bottom bracket Motor integrated Chain KMC 10-speed for eBike, EPT corrosion-resistant Gear range 30"–97" (2.36–7.72 m) Pedals Urban, non-slip surface Brakes Front brake Tektro hydraulic disc, 180mm rotor Rear brake Tektro hydraulic disc, 160mm rotor Levers Tektro hydraulic disc Wheels & Tires Wheels Tern Atlas H, cargo Front hub Novatec, thru-axle, sealed bearings Rear hub Novatec, sealed cartridge bearings, disc 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.6 kg (60.8 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 $6,999 CAD Tern HSD P10 · Gen 2 · One Size · Orange / Satin Black Tern Bicycles © 2026 HSD P10 Gen 2
More you might like
Related
Tern HSD P10
Related
Tern HSD P10
Related
Tern HSD P10
Related