Our best quality and largest backpack with large carry capacity - ideal for travelling and for the outdoors. Full of great features
- Detachable waterproof rain cover.
- Padded adjustable shoulder straps.
- Adjustable waist and chest straps.
- Ergonomic breathable padded mesh back panel.
- Hydration bladder compatible.
- Trekking pole attachment points.
- Ice axe attachment point.
- Compression straps.
- Elasticated mesh side pockets.
- Zippered side pocket.
- Internal mesh pocket.
- Reflective accents.
- Back light attachment loop.
- Grab handle.
Dimensions
56 x 27 x 26cm
Capacity
30 Litres
Fabric
600D/ Ripstop honeycomb polyester combination
Weight
1250g
Once you have selected your bag you can opt to have itpersonalised- click here to chose option:
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"51465",
"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:'51465',
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:'51465'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});