**Please note, products ordered from this page are made-to-order and the current lead time is 4–8 weeks to complete**
Features
- Large extruded front pocket with front flap
- Ergonomicshoulder straps
- Corner free double layer base design for durability
- EVA foam back panel and shoulder straps
- Main closure buckle is extendable for easy over packing
- Adjustable chest strap and grab handle
- Laptop sleeve with velcro closure
- Brightinternal liner for easy visibility
- Side compression and bottom compression straps (plus size only)
- Removable waist belt (plus size only)
Materials
- Cordura 1000D nylon external
- Coverlight18oz truck tarpliner
- SunguardB92 UVR poly thread
- YKK hardware
- Velcro fastening system
Dimensions/Weight
Regular H 24' - 16' x W 11' x D 6' (29L - 17L, 1.2kg)
PlusH 26' - 18' x W 12' x D 8' (39L - 28L, 1.6kg)
Made in Canada
Craftsmanship Guaranteed
*click here to see all our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"484965",
"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:'484965',
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:'484965'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});