null

Small Critter Puzzles

Stave Puzzles' small critter puzzles offer the perfect mix of cuteness and challenge. From mice to bunnies, squirrels, foxes, and a variety of other small critters, these playful wooden jigsaw puzzles offer fun challenges in delightful scenes. Imagine a cat and mouse bonding over a meal or small camping critters enjoying a sunny day, and of course let's not forget all the holiday-related cuteness you'll come across. We can even add an extra special touch by cutting names or customized whimsy shapes into your small critter puzzle—a paw-fect way to show someone you care! So hop on over and explore our selection of small critter puzzles today; your small buddies are waiting!

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NjgxNTYzNiwiaWF0IjoxNzc2NjQyODM2LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.yTXpbkyZSflF6_vs3q2MfE79cS4MoArQmS5zgt_yfGP6VuqI_BrrVh-TMWCwQ1hNKa9CnaOzCKrjlNA4TONnFA' }, 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));