Tern Carryall Trunk
Tern Carryall Trunk *, *::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 08px; } 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/Carryall Trunk Tern Rear Trunk Bag 5.5 L EVA Construction Fidlock Magnetic Lid Velcro Divider Short Haul Only Carryall Trunk · Short Haul Rear Section · 5.5 L · EVA · Fidlock Magnetic Lid · Velcro Divider Tern Carryall Trunk A 5.5-litre trunk bag that fits inside the Short Haul's built-in rear compartment — water-resistant EVA shell, Fidlock magnetic lid for one-handed access, velcro divider, and a zipper mesh pocket. Contents stay hidden; panniers and rear rack stay free. $124 CAD Short Haul only — rear compartment specific. The Carryall Trunk is shaped for the enclosed rear section of the Short Haul cargo bike and is not compatible with other Tern models including the Quick Haul. Verify your bike is the Short Haul using Tern's compatibility checker before ordering. 5.5 L storage volume Fidlock magnetic lid — one-handed Hidden contents out of sight The Tern Carryall Trunk is a purpose-fitted storage bag for the Short Haul's built-in rear compartment — a covered section of the bike's rear section that sits below the rack platform. The Carryall Trunk is shaped to fill this space, turning unused enclosed frame volume into organised, accessible storage. Contents sit out of view inside the compartment and are accessed via a Fidlock magnetic lid that opens one-handed. The EVA construction is water-resistant and wipe-clean. A velcro divider separates the interior into two sections; a zipper mesh pocket provides additional organisation within the main compartment. Running the Carryall Trunk alongside panniers and rear rack cargo means a separate, secure compartment for personal items — wallet, keys, phone, sunglasses — without digging through a pannier. Highlights Short Haul rear compartment — built-in space, fully used The Short Haul has an enclosed rear section below the rack platform — a cavity that exists in the frame design regardless of what accessories are fitted. Without the Carryall Trunk, this space goes unused. The trunk is specifically shaped to fill it: the dimensions match the compartment geometry so the bag sits securely inside rather than floating with excess space. It's not a generic bag attached to the bike; it's a liner for a space that's already there. Contents hidden — personal items out of sight The trunk sits inside the enclosed rear compartment of the Short Haul, so its contents are not visible from outside the bike. A wallet, keys, or phone left in an open pannier are visible and accessible to anyone walking past a parked bike; the same items in the Carryall Trunk are out of sight inside the frame section. The Fidlock lid adds a positive closure on top of the concealment. Fidlock magnetic lid — single-buckle one-handed access The Fidlock magnetic buckle on the lid opens with a pull and snaps shut when the lid is pressed closed — the same magnetic-assist mechanism used on the Cargo Hold pannier closures. Opening the trunk one-handed while standing over the bike is straightforward; no unclipping, unzipping, or two-handed operation required. The magnetic element ensures the lid snaps shut reliably rather than flopping open if not fully closed. Velcro divider + zipper mesh pocket The velcro divider separates the 5.5-litre interior into two zones — one for bulkier items, one for smaller ones — or removes entirely for a single open compartment. The zipper mesh pocket on the interior provides a separate secure section for flat items: cards, cash, folded documents, or a spare key that needs to stay separate from other contents. Both organising features are accessible from a single lid opening. Panniers and rack remain free The Carryall Trunk fits inside the frame section and does not occupy rack space or pannier rails. A Short Haul running the Carryall Trunk plus panniers plus rear rack cargo has all three storage systems operating simultaneously — the trunk holds personal items, the panniers hold groceries or gear, the rack platform holds anything that doesn't fit elsewhere. The three systems are complementary rather than competing for the same space. EVA — water-resistant, lightweight, wipe-clean EVA (ethylene-vinyl acetate) is a closed-cell foam/polymer material that does not absorb water — rain and spills bead on the surface. The Carryall Trunk's EVA construction makes it resistant to the moisture that accumulates in a rear compartment from road spray and condensation. At ~244g it adds almost nothing to the bike's weight. Cleaning is a wipe with a damp cloth rather than hand-washing or air-drying fabric. Specifications Brand Tern Model Carryall Trunk Type Frame rear-section trunk bag Material EVA — water-resistant Volume 5.5 L Weight ~244g (0.538 lb) Dimensions 395 × 260 × 123 mm (15.6 × 10.2 × 4.8 in) Lid closure Fidlock magnetic buckle — one-handed Divider Detachable velcro — one or two interior sections Internal pocket Zipper mesh pocket Rack interference None — panniers and rear rack remain fully usable Contents visibility Hidden inside enclosed rear compartment Related product GloveBox ($90) — frame triangle bag for Quick Haul / Short Haul (1.9 L) Compatible bikes Tern Short Haul only — verify with Tern compatibility checker $124 CAD Tern Carryall Trunk · Short Haul · 5.5 L · EVA · Fidlock Magnetic Lid · Velcro Divider · Rear Section Tern © 2026 Carryall Trunk
More you might like
Related
Tern Carryall Trunk
Related
Tern Carryall Trunk
Related
Tern CarryAll Trunk for Quickhaul and Shorthaul
Related