{"product_id":"mint-works","title":"Mint Works ","description":"\u003c!-- 🍬 MINT WORKS – Il worker placement tascabile --\u003e\n\u003csection class=\"mint-section\"\u003e\u003cheader class=\"mint-header\"\u003e\n\u003ch2\u003e Mint Works 🍬 The pocket-sized worker placement app that smells of mint and strategy\u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"mint-layout\"\u003e\n\n\u003c!-- Testo principale --\u003e\n\u003carticle class=\"mint-narrative\"\u003e\n \u003cp\u003e\u003cstrong\u003eMint Works\u003c\/strong\u003e is a compact yet brilliant \u003cstrong\u003eworker placement board game\u003c\/strong\u003e , distributed in Italy by \u003cstrong\u003eRaven Distribution\u003c\/strong\u003e . Everything fits into a small, mint-sized box, but inside there's a surprising dose of pure strategy: just a few minutes, few rules, but plenty of decisions to carefully consider.\u003c\/p\u003e\n\n\u003cp\u003e Your mint tokens are your workers: use them to acquire new floors, build structures, or earn prestige points. Every action counts, every turn counts. \u003cstrong\u003eMint Works\u003c\/strong\u003e is perfect for introducing newcomers to the management genre, but also for offering experienced players a quick, clean, and always satisfying challenge. And when the game is over, just close the box and put it in your pocket. Literally. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"mint-features\"\u003e\n\u003ch3\u003e Why Mint Works is a small, great masterpiece\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🍬 \u003cstrong\u003eUltra-compact format\u003c\/strong\u003e : worker placement that fits in the palm of your hand\u003c\/li\u003e\n\n \u003cli\u003e🧠 \u003cstrong\u003eSimple yet deep rules\u003c\/strong\u003e , perfect for introducing new players to the genre\u003c\/li\u003e\n\n\u003cli\u003e ⏱️ \u003cstrong\u003eShort duration\u003c\/strong\u003e (10–20 minutes) ideal for quick and replayable games\u003c\/li\u003e\n\n\u003cli\u003e 👥 \u003cstrong\u003eUp to 4 players\u003c\/strong\u003e or solo mode for a pocket-sized challenge anywhere\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mint-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eMint Works\u003c\/strong\u003e proves that you don't need giant boards to create strategy. All it takes is a few mints... and a brilliant mind. 🧩\u003c\/p\u003e\n\n\u003cp class=\"mint-quote\"\u003e \u003cem\u003eLightweight, portable, and ingenious: pocket-sized worker placement that smells like victory.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🍬 MINT WORKS – design fresco e minimal *\/\n:root {\n  --mint-light: #d9f5f3;\n  --mint-blue: #9cd4d4;\n  --mint-dark: #204c53;\n  --mint-white: #f7fcfc;\n  --mint-gray: #e7f0f1;\n}\n\n\/* Contenitore principale *\/\n.mint-section {\n  background: linear-gradient(180deg, #eafcfc 0%, #d2f1f1 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--mint-dark);\n  font-family: \"Inter\", sans-serif;\n  max-width: 1100px;\n  margin: 2rem auto;\n  box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Dettaglio decorativo *\/\n.mint-section::before {\n  content: \"\";\n  position: absolute;\n  top: -50px;\n  right: -60px;\n  width: 280px;\n  height: 280px;\n  background: radial-gradient(circle, rgba(156,212,212,0.25), transparent 70%);\n  filter: blur(50px);\n}\n.mint-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -50px;\n  left: -60px;\n  width: 240px;\n  height: 240px;\n  background: radial-gradient(circle, rgba(217,245,243,0.35), transparent 70%);\n  filter: blur(60px);\n}\n\n\/* Titolo *\/\n.mint-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1.6rem;\n  color: var(--mint-dark);\n  text-shadow: 0 0 10px rgba(255,255,255,0.6);\n  border-bottom: 1px solid rgba(0,0,0,0.05);\n  padding-bottom: 0.5rem;\n}\n\n\/* Layout griglia *\/\n.mint-layout {\n  display: grid;\n  grid-template-columns: 1.25fr 1fr;\n  gap: 1.4rem;\n  align-items: start;\n}\n\n\/* Testo principale *\/\n.mint-narrative {\n  background: var(--mint-white);\n  border-left: 6px solid var(--mint-blue);\n  border-radius: 16px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n}\n.mint-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.8;\n}\n.mint-narrative strong {\n  color: #328d8d;\n}\n\n\/* Box caratteristiche *\/\n.mint-features {\n  background: var(--mint-gray);\n  border-radius: 16px;\n  padding: 1.2rem 1.5rem;\n  border: 2px dashed var(--mint-blue);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n}\n.mint-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--mint-dark);\n  font-size: 1.2rem;\n  margin-bottom: 1rem;\n}\n.mint-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.mint-features li {\n  background: rgba(255,255,255,0.7);\n  border-left: 5px solid var(--mint-blue);\n  border-radius: 10px;\n  padding: 0.6rem 0.8rem;\n  transition: 0.3s ease;\n}\n.mint-features li:hover {\n  background: rgba(255,255,255,0.9);\n  transform: translateY(-2px);\n}\n\n\/* Chiusura *\/\n.mint-end {\n  margin-top: 2rem;\n  background: var(--mint-white);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 1px solid rgba(0,0,0,0.05);\n  text-align: center;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n}\n.mint-end .mint-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: #256066;\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .mint-layout { grid-template-columns: 1fr; }\n}\n@media (max-width: 600px) {\n  .mint-header h2 { font-size: 1.5rem; }\n}\n\u003c\/style\u003e","brand":"Raven Distribution","offers":[{"title":"Default Title","offer_id":52745049178439,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/MintWorks00.webp?v=1762972835","url":"https:\/\/frogames.business\/en\/products\/mint-works","provider":"FroGames","version":"1.0","type":"link"}