Shengmilo MX03 Electric Mountain Bike
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.
Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.

Shengmilo MX03 Electric Mountain Bike 26*3.0 inch Fat Tire 500W Bafang Motor 48V 17.5AH Battery IPX5 Waterproof Level Torque 80 N·m.

44 sold
$1,366.16
$1,471.25
-$105.09
Quantity
Free shipping
Sustainably made
Secure payments
SKU:

48V17.5AH SAMSUNG BATTERY

Shengmilo MX03 combines the new battery technology with a 18650 high performance SAMSUNG battery cells, this 840Wh battery efficiently improves the range, stability, and safety of Shengmilo bikes. A single charge can last up to 40~50 km on throttle mode and over 80~90 km with pedal assist mode. More than 1500 charging cycles, Battery capacity is not less than 90% after 8 months, not less than 80% after 18 months.

BAFANG POWERFUL MOTOR 1000W

ThisBAFANG Motor that produces up to 1000w peak power!The motor is the heart of the electric bicycle and the most critical component of the electric bicycle. It's performance affects the power, speed, endurance and wading ability. Motorclimbing capability :35°,Thewaterproof level: IPX5Torque80 N·m.Max riding speed 25KM/H (15.5mph). BaFang motors support door-to-door after-sales service in Europe, North America, Japan and other countries, so that you do not need to worry about after-sales problems of the motor.

ALL-TERRAIN ELECTRIC MOUNTAIN BIKE

The Shengmilo MX03 all-terrain electric mountain bike is a top choice for outdoor enthusiasts looking for an exhilarating off-road adventure. Packed with impressive features, this bike offers an unparalleled riding experience. Its powerful electric motor delivers robust performance and makes conquering steep hills effortless. The MX03 boasts exceptional durability and can withstand various terrains, providing stability and control for riders. With its long-lasting battery, this bike offers extended ride durations, perfect for long-distance journeys. Additionally, its sleek design and comfortable seating make it a stylish and enjoyable ride. Whether you're tackling rough trails or cruising through urban landscapes, the Shengmilo MX03 all-terrain electric mountain bike will exceed your expectations.

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.