Hoverboard Safety Gear - Girls Pink Helmet Ages 3-12
Brand: Hoverboard Scooters
Product Code: PGEAR-G
Availability: Out Of Stock
Processes and Ships Same Day from USA
Only 0 Left In Stock
Other Hoverboards In Stock Now You May Like
It's awesome to ride a hoverboard, but it's even more important to stay safe. So with that in mind, we offer the complete safety package for your young hoverboarder. This hoverboard safetey gear comes with everything you need to start riding safely.
What's in the Girls Hoverboard Safety Gear Package
- 1 Pink Hoverboard Helmet
- 1 Set of Protective Wrist Pads
- 1 Set of Protective Elbow Pads
- 1 Set of Protective Knee Pads
And of course, just as you need to protect yourself, you also want to protect your hoverboard. So we offer the hoverboard carry case to protect your board as well.
";
$.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();
}
});
});
//-->