The NRS Crew Child PFD is ideal for flatwater boating and close-to-shore safety. No frills or fancy stuff; this life jacket just offers safety and all-day wearing comfort for your young people 33-55 lbs.
- This PFD is approved under the new certification system for PFDs. It's dual certified, carrying both a US Coast Guard Approval through Underwriters Laboratories (UL), and a Transport Canada Approval through Underwriters Laboratories Canada (ULC).
- The Child Crew life jacket is rated for users weighing 33-55 pounds.
- These jackets use high-quality foam flotation for high floating safety.
- Four side adjustments and a waist adjustment make for a comfortable fit.
- Includes an adjustable leg strap to prevent jacket ride-up.
- Tough 200 denier nylon shell stands up to years of use.
- Improved shape of the shoulders and arm openings for better fit and mobility.
Specs
Weight: | 1.04 lbs. |
---|
Category: | - Kids’ Life Jackets
- Commercial Life Jackets
- Front-Zip Life Jackets
|
---|
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"379928",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'379928',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'379928'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|
---|