Apparently the US Air Force needs to hydrate too - these pouches are designed to carry your standard1 quart (0.95 litres) US canteen. Thankfully they never used these ones leaving them in pristine unissued condition! Dual MOLLE straps allow the pouch to be attached to belts, combat vests and packs.
The design includes an adjustable top flap with quick-release buckle closure. Both the flap and inside of the pouch have a hook & loop strip so you can fold the flap inwards and rely on the elastic openings retention as a option. The bottom of the pouch has a large mesh area incase your canteen leaks. Alternatively this could be used to store clothing you need to air out while on the move such as socks, wet weather gear or the likes. A great, versatile pouch for your hiking and hunting needs.
Features:
- Genuine USAF surplus
- Quick-release adjustable buckle
- MOLLE compatible straps
- Durable Cordura nylon construction
- Mesh bottom for drainage
- Elasticated opening
Dimensions: Approx 20cm H x 12.5cm W x 10cm D
Content:Cordura nylon with plastic clipsWeight:Approx 0.17kgColour: Digital tiger stripeCondition: New/Unissued - Item has not been used and is in 'as new' condition. This may or may not be in original packaging. If you want more information on our condition ratings, check out our
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"913593",
"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:'913593',
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:'913593'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});