This Gemplers Farm First Aid Kit comes in a tough, sectioned metal box that's wall mountable for convenient storage, or can be stored under your truck or tractor seat for fast access.
Gemplers Farm First Aid Kit includes:
(16) 1' x 3' Plastic Strips
(5) 4' x 4' Sterile Pads
(5) Povidone Iodine Swabs
(4) 1' x 3' Sheer Bandages
(2) 2' Sterile Stretch Gauze Bandages
(2) Vinyl Gloves (pair) Large
(1) 1/2' x 10-yd. Paper Surgical Tape Hypoallergenic (porous)
(1) 2' x 4 1/2' Plastic Strips, extra-large
(1) 2' x 5-yd. Elastic Bandage
(1) 4 1/2' x 7' Cold Pack, small
(1) 5' x 9' Combine Pad
(1) 8' x 10' Combine Pad
(1) Earplug, disposable uncorded (1 pr.)
(1) Scissors
(1) Triangle Bandage with Pins
(1) Water-Jel Triple Antibiotic Pack Gemplers Farm First Aid Kits are backed by our Quality Guarantee. See our
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"347229",
"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:'347229'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});