{"product_id":"dylan-dog-lalba-dei-morti-viventi","title":"Dylan Dog - L'alba dei Morti Viventi","description":"\u003cdiv class=\"frog-section\"\u003e\n\n\u003ch2 class=\"frog-title\"\u003e 💀 DYLAN DOG – DAWN OF THE DEAD\u003c\/h2\u003e\n\n\n\u003cdiv class=\"frog-buttons\"\u003e\n\n \u003cbutton class=\"frog-btn active\" data-section=\"storia\"\u003e🕯 The Story\u003c\/button\u003e\n \u003cbutton class=\"frog-btn\" data-section=\"meccaniche\"\u003e🎲 The Mechanics\u003c\/button\u003e\n \u003cbutton class=\"frog-btn\" data-section=\"motivi\"\u003e💚 Why Play It\u003c\/button\u003e \n\n\u003c\/div\u003e\n\n\n\u003cdiv id=\"frog-content\" class=\"frog-content\"\u003e\n\n\u003c!-- STORIA --\u003e\n\u003cdiv class=\"frog-panel\" id=\"storia\"\u003e\n\n\u003cp\u003e\n London never sleeps, and this time its nights are not made of fog and street lamps,\n but of \u003cstrong\u003ezombies rising from the graves\u003c\/strong\u003e .\n In \u003cstrong\u003eDylan Dog – Dawn of the Dead,\u003c\/strong\u003e relive the atmosphere of the first, unforgettable issue of the cult Italian comic.   \nYou and your teammates will take on the roles of \u003cstrong\u003eDylan, Groucho, Bloch, Sybil\u003c\/strong\u003e , or \u003cstrong\u003eMorgana\u003c\/strong\u003e\n and you will race against time to stop \u003cstrong\u003eXabaras\u003c\/strong\u003e ' diabolical plan.\n\u003c\/p\u003e\n\n\u003cp\u003e\n Every step on the board is a thrill: searching for clues, facing hordes of undead,\n protect those you love and resist growing terror.\n But be careful, you can't win alone here:\n \u003cstrong\u003eCollaboration is the only weapon against darkness\u003c\/strong\u003e .\n Only by joining forces can you uncover the mystery of Dr. Browning's death.\n and sweep away the advancing nightmare. \n\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- MECCANICHE --\u003e\n\u003cdiv class=\"frog-panel\" id=\"meccaniche\" style=\"display:none;\"\u003e\n\n\u003cp\u003e\n In this \u003cstrong\u003ecooperative board game\u003c\/strong\u003e , every turn is a challenge of strategy and composure.\n The balance between \u003cstrong\u003eresearch, combat and survival\u003c\/strong\u003e will keep you glued to the table,\n as the tension rises with every roll of the dice and every card revealed.   \nDylan Dog is not just a detective — he is your destiny against the night.\n\u003c\/p\u003e\n\n\u003cp\u003e\n \u003cstrong\u003eProgressive missions\u003c\/strong\u003e increase difficulty,\n pushing you to collaborate more and more with the group.\n The board, the cards and the narrative choices intertwine in a cinematic paced experience,\n where every decision can change the ending. \n\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- MOTIVI --\u003e\n\u003cdiv class=\"frog-panel\" id=\"motivi\" style=\"display:none;\"\u003e\n\n\u003cul class=\"frog-list\"\u003e\n\n\u003cli\u003e 🧟 \u003cstrong\u003eZombies and Nightmares\u003c\/strong\u003e – Experience the first, historic adventure of the Nightmare Investigator.\u003c\/li\u003e\n\n\u003cli\u003e 👥 \u003cstrong\u003eIconic characters\u003c\/strong\u003e – Dylan, Groucho, Bloch, Sybil and Morgana by your side.\u003c\/li\u003e\n\n\u003cli\u003e 🎲 \u003cstrong\u003eCooperative Mechanics\u003c\/strong\u003e – Use dice, cards, and unique skills to survive hell.\u003c\/li\u003e\n\n\u003cli\u003e 📖 \u003cstrong\u003eProgressive Missions\u003c\/strong\u003e – Each investigation is more difficult than the last.\u003c\/li\u003e\n\n\u003cli\u003e 🌌 \u003cstrong\u003eComic-True Atmosphere\u003c\/strong\u003e – Every game feels like a comic book come to life.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003cp\u003e \nIf you love cooperative board games and want to immerse yourself in a\n \u003cstrong\u003eAn all-Italian narrative horror\u003c\/strong\u003e , this title will give you tension and twists in true Dylan Dog style.\n \u003cem\u003eWill you truly be a Nightmare Investigator... or will you become part of their army?\u003c\/em\u003e \n\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n  document.querySelectorAll('.frog-btn').forEach(btn =\u003e {\n    btn.addEventListener('click', () =\u003e {\n      document.querySelectorAll('.frog-panel').forEach(p =\u003e p.style.display = 'none');\n      document.getElementById(btn.dataset.section).style.display = 'block';\n      document.querySelectorAll('.frog-btn').forEach(b =\u003e b.classList.remove('active'));\n      btn.classList.add('active');\n    });\n  });\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .frog-section {\n    background: linear-gradient(180deg, #0E1111 0%, #141A14 100%);\n    color: #F4F4F4;\n    padding: 2rem 1.4rem;\n    border-radius: 1.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 0 20px rgba(141, 255, 135, 0.08);\n  }\n\n  .frog-title {\n    font-size: 1.7rem;\n    font-weight: 800;\n    color: #8FC93A;\n    text-shadow: 0 0 10px rgba(141,255,135,0.25);\n    margin-bottom: 1rem;\n  }\n\n  .frog-buttons {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: .7rem;\n    margin-bottom: 1.4rem;\n  }\n\n  .frog-btn {\n    background: #1C211C;\n    color: #DFFFD6;\n    border: 1px solid #4D7C0F;\n    padding: .65rem 1.15rem;\n    border-radius: 9999px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all .25s ease;\n    font-size: .95rem;\n    box-shadow: 0 0 8px rgba(141,255,135,0.1);\n  }\n\n  .frog-btn.active,\n  .frog-btn:hover {\n    background: #4D7C0F;\n    color: #0E1111;\n    box-shadow: 0 0 16px rgba(141,255,135,0.4), 0 0 30px rgba(141,255,135,0.2);\n    transform: translateY(-2px);\n  }\n\n  .frog-content {\n    max-width: 680px;\n    margin: 0 auto;\n    text-align: left;\n  }\n\n  .frog-panel {\n    animation: fade .4s ease;\n  }\n\n  .frog-list {\n    list-style: none;\n    padding-left: 0;\n  }\n\n  .frog-list li {\n    margin: .5rem 0;\n  }\n\n  .frog-panel strong {\n    color: #8FC93A;\n    font-weight: 600;\n  }\n\n  .frog-quote {\n    margin-top: 1rem;\n    text-align: center;\n    color: #A6BFA2;\n  }\n\n  @keyframes fade { from {opacity: 0;} to {opacity: 1;} }\n\n  @media (max-width: 768px) {\n    .frog-title { font-size: 1.4rem; }\n    .frog-btn { font-size: .85rem; padding: .55rem 1rem; }\n    .frog-content { font-size: .95rem; }\n  }\n\u003c\/style\u003e\n","brand":"Clementoni","offers":[{"title":"Default Title","offer_id":52456019689799,"sku":null,"price":28.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Dylan_Dog_-_L_alba_dei_Morti_Viventi_00.webp?v=1759371199","url":"https:\/\/frogames.business\/en\/products\/dylan-dog-lalba-dei-morti-viventi","provider":"FroGames","version":"1.0","type":"link"}