This unique kit contains all the supplies recommended by the Center for Disease Control (CDC) for responding to a pesticide trauma. Housed in a bright red bag for easy identification, this kit should be stowed in a safe yet readily accessible place away from possible pesticide contamination. Bag measures 8'H x 15'W x 9'D.
Kit includes:
(16) 1'x 3' Plastic Bandages
(5) Tongue Depressors
(4) 16-oz. Bottle of Water
(2 pr.) Large Nitrile Gloves
(2) Plastic Teaspoon
(2) 8-oz. Plastic Jar w/ Screw Lid
(1) 2.5 oz. Activated Charcoal
(1) Non-vented Goggles
(1) 12-oz. Can Evaporated Milk
(1) Emergency Blanket
(1) 2'W x 15'L Spool Tape
(1) Can Opener Gemplers Pesticide First Aid Kits are backed by our Quality Guarantee. See our
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"347223",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'347223'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});