{"product_id":"dead-cells-ita","title":"Dead Cells - ITA","description":"\u003csection class=\"deadcells-hero\"\u003e\n\u003cdiv class=\"dc-inner\"\u003e\n\n\u003ch2\u003e 💀 Die. Mutate. Repeat. Welcome to the nightmare of Dead Cells\u003c\/h2\u003e\n\n\u003cp\u003e In \u003cstrong\u003eDead Cells: The Rogue-Lite Board Game,\u003c\/strong\u003e there's no easy victory. Every game is a race against time through dungeons that change with every loop, ruthless monsters, and bosses ready to obliterate you in an instant. But death isn't the end... it's just the beginning of a new evolution.\u003c\/p\u003e\n\n\u003cp\u003e Choose your \u003cstrong\u003eBeheaded\u003c\/strong\u003e , explore ever-changing biomes, battle hordes of abominations, collect \u003cstrong\u003eCells\u003c\/strong\u003e and legendary weapons. Every defeat makes you stronger, every loop brings you closer to revenge.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"dc-grid\"\u003e\n\n\u003cdiv class=\"dc-card\"\u003e\n\n\u003ch3\u003e ⚔️ Brutal and fast action\u003c\/h3\u003e\n\n\u003cp\u003e Explore, fight and die in 45 minutes of pure adrenaline.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"dc-card\"\u003e\n\n\u003ch3\u003e 🔄 Infinite replayability\u003c\/h3\u003e\n\n\u003cp\u003e Biomes, monsters and loot always different with each run.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"dc-card\"\u003e\n\n \u003ch3\u003e🧬 Permanent mutations\u003c\/h3\u003e\n\n\u003cp\u003e Get stronger with every death. Evolve to survive.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"dc-card\"\u003e\n\n\u003ch3\u003e 🎮 From the legendary video game\u003c\/h3\u003e\n\n\u003cp\u003e The rogue-lite spirit comes to the table, signed by Motion Twin.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"dc-card\"\u003e\n\n\u003ch3\u003e 🤝 Solo or cooperative\u003c\/h3\u003e\n\n\u003cp\u003e 1 to 4 players united in the fiercest survival.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"dc-card\"\u003e\n\n\u003ch3\u003e 🔥 Intensity and rhythm\u003c\/h3\u003e\n\n\u003cp\u003e A lethal mix of tension, risk and pure satisfaction.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"dc-quote\"\u003e \u003cem\u003eReady to die again... and again?\u003c\/em\u003e \u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n.deadcells-hero {\n  --violet:#261637;\n  --red:#d1224c;\n  --orange:#ff6838;\n  --blue:#2ab7ff;\n  --text:#f5f5f7;\n  background:linear-gradient(160deg,var(--violet) 0%,#3a1b45 50%,#180d20 100%);\n  border-radius:24px;\n  padding:2.8rem 2.2rem;\n  color:var(--text);\n  font-family:\"Inter\",sans-serif;\n  box-shadow:0 0 25px rgba(0,0,0,0.4);\n  position:relative;\n  overflow:hidden;\n}\n.deadcells-hero::before{\n  content:\"\";\n  position:absolute;inset:0;\n  background:radial-gradient(circle at 60% 20%,rgba(255,104,56,0.25),transparent 60%);\n  pointer-events:none;\n}\n\n\/* Header *\/\n.dc-inner h2{\n  text-align:center;\n  font-size:1.9rem;\n  background:linear-gradient(90deg,var(--orange),var(--blue));\n  -webkit-background-clip:text;\n  color:transparent;\n  font-weight:900;\n  margin-bottom:1rem;\n}\n.dc-inner p{\n  max-width:850px;\n  margin:0 auto 1.2rem;\n  text-align:center;\n  line-height:1.8;\n  font-size:1.05rem;\n}\n\n\/* Grid *\/\n.dc-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:18px;\n  margin:2rem auto;\n}\n.dc-card{\n  background:rgba(255,255,255,0.06);\n  border:1px solid rgba(42,183,255,0.25);\n  border-radius:16px;\n  padding:1.4rem 1.1rem;\n  box-shadow:0 0 14px rgba(42,183,255,0.08);\n  transition:all .25s ease;\n  position:relative;\n  overflow:hidden;\n}\n.dc-card::after{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:radial-gradient(circle at top right,rgba(255,104,56,0.15),transparent 60%);\n  opacity:0;\n  transition:opacity .3s ease;\n}\n.dc-card:hover::after{opacity:1;}\n.dc-card:hover{\n  transform:translateY(-4px);\n  box-shadow:0 0 18px rgba(255,104,56,0.25);\n}\n.dc-card h3{\n  color:var(--blue);\n  font-size:1.1rem;\n  margin-bottom:.5rem;\n  text-transform:uppercase;\n}\n.dc-card p{\n  font-size:0.95rem;\n  color:var(--text);\n  opacity:0.9;\n}\n\n\/* Quote *\/\n.dc-quote{\n  text-align:center;\n  margin-top:2.4rem;\n  font-style:italic;\n  background:linear-gradient(90deg,var(--orange),var(--red));\n  padding:1rem 1.5rem;\n  border-radius:12px;\n  color:#fff;\n  font-weight:600;\n  box-shadow:0 0 14px rgba(255,104,56,0.3);\n}\n\n\/* Responsive *\/\n@media(max-width:900px){\n  .dc-grid{grid-template-columns:1fr;}\n  .dc-inner h2{font-size:1.6rem;}\n}\n\u003c\/style\u003e\n\u003c!-- 🧬 META SEO --\u003e\n\u003cp\u003e\u003c\/p\u003e\n\n\u003c!-- Title SEO: Dead Cells – Gioco da tavolo rogue-lite cooperativo --\u003e\n\u003cp\u003e\u003c\/p\u003e\n\n\u003c!-- Meta Description SEO: Vivi l’esperienza di Dead Cells sul tavolo: azione, mutazioni e rigiocabilità infinita in un gioco cooperativo per 1–4 giocatori. --\u003e","brand":"Asmodee","offers":[{"title":"Default Title","offer_id":54212045701447,"sku":null,"price":84.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/DeadCells-ITA00.webp?v=1782194083","url":"https:\/\/frogames.it\/en\/products\/dead-cells-ita","provider":"FroGames","version":"1.0","type":"link"}