KUGOO KIRIN S1 Folding Electric Scooter 350W Motor App Support 3 Speed Modes Max 15.5 MPH

€250.00
€380.00
-34%
Free shipping
4-8 days delivery(working day)
Color:  Black
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

8-inch Solid Honeycomb Explosion-proof Tire

Strong grip, wear-resisting and safe. It's suitable for different kinds of roads.

3 Speed Modes

You control the speed with one key according to the different road surface conditions, which makes driving more comfortable and riding more security.

7.5Ah Battery

It is more durable with 7.5Ah high capacity battery.

350W motor

Strong power and running farther: 350W motor, Max 30km running distance

LCD Display Screen

The well-lit display allows you to monitor your speed, distance traveled, battery life, and time traveled.

Bright LED Light & Safety Warning Taillight

The bright headlight can illuminate your way and the red taillight can make others notice you, and both of which can give you a safer riding at night.

Reflective Strips

There are four reflective strips on the side of the scooter, which allow for safer night riding and add a sleek design to the body.

Shock Mitigation System

Front and back shock mitigation system can help you enjoy a comfortable riding. 

Folding Handle

Help get a tiny size when the scooter is folding.

Adjustable Height

There are 3 different heights that can be adjusted: 930mm, 1070mm, 1160mm, which can be fit for different users.

Outstanding Range & Speed

The electric bike has 350W high-speed motor 36V and 6.0Ah lithium battery easily help you to drive up to 25km/h, the fast-charging system only about 3-4 hours, it is ideal for getting around the city and short distance travel.

Strong Support 

Check battery life, turn on the headlight, accelerate, the e-bike comes with a disc brake for maximum braking capabilities, when you brake, smart taillight will light.

Environmental Friendly

The eco-friendly bike is 100% electric and emissions-free, saving both your wallet and the environment.

 

Specs

Max Supported Weight: 100KG

Max Speed: 25km/h

Motor Power: 350W

Charging Time: 3-4 hours

Tire Size: 8 inch

Battery Capacity: 36V 6Ah

Brake Distance: 3-5M

Max Distance: 25km

Battery Type: 6Ah lithium battery

Product Weight: 11.9KG

Package Weight: 14.9KG

Product Size(L x W x H): 108 x 43 x 108cm

Package Size(L x W x H): 108 x 435 x 36cm

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.