Dirt eBike - 3 Hours Fast Charging + 140KM Battery life Electric Bicycle

people are viewing this right now
Shipping
$4.99
Color:  Silver
Range:  140KM
Quantity
Description

The last day! clearance sale! Today for only  $39.99! All items are in stock! Limited Stock! !
The first  100 users who  place an order today will receive a free motorcycle helmet!




These bikes are overstocked by dealers in our warehouse and have reached the end of their contract period and have not yet been processed in a timely manner. Our warehouse has the right to sell these inventories at low prices to reduce our losses.
3-hour quick charge and 140 km range electric bicycle

High-powered off-road riding for everyone

The X260 takes things to the next level. Compact, fast, environmentally friendly and low-maintenance, the X260 enables more people than ever to take part in exciting off-road adventures they could only dream of before.



Quick battery replacement, unlimited mileage

The bike battery is replaceable and can be replaced with a new fully charged battery in seconds. From now on, it's time to say goodbye to those regular, time-consuming charging methods. The Bike comes with replaceable batteries to take you further.



Super lightweight

The bike is built with a strong lightweight aluminum alloy frame and features a premium design. Unlike most traditional dirt bikes, the bike weighs only 121.3 pounds. Thanks to its light weight, it can accompany fearless riders to power through tougher terrains unknown.


Easy to master

Crossing a forest stream to a rugged mountain road? all good. Want to ride on narrow and twisty trails, fire roads, steep rocks, or steep hills? no problem. When you have Field Oriented Control (FOC) that is stable and adapts to the user's riding habits, you can explore all off-road terrain with confidence. The controller is IP67 waterproof and the battery is IP65 waterproof, made of aluminum alloy with heat dissipation function and suitable for all off-road terrains.



Top speed and range

Because the sky's the limit for your adventures, this is the bike that can keep up. With a top speed of 46.6 mph, this bike awaits you to experience its high-speed stability, agility, and responsive communication between road and rider. Bike has partnered with Tesla battery supplier Panasonic to ensure optimal battery power levels, enabling it to travel 74.6 miles on a single charge.



Extraordinary acceleration

With peak torque of 23.6 ft*lbs, top speed of 5400 rpm and operating temperatures up to 356°F, you can unleash your full capabilities when riding. The bike can accelerate from 0 to 31 mph in 4.02 seconds.



Excellent shock absorption effect

Because your adventure doesn't come without a multi-link hydraulic spring central rear suspension (TR suspension) plus a double-shoulder inverted front fork, Bike's latest in-house developed suspension system is designed to make off-road powerful yet comfortable.



“Turnkey” data connectivity

What's smart about the Bike is that it pairs with the Bike-Ninebot app so riders can track their ride statistics and routes. Two riding modes are available to meet the needs of cyclists of different levels. Sport mode is for those who crave speed, and EP mode is for those who need range.



Low maintenance costs and fully electric

We naturally think of off-road bikes as energy-hungry and high-maintenance, but Bike cleared all the hurdles by making an all-electric off-road bike. Forget about all the money and grease you have to endure when maintaining any gas-powered bike.



Easy wheelie

With perfect traction, 184.6 ft*lbs (X260) of torque, and a wide 49.8-inch wheelbase, the Bike is ready to support riders with challenging tricks with ease. The powerful rear wheel, with 48 rear sprocket teeth and a 45° climbing angle, allows the rider to easily wheelie or climb stairs.



Dual drive system

Both bike models feature a dual drive system, consisting of a main drive system and an auxiliary drive system. The primary drive system includes a 22-inch HTD 8M belt, and the auxiliary drive system includes a 106-section 420 chain. The dual drive system enhances the overall torque power of the wheels and prevents the chain from falling off.

Highly customizable

The bike is compatible with almost all bicycle parts and can be easily modified to suit your personal needs, with endless possibilities. Riders can modify and rebuild to create a bike that best suits their needs.

---------
details make a difference



Fast charging

Bike is working with market-leading battery partner Panasonic to provide Bike with high-quality batteries of optimal capacity. Panasonic is known for safety and durability and is also a battery supplier to high-end electric car brands such as Tesla. The bike battery is fully charged in 3-4 hours and can travel 74.6 miles on a single charge.



Pause

Front: Double shoulder inverted fork (adjustable)
Rear: Multi-link hydraulic spring Center-mounted
rear shock Travel: 3.3 inches (85mm adjustable)
Prevents excessive movement
Supports a lot of weight



Drive System

Main: HTD 8M belt 22.0 inches (560 mm)
Secondary: 106 sections 420 chain
transmission with high efficiency
, transmits more power
and withstands greater torque



Body frame

Ultra-lightweight
aviation-grade aluminum alloy frame
has better endurance under extreme conditions



Brake

Front wheel mechanical drum brakes. Rear case regenerative electric brake. Simultaneously dual brakes provide maximum stability and maneuverability. IPX5 waterproof.



Dashboard

Ninebot MAX adopts a wide platform design and can accommodate up to two people at the same time. Anti-slip design increases contact friction to ensure rider safety.



Lamp

The headlight is designed with a 2.5-watt high-brightness LED light that illuminates the road ahead of you and increases your visibility to others around you.

Disclaimer: For your safety, please try not to ride at night



Charging port

Front wheel mechanical drum brakes. Rear case regenerative electric brake. Simultaneously dual brakes provide maximum stability and maneuverability. IPX5 waterproof.

Tire

・70/100-19 off-road tires
・Shock-absorbing, comfortable ride
・Improved control and handling
・Suitable for all terrains

Package includes

Bicyclex1

Charger x1

User manual x1

Installation tools x1

Black helmet x1

Our guarantee

📦Worldwide Insured Shipping: Every order includes real-time tracking details and insurance in case your package is lost or stolen in transit.

💰Money Back Guarantee: If your item arrives damaged or defective within 90 days of normal use, we will happily replace or refund your purchase.

✉️ 24/7 CUSTOMER SUPPORT: We have a team of live representatives ready to help resolve any issues you have, 24 hours a day, 7 days a week. Please contact us: support@inthesportsshop.com

🔒Safe and Secure Checkout: We use state-of-the-art SSL security encryption to ensure your personal and financial information is 100% protected

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.