null

Double-Decker & 3D

Double-deckers have multiple layers of puzzling fun! In most cases, a single piece leads you to build a top puzzle layer. Most double-decker puzzles are created with windows that allow you to view the scene below. Double your pleasure, double your fun!

Rise to the occasion! 3D puzzles have pop-up pieces that bring an air of luxury, sophistication, and dimension to your puzzle table. With a mix of Trick, Teaser, Treat, and TroubleMaker types, you're certain to find a Stave three-dimensional puzzle that suits your puzzling desires.

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3Njk1MDI3MCwiaWF0IjoxNzc2Nzc3NDcwLCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.1qvNjuCnFi678Ba9bXTlPUj5dbCMMLLxF6UpgY0ko6VHrRzYCn1m3GIsSJ3FLygqChZirsxs85y2ezP6i5_B-w' }, body: JSON.stringify({ query: "{ site { category(entityId: $categoryId) { metafields(namespace: 'seo', keys: ['seo-h1']) { edges { node { value } } } } } }" }) //graphql query string }) .then(data => data.json()) .then(data => console.log(data)) .catch(error => console.error(error));