ENVO Flex Overland 500W Electric Trike
.bike-product-wrapper { --brand-primary: #5f7038; --brand-accent: #E3B123; --brand-dark: #212121; font-family: 'Trebuchet MS', Arial, sans-serif; line-height: 1.6; color: #333; ove rflow-x: hidden; background-color: #fff; } .bike-product-wrapper img { transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94); will-change: transform; } /* Lightbox Modal */ .bike-product-wrapper .belcopia-modal { display:none; position:fixed; z-index:99999; left:0; top:0; right:0; bottom:0; width:100vw; height:100vh; background-color:rgba(0,0,0,0.85); backdrop-filter:blur(8px); opacity:0; transition:opacity 0.3s ease; } .bike-product-wrapper .belcopia-modal.show { display:block; opacity:1; } .bike-product-wrapper .belcopia-modal-content { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(0.95); max-width:90vw; max-height:85vh; border-radius:12px; box-shadow:0 10px 40px rgba(0,0,0,0.5); object-fit:contain; transition:transform 0.3s cubic-bezier(0.25,0.46,0.45,0.94); } .bike-product-wrapper .belcopia-modal.show .belcopia-modal-content { transform:translate(-50%,-50%) scale(1); } .bike-product-wrapper .belcopia-modal-close { position:absolute; top:20px; right:30px; z-index:100000; color:#fff; font-size:45px; font-weight:bold; cursor:pointer; text-shadow:0 2px 4px rgba(0,0,0,0.5); } .bike-product-wrapper .belcopia-modal-close:hover { color:var(--brand-accent); } /* Shimmer Animation */ @keyframes metallicShimmer { 0% { background-position:0% 50%; } 100% { background-position:200% 50%; } } /* At-A-Glance Bar */ .bike-product-wrapper .at-a-glance-bar { background-color:var(--brand-dark); color:#fff; padding:12px 10px; contain:layout paint; } .bike-product-wrapper .glance-container { display:flex; justify-content:space-around; text-align:center; max-width:1200px; margin:0 auto; flex-wrap:wrap; gap:15px; } .bike-product-wrapper .glance-item { display:flex; flex-direction:column; align-items:center; gap:5px; font-size:0.8em; min-width:90px; } .bike-product-wrapper .glance-item img { width:36px; height:36px; filter:brightness(0) invert(1); } .bike-product-wrapper .glance-title { font-weight:bold; text-transform:uppercase; } /* Hero */ .bike-product-wrapper .hero-image-section { position:relative; height:50vh; min-height:400px; max-height:600px; display:flex; align-items:center; justify-content:center; overflow:hidden; background-color:#000; contain:layout paint; } .bike-product-wrapper .hero-image-section img { position:absolute; top:50%; left:50%; width:100%; height:100%; object-fit:cover; transform:translate(-50%,-50%); opacity:0.85; } .bike-product-wrapper .hero-overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3) 60%); } .bike-product-wrapper .hero-content { position:relative; z-index:3; padding:20px; text-align:center; width:100%; display:flex; flex-direction:column; align-items:center; } .bike-product-wrapper .shimmer-text { background:linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 25%, #fff 50%, var(--brand-accent) 75%, var(--brand-primary) 100%); background-size:200% auto; color:transparent; -webkit-background-clip:text; background-clip:text; animation:metallicShimmer 4s linear infinite; -webkit-text-stroke:1px rgba(255,255,255,0.4); filter:drop-shadow(2px 2px 10px rgba(0,0,0,0.8)); } .bike-product-wrapper .hero-content h2 { font-size:3.5em; font-weight:900; line-height:1.1; text-transform:uppercase; letter-spacing:1px; margin:0 auto 10px auto; } .bike-product-wrapper .product-subtitle { font-size:1.6em; font-weight:900; text-transform:uppercase; letter-spacing:2px; display:block; width:100%; margin-top:5px; -webkit-text-stroke:0.5px #fff; } /* Content Sections */ .bike-product-wrapper .page-content { max-width:1200px; margin:0 auto; padding:10px 20px; } .bike-product-wrapper h3 { font-size:2em; font-weight:bold; color:var(--brand-primary); border-bottom:2px solid #eee; padding-bottom:10px; margin-bottom:30px; text-transform:uppercase; position:relative; } .bike-product-wrapper h3::after { content:''; position:absolute; bottom:-2px; left:0; width:0; height:3px; background-color:var(--brand-accent); transition:width 0.6s ease; } .bike-product-wrapper .unbordered-section:hover h3::after { width:100%; } .bike-product-wrapper h4 { font-size:1.4em; font-weight:900; color:#2c2c2c; border-left:5px solid var(--brand-accent); padding-left:15px; text-transform:uppercase; letter-spacing:0.02em; margin-bottom:15px; } .bike-product-wrapper .unbordered-section { padding:20px 0; border:none; contain:content; } .bike-product-wrapper .description-emphasis { font-style:italic; font-weight:bold; color:var(--brand-primary); } .bike-product-wrapper .sub-headline { font-size:2em; font-weight:900; font-style:italic; color:var(--brand-primary); text-align:center; margin-bottom:30px; text-shadow:1px 1px 2px rgba(0,0,0,0.1); } .bike-product-wrapper p { margin-bottom:20px; line-height:1.7; } /* Two-Col Grid */ .bike-product-wrapper .two-col-container { display:grid; grid-template-columns:1fr; align-items:center; gap:30px; margin-bottom:25px; } @media (min-width:768px) { .bike-product-wrapper .two-col-container { grid-template-columns:1fr 1fr; } .bike-product-wrapper .two-col-container.reverse > :first-child { order:2; } } .bike-product-wrapper .two-col-container img { width:100%; max-height:380px; object-fit:cover; border-radius:12px; box-shadow:0 8px 30px rgba(0,0,0,0.12); display:block; overflow:hidden; cursor:zoom-in; transition:transform 0.5s ease; } @media (hover:hover) { .bike-product-wrapper .two-col-container img:hover { transform:scale(1.03); } } .bike-product-wrapper .two-col-list { list-style:none; padding:0; } .bike-product-wrapper .two-col-list li { display:flex; align-items:flex-start; margin-bottom:20px; font-weight:500; } .bike-product-wrapper .two-col-list li::before { content:'\2713'; color:var(--brand-accent); font-size:1.6em; margin-right:15px; line-height:1; font-weight:900; } /* 2-Image Crossfade Swap */ .bike-product-wrapper .bike-fade-swap { position:relative; width:100%; border-radius:12px; overflow:hidden; box-shadow:0 8px 30px rgba(0,0,0,0.12); aspect-ratio:4/3; } .bike-product-wrapper .bike-fade-swap .fade-img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity 0.8s ease-in-out; cursor:zoom-in; border-radius:0; box-shadow:none; max-height:none; } .bike-product-wrapper .bike-fade-swap .fade-img.active { opacity:1; z-index:2; } /* Key Features — Horizontal Scroller */ .bike-product-wrapper .features-scroller { display:flex; overflow-x:auto; padding-bottom:30px; scroll-snap-type:x mandatory; scrollbar-width:thin; scrollbar-color:var(--brand-primary) #e0e0e0; contain:layout paint; } .bike-product-wrapper .features-scroller::-webkit-scrollbar { height:10px; } .bike-product-wrapper .features-scroller::-webkit-scrollbar-track { background:#e0e0e0; border-radius:6px; } .bike-product-wrapper .features-scroller::-webkit-scrollbar-thumb { background-color:var(--brand-primary); border-radius:6px; border:2px solid #e0e0e0; } .bike-product-wrapper .feature-card { flex:0 0 300px; margin-right:25px; background:#f9f9f9; border-radius:12px; border:1px solid #eee; overflow:hidden; box-shadow:0 4px 15px rgba(0,0,0,0.06); display:flex; flex-direction:column; transition:transform 0.4s ease; cursor:pointer; scroll-snap-align:start; } .bike-product-wrapper .feature-card:hover { transform:translateY(-10px); box-shadow:0 15px 35px rgba(0,0,0,0.12); } .bike-product-wrapper .feature-card.has-image img { width:100%; height:200px; object-fit:cover; aspect-ratio:3/2; cursor:zoom-in; } .bike-product-wrapper .feature-card.has-image:hover img { transform:scale(1.05); } .bike-product-wrapper .feature-card-content { padding:12px 15px; flex-grow:1; display:flex; flex-direction:column; } .bike-product-wrapper .feature-card h4 { color:var(--brand-primary); font-size:1.2em; border:none; padding:0; margin-bottom:6px; } .bike-product-wrapper .feature-card p { font-size:0.9em; color:#555; margin:0; line-height:1.4; } /* Key Features — Text-Only Grid */ .bike-product-wrapper .features-grid { display:grid; grid-template-columns:1fr; gap:20px; margin-top:15px; } @media (min-width:768px) { .bike-product-wrapper .features-grid { grid-template-columns:repeat(2, 1fr); } } .bike-product-wrapper .feature-card.text-only { border-left:4px solid var(--brand-accent); background:#f9f9f9; border-radius:8px; padding:0; flex:none; margin:0; } .bike-product-wrapper .feature-card.text-only .feature-card-content { padding:20px 24px; } .bike-product-wrapper .feature-card.text-only h4 { color:var(--brand-primary); font-size:1.1em; margin-bottom:8px; } .bike-product-wrapper .feature-note { font-size:0.85em; color:#555; font-style:italic; margin-top:-20px; margin-bottom:25px; } .bike-product-wrapper .scroll-hint { font-size:0.85em; color:var(--brand-primary); font-style:italic; text-align:right; margin-bottom:8px; display:block; font-weight:bold; } @media (min-width:992px) { .bike-product-wrapper .scroll-hint { display:none; } } /* Why Build Matters */ .bike-product-wrapper .three-col-grid { display:grid; grid-template-columns:1fr; gap:20px; margin-top:15px; } @media (min-width:768px) { .bike-product-wrapper .three-col-grid { grid-template-columns:repeat(3, 1fr); } } .bike-product-wrapper .tech-proof-card { background:#fff; border:1px solid #eee; padding:16px 18px; border-radius:8px; box-shadow:0 4px 15px rgba(0,0,0,0.03); transition:transform 0.4s ease; } .bike-product-wrapper .tech-proof-card:hover { transform:translateY(-5px); box-shadow:0 10px 25px rgba(0,0,0,0.08); } .bike-product-wrapper .tech-proof-card h4 { color:var(--brand-accent); font-size:1.1em; border:none; padding:0; margin-bottom:6px; } .bike-product-wrapper .tech-proof-card p { font-size:0.9em; color:#555; margin:0; line-height:1.4; } /* Expert Insight */ .bike-product-wrapper .expert-insight { background-color:#fdfdfd; border-left:4px solid var(--brand-primary); padding:25px; margin:10px 0 30px; border-radius:4px; box-shadow:0 2px 10px rgba(0,0,0,0.02); } .bike-product-wrapper .expert-insight-quote { font-style:italic; font-weight:500; font-size:1.15em; color:#1a1a1a; margin:0 0 12px; line-height:1.5; } .bike-product-wrapper .expert-insight-attr { font-weight:bold; font-size:0.85em; color:var(--brand-primary); text-transform:uppercase; letter-spacing:1px; } /* Accordion */ .bike-product-wrapper .accordion-wrapper { margin:40px 0; border-top:1px solid #eee; } .bike-product-wrapper details.accordion-item { border-bottom:1px solid #eee; margin-bottom:0; overflow:hidden; } .bike-product-wrapper details.accordion-item summary { padding:24px 45px 24px 0; font-size:1.6em; font-weight:500; color:#1a1a1a; cursor:pointer; position:relative; outline:none; list-style:none; transition:color 0.3s ease; } .bike-product-wrapper details.accordion-item summary::-webkit-details-marker { display:none; } .bike-product-wrapper details.accordion-item summary::after { content:''; position:absolute; right:15px; top:50%; width:12px; height:12px; border-right:2px solid #1a1a1a; border-bottom:2px solid #1a1a1a; transform:translateY(-70%) rotate(45deg); transition:transform 0.3s ease, border-color 0.3s ease; } .bike-product-wrapper details.accordion-item summary:hover, .bike-product-wrapper details.accordion-item[open] summary { color:var(--brand-primary); } .bike-product-wrapper details.accordion-item[open] summary::after { transform:translateY(-30%) rotate(-135deg); border-color:var(--brand-primary); } .bike-product-wrapper .accordion-content { padding:0 0 30px; border-top:none; content-visibility:auto; contain-intrinsic-size:auto 500px; } /* Spec Table */ .bike-product-wrapper .table-wrapper { width:100%; overflow-x:auto; border-radius:8px; border:1px solid #ddd; margin-bottom:25px; box-shadow:0 4px 10px rgba(0,0,0,0.02); } .bike-product-wrapper .spec-table { width:100%; border-collapse:collapse; min-width:600px; } .bike-product-wrapper .spec-table.two-col th { width:35%; } .bike-product-wrapper .spec-table th { background-color:#f7f8f6; font-weight:900; text-transform:uppercase; font-size:0.85em; color:var(--brand-primary); border-left:4px solid var(--brand-accent); padding:12px 15px; text-align:left; } .bike-product-wrapper .spec-table td { padding:12px 15px; border:1px solid #eee; font-size:0.9em; text-align:left; } .bike-product-wrapper .spec-table tr:hover td { background-color:#fcfcfc; } /* Sizing */ .bike-product-wrapper .sizing-container { display:grid; grid-template-columns:1fr; align-items:center; gap:35px; } @media (min-width:768px) { .bike-product-wrapper .sizing-container { grid-template-columns:1fr 1fr; } } /* FAQ */ .bike-product-wrapper details.faq-item { border:none; border-bottom:1px solid #f0f0f0; margin-bottom:0; } .bike-product-wrapper details.faq-item:last-child { border-bottom:none; } .bike-product-wrapper details.faq-item summary { font-size:1em; font-weight:600; padding:18px 45px 18px 0; color:#2c2c2c; } .bike-product-wrapper details.faq-item summary:hover { color:var(--brand-primary); } .bike-product-wrapper details.faq-item summary::after { width:8px; height:8px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c; } .bike-product-wrapper .faq-answer { padding:0 0 20px; font-size:0.9em; color:#555; line-height:1.6; margin:0; } /* List Section */ .bike-product-wrapper .list-section ul { list-style:none; padding:0; margin-top:5px; } .bike-product-wrapper .list-section li { display:flex; flex-direction:column; padding-left:35px; position:relative; margin-bottom:8px; } .bike-product-wrapper .list-section li::before { content:'\2713'; position:absolute; left:0; top:0; color:var(--brand-accent); font-size:1.6em; line-height:1; font-weight:900; } .bike-product-wrapper .list-section .item-title { font-weight:bold; text-transform:uppercase; letter-spacing:0.5px; color:#2c2c2c; font-size:0.9em; } .bike-product-wrapper .list-section .item-desc { font-size:0.85em; color:#555; } /* Responsive */ @media (max-width:768px) { .bike-product-wrapper .hero-content h2 { font-size:2.2em; } .bike-product-wrapper .product-subtitle { font-size:1.1em; } .bike-product-wrapper h3 { font-size:1.5em; } .bike-product-wrapper .sub-headline { font-size:1.4em; } .bike-product-wrapper .spec-table { min-width:400px; } } @media (prefers-reduced-motion:reduce) { .bike-product-wrapper .shimmer-text { animation:none; } .bike-product-wrapper .belcopia-modal { transition:none; } .bike-product-wrapper .belcopia-modal-content { transition:none; } .bike-product-wrapper .bike-fade-swap .fade-img { transition:none; } } Motor500W Hub Frame6061 Aluminum Wheels20" x 4.0" Fat Weight60 lbs RangeUp to 62 mi ENVO Drive Flex Overland 500W Foldable Electric Cargo Trike "A foldable electric cargo trike that carries 400 lbs and fits in your trunk." The ENVO Flex Overland electric cargo trike combines the stability of three wheels with the convenience of a foldable aluminum frame. Built on a 6061 aluminum step-thru chassis, the Flex Overland handles everything from daily grocery runs to weekend trail adventures with a 400 lb payload capacity. The 500W hub motor with torque sensor delivers smooth, responsive pedal assist across five levels. Pair it with the optional dual battery system for up to 136 miles of range. Whether you are hauling cargo or cruising bike paths, the Flex Overland turns every errand into a zero-emission trip. "A foldable electric trike with 400 lb payload, torque sensor, and dual battery option. The Flex Overland replaces a car for daily errands while folding compact enough for apartment storage or trunk transport." — Electric Cargo Trike Assessment THIS RIDE IS FOR YOU IF... You need three wheel stability for cargo hauling or balance confidence You want a foldable electric trike that stores in a closet or car trunk You carry kids, groceries, or gear and need 400 lb payload capacity You value a torque sensor for natural pedal feel on loaded rides FOLDABLE THREE-WHEEL STABILITY 6061 Aluminum Cargo Platform The foldable electric cargo trike frame uses 6061 aluminum for the perfect balance of strength and portability. The step-thru design accommodates riders from 4'11" to 6'5" with a one-size-fits-all geometry. Fold the frame in seconds for apartment storage or trunk transport. Front and rear racks provide mounting points for panniers, child seats, surfboard carriers, and bulk cargo. The three-wheel layout eliminates balance concerns at stops and low speeds, making this an ideal electric trike for adults and seniors. TORQUE SENSOR + DUAL BATTERY OPTION 48V 15Ah per Battery, Up to 136 Miles The torque sensor delivers natural, responsive pedal assist that adjusts power to your effort. Unlike cadence sensors that feel binary, the Flex Overland reads how hard you pedal and responds proportionally. Loaded with 300 lbs of cargo, the motor delivers more support. Cruising light, it conserves battery. The single 48V 15Ah battery provides up to 62 miles of range. Add the dual battery option for up to 136 miles of range on a single charge. Tektro hydraulic disc brakes with 180mm rotors and ceramic pads deliver confident stopping power at any load. KEY FEATURES Torque Sensor Pedal Assist Five levels of torque-sensing pedal assist for natural, responsive motor support. Foldable Aluminum Frame 6061 aluminum step-thru frame folds compact for storage and transport. Dual Battery Option Add a second 48V 15Ah battery for up to 136 miles of total range. 400 lb Payload Front and rear racks support cargo, child seats, panniers, and gear. Tektro Hydraulic Brakes 180mm rotors with ceramic pads for reliable stopping under full load. Shimano 7-Speed 11-32T cassette with 52T crankset provides a wide gear range. WHY THIS BUILD MATTERS Here is the technical breakdown of why this bike stands out. Replace Your Car Carry everything a car does. 400 lb payload handles groceries, kids, and gear for fraction of the operating cost. Stable at Any Speed Three-wheel design eliminates balance anxiety at stops, low speeds, and when fully loaded with cargo. Store Anywhere Folds to apartment-friendly dimensions. No garage required. Fits in most car trunks for weekend adventures. SIZING GUIDE Frame Size Rider Height One Size 4'11" - 6'5" Technical Specifications Motor 500W Hub Motor (1000W Controller) Sensor Torque Sensor Battery 48V 15Ah (720Wh) per unit Range Up to 62 mi (single) / 136 mi (dual) Top Speed 28 mph Frame 6061 Foldable Aluminum, Step-Thru Brakes Tektro Hydraulic Disc, 180mm, Ceramic Pads Tires 20" x 4.0" Fat Tires Drivetrain Shimano 7-Speed, 11-32T Suspension Front Suspension Fork Pedal Assist 5 Levels Weight 60 lbs Payload Capacity 400 lbs Rider Height 4'11" to 6'5" Lights Brake-Triggered Rear Light Frequently Asked Questions Is the ENVO Flex Overland a trike or a bike? It is a three-wheel electric trike. The dual rear wheel design provides inherent stability without needing to balance, making it ideal for cargo hauling and riders who prefer three-wheel confidence. Does the Flex Overland fold? Yes. The 6061 aluminum frame folds in seconds for compact storage. It fits in most car trunks, closets, or apartment entryways. What can you carry on the Flex Overland? Up to 400 lbs total payload. The front and rear racks accommodate panniers, child seats, surfboard carriers, and bulk cargo. Two child seats can be mounted simultaneously. How far does the Flex Overland go on one charge? Up to 62 miles with the single 48V 15Ah battery. The dual battery option extends range to approximately 136 miles. Actual range depends on assist level, cargo weight, and terrain. What is the top speed of the Flex Overland? Up to 28 mph with pedal assist. The torque sensor provides five assist levels for gradual speed control. Does the Flex Overland have a throttle? The motor is controlled via the torque sensor pedal assist system with five levels. Check local regulations for throttle availability in your area. Is the ENVO Flex Overland good for seniors? Yes. The step-thru frame, three-wheel stability, and torque sensor make it one of the most accessible electric trikes available. No balance required at stops or low speeds. What's In The Box ENVO Flex Overland TrikePartially assembled. Attach handlebars, pedals, and accessories. Battery + Charger48V 15Ah removable battery and charger included. Dual battery option ships with two batteries. AccessoriesFront and rear fenders, front and rear racks, and assembly tools included. × (function(){ var w=document.querySelector('.bike-product-wrapper'); if(!w)return; /* Lightbox */ var modal=document.getElementById('belcopia-image-modal'); var mImg=document.getElementById('belcopia-modal-img'); var cls=w.querySelector('.belcopia-modal-close'); if(modal&&mImg){ w.addEventListener('click',function(e){ var t=e.target; if(t.tagName==='IMG'&&t.closest('.two-col-container,.bike-fade-swap,.feature-card.has-image')){ e.preventDefault(); mImg.src=t.src; modal.classList.add('show'); document.body.style.overflow='hidden'; if(cls)cls.focus(); } }); function closeM(){ modal.classList.remove('show'); setTimeout(function(){mImg.src='';},300); document.body.style.overflow=''; } if(cls)cls.addEventListener('click',closeM); modal.addEventListener('click',function(e){if(e.target===modal)closeM();}); document.addEventListener('keydown',function(e){ if((e.key==='Escape'||e.key==='Enter')&&modal.classList.contains('show'))closeM(); }); } /* Fade Swap */ var swaps=w.querySelectorAll('.bike-fade-swap'); var obs=new IntersectionObserver(function(entries){ entries.forEach(function(en){en.target.dataset.vis=en.isIntersecting?'1':'0';}); },{threshold:0.1}); swaps.forEach(function(s){ obs.observe(s); var imgs=s.querySelectorAll('.fade-img'); if(imgs.length
More you might like
Related
ENVO Flex Overland Folding Cargo Electric Bike 500W Dual Bat
Related
ENVO Flex Overland
Related
ENVO Flex Overland
Related