Hoverboard Helmet for Kids - Ages 3-12
Brand: Hoverboard Scooters
Product Code: HELMET-KIDS
Availability: Out Of Stock
Processes and Ships Same Day from USA
Only 0 Left In Stock
Other Hoverboards In Stock Now You May Like
As always, safety is first when it comes to riding your hoverboard. And here at hoverboard scooters we sell safe hoverboards. But the one thing we can't sell if your personal safety if you fall off. That's why we offer these hoverboard helmet kits for kids ages 3-12. A complete hoverboard protective gear solution for any rider.
What You Get With the Hoverboard Helmet for Kids
- 2 Protective Wrist Pads
- 2 Protective Elbow Pads
- 2 Protective Knee Pads
And if you are looking for Adult Hoverboard Helmets, or even a Girls Hoverboard Helmet, then check out below.
";
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'),
dataType: 'json',
success: function(json) {
$('.success, .warning, .attention, information, .error').remove();
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
$('#option-' + i).after('
' + json['error']['option'][i] + '');
}
}
if (json['error']['profile']) {
$('select[name="profile_id"]').after('
' + json['error']['profile'] + '');
}
}
if (json['success']) {
$('#notification').html('
' + json['success'] + '
'+fb_ad);
$('.success').fadeIn('slow');
$('#cart-total').html(json['total']);
$(".atc-blanket").remove();
$('html, body').animate({ scrollTop: 0 }, 'slow');
}
},
error: function() {
$(".atc-blanket").remove();
}
});
});
//-->