Updated for 2017: Completely collapsible for superior packing efficiency, our burliest medium-to-large capacity water storage and delivery systems are perfect for everything from alpine- to road warrior-style expeditions. Armed with incredibly tough 1,000-Denier exteriors and now laminated with an improved BPA-free food-grade lining for better-tasting water, these bags can handle freezing and the abuse inflicted by expedition crews and hardcore adventurers. Accessories like the Shower or Hydration Kits add do-all versatility, and the new svelte 3-in-1 cap lets you fill, drink and pour with greater ease.
Heavy-Duty: Abrasion-resistant 1,000D fabric, laminated with food-grade polyurethane, can handle everything from freezing to boiling.Versatile: Low-profile 3-in-1 cap lets you fill, drink and pour with ease.No-Hassle Attachment: Perimeter webbing allows for easy carrying and hanging.Safe Drinking: BPA-free.Assembled in the U.S.A. of U.S. and Imported Materials Product Specs- Weight (Standard): 6.9 - 10 oz
- Dimensions (Standard): 118.3 x 10 - 23 x 12.5 in
- Style: 958
Prop 65 A (General): This product contains chemicals known to the State of California to cause cancer, and birth defects or other reproductive harm.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1182193",
"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:'1182193',
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:'1182193'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});