TERN - Sidekick Footrests
*, *::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; 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; } .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; } .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; } .stat-sub { font-size: 9px; color: var(--gray-400); font-family: var(--font-mono); margin-top: 2px; display: block; } @media (max-width: 560px) { h1 { font-size: 26px; } .stats { grid-template-columns: repeat(2, 1fr); } .page { padding: 2rem 1.25rem 4rem; } } accessories/tern/Sidekick Footrests Tern Passenger System 25 kg Per Footrest 3M Anti-Slip Aluminium 5052 HSD Only Sidekick Footrests Gen 2 · Passenger Footrests · 25 kg Per Footrest · All HSD Models · Aluminium 5052 Tern Sidekick Footrests A pair of 5052 aluminium footrests for the HSD, rated at 25 kg each with a 3M anti-slip surface and slots for Batten Straps — the standard place for a passenger's feet on an HSD, and an HSD part only. $69 CAD · per set of two The "Gen 2" in the name is the accessory generation, not your bike's. These fit all HSD models across generations — but they fit the HSD only. They are not the Gen 2 footrest for a GSD, which is the mistake this naming invites. GSD Gen 1 owners want the Sidekick Foot Pegs ($35 per pair) or Sidekick Lower Decks ($95 per pair); GSD Gen 2 has decks built into the frame and upgrades with the Sidekick Wide Decks ($215 per pair). As always with the Passenger System, footrests alone do not make a bike ready for a child — see Tern's Passenger Guide for the seat, guard, and restraint requirements. 25 kg per footrest — 55 lb 2 × 25 kg across the pair All HSD every generation 0.5 kg per set — 1.1 lb The HSD is Tern's compact cargo bike, short enough to live in an apartment and still carry a passenger on the rear rack. What the bare rack does not give that passenger is anywhere to put their feet. The Sidekick Footrests are the part that fixes it: a pair of 5052 aluminium platforms, each rated to 25 kg, that mount to the rack and sit alongside the rear wheel. Two details separate them from a plain bolt-on step. The tread is a 3M anti-slip layer rather than bare metal, which is what keeps a wet shoe planted in the rain. And each platform carries slots for Batten Straps, so when nobody is riding on the back the footrests become tie-down points for cargo on the rack. They are sized to work with the Sidekick Wheel Guard M and Cargo Hold Panniers, which is the usual HSD passenger setup — footrest, wheel guard, and panniers all on the same rack. Highlights 3M anti-slip tread for wet feet on wet metal A bare aluminium plate in the rain is genuinely slippery, and a passenger's foot skidding off the rest is how a heel ends up near the spokes. The bonded 3M layer gives grip that a moulded texture in the metal cannot, and it works with the smooth-soled shoes children actually wear rather than only with proper boots. Batten Strap slots turn them into tie-down points On the days you are hauling boxes instead of a passenger, the footrests stop being dead weight. The built-in slots take Batten Straps, giving you two low anchor points either side of the rack for lashing awkward loads down. Most footrests are single-purpose; these earn their place on the bike full time. 5052 aluminium survives the spray path 5052 is the marine-grade alloy — its corrosion resistance is the reason it gets used on boat fittings. A footrest sits low on the bike, directly in the rear wheel's spray, and collects road salt all winter. The alloy choice is what stops it going chalky and seized in a Canadian February, and it keeps the set to 0.5 kg for the pair. 25 kg per side is rated for a passenger, not just a resting foot A footrest takes real load whenever a passenger stands to absorb a bump or shifts their weight to one side, which happens constantly on rough pavement. Rating each platform at 25 kg means the rest is not the limiting factor for a child or a small adult — the rack's own passenger limit is. Check that figure for your HSD generation before assuming the pair sets your ceiling. Which footrest for which Tern Tern splits this part by bike, and nothing crosses over. HSD, any generation: these Sidekick Footrests ($69 per set). GSD Gen 1: either the retractable Sidekick Foot Pegs ($35 per pair) for feet only, or the Sidekick Lower Decks ($95 per pair) if you want 25 kg of cargo shelf underneath as well. GSD Gen 2: the decks are already in the frame, so the upgrade is the Sidekick Wide Decks ($215 per pair) at 35 kg each. GSD Gen 3 and Tern's other cargo bikes: the Stow Decks ($234 per set), with five angle positions and front or rear mounting. Identify the bike first — the footrest follows from it. Specifications Brand Tern Model Sidekick Footrests (Gen 2) Type Passenger footrests — rack mounted Material Aluminium 5052 Capacity — per footrest 25 kg (55.1 lb) Tread 3M anti-slip layer Cargo feature Built-in slots for Batten Straps Set weight 0.5 kg (1.1 lb) per set Dimensions per footrest 125 × 80 × 61 mm (4.9 × 3.1 × 2.4 in) Sold as Set of two — both footrests included Recommended companions Sidekick Wheel Guard M (Gen 1) · Batten Straps (Gen 1) · Cargo Hold Panniers Passenger use Additional accessories required — see Tern Passenger Guide GSD Gen 1 equivalent Sidekick Foot Pegs ($35 per pair) or Sidekick Lower Decks ($95 per pair) GSD Gen 2 equivalent Decks integrated in frame — upgrade with Sidekick Wide Decks ($215 per pair) Other Tern cargo bikes Stow Decks ($234 per set) — 35 kg per side, 5-angle adjust Compatibility All Tern HSD models, all generations — HSD only, verify with Tern's compatibility checker $69 CAD · per set of two Tern Sidekick Footrests Gen 2 · 25 kg Per Footrest · Aluminium 5052 · Set of Two · HSD Tern © 2026 Sidekick Footrests
More you might like
Related
Tern Sidekick Footrests
Tern Sidekick Footrests
Related
Tern HSD Sidekick Footrests
Related