Patagonia Naturals Tote 46L - Birch White
A 100% organic cotton canvas classic Tote bag by Patagonia. A large, durable, heavyweight canvas tote bag that is off-white, with a recycled wool blend fabric feature pocket on the outside.
The Patagonia Naturals Tote 46L is super roomy shoulder bag, ideal for taking to the shops or trips to the beach. The heavyweight 100% organic cotton canvas is soft and supple, and will fit comfortably against your body, and with a polyurethane coating it is weather resistant. There is a large zippered recycled wool blend pocket inside to keep those important items close at hand, and a feature pocket on the front for your sunglasses or book. With two durable straps you can carry it in comfort all day long.
- Durable heavyweight 100% organic cotton classic tote for everyday use
- Polyurethane coating for weather resistance
- Recycled wool blend front pocket
- Large recycled wool blend interior pocket with zipper closure
- Durable straps
- Size: 38 x 43 x 25.5 cm
23.6-oz 100% organic cotton canvas with a polyurethane coating, wool blend pockets
We're proud to be stocking patagonia at Babipur, the pioneers of responsible business practices! Patagonia were one of the earliest adopters of organic cotton recognising the damage that pesticides had on the earth and making the switch back in 1994. A core value is to make the very best quality product because better products last longer and the longer products last the less that have to be made. Materials and manufacturing are carefully considered to ensure minimal impact from creation through to disposal.
Patagonia's continued efforts to reduce and even reverse the impacts of commercial activities is awe-inspiring. Investment in environmental causes and activism, sourcing of reused, recycled and low impact materials, fair trade certifications and initiatives to help other companies achieve higher sustainability levels, Patagonia lead the way. Not satisfied with pushing for change within their own industry Patagonia have begun a food division looking to change farming practices for the better too. Now a global brand using their increased influence for the greater good and still independently owned.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"44647",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'44647'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "?m=login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});