{"product_id":"mint-delivery","title":"Mint Delivery ","description":"\u003c!-- 🚛 MINT DELIVERY – La logistica più fresca del mondo dei giochi da tavolo --\u003e\n\u003csection class=\"mintdelivery-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"mintdelivery-header\"\u003e\n\u003ch2\u003e Mint Delivery 🚚 The freshest logistics in the board game world \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"mintdelivery-layout\"\u003e\n\n\u003c!-- Testo principale --\u003e\n\u003carticle class=\"mintdelivery-narrative\"\u003e\n \u003cp\u003e\u003cstrong\u003eMint Delivery\u003c\/strong\u003e is a compact, fast-paced, and surprisingly strategic \u003cstrong\u003epick-up \u0026amp; deliver board game\u003c\/strong\u003e , designed by \u003cstrong\u003eJustin Blaske\u003c\/strong\u003e and distributed in Italy by \u003cstrong\u003eRaven Distribution\u003c\/strong\u003e . Inside a small box of mints, you'll find an entire transport company ready to go: load the trucks, plan the routes, and bring the freshness of mint to every city!\u003c\/p\u003e\n\n\u003cp\u003e Each player takes on the role of a driver intent on collecting orders and delivering mints as quickly as possible. With only two actions per turn—move, load, or boost production—you'll have to \u003cstrong\u003emanage time and resources\u003c\/strong\u003e meticulously. When orders begin to multiply, efficiency becomes the true key to success. Whoever delivers the most mints and satisfies the customers with the highest order value wins the title of \u003cstrong\u003eEmployee of the Month!\u003c\/strong\u003e \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"mintdelivery-features\"\u003e\n\u003ch3\u003e Why Mint Delivery is Sweet but Strategic\u003c\/h3\u003e\n\n\u003cul\u003e\n\n \u003cli\u003e🚛 \u003cstrong\u003eCompact Pick-up \u0026amp; Deliver\u003c\/strong\u003e : as portable as a box of mints\u003c\/li\u003e\n\n\u003cli\u003e 🧠 \u003cstrong\u003eLight but rewarding strategy\u003c\/strong\u003e for all types of players\u003c\/li\u003e\n\n\u003cli\u003e ⏱️ \u003cstrong\u003eShort games\u003c\/strong\u003e (15–30 minutes) perfect for filling any break\u003c\/li\u003e\n\n\u003cli\u003e 🏭 \u003cstrong\u003eResource management and planning\u003c\/strong\u003e in miniature, but with great satisfaction \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=\"mintdelivery-end\"\u003e\n\n\u003cp\u003e\u003cstrong\u003eMint Delivery\u003c\/strong\u003e is the perfect sequel to \u003cem\u003eMint Works\u003c\/em\u003e : same pocket-sized format, same freshness, but with a more logistical and competitive edge. A small game that feels incredibly efficient... and pure mint. 🌿\u003c\/p\u003e\n\n\u003cp class=\"mintdelivery-quote\"\u003e \u003cem\u003eLoad up the truck, start the engine, and deliver freshness in record time!\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🚛 MINT DELIVERY – dinamico e fresco *\/\n:root {\n  --mintgreen-light: #e7f8e2;\n  --mintgreen: #9cd693;\n  --mintgreen-dark: #1e4e33;\n  --mintwhite: #f8fcf8;\n}\n\n\/* Contenitore principale *\/\n.mintdelivery-section {\n  background: linear-gradient(180deg, #e9fcec 0%, #c7efca 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--mintgreen-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\/* Effetto movimento e luce *\/\n.mintdelivery-section::before {\n  content: \"\";\n  position: absolute;\n  top: -40px;\n  left: -40px;\n  width: 280px;\n  height: 280px;\n  background: radial-gradient(circle, rgba(156,214,147,0.3), transparent 70%);\n  filter: blur(40px);\n}\n.mintdelivery-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -50px;\n  right: -60px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(231,248,226,0.4), transparent 70%);\n  filter: blur(50px);\n}\n\n\/* Titolo *\/\n.mintdelivery-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(--mintgreen-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.mintdelivery-layout {\n  display: grid;\n  grid-template-columns: 1.2fr 1fr;\n  gap: 1.4rem;\n  align-items: start;\n}\n\n\/* Testo principale *\/\n.mintdelivery-narrative {\n  background: var(--mintwhite);\n  border-left: 6px solid var(--mintgreen);\n  border-radius: 16px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n}\n.mintdelivery-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.8;\n}\n.mintdelivery-narrative strong {\n  color: #328d4b;\n}\n\n\/* Box caratteristiche *\/\n.mintdelivery-features {\n  background: rgba(255,255,255,0.8);\n  border-radius: 16px;\n  padding: 1.2rem 1.5rem;\n  border: 2px dashed var(--mintgreen);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n}\n.mintdelivery-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--mintgreen-dark);\n  font-size: 1.2rem;\n  margin-bottom: 1rem;\n}\n.mintdelivery-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.mintdelivery-features li {\n  background: rgba(233,252,236,0.8);\n  border-left: 5px solid var(--mintgreen);\n  border-radius: 10px;\n  padding: 0.6rem 0.8rem;\n  transition: 0.3s ease;\n}\n.mintdelivery-features li:hover {\n  background: rgba(233,252,236,1);\n  transform: translateX(4px);\n}\n\n\/* Chiusura *\/\n.mintdelivery-end {\n  margin-top: 2rem;\n  background: var(--mintwhite);\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.mintdelivery-end .mintdelivery-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: #225a3a;\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .mintdelivery-layout { grid-template-columns: 1fr; }\n}\n@media (max-width: 600px) {\n  .mintdelivery-header h2 { font-size: 1.5rem; }\n}\n\u003c\/style\u003e","brand":"Raven Distribution","offers":[{"title":"Default Title","offer_id":52745177989447,"sku":null,"price":14.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Mint_Delivery_00.webp?v=1762976836","url":"https:\/\/frogames.business\/en\/products\/mint-delivery","provider":"FroGames","version":"1.0","type":"link"}