TERN - FlatFold Bag For Small Spaces
Tern FlatFold Bag S *, *::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; } .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/FlatFold Bag S Tern Folded Bike Transport Bag Size S Flat Profile Bluesign Nylon 2 Pairs of Handles Physis Handlepost Required FlatFold Bag S · Folded Bike Transport Bag · Bluesign Nylon · Padded · Flat Profile · NBD / 20" Physis Bikes Tern FlatFold Bag S A soft padded transport bag for the Tern NBD and compatible 20" Physis handlepost folding bikes — long, flat profile fits in vehicle boots, hallways, and bus compartments, with two pairs of handles and an internal zip pocket for pedals and tools. $159 CAD Physis handlepost bikes only — verify fit before ordering. The FlatFold Bag S is designed for Tern folding bikes with Physis handleposts, including the NBD and most Tern 20" folding bikes with this handlepost design. Not all Tern folding bikes use a Physis handlepost — confirm your specific model using Tern's compatibility checker before ordering. Size S — if other sizes exist, verify the S is appropriate for your bike's folded dimensions. Flat 200 mm deep profile 2 pairs of handles — 4 total Bluesign certified nylon The Tern FlatFold Bag S is a soft padded transport bag sized for the folded Tern NBD and other compatible Tern 20" folding bikes with Physis handleposts. The defining characteristic is its flat profile — 1,570 mm long, 730 mm tall, and only 200 mm deep — which matches the flat form of a folded Tern bike and makes it manageable in spaces where a conventional round bike bag would not fit: the boot of a hatchback, under a bus seat, in a building's luggage storage corridor, or standing flat against a wall. Bluesign-certified padded nylon protects the bike from scratches, dirt, and moisture while wicking cleanly. Two pairs of handles — four in total — cover different carrying orientations and allow two people to carry the bag together. An internal zip pocket keeps removed pedals, tools, and accessories contained separately from the bike frame. Highlights Flat profile — fits where round bags don't At 200 mm (8 inches) deep, the FlatFold Bag S is thin enough to stand upright in a boot, slide along a hallway wall, or fit in compartments that don't accommodate a conventional cylindrical bike bag. A folded Tern bike is naturally flat — the bag's profile matches the bike's form rather than adding unnecessary depth. This makes the bagged bike easier to move through doorways, position in vehicles, and store in residential spaces without taking up disproportionate floor area. Two pairs of handles — four carrying points At over 1.5 metres long and containing a folded e-bike, the FlatFold Bag S can be heavy and awkward for one person. Two pairs of handles — one at each end, or one on each side — give four distinct carrying points. A second person can take one pair while the first holds the other, distributing the weight across two people for stairs, tight corridors, and vehicle loading. When carrying solo, the two pairs allow switching grip position to distribute fatigue across different muscle groups. Physis handlepost — what it means for compatibility The Physis handlepost is a specific handlepost design used on a range of Tern folding bikes including the NBD. When folded, a Physis handlepost collapses flat alongside the frame rather than creating a bulge — this flat fold is what allows the bike to fit the FlatFold Bag S's slim profile. Bikes with a different handlepost design fold to a different shape that may not fit the bag correctly. Confirm your bike uses a Physis handlepost before ordering. Internal zip pocket — pedals and tools contained Removed pedals have metal threads and corners that scratch frame paint and componentry when loose inside a bag. The internal zip pocket keeps pedals, multi-tools, a lock, and small accessories separated from the bike's surfaces. Everything that comes off the bike for transport goes into the pocket; nothing rattles against the frame during carrying or vehicle transit. Bluesign nylon — padded, water-resistant, sustainable Bluesign certification covers the dyeing and finishing process for the nylon — same certification used in the Cargo Hold pannier fabric. The nylon is water-resistant and easy to wipe clean of mud, grease marks, and road grime. The padding provides scratch protection for the bike inside and gives the bag enough structure to hold its shape without the bike inside — useful for storage when the bike is in use and the bag sits empty. Ground transport vs airline — what this bag is for The FlatFold Bag S is a ground transport and storage bag — not an airline travel solution. For airline travel, the FlightSuit ($124) provides padding for a standard suitcase, or the AirPorter Slim ($476) is a dedicated hard-shell airline case. The FlatFold Bag S covers the everyday scenarios: loading the bike into a car, storing it at a venue, protecting it during short-haul rail or bus travel, and keeping it clean in residential storage. It is lighter and less expensive than an airline-specific solution because it doesn't need to meet airline baggage protection standards. Specifications Brand Tern Model FlatFold Bag S Type Soft padded folded bike transport bag Material Bluesign certified nylon — padded, water-resistant Dimensions 1,570 × 200 × 730 mm (61.8 × 7.9 × 28.7 in) Weight ~953g (2.1 lb) Handles Two pairs — four handles total Internal pocket Zip pocket — pedals, tools, accessories Handlepost req. Physis handlepost — required for correct fit Primary use Ground transport and storage — not airline travel Airline travel See FlightSuit ($124) or AirPorter Slim ($476) Compatible bikes Tern NBD · most Tern 20" folding bikes with Physis handlepost — verify with Tern compatibility checker $159 CAD Tern FlatFold Bag S · Folded Bike Transport · Bluesign Nylon · Padded · Flat Profile · Physis Handlepost · Size S Tern © 2026 FlatFold Bag S
More you might like
Related
Tern FlatFold Bag, S
Related
FlatFold Bag for HSD
Related
Baghera ternet Formel 1 flag
Related