Tern Vektron P10
Tern Vektron P10 — 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 P10 Tern Folding e-Bike Gen 4 EN 15194 UL 2849 Vektron P10 · Gen 4 · 1×10 · Shimano Deore · Bosch BES2 Performance Vektron P10 The lighter, chain-drive Vektron — Shimano Deore 10-speed, Bosch BES2 power, folds in 10 seconds, and saves $600 over the P5i. $5,799 CAD 65 Nm motor torque 400 Wh equipped battery 22.2 kg weight 45–112 km (400 Wh equipped) ~56–140 km (500 Wh upgrade, est.) estimated range The Vektron P10 is the more affordable entry into the Gen 4 Vektron lineup — the same OCL+ frame, same Bosch BES2 Performance motor, same 400 Wh battery (upgradeable to 500 Wh), same Magura MT4 brakes, and the same ability to fold in 10 seconds and roll through a train station. The difference is in the drivetrain: the P10 runs a Shimano Deore 1×10 derailleur system with a wide 30"–97" gear range, which makes it lighter (22.2 kg vs 23.6 kg) and $600 less than the P5i. If you're happy to maintain a chain and want more gear range across a wider spread of speeds, the P10 is the practical choice. Highlights Folds in 10 seconds — stands upright, rolls when folded Same Gen 4 fold as the P5i — a few lever flips to 41×86×68 cm. The rear rack ends let it stand independently or roll on one hand through a train station, elevator, or office. No carrying needed. Shimano Deore 1×10 — wide 30"–97" gear range Shimano Deore Shadow+ rear derailleur with 11–36T cassette delivers a wider 30"–97" gear range than the P5i's 34"–90", making it more capable on steep hills and faster on open roads. Jagwire LEX-SL cable housing for crisp, precise shifts. Bosch BES2 Performance motor — 65 Nm, 300% assist The same Bosch BES2 Performance motor as the P5i — 65 Nm of smooth, natural-feeling assist. The Bosch Purion display is more minimal than the P5i's Intuvia — compact and thumb-operated, keeping the handlebars clean and uncluttered. Upgrade to the 500 Wh PowerPack for extended range — both battery sizes are interchangeable on BES2 bikes. 22.2 kg — lighter than the P5i At 22.2 kg (48.9 lb), the P10 is 1.4 kg lighter than the P5i — a meaningful difference when carrying a folded bike up stairs, onto a train, or into a van. The derailleur system is simply lighter than the Nexus IGH. Magura MT4 hydraulic disc brakes The same Magura MT4 hydraulics as the P5i — powerful, consistent, mineral oil-based, and effortless in rain, snow, or mud. No compromise on braking between the two models. OCL+ frame joint — engineered beyond ISO 4210 Tern's Gen 4 OCL+ hinge exceeds ISO 4210 and EN 15194 requirements — single-shaft design, advanced welding, robust gussets, and four igus bearings. The fold stays stiff, smooth, and secure ride after ride. Tern Porter+ saddle — GripPad + PrimeGel padding The P10 gets the upgraded Porter+ by Velo saddle with Tern's patented GripPad design and PrimeGel cushioning — a noticeably more comfortable seat than the Upright on the P5i. Atlas V rear rack — multi-system compatible, 27 kg Integrated 8-point Atlas V rack, 27 kg capacity, compatible with KLICKfix, Racktime SNAPIT 2.0, and Ortlieb Quick-Lock 2.1 & 2.2. Hidden luggage socket for front-mounted accessories. Stands upright on rack ends when folded. EN 15194 + UL 2849 certified · 10-year warranty Third-party tested to EN 15194 and UL 2849 electrical safety standards. 10-year limited warranty on frame, fork, and handlepost (register with Tern Care), plus a 7-year parts availability pledge for motor and battery. Available colours Cosmic Black E-System Motor Bosch BES2 Performance, 65 Nm, 300% assist, max 32 km/h Battery system Bosch BES2 (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 45–112 km (28–70 mi) Range — 500 Wh ~56–140 km (est.) Display Bosch Purion, compact thumb control Charger 100–240V, 4A Drivetrain Shifter Shimano Deore, 1×10-speed Rear derailleur Shimano Deore Shadow+ Cassette Shimano 11–36T, 10-speed Crankset Tern 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 4, 6061-AL hydroformed, OCL+ joint, 3 patented technologies Fork Tern Tarsus, 6061-AL hydroformed Handlepost Tern Physis 3D, 3D forged, 5 patented technologies, 12°, 320mm Stem Tern Andros, adjustable, forged, patented technology Handlebar Kinetix Comp, double-butted 6061-AL, Tern Andros adapted Headset Tern Flux by FSA, cartridge bearings, Physis integrated Saddle Tern Porter+ by Velo, patented GripPad design, PrimeGel padding Seatpost Tern Telescope, 34.9/30.9mm Grips Ergon Load & Capacity Max GVW 125 kg (276 lb) Max rider weight 105 kg (232 lb) Rack capacity 27 kg (59.5 lb) Rack Atlas V — integrated 8-point mounting, KLICKfix / Racktime SNAPIT 2.0 / Ortlieb Quick-Lock 2.1 & 2.2 compatible Frame lock ABUS, keyed-alike with Bosch battery Clip system Magnetix 3.0 Rider height range 147–195 cm (4'10"–6'5") Frame sizes One size Dimensions & Folding Folded size 41×86×68 cm (16.1×33.9×26.8 in) Fold time ~10 seconds Weight 22.2 kg (48.9 lb) Extras Front light Tern Valo Direct, 190 lumens Rear light Herrmans H-Trace, for eBike Fenders SplashGuard, stainless hardware Chainguard SKS Chainblade Kickstand Ursus, rear mount Luggage socket Yes Warranty 10-year limited (frame, fork, handlepost) — register with Tern Care Parts availability 7-year guarantee (motor, battery, charger) $5,799 CAD Tern Vektron P10 · Gen 4 · One Size · Cosmic Black Tern Bicycles © 2026 Vektron P10 Gen 4
More you might like
Related
Tern Vektron P10
Related
Tern Vektron P10
Related
Tern Vektron P10 (Gen 4) 400Wh Smart System
Related