Patagonia Little Kids Live Simply Bee Cool Man Beluga T-Shirt
Regular fit, scroll down for Patagonia infant & toddler size guide
A soft 100% organic cotton short sleeved t-shirt for babies and children, this Patagonia Live Simply Bee Cool Man T-shirt is light blue with a happy stylised bumblebee graphic on the front, with the words 'Live Simply'. Great for warmer days, or layering under a snuggly jumper - team up with some organic cotton leggings or bottoms from Babipur. Made under Fair Trade conditions, this is an ideal choice for ethical parents.
- Taped shoulder seams for a comfortable fit
- Made with 100% organic cotton
- Screen-print inks are PVC- and phthalate-free
- Fair Trade Certified sewn
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":"39814",
"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:'39814'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "?m=login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});