Tern Sidekick Flat Bars
Tern Sidekick Flat Bars Gen 3 *, *::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; } .badge-warn { display: inline-block; font-size: 10px; font-family: var(--font-mono); letter-spacing: 0.1em; text-transform: uppercase; background: #fff8e1; color: #b45309; border: 1px solid #fde68a; 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; } .notice { background: #fff8e1; border: 1px solid #fde68a; border-radius: 8px; padding: 0.9rem 1.1rem; font-size: 13px; color: #92400e; margin-bottom: 2rem; line-height: 1.5; } .notice strong { font-weight: 600; } .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; } .stat-sub { font-size: 9px; color: var(--gray-400); font-family: var(--font-mono); margin-top: 2px; display: block; } .section-label { font-size: 13px; font-family: var(--font-sans); font-weight: 600; letter-spacing: -0.01em; 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; } .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; } } accessories/tern/Sidekick Flat Bars Gen 3 Tern Passenger Grab Bars Seatpost Mount 30.9–34.9 mm Adjustable Height + Angle Integrated Allen Key 130 cm / 4'3" Min. Passenger System Sidekick Flat Bars Gen 3 · Passenger Grab Bars · Seatpost Mount · 30.9–34.9 mm · Adjustable · Orox / GSD / HSD / Quick Haul / Short Haul Tern Sidekick Flat Bars Gen 3 Seatpost-mounted grab bars for rear cargo bike passengers — adjustable height and angle, ergonomic grips, and a built-in 4/5/6 mm Allen key. Part of the Tern Passenger System; works with the Captain's Chair and Sidekick Seat Pad. $125 CAD · set of two Part of the Tern Passenger System — consult the Passenger Guide before use. The Sidekick Flat Bars require a compatible seatpost diameter of 30.9–34.9 mm. A low saddle height may leave insufficient exposed seatpost for proper mounting — consult Tern's seatpost-mounted handhold selection guide if saddle height is a concern. Recommended for passengers 130 cm (4'3") or taller who can sit unaided. Carrying passengers safely requires additional accessories beyond the grab bars alone. Seatpost 30.9–34.9 mm diameter Adjustable height and angle 130 cm passenger minimum (4'3") The Tern Sidekick Flat Bars Gen 3 give rear-seat cargo bike passengers a secure, fixed grip point — a necessity on a moving cargo bike where a passenger has nothing else to hold on to. They clamp to the seatpost and adjust in both height and angle so the grip position can be dialled to the passenger's reach and comfort. Ergonomic grips reduce hand fatigue on longer rides. A 4/5/6 mm Allen key is integrated into the bar — common bolt sizes for adjusting the bars themselves or other accessories without carrying a separate tool. The bars fit seatposts from 30.9 to 34.9 mm, covering the range used across the Orox, GSD, HSD, Quick Haul, and Short Haul. Compatible with both the Captain's Chair Gen 2 and the Sidekick Seat Pad for a complete passenger seating setup. Highlights Seatpost mount — adjustable height and angle The bars clamp directly to the seatpost rather than attaching to the rack or frame. Height adjustment positions the grips at the right reach for the passenger's arm length and the seating height — a child sitting on a Sidekick Seat Pad at a different height than an adult needs different bar placement. Angle adjustment lets the grips tilt forward or back for natural wrist position. Both adjustments are made with the included Allen key or the bike's own hex bolts. Integrated 4/5/6 mm Allen key — tool in the bar A multi-size Allen key (4, 5, and 6 mm) is built into the bar itself. The 4/5/6 mm range covers the most common bolt sizes on Tern cargo bike accessories — adjusting the flat bars, tightening seat mounts, and most rack hardware all fall in this range. The tool doesn't need to be carried separately and doesn't get lost. A small but genuinely useful detail on a bike that gets loaded and adjusted regularly. 30.9–34.9 mm seatpost range — fits five bike models The clamp accommodates seatpost diameters from 30.9 to 34.9 mm — the range that covers the Orox, GSD, HSD, Quick Haul, and Short Haul. Confirm your specific bike's seatpost diameter before ordering. Also check that the saddle height leaves enough exposed seatpost for the bars to clamp at a usable height — if the saddle is very low, there may not be enough seatpost length above the frame to mount the bars correctly. Works with Captain's Chair and Sidekick Seat Pad The Flat Bars are recommended alongside the Captain's Chair Gen 2 or the Sidekick Seat Pad — Tern's two main rear passenger seat options. The seat provides the sitting surface; the bars provide the grip. Neither the seat nor the bars alone is a complete passenger setup — both are required, along with other Passenger System accessories as specified in the Tern Passenger Guide. 130 cm passenger minimum — who can use these Tern recommends the Sidekick Flat Bars for passengers 130 cm (4'3") or taller who can sit unaided without support. This lower threshold than the Sidekick Seat Pad (140 cm) reflects that grab bars are usable by slightly younger or shorter passengers — but the passenger must still be able to maintain their own seated position independently. The bars provide a grip point, not structural passenger support. Specifications Brand Tern Model Sidekick Flat Bars Gen 3 Type Seatpost-mounted passenger grab bars Material Aluminium Dimensions per bar 440 × 140 × 56.5 mm (17.3 × 5.5 × 2.2 in) Set weight ~635g (1.4 lb) per set of two Seatpost diameter 30.9–34.9 mm Adjustment Height and angle — both adjustable Integrated tool 4/5/6 mm Allen key Passenger minimum 130 cm (4'3") — must sit unaided Recommended seats Captain's Chair Gen 2 · Sidekick Seat Pad System Tern Passenger System — additional accessories required Compatible bikes Orox · GSD · HSD · Quick Haul · Short Haul — verify with Tern compatibility checker $125 CAD · set of two Tern Sidekick Flat Bars Gen 3 · Passenger Grab Bars · Seatpost Mount · 30.9–34.9 mm · Adjustable · Integrated Allen Key Tern © 2026 Sidekick Flat Bars Gen 3
More you might like
Related
Tern Sidekick Flat Bars
Related
Tern Sidekick Flat Bars
Related
Tern Sidekick Flat Bars (Gen 3)
Related