null

Sunshine Specials

This week we’ve handpicked some of our most popular puzzles and marked them
at a special price, all part of our Sunshine Specials!

offer automatically applied during checkout

*Puzzles within the Sunshine Specials category cannot be combined with other offers.
All other exclusions apply. Offer good through April 19, 2026.

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.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NjQ3MDAyMSwiaWF0IjoxNzc2Mjk3MjIxLCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.4WlW6RbAf-JDLF0-VlYEgqEB7LRhT3YMXxPSvUdO1t2Xrt3VXcvGEe5Cjv5l5CmNuKFBqHjbHG_xZ3T98Luegg' }, 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));