null

Christmas

Nothing brings the family together over the holidays like a handcrafted wooden jigsaw Christmas puzzle. This holiday tradition makes bringing everyone around the table a special event, with laughter and joy in the air while putting together the pieces. The handcrafted nature of these puzzles offers a unique twist on a classic pastime - plus, what better way to get into the Christmas spirit than by picking out some special pieces of Christmas favorites? Stave's handcrafted Christmas jigsaw puzzles are a cut above the rest, we have a puzzle for everyone. So, what are you waiting for? Get started on your Christmas puzzle today and start creating smiles, great stories, and memories!

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));