*Note* These hydration packs come with a commercial (new) bladder insert. The colours to these inserts may vary but most appear to have coyote brown hose sleeves and screw caps (unlike the olive as pictured in pictures 2 & 3).
Match the rest of your Multicam gears or just pick up a decent hydration pack! A series of straps, buckles and D-Ring carabiners make this effective with so many outdoor adventure setups. Don't skip out on this pack if you're needing on the go hydration while out skiing/snowboarding, hiking, trekking, paintballing or airsofting.
Features:
- Genuine US army surplus
- Insulated fluid tube
- 4 D-Ring carabiners
- Screw top lid
- Two carry straps
- Shoulder straps with D-Rings
- MOLLE attachment points to front
- Commercial (new) bladder insert
Literage: 3 liters
Weight: Approx 400g
Pattern: Multicam
Condition:
Hydration carrier:
Used/Good - Item is well used. There may be marks/stains/scratches or repairs, but it is still in functioning order. If you want more information on our condition ratings, check out ourNew - Commercial New Product (Non-Military issue). If you want more information on our condition ratings, check out our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1083584",
"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:'1083584',
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:'1083584'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});