Le Toy Van Showtime Theatre

276 

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

The stage is set! This beautiful retro theatre has a unique design and a colourful exterior. It is also made from durable and sustainable wood. Little actors and actresses are sure to love this interactive toy, it's realistic and inspires imaginative play. In the package you will find a double-sided sign, stage doors, two chalkboards on which you can write the theatre programme. A red curtain and a black screen have been added for dramatic effect.The theatre has three windows – stage, buffet and ticket office. Children will enjoy lots of imaginative fun with this toy. The popcorn maker from Le Toy Van also goes perfectly with the theatre. Main features: interactive puppet theatretested to the strictest standardsmade from sustainable and durable wood, plastic-freepainted with non-toxic water-based paintsGender neutral designinspires creative and imaginative playsupports early development Honeybake collection: Toys in this collection are suitable for exploring, they help children develop imagination, social and verbal skills and cognitive functions. The traditional design with modern details will surely entertain children. Honeybake is a Le Toy Van collection that has won the most awards for design, quality, safety as well as educational and play value.
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);