Tern - Quick Haul Long - D9
*, *::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 / Quick Haul Long D9 Tern E-Cargo Bike Gen 1 DIN 79010 Certified Quick Haul Long D9 · Gen 1 · 1×9 · Bosch Cargo Line Quick Haul Long D9 Tern's most accessible electric cargo bike — carry two kids, a passenger, or a full load without breaking the bank. $5,399 CAD · Sale Price 85 Nm motor torque 400 Wh equipped battery 190 kg max GVW 42–85 km (400 Wh equipped) ~53–106 km (500 Wh upgrade, est.) estimated range The Quick Haul Long D9 is the entry point to Tern's cargo bike lineup — and it punches well above its price. Powered by the same Bosch Cargo Line motor found in the GSD (85 Nm, 400% assist), DIN 79010 certified for 190 kg gross vehicle weight, and built to carry two child passengers with plenty of heel clearance. A Tektro hydraulic disc brake system, 1×9-speed trigger shifter, and a robust Atlas kickstand make it a dependable, practical workhorse for family hauling without the premium price tag. Highlights Bosch Cargo Line motor — 85 Nm, 400% assist The same flagship Bosch Cargo Line motor used in the GSD family. Tuned for heavy loads at lower speeds — flattens hills with two kids on board without breaking a sweat. Upgrade to the 500 Wh PowerPack for extended range — both sizes are interchangeable on legacy Bosch PowerPack bikes. Designed to carry 2 kids with heel clearance Compact cargo bike specifically engineered so riders have full heel clearance even with child seats installed on the rear rack — a thoughtful detail missing on many budget cargo bikes. 190 kg GVW — DIN 79010 certified Frame and fork independently tested to the German DIN 79010 cargo bike safety standard, certified to 190 kg (419 lb) gross vehicle weight. Carry passengers and cargo with confidence. Tektro hydraulic disc brakes Front and rear hydraulic disc brakes deliver consistent, powerful stopping regardless of weather or load — a significant upgrade over mechanical disc brakes at this price point. 1×9-speed trigger shifter Custom Tektro 1×9 drivetrain with 11–42T cassette and trigger shifter optimized for e-bike use. Fast, precise gear changes across a wide 23"–89" gear range. Atlas Kickstand — cargo-rated stability Tern's patented Atlas Kickstand is purpose-built for cargo bikes — keeps the bike rock steady while you load and unload passengers or cargo without it tipping. 90 kg Atlas L rear rack Rated to 90 kg (198 lb) and compatible with Tern's range of Quick Haul Long accessories — child seats, cargo bags, and trays all mount directly. Tool-free adjustable cockpit — fits 155–190 cm Speedlifter adjustable stem lets you set handlebar height without tools to fit riders from 5'1" to 6'3". One bike, easy sharing between adults of different heights. Tern×Schwalbe Super Moto-X tires Custom co-developed tires with Green Guard puncture protection and Reflex reflective strip — built for durability under cargo loads with all-weather urban grip. Available colours Sunset Mulberry Ice Grey E-System Motor Bosch Cargo Line, 85 Nm, 400% 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 42–85 km (26–53 mi) Range — 500 Wh ~53–106 km (est.) Display Bosch Purion, 4-mode, walk assist Charger 100–240V, 4A Drivetrain Shifter Tektro, 1×9-speed, trigger Rear derailleur Tektro custom for Tern, 1×9-speed Cassette Tektro 11–42T, 9-speed Crankset Tern custom, forged 6061-AL, anti-drop chainring Bottom bracket Motor integrated Chain KMC for eBike, 9-speed Gear range 23"–89" (1.87–7.13 m) Pedals Urban, non-slip surface Brakes Front brake Tektro hydraulic disc Rear brake Tektro hydraulic disc Levers Tektro hydraulic disc Wheels & Tires Rims Tern Atlas H, cargo Front hub Disc, aluminium Rear hub 9-speed, disc, aluminium, Boost Tires Tern×Schwalbe Super Moto-X, Green Guard, Reflex Spokes Stainless steel Frame & Cockpit Frame Tern Quick Haul Long, patented design, 6061-AL, DIN 79010 certified: 190 kg Fork Cargo aluminium alloy, DIN 79010 certified: 190 kg Stem Speedlifter, adjustable, 3D forged, 31.8mm Handlebar Low riser ergo, 31.8mm, 6061-AL Headset TH, cartridge bearings Saddle Velo Comfort Seatpost 34.9mm, 6061-AL, micro-adjust clamp Grips Velo ergonomic, lock-on Load & Capacity Max GVW 190 kg (419 lb) Max rider weight 120 kg (265 lb) Rack capacity 90 kg (198 lb) Rack Atlas L, cargo Kickstand Atlas Kickstand, cargo-rated Rider height range 155–190 cm (5'1"–6'3") Frame sizes One size Dimensions Bike size 187×70×102.5 cm (73.6×27.6×40.4 in) Wheelbase 130 cm (51.2 in) Standover height 48 cm (18.9 in) Weight 29.3 kg (64.6 lb) Extras Front light 90 lux, StVZO approved Rear light Herrmans Fenders SplashGuard, stainless hardware Chainguard SKS Chainblade Frame lock ABUS or AXA, keyed-alike with Bosch battery Luggage socket Combo Mount Bell Aluminium $5,399 CAD · Sale Price Tern Quick Haul Long D9 · Gen 1 · One Size · Sunset / Mulberry / Ice Grey Tern Bicycles © 2026 Quick Haul Long D9 Gen 1
More you might like
Related
Tern Quick Haul Long
Related
Tern Quick Haul Long
Related
Tern Quick Haul Long D9
Related