Tern Sidekick Lower Deck
*, *::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 Lower Decks Tern Side Decks 50 kg Combined Footrest + Cargo Aluminium GSD Gen 1 Only Sidekick Lower Decks · Lower Shelf Pair · 25 kg Per Deck · GSD Gen 1 · Aluminium Tern Sidekick Lower Decks A pair of low-mounted aluminium shelves for the GSD Gen 1 — 25 kg per deck for cargo, or a solid place for a passenger to put their feet, carried low where the weight barely affects handling. Gen 1 only: later GSDs have lower decks built in. $95 CAD · per pair Fits the GSD Gen 1 and nothing else. The GSD Gen 2 and Gen 3 already have lower decks integrated into the frame, so this pair has nowhere to mount and no job to do. If you have a Gen 2, the equivalent upgrade is the Sidekick Wide Decks ($215 per pair), which widen the built-in decks to 12 cm. For a Gen 3 or another Tern cargo bike, the Stow Decks ($234 per set) are the adjustable equivalent. Check which generation you have before ordering. Carrying a child on the decks also requires the seat, guard, and restraint accessories set out in Tern's Passenger Guide — a footrest on its own does not make a bike passenger-ready. 50 kg combined — 110 lb 25 kg (55 lb) per deck GSD Gen 1 fitment — no other bike 1.08 kg per pair — 2.4 lb The GSD Gen 1 has a long rear rack and no shelf beneath it, which leaves the space between the rack and the rear axle unused and a passenger's feet with nowhere to rest. The Sidekick Lower Decks fill that gap with a pair of aluminium shelves that bolt low on the frame, one per side. The design decision worth understanding is the height: everything on these decks rides close to the axle rather than up at rack level, so a heavy load changes how the bike steers far less than the same weight carried on top. That makes them the better place for the dense, awkward items — a case of drinks, a bag of tools, a sack of soil — and it is what the shelves are really for. Serving as a passenger footrest is the second job, not the first. Later GSD generations build this shelf into the frame, which is why this pair is a Gen 1 part only. Highlights Weight rides low, so the bike still steers like a bike Load carried high on a rack acts as a lever against the steering, and a loaded cargo bike gets noticeably twitchy at low speed and in crosswinds. Sitting the same weight down near the axle keeps the centre of mass under you. It is the single biggest handling difference between a well-packed cargo bike and a badly packed one. A defined place for a passenger's feet A child riding with their legs dangling will eventually find the spokes or the rear wheel with a heel — the reason footrests exist on cargo bikes at all. A fixed deck gives them somewhere to brace, which also stops the constant shifting that makes a passenger feel unstable behind you. Pair it with the Sidekick Wheel Guard L (Gen 1) so the wheel itself is covered. 25 kg per deck is real cargo capacity, not a token shelf Each deck takes 25 kg and the pair 50 kg, which covers a full grocery run or a load of building materials on its own — before anything goes on the rack above. Balance across both sides rather than loading one: an even split is what the combined figure assumes. Works with Cargo Hold panniers rather than against them The decks are sized to sit under the Cargo Hold pannier line, so you can run panniers and still use the shelf underneath. Bulky items that will not fit in a pannier go on the deck; the pannier keeps carrying what it always did. You are not choosing between the two. Which deck fits which GSD Three generations, three answers. GSD Gen 1 takes these Sidekick Lower Decks ($95 per pair) — it is the only generation without a built-in shelf. GSD Gen 2 has decks already, so the upgrade is the Sidekick Wide Decks ($215 per pair) at 35 kg each, widening the platform to 12 cm for bigger feet, or the folding Sidekick Doublewide Decks ($60). GSD Gen 3 and Tern's other cargo bikes take the Stow Decks ($234 per set), which add five angle positions and mount front or rear. Identify the generation first — nothing in this family crosses between them. Specifications Brand Tern Model Sidekick Lower Decks Type Lower side decks — cargo shelf and passenger footrest Material Aluminium Capacity — per deck 25 kg (55 lb) Capacity — combined 50 kg (110 lb) Set weight 1.084 kg (2.4 lb) per pair Dimensions per deck 519 × 123 mm (20.4 × 4.8 in) Sold as Pair — both decks included Pannier compatibility Cargo Hold Panniers Passenger use Additional accessories required — see Tern Passenger Guide Recommended companions Sidekick Wheel Guard L (Gen 1) · Sidekick Seat Pad ($90 each, Gen 1) GSD Gen 2 equivalent Sidekick Wide Decks ($215 per pair) — 35 kg each, widens integrated decks to 12 cm Other Tern cargo bikes Stow Decks ($234 per set) — 35 kg per side, 5-angle adjust, front or rear Also available Sidekick Doublewide Decks ($60) — folding, GSD Gen 2 Compatibility Tern GSD Gen 1 only — verify with Tern's compatibility checker $95 CAD · per pair Tern Sidekick Lower Decks · 25 kg Per Deck · Aluminium · GSD Gen 1 Tern © 2026 Sidekick Lower Decks
More you might like
Related
Tern Sidekick Lower Deck
Related
Tern SideKick Lower Deck G1
Related
Tern GSD SideKick Lower Deck
Related