Mader Kreiselmanufaktur 3 Tree Spinning Tops On Branch
These three beautiful fir tree shaped spinning tops from Mader sit neatly in their branch holder like a miniature forest. Handcrafted tops made from maple wood and coloured in shades of green, these spinning tops are one of the more challenging tops in the Mader range. This set would make a stunning gift for any age, and perfect for anyone ready to take on a spinning challenge.
At level 5, these tree spinning tops are at the more difficult end of the range, but these beautiful tops in their holder looks as good on the playroom shelf as when they’re dancing across the floor. Make a wonderful decorative forest in a woodland themed playroom, with its bark covered bough stand. Each stand has the little decorative Mader logo burned onto the side of the stand. Hand crafted in Austria.
Size: Diameter 3.8cm
Age: 3+
Mader Kreiselmanufaktur spinning tops, yo-yos and skipping ropes are beautifully crafted by hand with the greatest attention to detail. The spinning tops are rated by order of difficulty to spin - from 1 to 6, with 6 being the most challenging. Handcrafted in their workshop in Austria, each spinning tops undergoes up to 20 different processes, from turning, burning, carving and painting- all by hand. Each top is carved from a single piece of sustainably sourced native wood, and are recognisable from the ring burned around their equator, and the beautiful rainbow stripes. Loved by children and grown ups of all ages, you just can’t help but pick them up and give them a spin - be prepared to be mesmerised as they spin for minutes at a time.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"795860",
"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:'795860'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "?m=login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});