K800 1000W Electric Bike for Adult 17.5AH Removable Battery 21 Speed Mountain Electric Bike

$1,183.75
Color:- Black+Yellow
TO- EU
Quantity
Free shipping
Sustainably made
Secure payments
Vendor by:
Description

Main Feature

1000W Brushless Motor: 

Ebikes for adults are equipped with a powerful motor that delivers unmatched torque and acceleration. The brushless motor operates silently, eliminating the noise and vibration associated with traditional motors. This means you can enjoy a peaceful ride without disturbing others or yourself. Whether you're commuting to work, exploring the countryside, or simply enjoying a leisurely ride, this motor ensures a smooth and effortless experience.

Removable Large Capacity Battery:

The Fat Tire Electric Bicycles is equipped with Large capacity 48V 17.5Ah battery, which covers a range of up to 45-70 km per charge for 6-8 hours. Removable battery with battery lock function. When you want to charge, you don't have to move the entire electric bike to the charging place. You can remove the battery and take it to a suitable place to charge. Removable battery makes charging more convenient whether you are at home or outdoor.

26 '' Electric Bike: 

City electric bicycles are paired with 20x4.0 fat tires, suitable for all terrains and roads, and can take you through rocky beaches, snowy countryside, or steep hills.

Four Cycling Modes:

You can freely switch between pure electric mode, pedal assist mode, and classic bicycle mode, and also enjoy cruise control mode while driving, all of which are good choices.

Specifications

Brand / Tire 26" inch Fat Tire
Model K800 Motor

48V 1000W Brushless

Geared Rear Hub Motor

Frame 6061 Aluminum Alloy Frame Torque 60-70 Nm
Fork Aluminum Alloy Crown Suspension Fork Reconmended Speed 25KM/H
Brake HydraulicDisc Brake Mileage Range Around 80KM
Gear SHIMAN0 21-Speed Battery 48V 18Ah Lithium Battery
Display Smart LCD Display that Shows Speed, Battery Status, Pedal Assist Level, etc. Net Weight 33.5KG
Throttle Twist Throttle on the Right side of Handlebar Gross Weight 40KG
Headlight LED Headlight Powered by Battery Max Load 180KG
Certification CE Package Size 148*29*77cm
- - Color Black+Blue, Black+Yellow


Package Included:

1 x Electric Moped Bicycle

1 x EU Charger

1 x User Manual

1 x Installation Tool

1 Pair Fenders

Please Note:

● Please check and tighten the screws when you receive the electric bike.

● If there are technical problems that cannot be solved, please contact us.

● Please read the instructions carefully and wear protective gear before riding.

You may also like

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.