{"product_id":"ghosts-of-christmas","title":"Ghosts of Christmas ","description":"\u003c!-- 🎄 GHOSTS OF CHRISTMAS – Hero natalizio trick-taking --\u003e\n\u003csection class=\"ghosts-section\"\u003e\u003cheader class=\"ghosts-header\"\u003e\n\u003ch2\u003e 🎄 Ghosts of Christmas – The trick-taking that plays with time \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"ghosts-layout\"\u003e\n\n\u003c!-- Testo --\u003e\n\u003carticle class=\"ghosts-main\"\u003e\n\u003cp\u003eIn \u003cstrong\u003eGhosts of Christmas\u003c\/strong\u003e , you don't just play one hand: you play three simultaneously. Past, present, and future become your battlefield in a brilliant \u003cstrong\u003etrick-taking board game\u003c\/strong\u003e , where reading your opponents is more important than the cards themselves.\u003c\/p\u003e\n\n \u003cp\u003eYou can play out of order, anticipate, confuse, change the pace. And while the ghosts scramble the timelines, you try to figure out who will lead each trick and how to manipulate the others' moves to achieve exactly what you predicted in your bet.\u003c\/p\u003e\n\n\u003cp\u003e Your predictions are the heart of the game: how many tricks will you actually get? Can you maintain control across three different timelines without losing your bearings? It's a \u003cstrong\u003estrategic family game\u003c\/strong\u003e that rewards intuition, calmness, and observation.\u003c\/p\u003e\n\n\u003cp\u003e \u003cstrong\u003eGhosts of Christmas\u003c\/strong\u003e is perfect for those who love clever, elegant card games with a truly original twist. A little winter magic that turns every round into a game of effects... and counter-effects. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"ghosts-features\"\u003e\n\u003ch3\u003e Why “Ghosts of Christmas” enchants the tables\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🎴 \u003cstrong\u003eTrick-taking\u003c\/strong\u003e with three timelines\u003c\/li\u003e\n\n\u003cli\u003e 🔮 Predictions and bets that guide the strategy\u003c\/li\u003e\n\n\u003cli\u003e 🎄 Unique and Christmassy atmosphere without being a party game\u003c\/li\u003e\n\n\u003cli\u003e 🤝 \u003cstrong\u003eFamily strategy game\u003c\/strong\u003e for attentive players\u003c\/li\u003e\n\n \u003cli\u003e👥 Ideal for \u003cstrong\u003e3–4 players\u003c\/strong\u003e \n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ghosts-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eGhosts of Christmas\u003c\/strong\u003e invites you to read time like an open deck: whoever controls the future, controls the game.\u003c\/p\u003e\n\n\u003cp class=\"ghosts-quote\"\u003e \u003cem\u003eIn the time of ghosts… every trick is a prophecy.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* ❄️ GHOSTS OF CHRISTMAS – palette fredda + glow natalizio *\/\n\n\/* Colori dalla scatola: blu notte, ghiaccio, lilla, oro tenue *\/\n.ghosts-section {\n  --g-night: #1d2f6a;\n  --g-blue: #4f7fd3;\n  --g-ice: #d9eaff;\n  --g-lilac: #b4a8f0;\n  --g-gold: #ffd679;\n\n  background: linear-gradient(145deg, var(--g-night) 0%, #2c4a9a 50%, var(--g-blue) 100%);\n  color: var(--g-ice);\n  font-family: \"Inter\", sans-serif;\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  max-width: 1100px;\n  margin: 2rem auto;\n  position: relative;\n  overflow: hidden;\n  box-shadow: 0 14px 40px rgba(0,0,0,0.35);\n}\n\n\/* Glow neve\/fantasma *\/\n.ghosts-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  right: -40px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(255,255,255,0.55), transparent 70%);\n  filter: blur(36px);\n  opacity: 0.7;\n}\n.ghosts-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -60px;\n  left: -40px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(180,168,240,0.4), transparent 75%);\n  filter: blur(40px);\n  opacity: 0.6;\n}\n\n\/* Titolo *\/\n.ghosts-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  color: #ffffff;\n  text-shadow: 0 0 14px rgba(0,0,0,0.55);\n  margin-bottom: 1.6rem;\n  border-bottom: 1px solid rgba(255,255,255,0.25);\n  padding-bottom: 0.6rem;\n}\n\n\/* Layout *\/\n.ghosts-layout {\n  display: grid;\n  grid-template-columns: 1.25fr 1fr;\n  gap: 1.4rem;\n}\n\n\/* Testo principale *\/\n.ghosts-main {\n  background: rgba(255,255,255,0.07);\n  padding: 1.4rem 1.6rem;\n  border-radius: 18px;\n  border-left: 7px solid var(--g-gold);\n  box-shadow: 0 8px 20px rgba(0,0,0,0.2);\n}\n.ghosts-main p {\n  line-height: 1.8;\n  margin: 0.6rem 0;\n}\n.ghosts-main strong {\n  color: var(--g-gold);\n}\n\n\/* Box punti forza *\/\n.ghosts-features {\n  background: rgba(255,255,255,0.08);\n  border-radius: 18px;\n  padding: 1.2rem 1.4rem;\n  border: 2px solid rgba(255,255,255,0.18);\n  box-shadow: 0 10px 25px rgba(0,0,0,0.3);\n}\n.ghosts-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--g-gold);\n  margin-bottom: 1rem;\n  font-size: 1.15rem;\n}\n.ghosts-features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.ghosts-features li {\n  background: linear-gradient(90deg, rgba(180,168,240,0.25), rgba(77,125,207,0.2));\n  border-left: 5px solid var(--g-lilac);\n  border-radius: 10px;\n  padding: 0.55rem 0.8rem;\n  transition: 0.25s ease;\n}\n.ghosts-features li strong {\n  color: #ffffff;\n}\n.ghosts-features li:hover {\n  transform: translateX(4px);\n}\n\n\/* Chiusura *\/\n.ghosts-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.06);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  text-align: center;\n  border: 1px solid rgba(255,255,255,0.15);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.15);\n}\n.ghosts-end strong {\n  color: var(--g-gold);\n}\n.ghosts-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: var(--g-lilac);\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .ghosts-layout {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .ghosts-section {\n    padding: 1.8rem 1.2rem;\n  }\n  .ghosts-header h2 {\n    font-size: 1.6rem;\n  }\n}\n\u003c\/style\u003e","brand":"Allplay","offers":[{"title":"Default Title","offer_id":52853564375367,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Ghosts_of_Christmas_00.webp?v=1764399335","url":"https:\/\/frogames.business\/en\/products\/ghosts-of-christmas","provider":"FroGames","version":"1.0","type":"link"}