{"product_id":"depot","title":"Depot ","description":"\u003c!-- 📦 DEPOT – Il party game che corre più veloce dei tuoi pacchi --\u003e\n\u003csection class=\"depot-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"depot-header\"\u003e\n\u003ch2\u003e Depot 📦 The card game where those who hesitate… get stuck on the track \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"depot-layout\"\u003e\n\n\u003c!-- Testo principale --\u003e\n\u003carticle class=\"depot-narrative\"\u003e\n \u003cp\u003e\u003cstrong\u003eDepot\u003c\/strong\u003e is a fast-paced, straightforward, and surprisingly competitive \u003cstrong\u003eladder-climbing card game\u003c\/strong\u003e . You have a hand of cards and only one goal: \u003cstrong\u003eclear it before anyone else\u003c\/strong\u003e . Each turn, you play higher cards than the person in front of you or place a more powerful combination that beats even lower values.\u003c\/p\u003e\n\n\u003cp\u003e It's the kind of party game that starts calmly... and then explodes: pairs beat singles, threes skip any number, hands empty in an instant while others watch helplessly. A perfect mix of \u003cstrong\u003eintuition, rhythm, and micro-decisions\u003c\/strong\u003e , where the right move always comes in the millisecond.\u003c\/p\u003e\n\n\u003cp\u003e In \u003cstrong\u003eDepot,\u003c\/strong\u003e every decision matters: should you play right away to free yourself? Should you wait for a better combination? Should you disrupt the others' rhythm? In an instant, everything changes, and one card can turn a losing game into a \"close\" victory. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"depot-features\"\u003e\n\u003ch3\u003e Why “Depot” always works\u003c\/h3\u003e\n\n\u003cul\u003e\n\n \u003cli\u003e📦 \u003cstrong\u003eLightning-fast card release\u003c\/strong\u003e – 10–15 minute games\u003c\/li\u003e\n\n\u003cli\u003e 🃏 \u003cstrong\u003eIntuitive ladder climbing\u003c\/strong\u003e – you overcome by value or combination\u003c\/li\u003e\n\n\u003cli\u003e 👨👩👧👦 \u003cstrong\u003eFor 3–5 players\u003c\/strong\u003e – family, friends, light parties\u003c\/li\u003e\n\n\u003cli\u003e ⚡ \u003cstrong\u003eInstant shifts\u003c\/strong\u003e – zero downtime, always engaging\u003c\/li\u003e\n\n\u003cli\u003e 🎉 \u003cstrong\u003eQuick rules\u003c\/strong\u003e – explain it in half a minute and it starts right away \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=\"depot-end\"\u003e\n\n\u003cp\u003e If you're looking for a \u003cstrong\u003efast-paced, responsive card game perfect for easy evenings\u003c\/strong\u003e , with the adrenaline rush of freeing your hand at the right moment and that irresistible thrill of \"jumping\" the others, \u003cstrong\u003eDepot\u003c\/strong\u003e is the freshest choice — a little package of chaos that delivers immediate fun.\u003c\/p\u003e\n\n\u003cp class=\"depot-quote\"\u003e \u003cem\u003eNo stops: on the Depot train, whoever speeds up wins.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 📦 DEPOT – Palette pacco postale + nastro Playte *\/\n\n.depot-section {\n  --cardboard: #d8c5a3;\n  --cardboard-dark: #b59d79;\n  --sticker-white: #f8f6ef;\n  --playte-blue: #4db4ff;\n  --ink-black: #1b1b1b;\n\n  background: linear-gradient(135deg, var(--cardboard) 0%, #efe4cf 45%, #fcfaf5 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--ink-black);\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.18);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Glow da etichette *\/\n.depot-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  left: -40px;\n  width: 280px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(77,180,255,0.25), transparent 70%);\n  filter: blur(40px);\n}\n.depot-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -60px;\n  right: -40px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(0,0,0,0.25), transparent 70%);\n  filter: blur(50px);\n}\n\n\/* Titolo *\/\n.depot-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.85rem;\n  margin-bottom: 1.6rem;\n  color: var(--ink-black);\n  text-shadow: 0 0 10px rgba(255,255,255,0.6);\n  border-bottom: 1px solid rgba(0,0,0,0.1);\n  padding-bottom: 0.5rem;\n}\n\n\/* Layout due colonne *\/\n.depot-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.depot-narrative {\n  background: var(--sticker-white);\n  border-left: 6px solid var(--playte-blue);\n  border-radius: 16px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n}\n.depot-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.8;\n}\n.depot-narrative strong {\n  color: #0a3f66;\n}\n\n\/* Box caratteristiche *\/\n.depot-features {\n  background: rgba(255,255,255,0.9);\n  border-radius: 16px;\n  padding: 1.2rem 1.5rem;\n  border: 2px dashed var(--cardboard-dark);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.07);\n}\n.depot-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--ink-black);\n  font-size: 1.15rem;\n  margin-bottom: 1rem;\n}\n.depot-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.depot-features li {\n  background: rgba(255,255,255,0.8);\n  border-left: 5px solid var(--playte-blue);\n  border-radius: 10px;\n  padding: 0.6rem 0.8rem;\n  transition: 0.3s ease;\n}\n.depot-features li strong {\n  color: #0a3f66;\n}\n.depot-features li:hover {\n  background: rgba(255,255,255,1);\n  transform: translateX(4px);\n}\n\n\/* Chiusura *\/\n.depot-end {\n  margin-top: 2rem;\n  background: var(--sticker-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.depot-end .depot-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: #1b1b1b;\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .depot-layout { grid-template-columns: 1fr; }\n}\n@media (max-width: 600px) {\n  .depot-header h2 { font-size: 1.5rem; }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52759193911623,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Depot_00.png?v=1763192612","url":"https:\/\/frogames.business\/en\/products\/depot","provider":"FroGames","version":"1.0","type":"link"}