Tern - Quick Haul - P9
Tern Quick Haul P9 — Compact e-Cargo 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 / compact cargo bikes / Quick Haul P9 Tern Compact e-Cargo Gen 1 EFBE Certified Quick Haul P9 · Gen 1 · 1×9 · Bosch Performance Line Cruise Quick Haul P9 The Quick Haul with more power and more range — Bosch Performance Line Cruise motor, 500 Wh battery, and a 9-speed Shimano Alivio drivetrain. $4,675 CAD 65 Nm motor torque 500 Wh equipped battery 150 kg max GVW 53–105 km (500 Wh equipped) estimated range The Quick Haul P9 steps up from the D8 with a more powerful Bosch Performance Line Cruise motor, a larger 500 Wh battery, and a 9-speed Shimano Alivio drivetrain. The Performance Line Cruise is tuned for a smooth, cadence-responsive assist feel — great for longer commutes and regular cargo hauling. It shares the same patented EFBE-tested frame, 50 kg Atlas Q rear rack, Shimano hydraulic disc brakes, and optional front rack compatibility as the D8. At just $26 more, it's the more capable choice for everyday riders. Highlights Bosch Performance Line Cruise — 65 Nm, 300% assist The Performance Line Cruise motor delivers 65 Nm of torque with a smooth, cadence-sensitive assist feel — noticeably more powerful than the Active Line Plus on the D8, and tuned to feel natural and progressive rather than aggressive. Well-suited to longer commutes and consistent daily use with cargo. 500 Wh battery — 25% more range than D8 The larger 500 Wh PowerPack extends range to up to 105 km — a meaningful increase over the D8's 400 Wh for longer commutes or days when you're riding fully loaded. Shimano Alivio 1×9-speed — step up from Altus Shimano Alivio is one step above the Altus groupset on the D8 — smoother, more precise trigger shifting with a 9-speed 11–34T cassette across the same 31"–95" gear range. 50 kg rear rack + optional 20 kg front rack The Atlas Q Rack supports up to 50 kg (110 lb) via the UpperDeck Mount System and supports vertical parking. An optional front rack adds up to 20 kg of additional capacity for the heaviest grocery runs. Shimano hydraulic disc brakes Front and rear Shimano hydraulic disc brakes for consistent, powerful stopping in all weather — essential when braking with a full cargo load or passenger aboard. Ultra-low 490 mm standover Easy, low-step mounting and dismounting at intersections and stops — no awkward balancing at traffic lights, even when the bike is loaded. 150 kg GVW — EFBE Tri-Test approved Same frame and steel cargo fork as the D8, EFBE Tri-Test approved to 150 kg (331 lb) gross vehicle weight for confident passenger and cargo carrying. Wide rider fit — 145–195 cm Standard fit covers 160–195 cm. Equip a shorter 350 mm seatpost to extend the range down to 145–180 cm — one frame for a wide range of adult riders. Available colours Black E-System Motor Bosch Performance Line Cruise, 65 Nm, 300% assist Battery system Bosch PowerPack (legacy system) Battery (equipped) 500 Wh Bosch PowerPack Dual-battery Not available Range 53–105 km (32.9–65.2 mi) Display Bosch Purion Charger Compact Charger, 100–240V, 2A Drivetrain Shifter Shimano Alivio, 1×9-speed, trigger Rear derailleur Shimano Alivio Shadow Cassette Shimano 11–34T, 9-speed Crankset Tern custom, forged 6061-AL crankarm Bottom bracket Motor integrated Chain KMC for eBike, 9-speed Gear range 31"–95" (2.45–7.57 m) Pedals Urban, non-slip surface Brakes Front brake Shimano hydraulic disc Rear brake Shimano hydraulic disc Levers Shimano hydraulic disc Wheels & Tires Front hub Shimano disc Rear hub Shimano disc Rims Kinetix Comp, for disc Tires Schwalbe Big Apple, 55-406, puncture protection, Reflex Spokes Stainless steel Frame & Cockpit Frame Tern Quick Haul, patented design, 6061-AL, EFBE Tri-Test approved: 150 kg Fork Cargo steel, EFBE approved: 150 kg Stem Speedlifter, 150mm extension, 3D forged, 31.8mm Handlebar Low riser, 31.8mm, 6061-AL Headset TH, cartridge bearings Saddle Velo Comfort Seatpost 31.6mm, 6061-AL, micro-adjust clamp Grips Velo ergonomic, lock-on Load & Capacity Max GVW 150 kg (331 lb) Max rider weight 120 kg (265 lb) Rear rack capacity 50 kg (110 lb) Front rack capacity 20 kg (44 lb) — optional rack Rack Atlas Q Rack — UpperDeck Mount System, vertical parking Kickstand Pletscher design, rear mount Rider height (standard) 160–195 cm (5'3"–6'5") Rider height (short seatpost) 145–180 cm (4'9"–5'11") Dimensions Bike size 172.5×70×102.5 cm (67.9×27.6×40.4 in) Standover height 49 cm (19.3 in) Weight 22.9 kg (50.5 lb) Folding Does not fold Extras Front light Herrmans, 120 lumens Rear light Herrmans Fenders Chromeplastic, stainless hardware Chainguard SKS Chainblade Luggage socket Combo Mount Bell Aluminium $4,675 CAD Tern Quick Haul P9 · Gen 1 · One Size · Black Tern Bicycles © 2026 Quick Haul P9 Gen 1
More you might like
Related
Tern Quick Haul P9
Related
Tern Quick Haul P9
Related
Tern Quick Haul P9
Related