Tern - HSD - S00
Tern HSD S00 — Flagship Compact e-Cargo Bike *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #111110; --white: #fafaf8; --gray-100: #f5f5 f3; --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 S00 Tern Compact e-Cargo Gen 2 Foldable Enviolo CVT Belt Drive Bosch Smart System GPS Tracking EFBE Certified HSD S00 · Gen 2 · Enviolo CVT · Gates Belt · Bosch Performance Line · Smart System · ConnectModule HSD S00 The ultimate HSD — Enviolo continuously variable transmission, Magura hydraulic brakes, GPS tracking, suspension seatpost, and a 700-lumen headlight. Everything. $8,925 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 S00 is the fully loaded flagship of the HSD family — a compact cargo bike that holds nothing back. It builds on the P5i's belt drive foundation and adds the Enviolo Heavy Duty continuously variable hub, Bosch ConnectModule GPS tracking, Kiox 300 colour display, Magura MT4 e-stop brakes, Cane Creek Thudbuster suspension seatpost, and the Ignis 700-lumen Hi/Lo headlight. Every component is the best available at this scale. If you commute daily, ride in all weather, and want a bike that's as smart as it is capable — this is it. Highlights Enviolo Heavy Duty CVT — infinite gear range, 380% The Enviolo Heavy Duty hub has no discrete gears — just a smooth, continuous twist from low to high across a 380% range. Shift at any speed or cadence, under any load, even at a complete standstill. The most intuitive transmission on any cargo bike. Gates Carbon Drive CDX belt — zero maintenance No chain, no grease, no lube — ever. Silent, clean, rust-proof, and built to outlast any chain drivetrain. Paired with the Enviolo hub it's the cleanest, most maintenance-free drivetrain on any HSD. Bosch ConnectModule — GPS tracking & eBike Alarm included Unlike the P10 and P5i where ConnectModule is optional, the S00 includes it standard. GPS/GSM connectivity with eBike Alarm and eBike Tracking activate via a Flow+ subscription — free 12-month trial included. Bosch Kiox 300 colour display + LED remote The Kiox 300 or Kiox 500 (smartphone holder) is a step up from the Intuvia 100 on the P10/P5i — a full colour display with LED remote that automatically activates eBike Lock when removed from the bike. Connects to the Bosch eBike Flow app for full Smart System control. Magura MT4 e-stop brakes — 180mm/160mm Magura MT4 hydraulic disc brakes with e-stop levers and integrated brake light sensors — a significant upgrade over the Shimano units on the P5i. Reliable, powerful stopping in all conditions. Cane Creek Thudbuster G4 suspension seatpost Tern's VLT seatpost with a Cane Creek Thudbuster G4 integrated suspension unit absorbs vibration and bumps for a noticeably more comfortable ride over rough urban surfaces — standard on the S00, absent on P10/P5i. Ignis 700-lumen Hi/Lo headlight Ultra-wide 700-lumen headlight with high and low beam — a massive step up from the 190-lumen Valo on the P10/P5i. Genuine all-weather, all-season visibility for early mornings and dark commutes. RearStop brake light — always on The S00's rear light is always on and activates as a brake light when you slow down — making you more visible and your stops more legible to drivers behind you. Not included on P10 or P5i. Schwalbe Big Ben — ECE-R75 e-bike certified tires Upgraded to Schwalbe Big Ben with RaceGuard puncture protection and ECE-R75 e-bike speed certification — rated for the higher speeds and sustained loads of e-bike use. 180 kg GVW · folds in 5 seconds · fits 150–195 cm Same EFBE Tri-Test approved 180 kg GVW and 5-second fold as the rest of the HSD lineup. Physis 3D handlepost and Andros stem fit riders from 4'11" to 6'5" without tools. Available colours Dark Blue Dark Sage 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 Kiox 300 or Kiox 500 (interchangeable) w/ LED remote, colour, Bosch eBike Flow app, auto eBike Lock on removal ConnectModule Bosch ConnectModule — GPS/GSM, eBike Alarm & Tracking (Flow+ subscription, free 12-month trial) Charger 100–240V, 4A Drivetrain Transmission Enviolo Heavy Duty, continuously variable (∞), 380% range, twist shifter 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 28"–106" (2.23–8.47 m) Pedals Urban, non-slip surface, sealed bearings Brakes Front brake Magura MT4, hydraulic disc, 180mm rotor Rear brake Magura MT4, hydraulic disc, 160mm rotor Levers Magura MT4 e-stop hydraulic, with brake light sensor Wheels & Tires Wheels Tern Atlas H, cargo Front hub Novatec, thru-axle, sealed bearings Rear hub Enviolo Heavy Duty, 380% continuously variable range Rims Tern Atlas H, wide 35mm Tires Schwalbe Big Ben, 55-406, RaceGuard puncture protection, ECE-R75 e-bike certified Spokes Stainless steel, double-butted 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 Cane Creek Thudbuster G4 suspension + Tern Telescope, 34.9/30.9mm 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 28.0 kg (61.7 lb) Extras Front light Ignis Headlight, ultra-wide 700 lumens, Hi/Lo beam Rear light RearStop Brake Light, always on 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,925 CAD Tern HSD S00 · Gen 2 · One Size · Dark Blue / Dark Sage Tern Bicycles © 2026 HSD S00 Gen 2
More you might like
Related
Tern HSD S00
Related
Tern HSD S00
Related
Tern HSD s00
Related