Le Toy Van Mayberry Manor Dollhouse

271 

Tento výrobek pochází z e-shopu

Wooden luxury three-story hand-painted Mayberry Manor dollhouse. The individual rooms are decorated differently. It includes a staircase that runs through the centre of the dollhouse. The rooms are separated by a transverse wall. The dollhouse has functional opening windows, shutters and doors. The house can be opened from one side. The roof is half removable and can be used as a front garden, the underside of the roof is suitably illustrated. The house offers a large space for playing and developing creativity. The house is designed for dolls up to 15 cm. The dollhouse furniture is not included, it can be purchased from our range, as well as dolls, outdoor play elements including a mat. The dollhouse equipment is not included. Le Toy Van dollhouses are created with love for a lifetime of magical play. They use sustainable practices, ethics and produce beautiful wooden toys that inspire and develop imagination for today and future generations. Main features: made of FSC certified woodhelps with the development of movement coordination, social skills and speech developmentthe three-story dollhouse can be equipped with furniture according to your own creativitysupports long-term imaginative playimproves coordination in a fun environmentethically made from sustainable woodgender-neutral design encourages sharing between siblingsdecorated with non-toxic paints, tested to the strictest standards The FSC® (Forest Stewardship Council) trademark and certificate guarantee that the wood from which the product was made has not been illegally harvested and comes from forests managed in an environmentally sound or near-natural manner, in which strict environmental and social requirements are observed. The FSC® mark on the product means that by purchasing it you are helping to protect forests and support sustainable, responsible or near-natural management, thanks to which our forests are more stable, healthier, have a natural species composition and are better able to withstand the negative consequences of climate change.
Sizing info

Le Toy Van is a family business with a lifelong passion for making traditional wooden toys. Their story began in 1995 in Surrey, England. The company's founder, Georges Le Van, then made the first Le Toy Van toy – a dollhouse. His vision was simple, to lovingly create beautiful and unique toys that stand the test of time. His son Steven was his inspiration, helping his father test creations during his childhood. Today, he proudly continues his father's legacy.

Classic Le Toy Van toys are sold all over the world, but the initial vision remains the same. The products are designed in Great Britain, and the company only works with manufacturers who adhere to an ethical code. Each piece is made with care, from solid and sustainable wood. Their range also includes FSC® products that are fully or largely plastic-free. Le Toy Van toys have won many awards for design, quality, safety, sustainability and educational value. All products meet the strictest safety standards ICTI, ISO 9001, EN 71 and ASTM.

Le Toy Van focuses on environmental impact throughout the manufacturing process, eliminating the use of chemicals and plastics and reducing water consumption. The silica gel bags in their products have kraft paper packaging, are plastic-free and biodegradable as they are made from bentonite clay. Their boxes are sealed with paper adhesive tape and all paper packaging is fully recyclable and compostable.

Manufacturer's address and contact:
Le Toy Van
160C WALTON ROAD
EAST MOLESEY, SURREY
Great Britain
sales@letoyvan.com

Address and contact of the representative in the EU:
Dvěděti.cz s.r.o.
Sadová 618
73801 Frýdek-Místek
Czech Republic
dvedeti@dvedeti.cz

.slideshow {
width: 100%;
position: relative;
max-width: 100%;
}
.slideshow img {
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
transition: opacity 4s;
border-radius: 4px;
}
.slideshow .show {
opacity: 1;
}
.slideshow img:first-child {
position: relative;
display: block;
}

(function(el, time) {
var timer;
var active = 0;
var img = el.querySelectorAll("img");
var imgCount = img.length;
function change() {
img[active].classList.remove("show");
active = (active + 1) % imgCount;
img[active].classList.add("show");
}
timer = setInterval(change, time);
})(document.querySelector(".slideshow"), 5000);