KUGOO KIRIN M3(G1) Folding Electric Scooter 10" Pneumatic Honeycomb Tires 500W Motor 3 Speed Modes Max 25 MPH

【3 Speed Modes】</br> 【Waterproof:XP65】</br> 【Max Range:40km】</br> 【Max Speed(Idling):40km/h】</br> 【Motor Power: 500W 】</br> 【High capacity lithium-ion battery:13AH】</br> 【Free Shipping , Fast Shipping 4 - 7 Days Delivery】</br> 【One Year Warranty, Offer After Sale Service in Europe】</br>

€699.99
€1,315.00
-€615.01
Free shipping
4-7 working days delivery
Highlight & Warranty:  10 Ah Battery and 12 Months Warranty
Quantity

Description

 

Note:In order to better provide you with after-sales service, please keep the original packaging and foam of the product to avoid damage to the product due to transportation during the after-sales service.

Highlights

Waterproof: XP67  

NFC Unlock Function - The scooter can be unlocked by a NFC card.

Mechanical Code Lock - Built-in a mechanical code lock at the pole.

Pneumatic Tire & Honeycomb Solid Tire - It is equipped with  pneumatic front tire and honeycomb solid rear tire.

13 Ah Battery - It is more durable with 13Ah high capacity battery.

2.5-4.5 Hours Charging- It only takes 2.5 to 4.5 hours to get fully charged.

3 Speed Modes - ECO mode(energy saving), D mode(standard) and S mode(sport).

Specs

Speed Mode: 3 models
Max Speed: 40km/h
Max Range: 40km
Maximum Torque: 29N.m/s
Climbing Ability: 24°
Max. Load: 120KG

Motor Type: DC brushless motor
Rated Output: 500W
Battery Capacity: 13Ah
Rated Voltage: 36V
Charging Time: 2.5-4.5 hours
Charging Output: 42V 
App Support


Brake Type: Disc brake & Electric brake
Braking Distance: 4m
Tire Size: 10 inches
Pedal Width: 46cmx18cm
Chassis Height: 17cm
Fold Size: 115.5*45.5*57cm
Unfold Size: 115.5*45.5*119.5cm

Product Weight: 22KG
Package Weight: 25KG
Product Size (L x W x H): 115.5*45.5*119.5cm
Package Size (L x W x H): 119*22*61.5cm

 

Fold Easily

3 seconds fast-folding design, stable and convenient.

500W Motor

The strong driving force, 800W motor, Max 45km running distance.

Sturdy Material

Aluminum alloy + PC material provides sufficient insurance for your driving safety.

RoHS & CE Certification

Pass RoHS and CE verification, it is a safe product.

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.