Le Toy Van My Family Figures

33 

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

Happy family! This set of seven wooden dolls is ready and waiting for family adventures. The figures are dressed in beautiful, hand-sewn outfits. Their size is adapted for all Le Toy Van dollhouses and products. An ideal toy for education and inspiration, which encourages social play and improves fine motor skills. The product may vary in colour details. Toys with a purposeAll Le Toy Van toys are made with a purpose – to last. Designed with love by skilled craftsmen using ethical practices and sustainable materials that are kinder to our planet. Main features: The dolls have hand-sewn clothes, woollen hair and movable limbsExpertly and lovingly crafted from sustainable materialsFSC certified wood from sustainable sourcesThoroughly tested to meet the highest safety standardsDecorated with non-toxic water-based paintsToy helps develop communication, social skills and creativity The FSC® (Forest Stewardship Council) label and certificate guarantees that the wood from which the product was made was not harvested illegally and comes from forests managed in an environmentally and nature-friendly manner, in which strict environmental and social requirements are observed. The FSC® label on the product means that by purchasing it you are helping to protect forests and support sustainable, responsible or nature-friendly 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);