Made of traditional fabric fromPeru, this tote funds a microloan for a person inPeru.
This tote won’t cure the travel bug, but its padded lining makes it quite a pillow for overnight train rides. And while you beat jet lag singing karaoke with locals, rest assured your passport’s safe in the inside pocket.
If blindly ordering from a menu goes wrong, your water bottle’s handy in the side pocket—so wash it down and be glad you saved those in-flight peanuts.
1 of 48
- Limited Edition: Only 48 made. Be 1 of 48.
- Made in USA
- Fits a 17'Laptop
- Carry-on approved
- '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"401303",
"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:'401303',
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:'401303'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});