Tern GSD (Gen 3) P10
*, *::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 / cargo bikes / GSD P10 Tern E-Cargo Bike Gen 3 Foldable UL 2849 Certified DIN 79010 Certified GSD P10 · Gen 3 · 1×10 · Bosch Cargo Line GSD P10 The most accessible GSD — full cargo capacity, Bosch Cargo Line power, and a 5-second fold. $8,899 CAD 85 Nm motor torque 500 Wh equipped battery 210 kg max GVW 40–102 km (500 Wh equipped) 82–207 km (1000 Wh dual) estimated range The Tern GSD P10 is the entry point to the GSD family — and it brings everything that makes the GSD legendary to a more accessible price point. Powered by the Bosch Cargo Line motor with 85 Nm of torque and 400% assist, certified to carry up to 210 kg gross vehicle weight, and capable of folding in just 5 seconds for storage or transit. A single 500 Wh PowerPack is included, with an optional second battery bay for up to 207 km of dual-battery range. One size fits riders from 150 to 200 cm, making it one of the most versatile cargo bikes on the market. Highlights Bosch Cargo Line motor — 85 Nm, 400% assist Bosch's dedicated cargo motor delivers 85 Nm of torque and 400% pedal assist — more support than the CX in terms of assist ratio, tuned specifically for heavy loads at lower speeds. Dual-battery capable — up to 1000 Wh Ships with a 500 Wh Bosch PowerPack. A second 500 Wh battery can be added for up to 207 km of range — ideal for long days hauling kids or cargo across town and back. Folds in 5 seconds The GSD's patented folding system reduces the bike to 182×46×87 cm in just 5 seconds — fits in an elevator, a van, or a compact storage space without tools. 210 kg GVW — UL & DIN certified Certified to carry up to 210 kg gross vehicle weight. UL 2849 e-bike system certified and independently tested to German cargo bike standard DIN 79010 — some of the most rigorous safety testing in the industry. Magura MT5 4-piston hydraulic brakes Front and rear 180mm rotors with Magura MT5 e-stop levers featuring an integrated brake light sensor. Stops a fully loaded bike confidently in all conditions. Atlas Lockstand Gen 2 with AutoLock A heavy-duty dual-leg kickstand with remote unlock and integrated foot extensions. Stays locked while you load — release it only when you're ready to ride. One of the most practical features on any cargo bike. One size fits 150–200 cm The Tern Physis 3D handlepost and Andros adjustable stem let you dial in the cockpit without tools — fits riders from 4'11" to 6'7", weighing up to 130 kg. No frame size guessing required. Puncture-protected Schwalbe tires Schwalbe Big Ben Plus up front and a custom Tern×Schwalbe Super Moto-X at the rear, both with Green Guard puncture protection and Reflex reflective strip for visibility. 100 kg Atlas G rear rack The Atlas G rack is rated to 100 kg (220 lb) and compatible with Tern's full range of cargo accessories — bags, child seats, and cargo trays all clip on directly. ABUS/AXA frame lock — keyed alike with battery Integrated frame lock shares the same key as the Bosch battery — one key for both locks, less to keep track of. Available colours School Bus Yellow E-System Motor Bosch Cargo Line, 85 Nm, 400% assist Battery system Bosch PowerPack (legacy system) Battery (equipped) 500 Wh Bosch PowerPack, Fast Swap Battery (max dual) 2×500 Wh = 1000 Wh (dual battery bays) Range — 500 Wh 40–102 km (25–63 mi) Range — 1000 Wh dual 82–207 km (51–129 mi) Display Bosch Purion Charger 100–240V, 4A Drivetrain Shifter Shimano Deore, 1×10 speed Rear derailleur Shimano Deore Shadow+ Cassette Shimano 11–42T, 10-speed Crankset Tern GSD, forged 6061-AL DH crankarm Bottom bracket Motor integrated Chain KMC 10-speed for eBike, EPT corrosion-resistant Gear range 26"–98" (2.04–7.80 m) Pedals Urban, non-slip surface, sealed bearings Brakes Front brake Magura MT5, 4-piston hydraulic disc, 180mm rotor, Sport pads Rear brake Magura MT5, 4-piston hydraulic disc, 180mm rotor, Sport pads Levers Magura MT5 e-stop hydraulic with brake light sensor Wheels & Tires Wheels Tern Atlas, heavy-duty cargo Front hub Tern Atlas, cooling fins, Boost thru-axle, sealed cartridge bearings Rear hub Tern Atlas, cooling fins, Boost thru-axle, Syntace X-12 Rims Tern Atlas, ultra-wide 36mm, dual reinforced joint Front tire Schwalbe Big Ben Plus, Green Guard, Reflex Rear tire Tern×Schwalbe Super Moto-X, Green Guard, Reflex Spokes Stainless steel Frame & Cockpit Frame Tern GSD, 6061-AL, patented MultiTruss design, DIN 79010 certified: 210 kg Fork Suntour custom for Tern, 1.5" tapered CrMo steerer, 32mm stanchions, thru-axle, 50mm travel, EFBE approved 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 GSD by Velo Seatpost Tern VLT with LightAction levers Grips Ergon Load & Capacity Max GVW 210 kg (463 lb) Max rider weight 130 kg (287 lb) Rack capacity 100 kg (220 lb) Rack Atlas G, cargo-ready Kickstand Atlas Lockstand Gen 2, AutoLock w/ remote unlock Rider height range 150–200 cm (4'11"–6'7") Frame sizes One size Dimensions & Folding Bike size (unfolded) 191×68×116 cm (75.2×26.8×45.7 in) Folded size 182×46×87 cm (71.7×18.1×34.3 in) Fold time ~5 seconds Wheelbase 135 cm (53.1 in) Standover height 49 cm (19.3 in) Weight 34.6 kg (76.4 lb) Extras Front light Ignis Headlight, ultra-wide low beam Rear light RearStop Brake Light, always on Fenders Front: aluminium · Rear: GSD wheel guard Chainguard Tern GSD full chain cover Frame lock ABUS or AXA, keyed-alike with Bosch battery Luggage socket Combo Mount Bell Pitch Plus, brass $8,899 CAD Tern GSD P10 · Gen 3 · One Size · School Bus Yellow Tern Bicycles © 2026 GSD P10 Gen 3
More you might like
Related
Tern GSD Gen3
Related
Tern Hitch GSD Gen 2
Tern GSD Gen 2 Saddle
Related