null

Buildings

Discover the wonders of the world with handmade wooden building puzzles! We’re proud to offer a wide selection of intricate designs that feature some of the most iconic structures from around the globe. From brightly-colored buildings lining Venice's canals to some of the world’s tallest skyscrapers, our puzzles challenge your creative thinking and give you a new way to approach brainteasers and problem-solving. Plus, we can cut names and whimsically-shaped pieces into your custom puzzle for even more fun! All our puzzles are handcrafted in Vermont with heirloom quality materials and attention to every detail - making them perfect for kids and adults alike. You won't find a more beautiful collection of wooden building puzzles anywhere else!

Themes

Sort by:
Scroll To Top // nest within any conditional, such as onload fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NTgyNjQxMiwiaWF0IjoxNzc1NjUzNjEyLCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.VILBM24_auXQKIzVgaEI2pMAlGAVCQj9WPBqUo1oygPw0iUiP7n187Wby1EgCVd4iPnBskgR3iUEXbCdoCkJLA' }, body: JSON.stringify({ query: "{ site { category(entityId: $categoryId) { metafields(namespace: 'stave', keys: ['seo-h1']) { edges { node { value } } } } } }" }) //graphql query string }) .then(data => data.json()) .then(data => console.log(data)) .catch(error => console.error(error));