Tern Orox S12
Tern Orox S12 (27.5") — Electric Cargo Bike *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #111110; --white: #fafaf8; --gray-100: #f5f5f 3; --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 */ .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 */ .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 */ .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; } /* Specs table group */ .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 */ .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; } /* Sizes */ .sizes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 2rem; } .size-card { border: 1px solid var(--gray-200); border-radius: 8px; padding: 1.1rem 1.25rem; background: var(--white); transition: border-color 0.15s, background 0.15s; } .size-card:hover { border-color: var(--accent); background: var(--accent-light); } .size-card-title { font-size: 15px; font-weight: 600; color: var(--black); margin-bottom: 6px; } .size-card-detail { font-size: 11px; font-family: var(--font-mono); color: var(--gray-600); line-height: 1.7; } /* price/sku row at bottom */ .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); } .sizes-grid { grid-template-columns: 1fr; } .page { padding: 2rem 1.25rem 4rem; } } e-bikes / cargo bikes / Orox S12 (27.5") Tern E-Cargo Bike Gen 1 EFBE Certified OROX S12 · 27.5" · 1×12 Orox S12 (27.5") All-season, all-terrain electric cargo bike — haul two kids, a passenger, or a full load, anywhere. $7,699 CAD · Sale Price 85 Nm motor torque 725 Wh equipped battery 210 kg max GVW 84–146 km (725 Wh equipped) 92–161 km (800 Wh max single) 184–322 km (1600 Wh dual) estimated range The Tern Orox S12 is a purpose-built all-terrain electric cargo bike designed to go where most cargo bikes won't. Powered by a Bosch Performance Line CX motor with up to 85 Nm of torque, fitted with fat 27.5" Vee Snow Ball tires, and EFBE-certified to carry up to 210 kg on pavement, the Orox S12 is as capable on trails and snow as it is on city streets. The Shimano Deore XT 1×12 drivetrain, Magura 4-piston hydraulic brakes, and dual-battery readiness make it one of the most serious cargo haulers available — at any price point. Highlights Bosch Performance Line CX motor Up to 85 Nm of torque and 340% support ratio. This is Bosch's flagship cargo motor — built for steep climbs and heavy loads without breaking a sweat. Dual-battery system — up to 1450 Wh The standard 725 Wh battery delivers up to 146 km of range. Add a second battery for up to 292 km — enough for multi-day touring or truly long hauls. Shimano Deore XT 1×12 drivetrain A 12-speed Deore XT Shadow+ rear derailleur paired with a 10–51T cassette delivers a massive gear range — climbing loaded or descending fast, shifting is always precise. Magura MT5 4-piston hydraulic brakes Front and rear 203mm rotors with Magura's powerful MT5 levers and calipers. Fully loaded stops from speed require serious brakes — these deliver. Vee Snow Ball 27.5×4" tires Stud-compatible fat tires that handle dirt, gravel, snow, and wet pavement. The Orox lives up to its all-terrain promise right down to the rubber. EFBE-certified for 210 kg GVW Certified to carry up to 210 kg (462 lb) gross vehicle weight on pavement and 180 kg (397 lb) off-road. Carry two child passengers, an adult, or a full load of cargo with confidence. Bosch Smart System with ConnectModule Built-in GPS/GSM connectivity with eBike Alarm and eBike Tracking when subscribed to Bosch Flow+. Includes a free 12-month trial upon activation. Bosch Kiox 300 colour display Bosch Kiox 300 or Kiox 500 (smartphone holder) — splash-proof colour display with LED remote and integrated electronic bike lock. Full control of your ride, ride data, and settings at your fingertips. Atlas X ultra-heavy duty wheels & rack Tern's own Atlas X wheelset features CNC hubs with disc cooling fins and Boost thru-axles. The Atlas X rack is rated to 100 kg (220 lb) of cargo capacity. Ignis 700-lumen headlight + G-sensed brake light Ultra-wide Hi/Lo beam headlight for genuine trail visibility, plus a rear brake light that activates automatically when you slow down. ToughShield self-healing paint protection Factory-applied ToughShield film on the top tube and downtube protects the frame from chips and scratches — and heals minor marks on its own. Available colours Highland Yellow Pine Green Frame sizes Medium Rider height: 155–185 cm (5'1"–6'1") Seat tube: 46 cm Top tube: 61 cm Stack: 62.5 cm Saddle–pedal: 71–99 cm Weight: 37.1 kg Large Rider height: 165–195 cm (5'5"–6'5") Seat tube: 50.5 cm Top tube: 64.5 cm Stack: 65 cm Saddle–pedal: 76.5–104.5 cm E-System Motor Bosch Performance Line CX, 85 Nm, 340% support Battery system Bosch Smart System — Frame Mount battery Battery (equipped) 725 Wh Bosch Frame Mount Smart System Battery (max single) 800 Wh Bosch Frame Mount (upgrade) Battery (max dual) 2×800 Wh = 1600 Wh (dual-battery capable) Range — 725 Wh 84–146 km (52–91 mi) Range — 800 Wh 92–161 km (est.) Range — 1600 Wh dual 184–322 km (114–200 mi est.) Display Bosch Kiox 300 or Kiox 500 (interchangeable) w/ LED remote, electronic bike lock Connect Module Bosch ConnectModule — GPS/GSM, eBike Alarm & Tracking (Flow+ subscription) Charger 100–240V, 4A Drivetrain Shifter Shimano Deore, 1×12 speed Rear derailleur Shimano Deore XT Shadow+ Cassette Shimano 10–51T, 12-speed Crankset Tern Orox custom Bottom bracket Motor integrated Chain KMC 12-speed for eBike, EPT corrosion-resistant Gear range 18"–95" (1.48–7.54 m) Brakes Front brake Magura MT5, 4-piston hydraulic disc, 203mm rotor Rear brake Magura MT5, 4-piston hydraulic disc, 203mm rotor Levers Magura MT5 hydraulic Wheels & Tires Wheels Tern Atlas X, ultra-heavy duty, 27.5" Front hub Tern Atlas X, CNC, disc cooling fins, Boost thru-axle, integrated Tern Tool Rear hub Tern Atlas X, CNC, disc cooling fins, Boost thru-axle, Syntace X-12 Rims Tern Atlas X, custom doublewall Tires Vee Snow Ball, 27.5×4", stud-compatible Spokes Stainless steel Frame & Cockpit Frame Tern Orox, 6061 aluminium, patented design, EFBE certified Fork Atlas X, butted chromoly steel, EFBE certified Handlebar Level Nine, AL-7050, 800mm riser, eMTB approved Stem Level Nine, 45mm (M) / 65mm (L), Syntace VR-3 certified Headset FSA, 1.5", angular contact bearings Saddle Ergon SM E-Mountain Sport, CrMo rail Seatpost Syntace P6 AL7050, 34.9mm, Syntace VR-3 SP-approved Grips Ergon Load & Capacity Max GVW (pavement) 210 kg (462 lb) Max GVW (off-road) 180 kg (397 lb) Max rider weight 130 kg (286 lb) Rack capacity 100 kg (220 lb) Rack Atlas X, cargo-ready Kickstand Atlas Kickstand XL, cargo-ready Extras Front light Ignis Headlight, 700 lumens, ultra-wide Hi/Lo beam Rear light LED with G-sensed brake light Fenders Aluminium, heavy-duty, oversize stays, 27.5" Chainguard Custom bash guard Paint protection ToughShield self-healing film (top tube & downtube) Bell Pitch Plus, brass Pedals MTB, non-slip Tool Thru-axle lever, 4/5mm hex, Torx 2.5mm $7,699 CAD · Sale Price Tern Orox S12 (27.5") · Gen 1 · Available in M and L Tern Bicycles © 2026 Orox S12 (27.5")
More you might like
Related
Tern Orox S12
Related
Tern Orox S12
Related
Tern Orox S12
Related