Tern - NBD P8i
Tern NBD P8i — Ultra-Low-Step e-Bike *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #111110; --white: #fafaf8; --gray-100: #f5f5f3; --gr ay-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 / commuter & family e-bikes / NBD P8i Tern Commuter e-Bike Gen 1 Ultra-Low Step Foldable EFBE Certified NBD P8i · Gen 1 · 1×8 IGH · Bosch Active Line Plus NBD P8i One of the easiest e-bikes to get on and ride — ultra-low 39 cm step-over, Shimano Nexus 8-speed hub, and a smooth, accessible ride for all ages. $4,649 CAD · Sale Price 39 cm standover height 400 Wh equipped battery 140 kg max GVW 54–108 km (400 Wh equipped) ~68–135 km (500 Wh upgrade, est.) estimated range The Tern NBD P8i is designed around one idea: making e-bikes accessible to everyone. Its ultra-low 39 cm step-over height means getting on and off is effortless — no swinging your leg over a high top tube, no balancing act. A Shimano Nexus 8-speed internal hub keeps shifting simple and reliable, Shimano hydraulic disc brakes stop it confidently, and the Tern RideEasy suspension seatpost smooths out rough roads. It folds in 5 seconds, carries a child seat on the Gaia rack, and fits riders from 147 to 190 cm. If you want an e-bike that anyone can jump on and enjoy — this is it. Highlights 39 cm ultra-low standover — step on, ride away At just 39 cm (15.4"), the NBD's standover height is the lowest of any Tern e-bike. Getting on and off is a gentle step, not a climb — ideal for shorter riders, older riders, anyone with limited mobility, or anyone who just wants an easier life. Ultra-low centre of gravity — easy to handle loaded The NBD's low frame geometry keeps weight close to the ground, making the bike feel stable and easy to manoeuvre even with a child seat mounted, through parks, narrow streets, or at low speed. Shimano Nexus 8-speed internal hub 8 evenly spaced internal gears shift cleanly at any speed without a derailleur to knock out of adjustment. Low maintenance, dependable, and completely protected from dirt and weather. Bosch Active Line Plus — 50 Nm, 270% assist The Bosch Active Line Plus is Bosch's smooth, natural-feeling commuter motor — 50 Nm of torque and 270% pedal assist. Less powerful than the Cargo or Performance Line, but quieter and tuned to feel like you're simply a stronger rider. Upgrade to the 500 Wh PowerPack for extended range — both sizes are interchangeable on legacy Bosch PowerPack bikes. Shimano hydraulic disc brakes Front and rear hydraulic disc brakes for consistent, reliable stopping in all weather — even when riding with a child on the rear rack. RideEasy suspension seatpost — standard Tern's RideEasy suspension seatpost is included as standard — absorbs road vibration for a noticeably more comfortable ride over urban bumps and rough surfaces. Gaia Rack — 27 kg, child seat compatible The Gaia Rack is rated to 27 kg (60 lb) and works with many child seats — carry one young passenger safely and comfortably. Also supports vertical parking when folded. Folds in 5 seconds · fits 147–190 cm Folds to 38×156×79 cm in ~5 seconds. Physis 3D handlepost and Andros adjustable stem fit riders from 4'10" to 6'3" without tools — adjust and share easily. Available colours Silver Blue Red E-System Motor Bosch Active Line Plus, 50 Nm, 270% assist Battery system Bosch PowerPack (legacy system) Battery (equipped) 400 Wh Bosch PowerPack Battery (max single) 500 Wh Bosch PowerPack (upgrade available) Dual-battery Not available Range — 400 Wh 54–108 km (34–67 mi) Range — 500 Wh ~68–135 km (est.) Display Bosch Intuvia, 4-mode, walk assist Charger Bosch Standard Charger Drivetrain Shifter Shimano, 8-speed Rear hub Shimano Nexus 8, internally geared Crankset Tern NBD custom, forged 6061-AL crankarm Sprocket 16T Chain KMC for eBike, EPT corrosion-resistant Gear range 30"–91" (2.37–7.26 m) Pedals MKS Platform, Tern custom design Brakes Front brake Shimano hydraulic disc Rear brake Shimano hydraulic disc Levers Shimano hydraulic disc Wheels & Tires Front hub Shimano disc Rear hub Shimano Nexus 8 Rims Kinetix Comp, for disc Tires Schwalbe Big Apple, 55-406, puncture protection, Reflex Spokes Stainless steel Frame & Cockpit Frame Tern NBD, 6061-AL, patented design, EFBE Tri-Test approved: 140 kg Fork Tern Tarsus, 6061-AL, hydroformed, EFBE approved: 140 kg Handlepost Tern Physis 3D, 3D forged, 5 patented technologies, 12°, 350mm Stem Tern Andros, adjustable, forged, patented technology Handlebar Tern Sweep, 6061-AL, Tern Andros adapted Headset Tern Flux by FSA, cartridge bearings, Physis integrated Saddle Tern Upright by Velo Seatpost Tern RideEasy Suspension, 34.9mm Grips Ergon Load & Capacity Max GVW 140 kg (309 lb) Max rider weight 120 kg (265 lb) Rack capacity 27 kg (60 lb) Rack Gaia Rack — child seat compatible, vertical parking Kickstand Ursus, rear mount Rider height range 147–190 cm (4'10"–6'3") Frame sizes One size Dimensions & Folding Standover height 39 cm (15.4 in) Folded size 38×156×79 cm (15×61.4×31.1 in) Fold time ~5 seconds Weight 23.7 kg (52.2 lb) Extras Front light Tern Valo Direct, 190 lumens Rear light Herrmans Fenders SplashGuard, stainless hardware Chainguard Tern custom, full chain cover Frame lock ABUS, keyed-alike with Bosch battery Luggage socket Combo Mount Bell Aluminium $4,649 CAD · Sale Price Tern NBD P8i · Gen 1 · One Size · Silver Blue / Red Tern Bicycles © 2026 NBD P8i Gen 1
More you might like
Related
Tern NBD P8i
Related
Tern NBD P8i
Related
Tern NBD P8i
Related