Tern - Quick Haul - D8
Tern Quick Haul D8 — 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 D8 Tern Compact e-Cargo Gen 1 EFBE Certified Quick Haul D8 · Gen 1 · 1×8 · Bosch Active Line Plus Quick Haul D8 Tern's most affordable Bosch e-cargo bike — compact, capable, and ready to carry passengers, pets, and all your gear. $4,649 CAD 50 Nm motor torque 400 Wh equipped battery 150 kg max GVW 54–105 km (400 Wh equipped) ~68–131 km (500 Wh upgrade, est.) estimated range The Quick Haul D8 is the most straightforward way into Tern's cargo bike lineup. No frills, no complexity — just a Bosch Active Line Plus motor, Shimano hydraulic disc brakes, an 8-speed derailleur drivetrain, and a 50 kg rear rack ready for child seats, panniers, or a full grocery run. At 22.8 kg it's lighter than the GSD or HSD, and its ultra-low 490 mm standover makes it easy to mount and dismount at stops. Compatible with an optional 20 kg front rack too. If you want a dependable Bosch-powered cargo bike that gets out of the way and lets you ride, this is it. Highlights Bosch Active Line Plus — 50 Nm, 270% assist Smooth and natural-feeling Bosch motor tuned for comfortable urban riding. 50 Nm of torque and 270% assist handles inclines and cargo loads without drama — ideal for everyday commuting and errands. Upgrade to the 500 Wh PowerPack for extended range — both sizes are interchangeable on legacy Bosch PowerPack bikes. 50 kg rear rack + optional 20 kg front rack The Atlas Q Rack supports up to 50 kg (110 lb) on the rear and is compatible with the full range of Quick Haul cargo and passenger accessories. Add an optional front rack for up to 20 kg of additional carrying capacity. Ultra-low 490 mm standover At 490 mm (19.3"), the step-over height is low enough to mount and dismount easily at traffic stops — no awkward leg swing required, even when the bike is loaded. Shimano hydraulic disc brakes Front and rear Shimano hydraulic disc brakes deliver consistent, fade-free stopping in all weather — a genuine safety essential for a loaded cargo bike. Shimano Altus 1×8-speed drivetrain 8-speed Shimano Altus with Shadow derailleur and trigger shifter covers a 31"–95" gear range — plenty wide for urban terrain and gentle hills with cargo aboard. 150 kg GVW — EFBE Tri-Test approved Frame and steel cargo fork EFBE Tri-Test approved to 150 kg (331 lb) gross vehicle weight. Carry a passenger, child, or full cargo load with confidence in the structure. Wide rider height range — 145–195 cm Standard fit is 160–195 cm. Equip a shorter 350 mm seatpost (sold separately) to also fit riders from 145–180 cm — one bike for a very wide range of adults. Vertical parking The Atlas Q Rack supports vertical parking — stand the bike upright on its rear wheel to store it in tight spaces like hallways or storage rooms. Available colours Tabasco Olive Black 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–105 km (33.6–65.2 mi) Range — 500 Wh ~68–131 km (est.) Display Bosch Purion Charger Compact Charger, 100–240V, 2A Drivetrain Shifter Shimano Altus, 1×8-speed, trigger Rear derailleur Shimano Altus Shadow Cassette Shimano 11–34T, 8-speed Crankset Tern custom, forged 6061-AL crankarm Bottom bracket Motor integrated Chain KMC for eBike, 8-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.8 kg (50.3 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,649 CAD Tern Quick Haul D8 · Gen 1 · One Size · Tabasco / Olive / Black Tern Bicycles © 2026 Quick Haul D8 Gen 1
More you might like
Related
Tern Quick Haul D8
Related
Tern Quick Haul D8
Related
Tern Quick Haul D8
Related