TERN - Pop Cover
Tern PopCover *, *::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/PopCover Tern Folded Bike Cover Pops Open Instantly Dual Mode Water-Resistant ~195g BYB Only PopCover · BYB · Pop-Open Cover · Dual Mode · Water-Resistant Nylon · Metro Transit Rack Storage Tern PopCover A pop-open cover built for the Tern BYB — slips over the folded bike in seconds, works in both fully-folded and handlebars-raised configurations, and stores in a flat pouch that attaches to the Metro Transit Rack. Roll the covered BYB through stations without exposing others to grease. $90 CAD Tern BYB only. The PopCover is engineered specifically for the BYB's folded geometry and stores in a pouch that attaches to the BYB's Metro Transit Rack. It is not compatible with other Tern folding bike models. For most other Tern folding bikes, see the CarryOn Cover ($90). Seconds to deploy — pops open Dual mode — folded or bars up ~195g cover weight (0.43 lb) The Tern PopCover is a transit cover designed around the BYB's specific fold profile. It opens like a pop-up structure and slips over the folded bike — the cover expands into shape rather than requiring the bike to be threaded through an opening. Two modes are supported: fully folded (the BYB's most compact configuration) and handlebars-raised (a common intermediate position used for rolling through stations). In either mode, the cover contains the BYB's chain, tyres, and drivetrain to prevent grease transfer to transit seats, fellow passengers, and floors. At around 195g, the cover adds almost nothing to the bike's travelling weight. When not needed, it twists down and packs into a flat pouch that clips directly to the BYB's Metro Transit Rack — within reach the moment the bike enters a transit system. Highlights Pop-open deployment — cover in seconds The PopCover opens automatically when released from its pouch — the nylon structure pops into shape rather than needing to be shaken out or spread. Slipping it over the folded BYB takes seconds: open the pouch, release the cover, slide it over the bike. The speed matters at a transit entry point where there's a gate to pass through, a crowd behind, and a train to catch. A cover that takes 30 seconds to deploy is effectively not used; one that takes 5 seconds gets used every time. Dual mode — fully folded or handlebars raised The BYB has two useful transit configurations: fully folded (smallest footprint, typically carried) and handlebars-raised (taller but allows the bike to be rolled on its wheels rather than carried). The PopCover accommodates both — the same cover fits in either position without needing adjustment or a different product. Rolling a covered BYB through a station on its wheels is significantly easier than carrying it, and the PopCover's handlebars-raised mode makes this possible while keeping the bike covered. Metro Transit Rack storage — always on the bike The PopCover's flat storage pouch attaches directly to the BYB's Metro Transit Rack — the rack that comes with or is fitted to the BYB for transit use. The cover is always on the bike, not in a separate bag or at home. At transit entry, it comes off the rack, pops open, and goes over the bike without any additional steps. When the covered stage ends, the cover twists back into its flat pouch and re-attaches to the rack before riding continues. Water-resistant — handles rain at transit entrances The nylon cover is water-resistant — light rain at transit station entrances and covered outdoor platforms won't soak through immediately. The primary function is grease containment, not waterproofing, but the water-resistant fabric means the cover stays functional in the typical British or West Coast Canadian rain encountered while moving between transit modes. PopCover vs CarryOn Cover — BYB owners Both covers are $90 and made from nylon. The PopCover is BYB-specific — shaped for the BYB's fold, stores on the Metro Transit Rack, and supports the handlebars-raised rolling mode. The CarryOn Cover ($90) fits most other Tern folding bikes, covers without lifting, and stores via seatpost, stem, rack, or under-seat attachment. If you have a BYB, the PopCover is the purpose-built choice. For any other Tern folding bike, the CarryOn Cover is the appropriate option. Specifications Brand Tern Model PopCover Type Pop-open folded bike cover Material Nylon — water-resistant Dimensions 580 × 280 × 770 mm (22.8 × 11 × 30.3 in) deployed Weight ~195g (0.43 lb) Deployment Pop-open — slips over folded bike in seconds Modes Fully folded · handlebars raised Storage Flat pouch — attaches to Metro Transit Rack Primary use Transit grease containment — trains, buses, stations Also available CarryOn Cover ($90) — most other Tern folding bikes Compatible bikes Tern BYB only $90 CAD Tern PopCover · BYB · Pop-Open · Dual Mode · Water-Resistant Nylon · Metro Transit Rack Storage Tern © 2026 PopCover
More you might like
Related
Tern BYB Pop Cover Black
Related
Tern PopCover
Related
Populære Terningspil
Related