Tern - Verge - D9
Tern Verge D9 — Performance Folding 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; } } bikes / folding bikes / Verge D9 Tern Performance Folding Bike Gen 2 451 Wheels Non-Electric Verge D9 · Gen 2 · 1×9 · 451 Wheels · T-Tuned Geometry Verge D9 451 race wheels, T-Tuned geometry, and Shimano hydraulic disc brakes in Tern's most affordable performance folding bike. Folds under a desk in 10 seconds. $1,375 CAD · Sale Price 12.8 kg weight 451 mm wheel size (22") 30"–97" gear range The Verge D9 is the entry point to Tern's 451 Verge performance folding bike family. While the Vektron lineup prioritises commuting comfort and cargo capability, the Verge is built around speed, responsiveness, and a full-size ride feel from a genuinely compact fold. The 451 mm (22") wheels are notably larger than a standard 20" folding bike — they roll faster, handle better at speed, and barely change the folded footprint. T-Tuned geometry and a stiff hydroformed aluminium frame with OCL+ joint deliver a ride that handles more like a road bike than a folder. Shimano Acera 1×9, Shimano hydraulic disc brakes, and the adjustable Syntace VRO stem round out a capable package at a compelling sale price. Highlights 451 wheels (22") — full-size ride, compact fold 451 mm wheels are about 10% larger than the 406 mm (20") wheels on the Vektron — noticeably faster rolling, more stable at speed, and better over rough surfaces. Tern's key insight: going from 20" to 22" barely changes the folded size, but substantially changes the ride quality. T-Tuned™ geometry — stable at speed Tern's proprietary T-Tuned geometry is designed specifically to counter the inherent instability of small-wheeled bikes at higher speeds — longer wheelbase, optimised trail, and a lower centre of gravity. The result is a folder that handles confidently, not nervously. OCL+ frame joint — exceeds ISO 4210 & EN 15194 The same OCL+ hinge found on the Vektron lineup — single-shaft design, advanced welding, robust gussets. Folds to 44×80×74 cm in under 10 seconds. Compact enough to fit under a desk or in a car boot. Shimano hydraulic disc brakes Shimano hydraulic disc brakes front and rear for consistent, powerful all-weather stopping. A meaningful spec at this price point — mechanical disc brakes are common on bikes in this range; the Verge D9 steps up to hydraulic. Shimano Acera 1×9 Shadow derailleur — 30"–97" range Shimano Acera Shadow rear derailleur with 11–36T cassette and 53T crankring. 1x simplicity with a wide 30"–97" gear range — enough for urban commuting and real hills, without the complexity of a front derailleur. Shadow profile tucks it away when the bike is folded or bagged. Syntace VRO adjustable stem The Syntace VRO lets you position your handlebars for an aggressive stretched position or a more upright comfortable one — without tools. More performance-focused than the Andros stem on the Vektrons, adjusting reach rather than height. Physis 3D handlepost — stiffest folding handlepost available 3D forged from a single piece of aluminium — no welds, five patented technologies. The same handlepost found on the cargo and Vektron lineup, delivering zero flex and precise handling regardless of how hard you push. Folding pedals — fold flat for storage and carrying Alloy folding pedals fold flat when not in use — reduces the folded width and removes the hazard of pedals catching on things when you're carrying or rolling the bike. Tern Porter saddle — built for carrying The Porter saddle features Tern's patented GripPad design — a grippy strip along the saddle rail that lets you shoulder-carry the folded bike without it slipping. Practical detail that matters every time you take it on transit. Available colours Red Drivetrain Shifter Shimano, trigger, 1×9-speed Rear derailleur Shimano Acera, Shadow RD Cassette 11–36T, 9-speed Crankset Forged 6061-AL, 53T Bottom bracket Cartridge, sealed bearings Chain KMC 9-speed Gear range 30"–97" (2.36–7.72 m) Pedals Folding, alloy body Brakes Front brake Shimano hydraulic disc Rear brake Shimano hydraulic disc Levers Shimano hydraulic disc Wheels & Tires Wheel size 451 mm (22") Front hub Shimano disc Rear hub Shimano disc Rims Doublewall aluminium Tires CST, 37-451, light skinwall, 60 tpi Spokes Stainless steel Frame & Cockpit Frame Tern Verge Gen 2, hydroformed aluminium, OCL+ joint, 3 patented technologies Fork Integrated, hi-tensile steel, for disc Handlepost Tern Physis 3D, 3D forged, 5 patented technologies, 12°, 320mm Stem Syntace VRO, adjustable, Built for Tern Handlebar Flat bar, 6061-AL Headset Flux, cartridge bearings, Physis integrated Saddle Tern Porter, patented GripPad design Seatpost SuperOversize, 6061-AL, micro-adjust clamp Grips Velo ergonomic, lock-on Capacity & Fit Max GVW 120 kg (265 lb) Max rider weight 105 kg (232 lb) Rider height range 142–190 cm (4'8"–6'3") Frame sizes One size Clip system Magnetix 2.0 Luggage socket Yes Dimensions & Folding Folded size 44×80×74 cm (17.3×31.5×29.1 in) Fold time Under 10 seconds Weight 12.8 kg (28.2 lb) Extras Kickstand Deluxe rear mount Bell Aluminium Fenders Not included (optional accessory) Rack Not included (optional accessory) Lights Not included (optional accessory) $1,375 CAD · Sale Price Tern Verge D9 · Gen 2 · One Size · Red Tern Bicycles © 2026 Verge D9 Gen 2
More you might like
Related
Tern Verge D9
Related
Tern Verge D9
Tern Verge D9 Mat Gunmetal/Grn
Related