Hover-1 Ultra Electric Hoverboard | 7MPH Top Speed, 12 Mile Range, 500W Motor, Long Lasting Li-Ion Battery, Rider Modes: Beginner to Expert, 4HR Full Charge

Description

Rate this product

>
Price: $200.99
(as of May 09, 2024 01:11:49 UTC – Details)



Roaming your way around city roads or large indoor spaces has never been easier! the roam ultra electric scooter is a fun, new-age experience that you don’t want to miss. It is a two-wheel self-balancing electric scooter that is exciting to ride and can be easily carried around. This scooter is environmentally friendly as well as an alternative solution for commuting.
FUN, EASY AND INTUITIVE RIDING – Step on one side first, the board stabilizes so you can put your other foot on. Controls are easy to learn, allowing you to smoothly accelerate/decelerate by applying pressure with your feet and/or leaning
BEST SELF-BALANCING SYSTEM – With Hover-1, the built-in inertia dynamic stabilization system keeps you in control. The Ultra hoverboard scooter stabilizes the rider, controls balance and motion for a safe, stable & fun riding experience
LONG-LASTING BATTERY – IPX-4 rated for water-resistance, this hoverboard features a built-in 25.2V/4.0 Ah Lithium-ion rechargeable battery (certified), fully charges in 4 hours. The safety shield battery enclosure prevents fire & overheating
WE TAKE SAFETY SERIOUSLY – The hoverboard sends alerts if you are speeding or riding on unsafe surfaces so you can slow down and avoid mishaps. LED lights on both sides of the hoverboard adds visibility of any rider when it matters most

Technical Details

Additional Information

Feedback

Hover-1 Ultra Electric Hoverboard | 7MPH Top Speed, 12 Mile Range, 500W Motor, Long Lasting Li-Ion Battery, Rider Modes: Beginner to Expert, 4HR Full Charge

Hover-1 Ultra Electric Hoverboard | 7MPH Top Speed, 12 Mile Range, 500W Motor, Long Lasting Li-Ion Battery, Rider Modes: Beginner to Expert, 4HR Full Charge


Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.

Where did you see a lower price?

Fields with an asterisk * are required

/

/

/

/

Please sign in to provide feedback.

\n’ +


);
}

function getThankYouDiv(thankMsg) {
return (

‘ +

‘ +
thankMsg +

\n’ +



);
}

function getLoadingGifDiv() {
return ‘‘;
}

function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}

function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}

function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}

function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}

function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}

function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}

function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);

var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);

var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);

var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);

if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;

stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();

setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}

});