Tern Verge P10
Tern Verge P10 — 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 P10 Tern Performance Folding Bike Gen 2 451 Wheels Non-Electric Verge P10 · Gen 2 · 1×10 · 451 Wheels · Kinetix Pro Disc · T-Tuned Geometry Verge P10 11.7 kg, 451 race wheels, aero Kinetix Pro wheelset, Schwalbe One tires, and Shimano Deore 1×10. The highest-performance non-electric folder we carry. $1,625 CAD · Sale Price 11.7 kg weight 451 mm wheel size (22") 26"–95" gear range The Verge P10 is the premium non-electric folder in the Tern lineup — lighter, faster, and better specced than the D9 in nearly every way. The Kinetix Pro Disc wheelset with Paired Spoke technology is an aero-optimised 20H design built specifically for speed. Schwalbe One 28-451 tires at 115 psi roll with minimal resistance. Shimano Deore 1×10 with an 11–40T cassette and FSA Vero crankset gives a wide gear range with crisp, precise shifts. The aluminium Tarsus fork, Tern Strut seatpost, and Porter+ saddle with PrimeGel round out a bike that feels every bit as capable as it looks. At 11.7 kg it's the lightest bike we sell. Highlights 11.7 kg — the lightest bike in our lineup At 11.7 kg (25.8 lb), the P10 is over 1 kg lighter than the D9 and lighter than every other bike we carry. It folds to 38×80×74 cm — narrower than the D9 — and genuinely fits under a desk, in an overhead bin, or in the boot of a compact car. Kinetix Pro Disc — Paired Spoke aero wheelset Tern's Paired Spoke technology groups spokes in pairs to reduce aerodynamic drag while maintaining wheel strength with just 20 spokes per wheel. Shimano Centerlock hubs. A genuine performance wheelset, not just a commuter rim. Schwalbe One 28-451 — 115 psi performance tires Schwalbe's premium road-oriented tire in the 451 size. Narrower than the D9's CST at 28mm vs 37mm, running at 115 psi for minimal rolling resistance. The ADDIX compound grips in wet conditions while keeping speed on dry surfaces. Shimano Deore 1×10 — 11–40T, wide-range A step above the D9's Acera 1×9 — Shimano Deore Shadow+ rear derailleur with 11–40T cassette, FSA Vero 53T crankset, and KMC X10 chain. Jagwire LEX-SL cable housing for precise, consistent shifts throughout the range. Aluminium Tarsus fork — upgrade over D9's steel The P10's Tern Tarsus 6061-AL hydroformed fork replaces the hi-tensile steel fork on the D9 — lighter, stiffer, and better suited to the P10's faster riding character. Tern Strut seatpost — lightweight setback design The Strut is Tern's lightest seatpost, made from 2014-AL with an 8 mm setback for a spacious cockpit and aerodynamic position. Dual-bolt rail clamp for precise saddle angle adjustment. Syntace OverLock clamp. Porter+ saddle — GripPad + PrimeGel padding Upgraded from the plain Porter on the D9 to the Porter+ with PrimeGel cushioning — more comfortable for longer rides. The GripPad strip on the rail lets you shoulder-carry the folded bike without it slipping. LiteForm QR quick-release pedals Alloy QR pedals with a quick-release right and standard left axle — remove the right pedal in seconds for more compact storage or transit packing without tools. OCL+ frame joint + Physis 3D G2 handlepost The second-generation Physis 3D handlepost at 290mm pairs with the OCL+ frame joint to deliver an exceptionally stiff, precise folding bike. Folds in under 10 seconds to a package that genuinely fits under a desk. Available colours Sapphire Blue Drivetrain Shifter Shimano Deore, 1×10-speed Rear derailleur Shimano Deore Shadow+ Cassette 11–40T, 10-speed Crankset FSA Vero, Built for Tern, 53T Bottom bracket Cartridge, sealed bearings Chain KMC X10 Gear range 26"–95" (2.08–7.57 m) Pedals LiteForm QR, alloy body, QR right / standard left Shifter cable Jagwire LEX-SL, slick treatment, alloy ferrules Brakes Front brake Shimano hydraulic disc Rear brake Shimano hydraulic disc Levers Shimano hydraulic disc Wheels & Tires Wheel size 451 mm (22") Front wheel Kinetix Pro Disc, Paired Spoke technology, Shimano Centerlock, 20H Rear wheel Kinetix Pro Disc, Paired Spoke technology, Shimano Centerlock, 20H Tires Schwalbe One, 28-451, ADDIX compound, 115 psi Spokes Stainless steel, paired Frame & Cockpit Frame Tern Verge Gen 2, hydroformed aluminium, OCL+ joint, 3 patented technologies Fork Tern Tarsus, 6061-AL hydroformed Handlepost Tern Physis 3D G2, 3D forged, 5 patented technologies, 12°, 290mm Stem Syntace VRO, adjustable, Built for Tern Handlebar Kinetix Comp, double-butted 6061-AL, for VRO Headset Flux, cartridge bearings, Physis integrated Saddle Tern Porter+, patented GripPad design, PrimeGel padding Seatpost Tern Strut, 2014-AL, 8mm setback, 2-bolt clamp Seatpost clamp Syntace OverLock Grips BioLogic Arx 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 38×80×74 cm (15×31.5×29.1 in) Fold time Under 10 seconds Weight 11.7 kg (25.8 lb) Extras Bell Pitch, brass Kickstand Rear mount, Pletscher design Accessory Pedal Holder (included) Fenders Not included (optional accessory) Rack Not included (optional accessory) Lights Not included (optional accessory) $1,625 CAD · Sale Price Tern Verge P10 · Gen 2 · One Size · Sapphire Blue Tern Bicycles © 2026 Verge P10 Gen 2
More you might like
Related
Tern Verge P10
Related
Tern Verge P10
Related
Tern Verge P10
Related