{"product_id":"freego-city-flow-a1-electric-commuter-bike","title":"Freego City Flow A1 Electric Commuter Bike","description":"\u003cstyle\u003e\n.bike-product-wrapper {\n    --brand-primary: #5f7038;\n    --brand-accent: #E3B123;\n    --brand-dark: #212121;\n    font-family: 'Trebuchet MS', Arial, sans-serif;\n    line-height: 1.6; color: #333;\n    overflow-x: hidden; background-color: #fff;\n}\n.bike-product-wrapper img {\n    transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);\n    will-change: transform;\n}\n\n\/* Lightbox Modal *\/\n.bike-product-wrapper .belcopia-modal {\n    display:none; position:fixed; z-index:99999;\n    left:0; top:0; right:0; bottom:0;\n    width:100vw; height:100vh;\n    background-color:rgba(0,0,0,0.85);\n    backdrop-filter:blur(8px);\n    opacity:0; transition:opacity 0.3s ease;\n}\n.bike-product-wrapper .belcopia-modal.show { display:block; opacity:1; }\n.bike-product-wrapper .belcopia-modal-content {\n    position:absolute; top:50%; left:50%;\n    transform:translate(-50%,-50%) scale(0.95);\n    max-width:90vw; max-height:85vh;\n    border-radius:12px; box-shadow:0 10px 40px rgba(0,0,0,0.5);\n    object-fit:contain;\n    transition:transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94);\n}\n.bike-product-wrapper .belcopia-modal.show .belcopia-modal-content {\n    transform:translate(-50%,-50%) scale(1);\n}\n.bike-product-wrapper .belcopia-modal-close {\n    position:absolute; top:20px; right:30px; z-index:100000;\n    color:#fff; font-size:45px; font-weight:bold; cursor:pointer;\n    text-shadow:0 2px 4px rgba(0,0,0,0.5);\n}\n.bike-product-wrapper .belcopia-modal-close:hover { color:var(--brand-accent); }\n\n\/* Shimmer Animation *\/\n@keyframes metallicShimmer {\n    0% { background-position:0% 50%; }\n    100% { background-position:200% 50%; }\n}\n\n\/* At-A-Glance Bar *\/\n.bike-product-wrapper .at-a-glance-bar {\n    background-color:var(--brand-dark); color:#fff;\n    padding:12px 10px; contain:layout paint;\n}\n.bike-product-wrapper .glance-container {\n    display:flex; justify-content:space-around;\n    text-align:center; max-width:1200px; margin:0 auto;\n    flex-wrap:wrap; gap:15px;\n}\n.bike-product-wrapper .glance-item {\n    display:flex; flex-direction:column; align-items:center; gap:5px;\n    font-size:0.8em; min-width:90px;\n}\n.bike-product-wrapper .glance-item img { width:36px; height:36px; filter:brightness(0) invert(1); }\n.bike-product-wrapper .glance-title { font-weight:bold; text-transform:uppercase; }\n\n\/* Hero *\/\n.bike-product-wrapper .hero-image-section {\n    position:relative; height:50vh; min-height:400px; max-height:600px;\n    display:flex; align-items:center; justify-content:center;\n    overflow:hidden; background-color:#000; contain:layout paint;\n}\n.bike-product-wrapper .hero-image-section img {\n    position:absolute; top:50%; left:50%; width:100%; height:100%;\n    object-fit:cover; transform:translate(-50%,-50%); opacity:0.85;\n}\n.bike-product-wrapper .hero-overlay {\n    position:absolute; top:0; left:0; width:100%; height:100%;\n    background:linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3) 60%);\n}\n.bike-product-wrapper .hero-content {\n    position:relative; z-index:3; padding:20px; text-align:center; width:100%;\n    display:flex; flex-direction:column; align-items:center;\n}\n.bike-product-wrapper .shimmer-text {\n    background:linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 25%, #fff 50%, var(--brand-accent) 75%, var(--brand-primary) 100%);\n    background-size:200% auto; color:transparent;\n    -webkit-background-clip:text; background-clip:text;\n    animation:metallicShimmer 4s linear infinite;\n    -webkit-text-stroke:1px rgba(255,255,255,0.4);\n    filter:drop-shadow(2px 2px 10px rgba(0,0,0,0.8));\n}\n.bike-product-wrapper .hero-content h2 {\n    font-size:3.5em; font-weight:900; line-height:1.1;\n    text-transform:uppercase; letter-spacing:1px; margin:0 auto 10px auto;\n}\n.bike-product-wrapper .product-subtitle {\n    font-size:1.6em; font-weight:900; text-transform:uppercase;\n    letter-spacing:2px; display:block; width:100%; margin-top:5px;\n    -webkit-text-stroke:0.5px #fff;\n}\n\n\/* Content Sections *\/\n.bike-product-wrapper .page-content { max-width:1200px; margin:0 auto; padding:10px 20px; }\n.bike-product-wrapper h3 {\n    font-size:2em; font-weight:bold; color:var(--brand-primary);\n    border-bottom:2px solid #eee; padding-bottom:10px;\n    margin-bottom:30px; text-transform:uppercase; position:relative;\n}\n.bike-product-wrapper h3::after {\n    content:''; position:absolute; bottom:-2px; left:0; width:0; height:3px;\n    background-color:var(--brand-accent); transition:width 0.6s ease;\n}\n.bike-product-wrapper .unbordered-section:hover h3::after { width:100%; }\n.bike-product-wrapper h4 {\n    font-size:1.4em; font-weight:900; color:#2c2c2c;\n    border-left:5px solid var(--brand-accent); padding-left:15px;\n    text-transform:uppercase; letter-spacing:0.02em; margin-bottom:15px;\n}\n.bike-product-wrapper .unbordered-section { padding:20px 0; border:none; contain:content; }\n.bike-product-wrapper .description-emphasis { font-style:italic; font-weight:bold; color:var(--brand-primary); }\n.bike-product-wrapper .sub-headline {\n    font-size:1.35em; font-weight:600; font-style:italic; color:var(--brand-primary);\n    text-align:center; margin-bottom:25px; line-height:1.5;\n}\n.bike-product-wrapper p { margin-bottom:20px; line-height:1.7; }\n\n\/* Two-Col Grid *\/\n.bike-product-wrapper .two-col-container {\n    display:grid; grid-template-columns:1fr; align-items:center; gap:30px; margin-bottom:25px;\n}\n@media (min-width:768px) {\n    .bike-product-wrapper .two-col-container { grid-template-columns:1fr 1fr; }\n    .bike-product-wrapper .two-col-container.reverse \u003e :first-child { order:2; }\n}\n.bike-product-wrapper .two-col-container img {\n    width:100%; max-height:380px; object-fit:cover; border-radius:12px;\n    box-shadow:0 8px 30px rgba(0,0,0,0.12); display:block; overflow:hidden;\n    cursor:zoom-in; transition:transform 0.5s ease;\n}\n@media (hover:hover) { .bike-product-wrapper .two-col-container img:hover { transform:scale(1.03); } }\n.bike-product-wrapper .two-col-list { list-style:none; padding:0; }\n.bike-product-wrapper .two-col-list li {\n    display:flex; align-items:flex-start; margin-bottom:20px; font-weight:500;\n}\n.bike-product-wrapper .two-col-list li::before {\n    content:'\\2713'; color:var(--brand-accent); font-size:1.6em;\n    margin-right:15px; line-height:1; font-weight:900;\n}\n\n\/* 2-Image Crossfade Swap *\/\n.bike-product-wrapper .bike-fade-swap {\n    position:relative; width:100%; border-radius:12px;\n    overflow:hidden; box-shadow:0 8px 30px rgba(0,0,0,0.12); aspect-ratio:4\/3;\n}\n.bike-product-wrapper .bike-fade-swap .fade-img {\n    position:absolute; top:0; left:0; width:100%; height:100%;\n    object-fit:cover; opacity:0; transition:opacity 0.8s ease-in-out;\n    cursor:zoom-in; border-radius:0; box-shadow:none; max-height:none;\n}\n.bike-product-wrapper .bike-fade-swap .fade-img.active { opacity:1; z-index:2; }\n\n\/* Key Features — Horizontal Scroller *\/\n.bike-product-wrapper .features-scroller {\n    display:flex; overflow-x:auto; padding-bottom:30px;\n    scroll-snap-type:x mandatory; scrollbar-width:thin;\n    scrollbar-color:var(--brand-primary) #e0e0e0; contain:layout paint;\n}\n.bike-product-wrapper .features-scroller::-webkit-scrollbar { height:10px; }\n.bike-product-wrapper .features-scroller::-webkit-scrollbar-track { background:#e0e0e0; border-radius:6px; }\n.bike-product-wrapper .features-scroller::-webkit-scrollbar-thumb { background-color:var(--brand-primary); border-radius:6px; border:2px solid #e0e0e0; }\n.bike-product-wrapper .feature-card {\n    flex:0 0 300px; margin-right:25px; background:#f9f9f9; border-radius:12px;\n    border:1px solid #eee; overflow:hidden; box-shadow:0 4px 15px rgba(0,0,0,0.06);\n    display:flex; flex-direction:column; transition:transform 0.4s ease;\n    cursor:pointer; scroll-snap-align:start;\n}\n.bike-product-wrapper .feature-card:hover { transform:translateY(-10px); box-shadow:0 15px 35px rgba(0,0,0,0.12); }\n.bike-product-wrapper .feature-card.has-image img {\n    width:100%; height:200px; object-fit:cover; aspect-ratio:3\/2; cursor:zoom-in;\n}\n.bike-product-wrapper .feature-card.has-image:hover img { transform:scale(1.05); }\n.bike-product-wrapper .feature-card-content { padding:12px 15px; flex-grow:1; display:flex; flex-direction:column; }\n.bike-product-wrapper .feature-card h4 { color:var(--brand-primary); font-size:1.2em; border:none; padding:0; margin-bottom:6px; }\n.bike-product-wrapper .feature-card p { font-size:0.9em; color:#555; margin:0; line-height:1.4; }\n\n\/* Key Features — Text-Only Grid *\/\n.bike-product-wrapper .features-grid {\n    display:grid; grid-template-columns:1fr; gap:20px; margin-top:15px;\n}\n@media (min-width:768px) {\n    .bike-product-wrapper .features-grid { grid-template-columns:repeat(2, 1fr); }\n}\n.bike-product-wrapper .feature-card.text-only {\n    border-left:4px solid var(--brand-accent); background:#f9f9f9;\n    border-radius:8px; padding:0; flex:none; margin:0;\n}\n.bike-product-wrapper .feature-card.text-only .feature-card-content { padding:20px 24px; }\n.bike-product-wrapper .feature-card.text-only h4 { color:var(--brand-primary); font-size:1.1em; margin-bottom:8px; }\n.bike-product-wrapper .feature-note {\n    font-size:0.85em; color:#555; font-style:italic; margin-top:-20px; margin-bottom:25px;\n}\n.bike-product-wrapper .scroll-hint {\n    font-size:0.85em; color:var(--brand-primary); font-style:italic;\n    text-align:right; margin-bottom:8px; display:block; font-weight:bold;\n}\n@media (min-width:992px) { .bike-product-wrapper .scroll-hint { display:none; } }\n\n\/* Why Build Matters *\/\n.bike-product-wrapper .three-col-grid { display:grid; grid-template-columns:1fr; gap:20px; margin-top:15px; }\n@media (min-width:768px) { .bike-product-wrapper .three-col-grid { grid-template-columns:repeat(3, 1fr); } }\n.bike-product-wrapper .tech-proof-card {\n    background:#fff; border:1px solid #eee; padding:16px 18px; border-radius:8px;\n    box-shadow:0 4px 15px rgba(0,0,0,0.03); transition:transform 0.4s ease;\n}\n.bike-product-wrapper .tech-proof-card:hover { transform:translateY(-5px); box-shadow:0 10px 25px rgba(0,0,0,0.08); }\n.bike-product-wrapper .tech-proof-card h4 { color:var(--brand-accent); font-size:1.1em; border:none; padding:0; margin-bottom:6px; }\n.bike-product-wrapper .tech-proof-card p { font-size:0.9em; color:#555; margin:0; line-height:1.4; }\n\n\/* Expert Insight *\/\n.bike-product-wrapper .expert-insight {\n    background-color:#fdfdfd; border-left:4px solid var(--brand-primary);\n    padding:25px; margin:10px 0 30px; border-radius:4px; box-shadow:0 2px 10px rgba(0,0,0,0.02);\n}\n.bike-product-wrapper .expert-insight-quote {\n    font-style:italic; font-weight:500; font-size:1.15em; color:#1a1a1a;\n    margin:0 0 12px; line-height:1.5;\n}\n.bike-product-wrapper .expert-insight-attr {\n    font-weight:bold; font-size:0.85em; color:var(--brand-primary);\n    text-transform:uppercase; letter-spacing:1px;\n}\n\n\/* Accordion *\/\n.bike-product-wrapper .accordion-wrapper { margin:40px 0; border-top:1px solid #eee; }\n.bike-product-wrapper details.accordion-item { border-bottom:1px solid #eee; margin-bottom:0; overflow:hidden; }\n.bike-product-wrapper details.accordion-item summary {\n    padding:24px 45px 24px 0; font-size:1.6em; font-weight:500; color:#1a1a1a;\n    cursor:pointer; position:relative; outline:none; list-style:none;\n    transition:color 0.3s ease;\n}\n.bike-product-wrapper details.accordion-item summary::-webkit-details-marker { display:none; }\n.bike-product-wrapper details.accordion-item summary::after {\n    content:''; position:absolute; right:15px; top:50%; width:12px; height:12px;\n    border-right:2px solid #1a1a1a; border-bottom:2px solid #1a1a1a;\n    transform:translateY(-70%) rotate(45deg); transition:transform 0.3s ease, border-color 0.3s ease;\n}\n.bike-product-wrapper details.accordion-item summary:hover,\n.bike-product-wrapper details.accordion-item[open] summary { color:var(--brand-primary); }\n.bike-product-wrapper details.accordion-item[open] summary::after {\n    transform:translateY(-30%) rotate(-135deg); border-color:var(--brand-primary);\n}\n.bike-product-wrapper .accordion-content {\n    padding:0 0 30px; border-top:none;\n    content-visibility:auto; contain-intrinsic-size:auto 500px;\n}\n\n\/* Spec Table *\/\n.bike-product-wrapper .table-wrapper {\n    width:100%; overflow-x:auto; border-radius:8px;\n    border:1px solid #ddd; margin-bottom:25px; box-shadow:0 4px 10px rgba(0,0,0,0.02);\n}\n.bike-product-wrapper .spec-table { width:100%; border-collapse:collapse; min-width:600px; }\n.bike-product-wrapper .spec-table.two-col th { width:35%; }\n.bike-product-wrapper .spec-table th {\n    background-color:#f7f8f6; font-weight:900; text-transform:uppercase;\n    font-size:0.85em; color:var(--brand-primary); border-left:4px solid var(--brand-accent);\n    padding:12px 15px; text-align:left;\n}\n.bike-product-wrapper .spec-table td { padding:12px 15px; border:1px solid #eee; font-size:0.9em; text-align:left; }\n.bike-product-wrapper .spec-table tr:hover td { background-color:#fcfcfc; }\n\n\/* Sizing *\/\n.bike-product-wrapper .sizing-row {\n    display:flex; flex-wrap:wrap; gap:10px; justify-content:center; align-items:center;\n    padding:14px 0; margin:24px 0 8px;\n    border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;\n}\n.bike-product-wrapper .sizing-row .sizing-label {\n    font-size:0.75em; text-transform:uppercase; letter-spacing:1px;\n    color:var(--brand-primary); font-weight:700; margin-right:6px;\n}\n.bike-product-wrapper .sizing-row .sizing-chip {\n    display:inline-flex; align-items:center; gap:6px;\n    padding:5px 14px; border:1px solid #ddd; border-radius:6px;\n    font-size:0.85em; color:#444; background:#fafafa;\n}\n.bike-product-wrapper .sizing-row .sizing-chip strong {\n    color:var(--brand-primary); font-weight:700;\n}\n\n\/* FAQ *\/\n.bike-product-wrapper details.faq-item { border:none; border-bottom:1px solid #f0f0f0; margin-bottom:0; }\n.bike-product-wrapper details.faq-item:last-child { border-bottom:none; }\n.bike-product-wrapper details.faq-item summary { font-size:1em; font-weight:600; padding:18px 45px 18px 0; color:#2c2c2c; }\n.bike-product-wrapper details.faq-item summary:hover { color:var(--brand-primary); }\n.bike-product-wrapper details.faq-item summary::after { width:8px; height:8px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c; }\n.bike-product-wrapper .faq-answer { padding:0 0 20px; font-size:0.9em; color:#555; line-height:1.6; margin:0; }\n\n\/* List Section *\/\n.bike-product-wrapper .list-section ul { list-style:none; padding:0; margin-top:5px; }\n.bike-product-wrapper .list-section li {\n    display:flex; flex-direction:column; padding-left:35px; position:relative; margin-bottom:8px;\n}\n.bike-product-wrapper .list-section li::before {\n    content:'\\2713'; position:absolute; left:0; top:0;\n    color:var(--brand-accent); font-size:1.6em; line-height:1; font-weight:900;\n}\n.bike-product-wrapper .list-section .item-title { font-weight:bold; text-transform:uppercase; letter-spacing:0.5px; color:#2c2c2c; font-size:0.9em; }\n.bike-product-wrapper .list-section .item-desc { font-size:0.85em; color:#555; }\n\n\/* Responsive *\/\n@media (max-width:768px) {\n    .bike-product-wrapper .hero-content h2 { font-size:2.2em; }\n    .bike-product-wrapper .product-subtitle { font-size:1.1em; }\n    .bike-product-wrapper h3 { font-size:1.5em; }\n    .bike-product-wrapper .sub-headline { font-size:1.15em; }\n    .bike-product-wrapper .spec-table { min-width:400px; }\n}\n\n@media (prefers-reduced-motion:reduce) {\n    .bike-product-wrapper .shimmer-text { animation:none; }\n    .bike-product-wrapper .belcopia-modal { transition:none; }\n    .bike-product-wrapper .belcopia-modal-content { transition:none; }\n    .bike-product-wrapper .bike-fade-swap .fade-img { transition:none; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bike-product-wrapper\"\u003e\n\u003cdiv class=\"at-a-glance-bar\"\u003e\n\u003cdiv class=\"glance-container\"\u003e\n\u003cdiv class=\"glance-item\"\u003e\n\u003cimg width=\"36\" height=\"36\" loading=\"lazy\" decoding=\"async\" alt=\"Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/bicycle-frame-geometry-specification-svg-icon.png?v=1769495951\"\u003e\u003cspan class=\"glance-title\"\u003eFrame\u003c\/span\u003e\u003cspan class=\"glance-desc\"\u003e6061 Forged Aluminum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glance-item\"\u003e\n\u003cimg width=\"36\" height=\"36\" loading=\"lazy\" decoding=\"async\" alt=\"Motor\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/bicycle-drivetrain-gearing-fixed-gear-svg-icon.png?v=1769496081\"\u003e\u003cspan class=\"glance-title\"\u003eMotor\u003c\/span\u003e\u003cspan class=\"glance-desc\"\u003e500W Mid-Drive (750W Peak)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glance-item\"\u003e\n\u003cimg width=\"36\" height=\"36\" loading=\"lazy\" decoding=\"async\" alt=\"Wheels\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/bicycle-wheel-size-specification-svg-icon.png?v=1769496179\"\u003e\u003cspan class=\"glance-title\"\u003eWheels\u003c\/span\u003e\u003cspan class=\"glance-desc\"\u003e27.5\" Kenda All-Terrain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glance-item\"\u003e\n\u003cimg width=\"36\" height=\"36\" loading=\"lazy\" decoding=\"async\" alt=\"Battery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/bicycle-weight-specification-lbs-svg-icon.png?v=1769496274\"\u003e\u003cspan class=\"glance-title\"\u003eBattery\u003c\/span\u003e\u003cspan class=\"glance-desc\"\u003e48V 15Ah (720Wh)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"glance-item\"\u003e\n\u003cimg width=\"36\" height=\"36\" loading=\"lazy\" decoding=\"async\" alt=\"Range\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/bicycle-use-type-specification-svg-icon.png?v=1769496364\"\u003e\u003cspan class=\"glance-title\"\u003eRange\u003c\/span\u003e\u003cspan class=\"glance-desc\"\u003eUp to 62 Miles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-image-section\"\u003e\n\u003cimg width=\"1200\" height=\"800\" draggable=\"false\" loading=\"eager\" alt=\"Rider on Freego City Flow A1 commuting on tree-lined path\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/Man_riding_an_Freego_City_Flow_A1_Electric_Bike_on_a_path_with_trees_in_the_background.jpg?v=1773382388\"\u003e\n\u003cdiv class=\"hero-overlay\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2 class=\"shimmer-text\"\u003eFreego City Flow A1\u003c\/h2\u003e\n\u003cp class=\"product-subtitle shimmer-text\"\u003eThe Hill on Your Commute Just Became Flat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"page-content\"\u003e\n\u003cdiv class=\"unbordered-section\"\u003e\n\u003cp class=\"sub-headline\"\u003e\"You know that hill. The one that makes you show up to work sweating through your shirt. It just stopped being a problem.\"\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong class=\"description-emphasis\"\u003eFreego City Flow A1\u003c\/strong\u003e is a \u003cstrong class=\"description-emphasis\"\u003emid-drive electric commuter bike\u003c\/strong\u003e that uses the same motor technology found in $4,000 European e-bikes. A 500W mid-drive motor with 750W peak power sends 150Nm of torque through your gears, not around them. Low gear on a steep hill? The motor multiplies that advantage. High gear on the flats? It barely sips battery. This is how commuting was always supposed to feel.\u003c\/p\u003e\n\u003cp\u003eShimano 8-speed shifting. SR Suntour suspension. Tektro hydraulic disc brakes. A 6061 forged aluminum frame that weighs less than you expect. The 48V 15Ah battery gives you up to 62 miles per charge. And front and rear cargo racks come standard, because a commuter bike that cannot carry your laptop bag and a bag of groceries on the same trip is not really a commuter bike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"expert-insight\"\u003e\n\u003cp class=\"expert-insight-quote\"\u003e\"Most commuter e-bikes use hub motors that shove you forward at the same force whether you are crawling up a hill or cruising on flat ground. The City Flow A1 puts its motor at the crank and pushes power through the gears. That means more torque when you need it, less battery drain when you do not. 150Nm through 8 speeds. This is the architecture premium European brands have been using for years.\"\u003c\/p\u003e\n\u003cdiv class=\"expert-insight-attr\"\u003e— Belcopia Team\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unbordered-section\"\u003e\n\u003ch3\u003eTHIS RIDE IS FOR YOU IF...\u003c\/h3\u003e\n\u003cdiv class=\"two-col-container\"\u003e\n\u003cdiv class=\"bike-fade-swap\" data-interval=\"5000\"\u003e\n\u003cimg class=\"fade-img active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/Man_riding_an_Freego_City_Flow_A1_Electric_Bike_on_a_path_with_trees_in_the_background.jpg?v=1773382388\" alt=\"Rider on Freego City Flow A1 on tree-lined path\" loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\"\u003e\n\u003cimg class=\"fade-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/Man_riding_a_Freego_City_Flow_A1_Electric_Bike_on_a_city_street_with_modern_buildings_in_the_background.jpg?v=1773382388\" alt=\"Freego City Flow A1 in urban setting\" loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\"\u003e\n\u003c\/div\u003e\n\u003cul class=\"two-col-list\"\u003e\n\u003cli\u003eYour commute has that one hill that turns a pleasant ride into a punishment\u003c\/li\u003e\n\u003cli\u003eYou have tried hub motor e-bikes and they felt like someone was pushing you from behind instead of riding with you\u003c\/li\u003e\n\u003cli\u003eYou stop at the grocery store on the way home and need somewhere to put six bags without a backpack\u003c\/li\u003e\n\u003cli\u003eYou want to show up to work dry, composed, and maybe even smiling on a Monday\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unbordered-section\"\u003e\n\u003ch3\u003eTHE ENGINE IS IN THE RIGHT PLACE\u003c\/h3\u003e\n\u003cdiv class=\"two-col-container reverse\"\u003e\n\u003cdiv class=\"bike-fade-swap\" data-interval=\"5000\"\u003e\n\u003cimg class=\"fade-img active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/Freego_City_Flow_A1_Electric_Bike_on_a_city_street_with_modern_buildings_and_trees_in_the_background.jpg?v=1773382388\" alt=\"Freego City Flow A1 parked in city\" loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\"\u003e\n\u003cimg class=\"fade-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/Man_riding_an_Freego_City_Flow_A1_Electric_Bike_on_a_city_street_with_modern_buildings_and_greenery..jpg?v=1773382388\" alt=\"Freego City Flow A1 urban riding\" loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAnd That Changes Everything\u003c\/h4\u003e\n\u003cp\u003eHere is the difference you feel on day one. A \u003cstrong class=\"description-emphasis\"\u003eCity Flow A1 mid-drive motor\u003c\/strong\u003e sits at the crank and sends power through the chain. When you shift into low gear for a hill, the motor's 150Nm of torque gets multiplied by that gear ratio. When you shift to high gear on the flats, it spins efficiently and barely touches the battery. Hub motors? They just push. Same force, every gear, every situation. That is why this bike feels like riding, not like being pushed.\u003c\/p\u003e\n\u003cp\u003eThe rest of the build matches the motor. SR Suntour suspension swallows potholes you did not see coming. 27.5\" Kenda all-terrain tires grip wet pavement, gravel shoulders, and that sketchy bike lane with the crumbling edge. Tektro hydraulic disc brakes stop you confidently in rain. The \u003cstrong class=\"description-emphasis\"\u003eFreego City Flow A1 electric bike\u003c\/strong\u003e is a commuter built with trail-grade components because city roads are often worse than trails.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unbordered-section\"\u003e\n\u003ch3\u003eCHARGE SUNDAY. RIDE ALL WEEK.\u003c\/h3\u003e\n\u003cdiv class=\"two-col-container\"\u003e\n\u003cdiv class=\"bike-fade-swap\" data-interval=\"5000\"\u003e\n\u003cimg class=\"fade-img active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/Person_sitting_on_a_Freego_City_Flow_A1_in_a_park_at_sunset.jpg?v=1773382388\" alt=\"Freego City Flow A1 at sunset\" loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\"\u003e\n\u003cimg class=\"fade-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/Man_riding_a_Freego_City_Flow_A1_Electric_Bike_on_a_path_with_trees_in_the_background.jpg?v=1773382388\" alt=\"Freego City Flow A1 on scenic path\" loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003e62 Miles Per Charge\u003c\/h4\u003e\n\u003cp\u003eDo the math on your commute. If your round trip is 10 miles, the 48V 15Ah battery (720Wh) covers nearly your entire work week on a single Sunday night charge. No more tracking charge levels every morning. No range anxiety on the way home. The battery slides out of the frame, charges at your desk or in a closet, and locks back in when you leave.\u003c\/p\u003e\n\u003cp\u003eFive assist levels let you choose your effort. Level 1 for a light workout and maximum range. Level 5 for that Monday morning where you just need to get there. The mid-drive motor stretches battery further than hub motors on routes with stops and starts, because it is not fighting the gears. It is using them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unbordered-section\"\u003e\n\u003ch3\u003eKEY FEATURES\u003c\/h3\u003e\n\n\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card text-only\"\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4\u003e500W Mid-Drive Motor\u003c\/h4\u003e\n\u003cp\u003eThe motor that works with your gears, not against them. 750W peak and 150Nm of torque that multiplies through every shift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card text-only\"\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4\u003eShimano 8-Speed\u003c\/h4\u003e\n\u003cp\u003eEight gears paired with a mid-drive motor. Low gear turns hills into flat ground. High gear lets you cruise without burning battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card text-only\"\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4\u003eTektro Hydraulic Brakes\u003c\/h4\u003e\n\u003cp\u003eWet Tuesday morning. Car cuts you off. You squeeze the lever and stop on a dime. Hydraulics do not care about weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card text-only\"\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4\u003eSR Suntour Fork\u003c\/h4\u003e\n\u003cp\u003eThat pothole the city has been \"fixing\" for three years? You will barely notice it anymore.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card text-only\"\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4\u003eFront + Rear Racks\u003c\/h4\u003e\n\u003cp\u003eLaptop bag on back. Grocery run on front. Both racks come standard because a commuter without cargo space is just a toy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card text-only\"\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4\u003e27.5\" All-Terrain Tires\u003c\/h4\u003e\n\u003cp\u003eKenda rubber that grips wet pavement, gravel shoulders, and that one block of cobblestone you cannot avoid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"unbordered-section\"\u003e\n\u003ch3\u003eWHY THIS BUILD MATTERS\u003c\/h3\u003e\n\u003cp style=\"margin-bottom:20px;font-size:1.05em;color:#333;\"\u003eHere is the technical breakdown of why this bike stands out.\u003c\/p\u003e\n\u003cdiv class=\"three-col-grid\"\u003e\n\u003cdiv class=\"tech-proof-card\"\u003e\n\u003ch4\u003eHills Stop Being a Factor\u003c\/h4\u003e\n\u003cp\u003e150Nm through 8 gears. The steepest hill on your commute becomes the part where you pass the person on the regular bike. Mid-drive torque multiplication is real engineering, not marketing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-proof-card\"\u003e\n\u003ch4\u003eCharge Once, Ride All Week\u003c\/h4\u003e\n\u003cp\u003e62 miles on a single charge. For most commuters, that is Monday through Friday without thinking about the charger until Sunday night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-proof-card\"\u003e\n\u003ch4\u003eShow Up With Everything\u003c\/h4\u003e\n\u003cp\u003eFront and rear racks. Standard. Not aftermarket. Your laptop, your lunch, your grocery stop on the way home. All handled without a backpack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sizing-row\"\u003e\n\u003cspan class=\"sizing-label\"\u003eSizing\u003c\/span\u003e\n\u003cspan class=\"sizing-chip\"\u003e\u003cstrong\u003eOne Size\u003c\/strong\u003e 5'4\" - 6'2\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"accordion-wrapper\"\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eTechnical Specifications\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table two-col\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eMotor\u003c\/th\u003e\n\u003ctd\u003e500W Mid-Drive (750W Peak)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTorque\u003c\/th\u003e\n\u003ctd\u003e150 Nm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBattery\u003c\/th\u003e\n\u003ctd\u003e48V 15Ah (720Wh)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRange\u003c\/th\u003e\n\u003ctd\u003eUp to 62 miles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTop Speed\u003c\/th\u003e\n\u003ctd\u003e28 mph (Class 3)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFrame\u003c\/th\u003e\n\u003ctd\u003e6061 Forged Aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSuspension\u003c\/th\u003e\n\u003ctd\u003eSR Suntour Fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDrivetrain\u003c\/th\u003e\n\u003ctd\u003eShimano 8-Speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBrakes\u003c\/th\u003e\n\u003ctd\u003eTektro Hydraulic Disc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTires\u003c\/th\u003e\n\u003ctd\u003e27.5\" Kenda All-Terrain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDisplay\u003c\/th\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCargo\u003c\/th\u003e\n\u003ctd\u003eFront + Rear Racks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eFrequently Asked Questions\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content faq-container\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat is a mid-drive motor and why is it better for commuting?\u003c\/summary\u003e\n\u003cp class=\"faq-answer\"\u003eThink of it like a car transmission. A mid-drive motor sits at the pedals and sends power through the chain and gears. When you shift to low gear on a hill, the motor gets that same mechanical advantage. Hub motors just push the wheel at the same force no matter what gear you are in. For stop-and-go city riding with hills, mid-drive is significantly more efficient. You feel the difference on the first ride.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow far can the City Flow A1 go on one charge?\u003c\/summary\u003e\n\u003cp class=\"faq-answer\"\u003eUp to 62 miles on pedal assist. If your round trip commute is 10 miles, that is almost six days on one charge. Range varies with assist level, terrain, rider weight, and wind. Most commuters charge once a week.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes the City Flow A1 have a throttle?\u003c\/summary\u003e\n\u003cp class=\"faq-answer\"\u003eYes. Five levels of pedal assist for when you want some exercise, and a throttle for when you absolutely do not. Monday mornings, steep hills, running late. The throttle is there.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat warranty options are available?\u003c\/summary\u003e\n\u003cp class=\"faq-answer\"\u003eFree 2 year warranty included out of the box. You can upgrade to 3, 4, or 5 years at purchase if you want longer coverage for your daily driver.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eCan the City Flow A1 carry cargo?\u003c\/summary\u003e\n\u003cp class=\"faq-answer\"\u003eBoth racks come standard. Front and rear. Strap on panniers, bungee a grocery bag, mount a basket. Most commuters use the rear for a work bag and the front for errands on the way home. No aftermarket purchases needed.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs the City Flow A1 good for hilly commutes?\u003c\/summary\u003e\n\u003cp class=\"faq-answer\"\u003eThis is where it shines. 150Nm of torque through 8 gears means the motor gets stronger as you shift down on steep climbs. Riders who switched from hub motor e-bikes consistently say the difference on hills is night and day.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eWhat's In The Box\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content list-section\"\u003e\n\u003cdiv style=\"margin-top:10px;\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"item-title\"\u003eFreego City Flow A1 E-Bike\u003c\/span\u003e\u003cspan class=\"item-desc\"\u003eArrives partially assembled. Front wheel, handlebars, pedals, and accessories need attaching. About 30 to 45 minutes with the included tools.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"item-title\"\u003eBattery + Charger\u003c\/span\u003e\u003cspan class=\"item-desc\"\u003e48V 15Ah removable battery and charger. Plug in Sunday night, ride all week.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"item-title\"\u003eAccessories\u003c\/span\u003e\u003cspan class=\"item-desc\"\u003eFront and rear cargo racks, fenders, lights, pedals, and all assembly tools. Everything you need to start commuting, right in the box.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"belcopia-modal\" id=\"belcopia-image-modal\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Image Preview\"\u003e\n\u003cspan class=\"belcopia-modal-close\" role=\"button\" aria-label=\"Close image preview\" tabindex=\"0\"\u003e×\u003c\/span\u003e\n\u003cimg decoding=\"async\" draggable=\"false\" alt=\"Feature Preview\" id=\"belcopia-modal-img\" class=\"belcopia-modal-content\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function(){\n    var w=document.querySelector('.bike-product-wrapper');\n    if(!w)return;\n\n    \/* Lightbox *\/\n    var modal=document.getElementById('belcopia-image-modal');\n    var mImg=document.getElementById('belcopia-modal-img');\n    var cls=w.querySelector('.belcopia-modal-close');\n    if(modal\u0026\u0026mImg){\n        w.addEventListener('click',function(e){\n            var t=e.target;\n            if(t.tagName==='IMG'\u0026\u0026t.closest('.two-col-container,.bike-fade-swap,.feature-card.has-image')){\n                e.preventDefault();\n                mImg.src=t.src;\n                modal.classList.add('show');\n                document.body.style.overflow='hidden';\n                if(cls)cls.focus();\n            }\n        });\n        function closeM(){\n            modal.classList.remove('show');\n            setTimeout(function(){mImg.src='';},300);\n            document.body.style.overflow='';\n        }\n        if(cls)cls.addEventListener('click',closeM);\n        modal.addEventListener('click',function(e){if(e.target===modal)closeM();});\n        document.addEventListener('keydown',function(e){\n            if((e.key==='Escape'||e.key==='Enter')\u0026\u0026modal.classList.contains('show'))closeM();\n        });\n    }\n\n    \/* Fade Swap *\/\n    var swaps=w.querySelectorAll('.bike-fade-swap');\n    var obs=new IntersectionObserver(function(entries){\n        entries.forEach(function(en){en.target.dataset.vis=en.isIntersecting?'1':'0';});\n    },{threshold:0.1});\n    swaps.forEach(function(s){\n        obs.observe(s);\n        var imgs=s.querySelectorAll('.fade-img');\n        if(imgs.length\u003c2)return;\n        var iv=parseInt(s.dataset.interval)||5000;\n        setInterval(function(){\n            if(s.dataset.vis!=='1')return;\n            var a=s.querySelector('.fade-img.active');\n            var n=a.nextElementSibling;\n            if(!n||!n.classList.contains('fade-img'))n=imgs[0];\n            a.classList.remove('active');\n            n.classList.add('active');\n        },iv);\n    });\n})();\n\u003c\/script\u003e","brand":"Freego USA","offers":[{"title":"Free (2-Year)","offer_id":43400754266186,"sku":"cityflow-a1-2year","price":2199.0,"currency_code":"USD","in_stock":true},{"title":"3-Year","offer_id":43400754298954,"sku":"cityflow-a1-3year","price":2349.0,"currency_code":"USD","in_stock":true},{"title":"4-Year","offer_id":43400754331722,"sku":"cityflow-a1-4year","price":2449.0,"currency_code":"USD","in_stock":true},{"title":"5-Year","offer_id":43400754364490,"sku":"cityflow-a1-5year","price":2549.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0548\/6585\/4538\/files\/Freego_City_Flow_A1_eBike.png?v=1773382388","url":"https:\/\/www.belcopia.com\/products\/freego-city-flow-a1-electric-commuter-bike","provider":"Belcopia","version":"1.0","type":"link"}