{"product_id":"npaper","title":"Fold Your Own Paper Christmas","description":"\u003cstyle\u003e\n#fyc-page,\n#fyc-page *{\n  box-sizing:border-box;\n}\n\n#fyc-page{\n  --fyc-ink:#2c3028;\n  --fyc-deep:#31402d;\n  --fyc-green:#4e6d49;\n  --fyc-red:#a64840;\n  --fyc-gold:#c59a50;\n  --fyc-cream:#fffaf2;\n  --fyc-soft:#f7f8f3;\n  --fyc-muted:#6d7169;\n  --fyc-line:rgba(67,88,63,.14);\n  --fyc-shadow:0 18px 46px rgba(46,58,43,.09);\n\n  width:100%;\n  max-width:980px;\n  margin:0 auto;\n  padding:10px 0 42px;\n  color:var(--fyc-ink);\n  line-height:1.6;\n  overflow:hidden;\n  container-type:inline-size;\n}\n\n#fyc-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n#fyc-page h1,\n#fyc-page h2,\n#fyc-page h3,\n#fyc-page p{\n  margin:0;\n}\n\n#fyc-page .fyc-card{\n  width:100%;\n  min-width:0;\n  margin:0 0 18px;\n  overflow:hidden;\n  border:1px solid var(--fyc-line);\n  border-radius:24px;\n  background:#fff;\n  box-shadow:var(--fyc-shadow);\n  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;\n}\n\n#fyc-page .fyc-card:hover{\n  transform:translateY(-2px);\n  box-shadow:0 24px 60px rgba(46,58,43,.13);\n  border-color:rgba(197,154,80,.28);\n}\n\n#fyc-page .fyc-card:active{\n  transform:scale(.997);\n}\n\n#fyc-page .fyc-copy{\n  padding:26px 20px;\n}\n\n#fyc-page .fyc-center{\n  text-align:center;\n}\n\n#fyc-page .fyc-kicker{\n  display:inline-block;\n  margin-bottom:10px;\n  font-size:12px;\n  line-height:1;\n  font-weight:850;\n  letter-spacing:.15em;\n  text-transform:uppercase;\n  background:linear-gradient(\n    105deg,\n    #42623f 0%,\n    #73906e 36%,\n    #dfbd78 52%,\n    #73906e 68%,\n    #42623f 100%\n  );\n  background-size:220% auto;\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n  animation:fycShine 5.4s linear infinite;\n}\n\n@keyframes fycShine{\n  to{background-position:220% center;}\n}\n\n#fyc-page .fyc-title{\n  font-size:clamp(30px,7.2cqw,54px);\n  line-height:1.05;\n  letter-spacing:-.04em;\n  font-weight:850;\n  color:var(--fyc-deep);\n}\n\n#fyc-page .fyc-heading{\n  font-size:clamp(24px,5.2cqw,39px);\n  line-height:1.12;\n  letter-spacing:-.03em;\n  font-weight:820;\n  color:var(--fyc-deep);\n}\n\n#fyc-page .fyc-lead{\n  max-width:740px;\n  margin:14px auto 0 !important;\n  font-size:clamp(16px,3.8cqw,19px);\n  color:var(--fyc-muted);\n}\n\n#fyc-page .fyc-media{\n  overflow:hidden;\n  background:var(--fyc-cream);\n}\n\n#fyc-page .fyc-tags{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  padding:0 18px 20px;\n}\n\n#fyc-page .fyc-tag{\n  min-width:0;\n  padding:13px 14px;\n  text-align:center;\n  border:1px solid var(--fyc-line);\n  border-radius:16px;\n  background:#fffdf8;\n  color:#4b6149;\n  font-size:14px;\n  font-weight:800;\n}\n\n#fyc-page .fyc-grid{\n  display:grid;\n  grid-template-columns:1fr;\n}\n\n#fyc-page .fyc-grid \u003e *{\n  min-width:0;\n}\n\n#fyc-page .fyc-grid .fyc-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n}\n\n#fyc-page .fyc-points{\n  display:grid;\n  gap:10px;\n  margin-top:18px;\n}\n\n#fyc-page .fyc-point{\n  display:flex;\n  gap:10px;\n  align-items:flex-start;\n  min-width:0;\n  padding:13px 14px;\n  border:1px solid var(--fyc-line);\n  border-radius:16px;\n  background:#fafcf8;\n}\n\n#fyc-page .fyc-dot{\n  flex:0 0 28px;\n  width:28px;\n  height:28px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:#e8efe4;\n  color:#47604a;\n  font-weight:900;\n}\n\n#fyc-page .fyc-point strong{\n  display:block;\n  margin-bottom:2px;\n  color:#354d38;\n}\n\n#fyc-page .fyc-point span{\n  display:block;\n  color:var(--fyc-muted);\n  font-size:14px;\n}\n\n#fyc-page .fyc-dark{\n  background:\n    radial-gradient(circle at 20% 0%,rgba(203,166,91,.17),transparent 38%),\n    linear-gradient(145deg,#2d3b2b,#4a5a45);\n  color:#fff;\n}\n\n#fyc-page .fyc-dark .fyc-heading,\n#fyc-page .fyc-dark .fyc-lead{\n  color:#fff;\n}\n\n#fyc-page .fyc-dark .fyc-kicker{\n  color:#ead5a4;\n  -webkit-text-fill-color:#ead5a4;\n  background:none;\n}\n\n#fyc-page .fyc-dark .fyc-point{\n  background:rgba(255,255,255,.07);\n  border-color:rgba(255,255,255,.14);\n}\n\n#fyc-page .fyc-dark .fyc-point strong{\n  color:#fff;\n}\n\n#fyc-page .fyc-dark .fyc-point span{\n  color:#edf1eb;\n}\n\n#fyc-page .fyc-marquee{\n  overflow:hidden;\n  margin-bottom:18px;\n  border-radius:18px;\n  background:#455b42;\n  color:#fff;\n}\n\n#fyc-page .fyc-track{\n  display:flex;\n  width:max-content;\n  gap:34px;\n  padding:11px 0;\n  font-size:13px;\n  font-weight:850;\n  letter-spacing:.07em;\n  text-transform:uppercase;\n  animation:fycMove 22s linear infinite;\n}\n\n#fyc-page .fyc-track span{\n  white-space:nowrap;\n}\n\n@keyframes fycMove{\n  to{transform:translateX(-50%);}\n}\n\n#fyc-page .fyc-features{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  margin-top:18px;\n}\n\n#fyc-page .fyc-feature{\n  min-width:0;\n  padding:16px;\n  border:1px solid var(--fyc-line);\n  border-radius:18px;\n  background:#fafcf8;\n}\n\n#fyc-page .fyc-feature strong{\n  display:block;\n  margin-bottom:5px;\n  color:#354d38;\n}\n\n#fyc-page .fyc-feature span{\n  display:block;\n  color:var(--fyc-muted);\n  font-size:14px;\n}\n\n#fyc-page .fyc-steps{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  margin-top:18px;\n}\n\n#fyc-page .fyc-step{\n  padding:18px;\n  border:1px solid var(--fyc-line);\n  border-radius:18px;\n  background:#fffaf4;\n}\n\n#fyc-page .fyc-step-num{\n  width:38px;\n  height:38px;\n  display:grid;\n  place-items:center;\n  margin-bottom:10px;\n  border-radius:50%;\n  background:linear-gradient(180deg,#65815f,#486444);\n  color:#fff;\n  font-weight:900;\n}\n\n#fyc-page .fyc-step strong{\n  display:block;\n  margin-bottom:5px;\n  color:#354d38;\n}\n\n#fyc-page .fyc-step span{\n  display:block;\n  color:var(--fyc-muted);\n  font-size:14px;\n}\n\n#fyc-page .fyc-worlds{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  margin-top:18px;\n}\n\n#fyc-page .fyc-world{\n  min-width:0;\n  padding:17px;\n  border:1px solid var(--fyc-line);\n  border-radius:18px;\n  background:#fff;\n}\n\n#fyc-page .fyc-world h3{\n  margin-bottom:7px;\n  color:#354d38;\n}\n\n#fyc-page .fyc-world p{\n  font-size:14px;\n  color:var(--fyc-muted);\n}\n\n#fyc-page .fyc-checks{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  margin-top:18px;\n}\n\n#fyc-page .fyc-check{\n  padding:13px 14px;\n  border-radius:14px;\n  background:#f8faf6;\n  border:1px solid var(--fyc-line);\n  color:#4c5e4c;\n  font-size:14px;\n  font-weight:700;\n}\n\n#fyc-page .fyc-specs{\n  display:grid;\n  gap:10px;\n  margin-top:18px;\n}\n\n#fyc-page .fyc-spec{\n  min-width:0;\n  padding:15px;\n  border:1px solid var(--fyc-line);\n  border-radius:16px;\n  background:#fbfcf9;\n}\n\n#fyc-page .fyc-spec b{\n  display:block;\n  margin-bottom:4px;\n  color:#354d38;\n}\n\n#fyc-page .fyc-spec span{\n  display:block;\n  color:var(--fyc-muted);\n  font-size:14px;\n}\n\n#fyc-page .fyc-review-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n  margin-top:18px;\n}\n\n#fyc-page .fyc-review{\n  padding:18px;\n  border:1px solid var(--fyc-line);\n  border-radius:18px;\n  background:#fff;\n}\n\n#fyc-page .fyc-stars{\n  margin-bottom:7px;\n  color:#c89b44;\n  letter-spacing:.06em;\n  font-size:16px;\n}\n\n#fyc-page .fyc-review p{\n  color:#5f665e;\n  font-size:14px;\n}\n\n#fyc-page .fyc-review strong{\n  display:block;\n  margin-top:10px;\n  color:#354d38;\n  font-size:13px;\n}\n\n#fyc-page .fyc-faq{\n  padding:6px 20px 22px;\n}\n\n#fyc-page details{\n  padding:15px 0;\n  border-top:1px solid var(--fyc-line);\n}\n\n#fyc-page details:last-child{\n  border-bottom:1px solid var(--fyc-line);\n}\n\n#fyc-page summary{\n  cursor:pointer;\n  color:#354d38;\n  font-weight:800;\n}\n\n#fyc-page details p{\n  margin-top:8px;\n  color:var(--fyc-muted);\n  font-size:15px;\n}\n\n#fyc-page .fyc-cta{\n  padding:36px 22px;\n  text-align:center;\n  background:\n    radial-gradient(circle at 50% 0%,rgba(205,168,91,.18),transparent 45%),\n    linear-gradient(145deg,#344731,#53644e);\n  color:#fff;\n}\n\n#fyc-page .fyc-cta .fyc-heading,\n#fyc-page .fyc-cta .fyc-lead{\n  color:#fff;\n}\n\n#fyc-page .fyc-cta .fyc-kicker{\n  color:#ead7aa;\n  -webkit-text-fill-color:#ead7aa;\n  background:none;\n}\n\n#fyc-page .fyc-cta-pill{\n  display:inline-block;\n  margin-top:18px;\n  padding:13px 20px;\n  border:1px solid rgba(255,255,255,.24);\n  border-radius:999px;\n  background:rgba(255,255,255,.09);\n  font-weight:800;\n}\n\n@container (min-width:680px){\n\n  #fyc-page .fyc-card{\n    border-radius:28px;\n    margin-bottom:22px;\n  }\n\n  #fyc-page .fyc-copy{\n    padding:36px;\n  }\n\n  #fyc-page .fyc-tags{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    padding:0 28px 28px;\n  }\n\n  #fyc-page .fyc-grid{\n    grid-template-columns:1.02fr .98fr;\n  }\n\n  #fyc-page .fyc-grid.fyc-reverse .fyc-media{\n    order:2;\n  }\n\n  #fyc-page .fyc-features{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n  }\n\n  #fyc-page .fyc-steps{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n  }\n\n  #fyc-page .fyc-worlds{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  #fyc-page .fyc-worlds .fyc-world:last-child{\n    grid-column:1 \/ -1;\n  }\n\n  #fyc-page .fyc-checks{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  #fyc-page .fyc-specs{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n\n  #fyc-page .fyc-review-grid{\n    grid-template-columns:repeat(3,minmax(0,1fr));\n  }\n\n  #fyc-page .fyc-faq{\n    padding:8px 34px 30px;\n  }\n\n  #fyc-page .fyc-cta{\n    padding:46px 38px;\n  }\n}\n\n@media (prefers-reduced-motion:reduce){\n  #fyc-page *,\n  #fyc-page *::before,\n  #fyc-page *::after{\n    animation:none!important;\n    transition:none!important;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"fyc-page\" lang=\"en\" spellcheck=\"false\"\u003e\n\n  \u003c!-- MARQUEE --\u003e\n  \u003cdiv class=\"fyc-marquee\"\u003e\n    \u003cdiv class=\"fyc-track\"\u003e\n      \u003cspan\u003eFold • Create • Display ✦\u003c\/span\u003e\n      \u003cspan\u003eScreen-Free Christmas Fun ✦\u003c\/span\u003e\n      \u003cspan\u003e5 Magical Themes ✦\u003c\/span\u003e\n      \u003cspan\u003eBeginner-Friendly Crafting ✦\u003c\/span\u003e\n      \u003cspan\u003eRecommended Ages 6+ ✦\u003c\/span\u003e\n\n      \u003cspan\u003eFold • Create • Display ✦\u003c\/span\u003e\n      \u003cspan\u003eScreen-Free Christmas Fun ✦\u003c\/span\u003e\n      \u003cspan\u003e5 Magical Themes ✦\u003c\/span\u003e\n      \u003cspan\u003eBeginner-Friendly Crafting ✦\u003c\/span\u003e\n      \u003cspan\u003eRecommended Ages 6+ ✦\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"fyc-card\"\u003e\n\n    \u003cdiv class=\"fyc-copy fyc-center\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        FOLD YOUR OWN CHRISTMAS WORLD\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"fyc-title\"\u003e\n        Turn “I’m Bored” Into “Look What I Made!”\n      \u003c\/h1\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        Give little hands something real to do this Christmas.\n        Fold colorful paper characters, build a tiny holiday world,\n        then proudly display what they created themselves.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyc-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/7031\/3984\/files\/5_0e8e454f-e719-4acd-84b2-e9d51588ac88.jpg?v=1790154945\" alt=\"Kids Christmas paper folding craft kit with finished holiday creations\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyc-tags\"\u003e\n      \u003cdiv class=\"fyc-tag\"\u003eScreen-Free Fun\u003c\/div\u003e\n      \u003cdiv class=\"fyc-tag\"\u003e5 Creations Per Theme\u003c\/div\u003e\n      \u003cdiv class=\"fyc-tag\"\u003eCraft + Decor + Play\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SCREEN FREE --\u003e\n  \u003csection class=\"fyc-card fyc-grid\"\u003e\n\n    \u003cdiv class=\"fyc-copy\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        CHRISTMAS FUN WITHOUT ANOTHER SCREEN\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        Give Them Something to Make, Not Just Something to Watch\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        Holiday break can quickly become tablet, TV, video games, repeat.\n        This gives kids a hands-on activity with a result they can actually hold up and feel proud of.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fyc-points\"\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e1\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eFold\u003c\/strong\u003e\n            \u003cspan\u003eWork through each paper creation step by step.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e2\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eCreate\u003c\/strong\u003e\n            \u003cspan\u003eWatch a flat sheet turn into a Christmas character or scene piece.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e3\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eShow It Off\u003c\/strong\u003e\n            \u003cspan\u003eDisplay the finished piece and start planning the next one.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"fyc-card fyc-dark\"\u003e\n\n    \u003cdiv class=\"fyc-copy fyc-center\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        SMALL FOLDS. BIG CHRISTMAS MAGIC.\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        Easy-to-Follow Holiday Folding Fun\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        You don’t need to be an origami expert.\n        The designs are made for approachable holiday crafting with visual guidance to help kids work through each creation.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fyc-steps\"\u003e\n\n        \u003cdiv class=\"fyc-step\"\u003e\n          \u003cdiv class=\"fyc-step-num\"\u003e1\u003c\/div\u003e\n          \u003cstrong\u003eCHOOSE\u003c\/strong\u003e\n          \u003cspan\u003ePick a Christmas character from your themed set.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-step\"\u003e\n          \u003cdiv class=\"fyc-step-num\"\u003e2\u003c\/div\u003e\n          \u003cstrong\u003eFOLD\u003c\/strong\u003e\n          \u003cspan\u003eFollow the visual folding sequence step by step.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-step\"\u003e\n          \u003cdiv class=\"fyc-step-num\"\u003e3\u003c\/div\u003e\n          \u003cstrong\u003eDISPLAY\u003c\/strong\u003e\n          \u003cspan\u003eTurn the completed creation into part of your Christmas scene.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- 5 WORLDS --\u003e\n  \u003csection class=\"fyc-card\"\u003e\n\n    \u003cdiv class=\"fyc-copy fyc-center\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        5 MAGICAL CHRISTMAS WORLDS\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        Choose the Christmas Story They Want to Build\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        Every themed style includes five festive creations,\n        so kids can build a complete little world instead of stopping after one craft.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"fyc-worlds\"\u003e\n\n        \u003cdiv class=\"fyc-world\"\u003e\n          \u003ch3\u003e🎅 Classic Christmas\u003c\/h3\u003e\n          \u003cp\u003e\n            Santa • Reindeer • Christmas Tree • Snowman • Elf\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fyc-world\"\u003e\n          \u003ch3\u003e⭐ Nativity Christmas\u003c\/h3\u003e\n          \u003cp\u003e\n            Angel • Star • Baby Jesus • Lamb • Camel\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fyc-world\"\u003e\n          \u003ch3\u003e🐧 North Pole Magic\u003c\/h3\u003e\n          \u003cp\u003e\n            Mrs. Claus • Polar Bear • Penguin • Gift • North Pole Drum\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fyc-world\"\u003e\n          \u003ch3\u003e🦊 Woodland Christmas\u003c\/h3\u003e\n          \u003cp\u003e\n            Fox • Owl • Hedgehog • Wreath • Christmas Cottage\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fyc-world\"\u003e\n          \u003ch3\u003e🍪 Gingerbread Wonderland\u003c\/h3\u003e\n          \u003cp\u003e\n            Gingerbread Man • Candy Cane • Cupcake • Cocoa • Gingerbread House\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CRAFT TURNS INTO DECOR --\u003e\n  \u003csection class=\"fyc-card fyc-grid fyc-reverse\"\u003e\n\n    \u003cdiv class=\"fyc-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/7031\/3984\/files\/3_2286b471-e71b-4fd6-9185-6e8e2fe1804b.jpg?v=1790154945\" alt=\"Finished paper Christmas characters and holiday village display\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyc-copy\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        THE FUN DOESN’T STOP WHEN THE FOLDING ENDS\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        Craft First. Christmas Decor Next. Imaginative Play After That.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        Once each character is finished, it becomes part of Christmas instead of disappearing into a craft drawer.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fyc-points\"\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e🎄\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eBuild a village under the tree\u003c\/strong\u003e\n            \u003cspan\u003eTurn finished paper pieces into a tiny Christmas scene.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e🏠\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eDecorate shelves \u0026amp; tables\u003c\/strong\u003e\n            \u003cspan\u003eAdd their handmade creations to your holiday home.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e✨\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eKeep playing afterward\u003c\/strong\u003e\n            \u003cspan\u003eUse finished characters for stories and imaginative holiday play.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAMILY TIME --\u003e\n  \u003csection class=\"fyc-card\"\u003e\n\n    \u003cdiv class=\"fyc-copy fyc-center\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        CHRISTMAS CRAFT NIGHT = HANDLED\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        Sometimes a Table, Some Paper \u0026amp; an Hour Together Is Enough\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        Put the phones away, make hot cocoa, turn on a Christmas playlist,\n        and let everyone choose a character to fold.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fyc-features\"\u003e\n\n        \u003cdiv class=\"fyc-feature\"\u003e\n          \u003cstrong\u003eFamily Craft Night\u003c\/strong\u003e\n          \u003cspan\u003e\n            Give everyone a character and create around the table together.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-feature\"\u003e\n          \u003cstrong\u003eChristmas Break Activity\u003c\/strong\u003e\n          \u003cspan\u003e\n            An easy option for slow afternoons, winter weekends, and snow days.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-feature\"\u003e\n          \u003cstrong\u003eMake Something Together\u003c\/strong\u003e\n          \u003cspan\u003e\n            Turn simple folding time into a shared Christmas memory.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BETTER THAN QUICK ACTIVITY --\u003e\n  \u003csection class=\"fyc-card fyc-grid fyc-dark\"\u003e\n\n    \u003cdiv class=\"fyc-copy\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        MORE THAN A FIVE-MINUTE ACTIVITY\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        They Make It. They Keep It. They’re Proud of It.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        The real value isn’t only keeping kids busy.\n        It’s giving them a project that ends with something they want to show off.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fyc-checks\"\u003e\n\n        \u003cdiv class=\"fyc-check\"\u003e\n          ✔ Hands-on folding fun\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-check\"\u003e\n          ✔ Encourages patience \u0026amp; creativity\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-check\"\u003e\n          ✔ No screen required\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-check\"\u003e\n          ✔ Finished pieces become decor\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-check\"\u003e\n          ✔ Multiple characters per theme\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-check\"\u003e\n          ✔ Fun for kids and adults together\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- GIFT --\u003e\n  \u003csection class=\"fyc-card fyc-grid\"\u003e\n\n    \u003cdiv class=\"fyc-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/7031\/3984\/files\/2_50e42fb3-1326-49f6-a642-71c40dc29fb7.jpg?v=1790154945\" alt=\"Christmas paper craft kit gift and finished creations\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyc-copy\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        A CHRISTMAS GIFT THAT GIVES THEM SOMETHING TO DO\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        More Than Another Thing to Toss Into the Toy Bin\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        They open the box and immediately have an activity waiting.\n        Then the activity becomes something they made themselves.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"fyc-points\"\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e🎁\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eChristmas Eve Boxes\u003c\/strong\u003e\n            \u003cspan\u003eA hands-on surprise they can start before Christmas morning.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e🏫\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eHoliday Classroom Activities\u003c\/strong\u003e\n            \u003cspan\u003eA festive paper project for supervised group crafting.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-point\"\u003e\n          \u003cdiv class=\"fyc-dot\"\u003e👵\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eGrandparent \u0026amp; Grandchild Time\u003c\/strong\u003e\n            \u003cspan\u003eA simple project to sit down and work through together.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003csection class=\"fyc-card\"\u003e\n\n    \u003cdiv class=\"fyc-copy\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        PRODUCT DETAILS\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        Everything You Need to Start a Tiny Christmas World\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"fyc-features\"\u003e\n\n        \u003cdiv class=\"fyc-feature\"\u003e\n          \u003cstrong\u003e5 Creations Per Theme\u003c\/strong\u003e\n          \u003cspan\u003e\n            Each selected style includes five coordinated Christmas designs.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-feature\"\u003e\n          \u003cstrong\u003eColorful Festive Paper\u003c\/strong\u003e\n          \u003cspan\u003e\n            Pre-designed paper gives each finished piece a cheerful holiday look.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-feature\"\u003e\n          \u003cstrong\u003eBeginner-Friendly Concept\u003c\/strong\u003e\n          \u003cspan\u003e\n            Designed as an approachable visual folding activity.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fyc-specs\"\u003e\n\n        \u003cdiv class=\"fyc-spec\"\u003e\n          \u003cb\u003eProduct Name\u003c\/b\u003e\n          \u003cspan\u003eFold Your Own Paper Christmas Craft Kit\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-spec\"\u003e\n          \u003cb\u003eTheme Options\u003c\/b\u003e\n          \u003cspan\u003e5 Christmas-themed styles\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-spec\"\u003e\n          \u003cb\u003eCreations Per Style\u003c\/b\u003e\n          \u003cspan\u003e5 paper creations\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-spec\"\u003e\n          \u003cb\u003eActivity Type\u003c\/b\u003e\n          \u003cspan\u003eHands-on paper folding craft\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-spec\"\u003e\n          \u003cb\u003eFinished Use\u003c\/b\u003e\n          \u003cspan\u003eHoliday decor + imaginative play\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"fyc-spec\"\u003e\n          \u003cb\u003eRecommended Age\u003c\/b\u003e\n          \u003cspan\u003eAges 6+\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- REVIEWS --\u003e\n  \u003csection class=\"fyc-card\"\u003e\n\n    \u003cdiv class=\"fyc-copy\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        WHAT CUSTOMERS SAY\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        The Best Part Is Watching Them Say “I Made That.”\n      \u003c\/h2\u003e\n\n\n      \u003cdiv class=\"fyc-review-grid\"\u003e\n\n        \u003cdiv class=\"fyc-review\"\u003e\n\n          \u003cdiv class=\"fyc-stars\"\u003e\n            ★★★★★\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            “My 8-year-old started with Santa and immediately wanted to make the whole set.\n            She lined every character up underneath our Christmas tree.”\n          \u003c\/p\u003e\n\n          \u003cstrong\u003e\n            — Melissa R., Texas\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fyc-review\"\u003e\n\n          \u003cdiv class=\"fyc-stars\"\u003e\n            ★★★★★\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            “I bought these for something screen-free to do during Christmas break.\n            Even my husband ended up sitting at the table making one 😂.”\n          \u003c\/p\u003e\n\n          \u003cstrong\u003e\n            — Ashley M., Ohio\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"fyc-review\"\u003e\n\n          \u003cdiv class=\"fyc-stars\"\u003e\n            ★★★★★\n          \u003c\/div\u003e\n\n          \u003cp\u003e\n            “The Woodland set is adorable.\n            My kids made the cottage and animals and then spent the rest of the afternoon making up stories with them.”\n          \u003c\/p\u003e\n\n          \u003cstrong\u003e\n            — Jennifer T., Wisconsin\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL IMAGE --\u003e\n  \u003csection class=\"fyc-card\"\u003e\n\n    \u003cdiv class=\"fyc-copy fyc-center\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        SMALL FOLDS. BIG CHRISTMAS MEMORIES.\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        Give Them Something They Can Proudly Say “I Made That” About\n      \u003c\/h2\u003e\n\n      \u003cp class=\"fyc-lead\"\u003e\n        They fold it. They figure it out.\n        They build their own tiny Christmas world —\n        then decide exactly where it belongs in the holiday display.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyc-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0697\/7031\/3984\/files\/f619b4498f192f42ea19d168fe0a48a380a24faa_97fbf70c-2ab1-4997-9ae7-c2dfc0491be7.png?v=1790154945\" alt=\"Finished Fold Your Own Christmas paper craft display\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"fyc-card\"\u003e\n\n    \u003cdiv class=\"fyc-copy\"\u003e\n\n      \u003cdiv class=\"fyc-kicker\"\u003e\n        FAQ\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"fyc-heading\"\u003e\n        Good to Know\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fyc-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          How many creations are included?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Each themed style is described as including five coordinated Christmas paper creations.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is this suitable for beginners?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. The original product information describes the activity as beginner-friendly with visual folding guidance.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          What age is it recommended for?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The original product information recommends the kit for ages 6+.\n          Younger crafters may still benefit from adult help.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are the finished creations only for crafting?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No. Once folded, the pieces can be used as Christmas decorations\n          or as characters for imaginative holiday play.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          What themes can I choose from?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Classic Christmas, Nativity Christmas, North Pole Magic,\n          Woodland Christmas, and Gingerbread Wonderland.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"fyc-card fyc-cta\"\u003e\n\n    \u003cdiv class=\"fyc-kicker\"\u003e\n      FOLD • CREATE • DISPLAY\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"fyc-heading\"\u003e\n      Turn a Quiet Christmas Afternoon Into Something They’ll Remember\n    \u003c\/h2\u003e\n\n    \u003cp class=\"fyc-lead\"\u003e\n      Pick their favorite Christmas world and let small folds become a holiday creation they made themselves.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"fyc-cta-pill\"\u003e\n      Choose Your Christmas World\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"ZZG","offers":[{"title":"🎄Classic Christmas(5 Crafts)","offer_id":50503034142946,"sku":"QT260922068-sd-1","price":29.98,"currency_code":"USD","in_stock":true},{"title":"✝️Nativity Christmas(5 Crafts)","offer_id":50503034175714,"sku":"QT260922068-ys-1","price":29.98,"currency_code":"USD","in_stock":true},{"title":"❄️North Pole Magic(5 Crafts)","offer_id":50503034208482,"sku":"QT260922068-bj-1","price":29.98,"currency_code":"USD","in_stock":true},{"title":"🦊Woodland Christmas(5 Crafts)","offer_id":50503034241250,"sku":"QT260922068-hl-1","price":29.98,"currency_code":"USD","in_stock":true},{"title":"🍪Gingerbread Wonderland(5 Crafts)","offer_id":50503034274018,"sku":"QT260922068-jbr-1","price":29.98,"currency_code":"USD","in_stock":true},{"title":"Complete Collection \/ 25 Crafts — Save $20⭐ BEST VALUE","offer_id":50503034306786,"sku":"QT260922068-5set-1","price":99.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0833\/8921\/9042\/files\/2_50e42fb3-1326-49f6-a642-71c40dc29fb7.jpg?v=1790240893","url":"https:\/\/vividala.com\/products\/npaper","provider":"vividala","version":"1.0","type":"link"}