{"product_id":"zombie-dot","title":"zombie dot ","description":"\u003c!-- 🧟♂️ ZOMBIE DOT – PIXEL APOCALYPSE EDITION --\u003e\n\u003csection class=\"zombiedot-section\"\u003e\u003cheader class=\"zombiedot-header\"\u003e\n\u003ch2\u003e Zombie Dot 🧟♂️ The (almost) impossible escape… if you're the living dead \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"zombiedot-layout\"\u003e\n\n\u003c!-- NARRATIVA --\u003e\n\u003carticle class=\"zombiedot-narrative\"\u003e\n \u003cp\u003ePixels everywhere, an 8-bit forest, and people running in every direction: \u003cstrong\u003eZombie Dot\u003c\/strong\u003e is a fast-paced, infectious \u003cstrong\u003etile-laying board game\u003c\/strong\u003e perfect for groups who want to laugh and scream while trying to escape… or infect each other. Three players are \u003cstrong\u003eSurvivors\u003c\/strong\u003e with a single mission: get rid of all the cards and find a way out. One player is the \u003cstrong\u003eZombie\u003c\/strong\u003e , determined to block every path and turn everyone into fellow survivors.\u003c\/p\u003e\n\n\u003cp\u003e Each card placed creates an \u003cstrong\u003eescape route\u003c\/strong\u003e or a dead end, and one bad connection is enough for one of the Survivors to be bitten and turn into a Zombie, completely changing the game. It's a \u003cstrong\u003esemi-cooperative\u003c\/strong\u003e game: you can help others as much as you want, but in reality you only want one thing... \u003cstrong\u003eto stay alive\u003c\/strong\u003e . \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- FEATURES --\u003e\n\u003caside class=\"zombiedot-features\"\u003e\n\u003ch3\u003e Why “Zombie Dot” Works\u003c\/h3\u003e\n\n\u003cul\u003e\n\n \u003cli\u003e🧟♂️ \u003cstrong\u003eSurvivors vs. Zombies\u003c\/strong\u003e in challenges lasting about 15 minutes\u003c\/li\u003e\n\n\u003cli\u003e 🧩 \u003cstrong\u003eSimple and immediate tile placement\u003c\/strong\u003e for all ages\u003c\/li\u003e\n\n\u003cli\u003e 😈 \u003cstrong\u003eSemi-cooperative meanie\u003c\/strong\u003e : you help others only as much as you need\u003c\/li\u003e\n\n\u003cli\u003e ⚡ \u003cstrong\u003eFast pace\u003c\/strong\u003e and very high replayability \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- CHIUSURA --\u003e\n\u003cdiv class=\"zombiedot-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eZombie Dot\u003c\/strong\u003e is light, fast, and surprisingly ruthless: every card can save you or doom you, and when the first one gets infected, the table erupts in laughter. A \u003cstrong\u003efamily and party board game\u003c\/strong\u003e you can take anywhere, perfect for casual evenings and large groups.\u003c\/p\u003e\n\n\u003cp class=\"zombiedot-quote\"\u003e \u003cem\u003eRun, link, escape… or join the horde.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🧟♂️ PALETTE PIXEL FOREST *\/\n.zombiedot-section {\n  --pixel-green: #4caf50;\n  --pixel-dark: #263238;\n  --pixel-cream: #f7f3e9;\n  --pixel-accent: #ff5252;\n\n  background:\n    linear-gradient(to bottom, #fdfdfb 0%, #f7f3e9 55%, #d7f4dc 100%);\n  padding: 2.3rem 2rem;\n  border-radius: 26px;\n  margin: 2rem auto;\n  max-width: 1100px;\n  color: #222;\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* bordo pixelato stile 8-bit *\/\n.zombiedot-section::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border: 6px solid rgba(38,50,56,0.16);\n  box-shadow:\n    0 0 0 4px #ffffff,\n    0 0 0 8px rgba(76,175,80,0.35);\n  border-radius: 18px;\n  pointer-events: none;\n}\n\n\/* piccoli alberi pixel sul fondo *\/\n.zombiedot-section::after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 10px;\n  height: 36px;\n  background-image:\n    linear-gradient(#2e7d32 0 0),\n    linear-gradient(#1b5e20 0 0),\n    linear-gradient(#2e7d32 0 0),\n    linear-gradient(#1b5e20 0 0);\n  background-size: 10px 16px, 14px 22px, 9px 14px, 12px 20px;\n  background-repeat: repeat-x;\n  background-position:\n    0 20px,\n    8px 16px,\n    20px 22px,\n    40px 18px;\n  opacity: 0.35;\n  pointer-events: none;\n}\n\n.zombiedot-header h2 {\n  text-align: center;\n  color: var(--pixel-dark);\n  font-size: 1.9rem;\n  font-family: \"Bungee\", sans-serif;\n  margin-bottom: 1.5rem;\n  text-shadow: 0 0 4px rgba(255,255,255,0.8);\n}\n\n.zombiedot-layout {\n  display: grid;\n  grid-template-columns: 1.7fr 1fr;\n  gap: 1.8rem;\n}\n\n.zombiedot-narrative {\n  background: rgba(255,255,255,0.9);\n  padding: 1.6rem;\n  border-left: 7px solid var(--pixel-green);\n  border-radius: 14px;\n  line-height: 1.7;\n}\n\n.zombiedot-features {\n  background: rgba(255,255,255,0.95);\n  padding: 1.4rem;\n  border-radius: 14px;\n  border: 2px solid rgba(38,50,56,0.18);\n}\n\n.zombiedot-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--pixel-dark);\n  font-size: 1.25rem;\n  margin-bottom: 1rem;\n}\n\n.zombiedot-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: .7rem;\n}\n\n.zombiedot-features li {\n  background: linear-gradient(90deg, rgba(76,175,80,0.12), transparent);\n  border-left: 6px solid var(--pixel-green);\n  padding: .7rem .9rem;\n  border-radius: 10px;\n  transition: .25s;\n}\n\n.zombiedot-features li:hover {\n  transform: translateX(6px);\n  background: linear-gradient(90deg, rgba(255,82,82,0.18), transparent);\n}\n\n.zombiedot-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.95);\n  padding: 1.6rem;\n  border-radius: 18px;\n  text-align: center;\n}\n\n.zombiedot-quote {\n  margin-top: .8rem;\n  color: var(--pixel-accent);\n  font-weight: 600;\n  font-style: italic;\n}\n\n\/* Mobile *\/\n@media (max-width: 900px) {\n  .zombiedot-layout { grid-template-columns: 1fr; }\n}\n@media (max-width: 600px) {\n  .zombiedot-section { padding: 1.8rem 1.1rem; }\n  .zombiedot-header h2 { font-size: 1.6rem; }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52765504078151,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/zombie_dot_00.webp?v=1763285065","url":"https:\/\/frogames.business\/en\/products\/zombie-dot","provider":"FroGames","version":"1.0","type":"link"}