Ostheimer Wooden Figures - Goose Girl
This goose girl is working hard to keep the geese on the farm in order! She's holding a cord rod and wears traditional dress of a long orange skirt and green top. Add this girl to your story sacks and nursery rhymes, too. 12.5cm high.
The attention to detail is what makes Ostheimer figures so popular. See how her skirt is blowing in a light breeze. Waldorf figures like these are neutral in their expression, inviting your little ones to fill in the details and use them in multiple ways. She is beautiful to look at, and little hands will love how natural the wood feels to hold.
Add her to a farm scene, to herd a variety of animals, or set her up with some friends or at home with her family.
- Suitable for children over 3 years.
- Made from sustainable hard wood, painted with non-toxic water based paint and finished with organic oil.
- Height: 12.5cm
Ostheimer have been making Waldorf wooden figures for generations with a desire to craft toys that inspire children to play freely and explore the world with all their senses. Each Ostheimer wooden figure is made in the traditional way by hand at every stage, sawn, sanded, painted and oiled. With these figures children can create imaginary worlds re-enacting scenes from their own experiences or conjuring fanciful worlds filled with exotic creatures and tales of wonder. All Ostheimer toys are made from local sustainable hardwood, painted with safe transparent paint and finished in organic oil to ensure a connection with nature and respect for the environment. Ostheimer are considered the quintessential maker of Waldorf wooden figures, their range is extensive so there is something for everyone.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"807115",
"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:'807115'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "?m=login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});