K820 48V 1000W/ 36V 250W Motor 17.5AH Battery Fashionable Electric Bike Max Speed 30-50Km/h

23 sold
$1,130.11
$1,271.07
-$140.96
Color- Black
Motor- 48V 1000W
Quantity
Free shipping
Sustainably made
Secure payments
Vendor by:
Description

48V 18Ah(864Wh)Lithium Battery

The electric bike is equipped with a 48V 18Ah lithium battery to ensure long life and excellent performance. In pedal-assisted mode, the cruising range per charge can reach 100 km, and in pure electric mode, the cruising range is about 65 km.

48V 1000W Motor

The 48v 1000w high-speed brushless motor is light in weight. Its internal use of star gear design can amplify torque and improve energy efficiency conversation rate. This is reflected in reducing energy consumption and silent energy consumption while increasing cruising range, improving speed performance, and climbing performance. Fast power output.

Powerful:

High speed brushless motor, torque 75Nm, provides strong performance for electric bicycles.

High-performance battery:

Electric bicycles are equipped with replaceable 18Ah lithium batteries. In fully electric mode of the 18Ah battery, the range can reach 45-55 km.

Three riding modes:

The electric mountain bike has a pure electric mode, a Manpower Assisting mode and a pure Manpower riding mode.

Excellent quality: the electric bike features a 21 speed Shimano transmission system, sensitive mechanical disc brakes, an excellent aluminium alloy frame and a shock absorbing front fork.

Customer service: one year warranty. This electric city bike has already completed 90% of the assembly before shipping, so it is not difficult for you to do the rest yourself. Bicycles come with mudguards and rear pannier racks, you do not need to buy yourself. If you have any questions, please feel free to contact us. We will reply you at any time.

Brand Name /
Model K820
Frame 6061 Aluminum Alloy Frame
Fork Aluminum Alloy Suspension Fork with Lockout
Motor 48V 1000W/ 36V 250W Brushless Rear Hub Motor
Max Speed around 40km/h
Battery 48V 18Ah Lithium Battery
Range Fully Electric Mode Range: around 50km
Pedal Assist Mode Range: around 80km
Mechanical Disc Brake with power cut-off feature
Gear Shimano 21-Speed
Display Smart LCD display that shows speed, battery status, pedal assist level, etc.
Throttle Twist throttle on the right side of Handlebar
Headlight LED Headlight powered by battery
Tire 26″x1.95″ inch Tire or 29″tyre version

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.