Tern Vektron S10
Tern Vektron S10 — Folding e-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 / folding e-bikes / Vektron S10 Tern Folding e-Bike Gen 3 EN 15194 Vektron S10 · Gen 3 · 1×10 · Shimano Deore · Bosch Performance Vektron S10 The proven Vektron — Bosch Performance motor, Shimano Deore 10-speed, Magura hydraulics, and the same OCL+ fold that started it all. Now with updated colours. $5,325 CAD 65 Nm motor torque 400 Wh equipped battery 22.1 kg weight 53–106 km (400 Wh equipped) ~66–133 km (500 Wh upgrade, est.) estimated range The Vektron S10 is the Gen 3 entry in the Vektron lineup — the battle-tested folding e-bike that established the platform's reputation. Updated with new colours and refined styling, it runs the same Bosch Performance motor (65 Nm, 300% assist), Shimano Deore 1×10 drivetrain, and Magura MT4 hydraulic brakes as the Gen 4 P10, in a 7005-AL hydroformed frame with the original OCL+ fold. At $5,325 it's the most affordable Vektron we carry, and it delivers the same core experience — fold in 10 seconds, roll through the station, ride like a real bike. Highlights Folds in 10 seconds — stands upright, rolls when folded The OCL+ frame joint folds the bike to 40×85.5×67.5 cm in about 10 seconds. Stands independently on its rack ends or rolls on one hand through a train station, elevator, or office building. No carrying required. Bosch Performance motor — 65 Nm, 300% assist The Bosch Performance motor delivers 65 Nm of smooth, natural-feeling pedal assist across four selectable modes. Bosch Purion display with walk assist keeps the cockpit clean and thumb-friendly. Up to 106 km on a single 400 Wh charge. Shimano Deore 1×10 — 30"–97" gear range Shimano Deore Shadow+ rear derailleur with 11–36T cassette and Jagwire LEX-SL cables. Wide 30"–97" gear range handles urban terrain and steeper gradients alike, with precise trigger shifting throughout. Magura MT4 hydraulic disc brakes Front and rear Magura MT4 hydraulics with mineral oil fluid and Easy Bleed Technology — powerful, consistent stopping in all conditions with minimal lever effort. OCL+ frame joint — EN 15194 tested The Gen 3 OCL+ hinge is built to exceed ISO 4210 and EN 15194 testing requirements — single-shaft design with advanced welding and robust gussets. Stiff and secure at commuting speeds. Reclining battery for lower centre of gravity The Gen 3 frame positions the Bosch 400 Wh PowerPack at a reclined angle, lowering the overall centre of gravity for more stable, confident handling — especially when the bike is loaded or rolling folded. Upgrade to the 500 Wh PowerPack for extended range — both sizes are interchangeable on legacy Bosch PowerPack bikes. Atlas V rack — Thule Yepp Maxi compatible, 27 kg Integrated 8-point Atlas V Rack with 27 kg capacity works with Thule Yepp Maxi and Dash RM child seats — no adapters needed. Also KLICKfix compatible for panniers and cargo bags. Adjustable cockpit — fits 147–195 cm, no tools Physis 3D handlepost and Andros adjustable stem with Telescope seatpost resize in seconds to fit riders from 4'10" to 6'5". The whole family, one bike. Available colours Forest Grey E-System Motor Bosch Performance, 65 Nm, 300% assist, max 32 km/h Battery system Bosch PowerPack (legacy system) Battery (equipped) 400 Wh Bosch PowerPack, removable Battery (max single) 500 Wh Bosch PowerPack (upgrade available) Dual-battery Not available Range — 400 Wh 53–106 km (34–68 mi) Range — 500 Wh ~66–133 km (est.) Display Bosch Purion, 4-mode selectable, walk assist Charger 100–240V, 4A Drivetrain Shifter Shimano Deore, 1×10-speed Rear derailleur Shimano Deore Shadow+ Cassette Shimano 11–36T, 10-speed Crankset Vektron custom, forged 6061-AL crankarm Bottom bracket Motor integrated Chain 10-speed DHT for eBike, GST corrosion resistant coating Gear range 30"–97" (2.36–7.72 m) Pedals MKS EZY Shifter cable Jagwire LEX-SL, slick treatment, alloy ferrules Brakes Front brake Magura MT4 hydraulic disc Rear brake Magura MT4 hydraulic disc Levers Magura hydraulic disc Wheels & Tires Wheel size 20" (406) Front hub Novatec, sealed cartridge bearing, disc Rear hub Novatec, sealed cartridge bearing, disc Rims Kinetix Comp, for disc Tires Schwalbe Big Apple Performance Line, 55-406, puncture protection, Reflex Spokes Stainless steel, double-butted Frame & Cockpit Frame Tern Vektron Gen 3, 7005-AL hydroformed, OCL+ joint, 3 patented technologies Fork Tern Tarsus, 6061-AL hydroformed Handlepost Tern Physis 3D, 3D forged, 5 patented technologies Stem Tern Andros, adjustable, forged, patented technology Handlebar Kinetix Comp, double-butted 6061-AL, Tern Andros adapted Headset Flux Pro, angular contact bearings, Physis integrated Saddle Tern Porter+, patented GripPad design, PrimeGel padding Seatpost Tern Telescope, 34.9/30.9mm, 2014-AL Grips Ergon Load & Capacity Max GVW 125 kg (276 lb) Max rider weight 105 kg (232 lb) Rack capacity 27 kg (60 lb) Rack Atlas V Rack — integrated 8-point mounting, KLICKfix compatible, Thule Yepp Maxi & Dash RM child seat compatible (no adapters) Clip system Magnetix 3.0 Rider height range 147–195 cm (4'10"–6'5") Frame sizes One size Dimensions & Folding Folded size 40×85.5×67.5 cm (15.7×33.7×26.6 in) Fold time ~10 seconds Weight 22.1 kg (48.7 lb) Extras Front light Tern Valo Direct, 190 lumens Rear light Herrmans H-Trace, for eBike Fenders SKS, stainless hardware Chainguard SKS Chainblade Kickstand Ursus, rear mount Luggage socket Yes Bell Aluminium $5,325 CAD Tern Vektron S10 · Gen 3 · One Size · Forest Grey Tern Bicycles © 2026 Vektron S10 Gen 3
More you might like
Related
Tern Vektron S10
Related
Tern Vektron S10
Related
Tern Vektron S10
Related