TERN Loader™ Rack Gen2
Tern Loader Rack Gen 2 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #111110; --white: #fafaf8; --gray-100: #f5f5f3; --gray-200: #e8e8e 5; --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; } .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/Loader Rack Gen 2 Tern Rear Rack 25 kg Capacity KLICKfix Rackpack Topklip SideStrap Tern Folding Bikes Only Loader Rack Gen 2 · Rear · Triangular Reinforcement · 25 kg · KLICKfix Rackpack + Topklip · Alloy 6061 Tern Loader Rack Gen 2 A lightweight rear rack for Tern folding bikes — triangular structural reinforcement, 25 kg capacity, KLICKfix Rackpack and Topklip compatibility, double-hook SideStrap for panniers, and integrated rear light mount with internal cable routing. $90 CAD Tern folding bikes only — rear rack. The Loader Rack Gen 2 mounts to the rear of compatible Tern folding bikes. Verify your specific model using Tern's compatibility checker before ordering. 25 kg load capacity (55 lb) 0.697 kg rack weight (1.5 lb) KLICKfix Rackpack + Topklip The Tern Loader Rack Gen 2 is a rear rack designed for commuting and everyday cargo use on Tern folding bikes. A triangular structural frame provides rigidity without adding unnecessary weight — at 0.697 kg it's lighter than many comparable racks while still rated for 25 kg of cargo. The top platform accepts KLICKfix Rackpack baskets and bags, as well as KLICKfix Topklip accessories. Lower side tubes keep panniers in position and are reinforced to resist the lateral movement that a loaded pannier introduces under cornering. The double-hook SideStrap system adds an additional anchor point to stop panniers rotating around the rail. An integrated mount for a rear light or reflector runs cable internally, keeping the rack body clean. Highlights Triangular reinforcement — rigid without added weight The rack frame uses a triangular structural pattern rather than a simple ladder frame. Triangulation distributes load forces more efficiently, allowing the rack to achieve its 25 kg capacity rating at just 0.697 kg of rack weight. Stiffer under load than an equivalent-weight ladder frame. KLICKfix Rackpack + Topklip — two bag systems on one rack The Loader Rack Gen 2 supports both KLICKfix Rackpack accessories (baskets, trunk bags) and KLICKfix Topklip accessories — two formats within the KLICKfix ecosystem. Topklip bags clip to a rail on the top platform; Rackpack bags use a twist-lock interface. Both detach and reattach without tools. Lower side tubes — panniers stay in place The lower side tubes are positioned so loaded panniers can't shift out of their hooks under riding forces. On a rack without lower tube support, panniers may bounce up and off the hook on rough road surfaces — the lower tubes act as a secondary retainer, keeping the pannier seated regardless of road quality. Double-hook SideStrap — anti-roll pannier anchor The SideStrap uses two hooks rather than one to anchor panniers against rotation around the rail. A single anchor point allows the pannier to pivot under a shifting load — the double-hook system prevents this, keeping the pannier upright and stable even as cargo shifts inside. Integrated light mount — internal cable routing A rear light and reflector mount is built into the rack. Cable routing is internal — no wires run exposed along the outside of the rack body. Cleaner appearance and no risk of cables catching on panniers or cargo during loading. Commute and shopping optimised The Loader Rack Gen 2's feature set — panniers, KLICKfix baskets, SideStrap, light mount — reflects a commuting and grocery use case rather than bikepacking or adventure touring. Designed for daily loading and unloading cycles, quick-detach accessories, and reliable cargo retention on urban roads. Specifications Brand Tern Model Loader Rack Gen 2 Position Rear rack Load capacity 25 kg (55 lb) Rack weight 0.697 kg (1.5 lb) Material Aluminium 6061 — triangular reinforcement Dimensions 534 × 160 × 278 mm (21 × 6.3 × 10.9 in) Bag system KLICKfix Rackpack · KLICKfix Topklip Pannier system Lower side tubes + double-hook SideStrap anti-roll Recommended bags Dry Goods Bag Gen 1 · Kontti Basket Gen 1 Light mount Integrated — internal cable routing Also available Cargo Rack ($138) — DoubleTruss 3D, 0.94 kg, dual rail Compatibility Tern folding bikes — verify with Tern compatibility checker $90 CAD Tern Loader Rack Gen 2 · Rear · Triangular · 25 kg · KLICKfix Rackpack + Topklip · SideStrap · #6061 Tern © 2026 Loader Rack Gen 2
More you might like
Related
Tern Loader Rack
Related
Tern Rack Loader Rear 20" Black w/elastic strap
Related