{"product_id":"mino-dice","title":"Mino Dice ","description":"\u003c!-- 🐉 MINO DICE – Creature, dadi e previsioni folli --\u003e\n\u003csection class=\"minodice-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"minodice-header\"\u003e\n\u003ch2\u003e Mino Dice 🐉🎲 The dice battle where predicting chaos is the only way to win \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"minodice-layout\"\u003e\n\n\u003c!-- Testo narrativo --\u003e\n\u003carticle class=\"minodice-narrative\"\u003e\n\u003cp\u003e \u003cstrong\u003eMino Dice\u003c\/strong\u003e is the kind of game that starts with a simple roll and ends in an \u003cstrong\u003eepic war of mythical creatures, numbers, and crazy predictions\u003c\/strong\u003e . Each round, you draw secret dice from the bag, place your bets, and try to guess how many \"tricks\" you'll actually win. And what if you get even one wrong? The scoring system is unforgiving.\u003c\/p\u003e\n\n\u003cp\u003e Minotaurs, griffins, and mermaids create a \u003cstrong\u003erock-paper-scissors fantasy\u003c\/strong\u003e that overturns all certainties: the minotaur beats the griffin, the griffin beats the mermaid, the mermaid beats the minotaur—and together they crush the number dice. But beware: when everyone reveals their results, the winner is not the strongest... but the one who \u003cstrong\u003ebest predicted the entire chaos\u003c\/strong\u003e . \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"minodice-features\"\u003e\n\u003ch3\u003e Why “Mino Dice” Drives Bands Crazy\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🐉 \u003cstrong\u003eUnique special dice\u003c\/strong\u003e – creatures that “eat” each other\u003c\/li\u003e\n\n \u003cli\u003e✋ \u003cstrong\u003eSimultaneous Bid\u003c\/strong\u003e – Secret Bets and Rising Tension\u003c\/li\u003e\n\n\u003cli\u003e 🎲 \u003cstrong\u003eDice Trick-Taking\u003c\/strong\u003e – An Irresistible Mix\u003c\/li\u003e\n\n\u003cli\u003e ⚡ \u003cstrong\u003e30 minutes\u003c\/strong\u003e – perfect pace for light evenings \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=\"minodice-end\"\u003e\n\n\u003cp\u003e If you love \u003cstrong\u003edice games that require brains and courage\u003c\/strong\u003e , unpredictable twists, and the thrill of predicting chaos better than anyone else, \u003cstrong\u003eMino Dice\u003c\/strong\u003e is a must-have. A game that creates stories, twists, and shouts at the table—just like the best strategic parties.\u003c\/p\u003e\n\n\u003cp class=\"minodice-quote\"\u003e \u003cem\u003eGuess right… or the Minotaur will come to collect the bill.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🐉 MINO DICE – foresta scura, oro e dadi d’avorio *\/\n.minodice-section {\n  --mino-deep: #0e141f;\n  --mino-forest: #1e3040;\n  --mino-mist: #e6edf7;\n  --mino-bone: #f9f4ec;\n  --mino-gold: #f6b651;\n\n  background: radial-gradient(circle at top, #273b4f 0%, #111721 55%, #05070c 100%);\n  border-radius: 26px;\n  padding: 2.3rem 1.8rem;\n  color: var(--mino-mist);\n  font-family: \"Inter\", sans-serif;\n  max-width: 1100px;\n  margin: 2rem auto;\n  box-shadow: 0 14px 36px rgba(0,0,0,0.35);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Glow “magico” *\/\n.minodice-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  left: -40px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(246,182,81,0.35), transparent 70%);\n  filter: blur(26px);\n}\n.minodice-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -70px;\n  right: -40px;\n  width: 280px;\n  height: 280px;\n  background: radial-gradient(circle, rgba(61,96,133,0.7), transparent 70%);\n  filter: blur(30px);\n}\n\n\/* Titolo *\/\n.minodice-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1.5rem;\n  color: #ffffff;\n  text-shadow: 0 0 16px rgba(0,0,0,0.8);\n  border-bottom: 1px solid rgba(255,255,255,0.2);\n  padding-bottom: 0.6rem;\n}\n\n\/* Layout due colonne *\/\n.minodice-layout {\n  display: grid;\n  grid-template-columns: 1.25fr 1fr;\n  gap: 1.5rem;\n  align-items: flex-start;\n}\n\n\/* Testo principale *\/\n.minodice-narrative {\n  background: rgba(12,20,32,0.92);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border-left: 6px solid var(--mino-gold);\n  box-shadow: 0 8px 22px rgba(0,0,0,0.4);\n}\n.minodice-narrative p {\n  margin: 0.7rem 0;\n  line-height: 1.8;\n}\n.minodice-narrative strong {\n  color: var(--mino-mist);\n}\n\n\/* Box caratteristiche *\/\n.minodice-features {\n  background: rgba(9,16,27,0.9);\n  border-radius: 18px;\n  padding: 1.3rem 1.5rem;\n  border: 2px solid rgba(246,182,81,0.55);\n  box-shadow: 0 10px 26px rgba(0,0,0,0.5);\n}\n.minodice-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  font-size: 1.1rem;\n  margin-bottom: 1rem;\n  color: var(--mino-gold);\n}\n.minodice-features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  gap: 0.65rem;\n}\n.minodice-features li {\n  background: linear-gradient(90deg, rgba(246,182,81,0.18), rgba(17,23,33,0.9));\n  border-left: 5px solid var(--mino-gold);\n  border-radius: 10px;\n  padding: 0.55rem 0.85rem;\n  font-size: 0.95rem;\n  transition: 0.25s ease;\n}\n.minodice-features li:hover {\n  transform: translateX(4px);\n}\n\n\/* Chiusura *\/\n.minodice-end {\n  margin-top: 2rem;\n  background: rgba(16,22,33,0.96);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 1px solid rgba(255,255,255,0.08);\n  text-align: center;\n  box-shadow: 0 8px 22px rgba(0,0,0,0.35);\n}\n.minodice-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: var(--mino-gold);\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .minodice-layout {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .minodice-section {\n    padding: 1.9rem 1.2rem;\n  }\n  .minodice-header h2 {\n    font-size: 1.6rem;\n  }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52764826304839,"sku":null,"price":26.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Mino_Dice_00.webp?v=1763264710","url":"https:\/\/frogames.business\/en\/products\/mino-dice","provider":"FroGames","version":"1.0","type":"link"}