The Kingdom of Cats is a 500-piece gallery puzzle featuring a world where cats have taken over. Illustrators were given free rein with this novel extra-long puzzle format! A fun and original way for children to discover paintings. Set includes 500-piece cardboard puzzle (97 x 33 cm), a poster. A novel long puzzle format, adding a whole extra dimension to the illustration. A puzzle-sized poster can be used as a model. A high-quality puzzle for children to complete time and time again. Beautiful scenes to discover, with detailed illustrations that are full of surprises. A colourful box. Made in Europe. Suitable from 8 years. Warning! Not suitable for children under three years, choking hazard due to small parts.
// Lisa kindel addToCart sidumine ilma olemasolevaid eemaldamata
$(document).on('click', '.addToCartBtn', function(e) {
// Kui nupp pole veel saanud oma klikk-sündmust käsitsi, seome selle ühe korra
if (!$(this).data('handler-attached')) {
$(this).data('handler-attached', true);
$(this).on('click', function(e) {
e.preventDefault();
var f = $(this).closest('form');
if (typeof Roller !== 'undefined' && typeof Roller.addToCart === 'function') {
Roller.addToCart(
f.find('input[name=product_id]').val(),
f.find('input.sre-product-quantity').val(),
f.find('input[name=parent_article_id]').val()
);
}
});
}
});