{"product_id":"golem-it","title":"Golem It ","description":"\u003c!-- 🪨 GOLEM IT – FROSTWOOD EDITION --\u003e\n\u003csection class=\"golemit-section\"\u003e\u003cheader class=\"golemit-header\"\u003e\n\u003ch2\u003e Golem It ❄️ The runic challenge where ice decides your fate \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"golemit-layout\"\u003e\n\n\u003c!-- NARRATIVA --\u003e\n\u003carticle class=\"golemit-narrative\"\u003e\n \u003cp\u003eFrostwood Forest slumbers beneath a blue silence. Among the still trees, ancient \u003cstrong\u003estone golems\u003c\/strong\u003e awaken: creatures slow but charged with magical energy, ready to react to every decision you make at the table.\u003c\/p\u003e\n\n\u003cp\u003e In \u003cstrong\u003eGolem It,\u003c\/strong\u003e you play cards, manipulate rune chips, and try to get rid of everything before anyone else. Each time you take a \u003cstrong\u003eblue chip\u003c\/strong\u003e , you increase the power of your card; each \u003cstrong\u003egreen chip\u003c\/strong\u003e multiplies it. But what you get now comes back to bite you at the end of the game. If you fail to keep up, you pay in chips: and the Golems watch, ready to punish anyone who gets too loaded. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- FEATURES --\u003e\n\u003caside class=\"golemit-features\"\u003e\n\u003ch3\u003e Because “Golem It” is pure magic\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e ❄️ \u003cstrong\u003eLight abstract\u003c\/strong\u003e but full of small decisions\u003c\/li\u003e\n\n\u003cli\u003e 🔹 \u003cstrong\u003eRune–chips\u003c\/strong\u003e that amplify or double the value of cards\u003c\/li\u003e\n\n\u003cli\u003e 🌀 Intuitive and fast \u003cstrong\u003eladder climbing\u003c\/strong\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e ⚡ \u003cstrong\u003e8–12 minute games\u003c\/strong\u003e , perfect for lively evenings\u003c\/li\u003e\n\n \u003cli\u003e🪨 \u003cstrong\u003eFinal satisfaction\u003c\/strong\u003e : closing without cards or chips is very rare \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=\"golemit-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eGolem It\u003c\/strong\u003e is a fast-paced strategy game: a duel of logic, timing, and chip control, set among cold runes, stone spirits, and a forest just waiting for your mistake.\u003c\/p\u003e\n\n\u003cp class=\"golemit-quote\"\u003e \u003cem\u003ePlay with a cool head… and the Golem will be on your side.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* ❄️ PALETTE FROSTWOOD *\/\n.golemit-section {\n  --ice-blue: #cfe8f7;\n  --frost: #e8f4fb;\n  --stone: #546474;\n  --rune-blue: #3cc6ff;\n  --rune-green: #7ae8a1;\n\n  background: linear-gradient(145deg, var(--frost), #ffffff);\n  padding: 2.3rem 2rem;\n  border-radius: 26px;\n  margin: 2rem auto;\n  max-width: 1100px;\n  color: var(--stone);\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Effetto ghiaccio *\/\n.golemit-section::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(circle at 20% 80%, rgba(60,198,255,0.18), transparent 60%),\n    radial-gradient(circle at 85% 25%, rgba(122,232,161,0.22), transparent 70%);\n  pointer-events: none;\n}\n\n.golemit-header h2 {\n  text-align: center;\n  color: var(--stone);\n  font-size: 1.9rem;\n  font-family: \"Bungee\", sans-serif;\n  margin-bottom: 1.5rem;\n  text-shadow: 0 0 8px rgba(60,198,255,0.4);\n}\n\n.golemit-layout {\n  display: grid;\n  grid-template-columns: 1.6fr 1fr;\n  gap: 1.8rem;\n}\n\n.golemit-narrative {\n  background: rgba(255,255,255,0.7);\n  padding: 1.6rem;\n  border-left: 6px solid var(--rune-blue);\n  border-radius: 16px;\n  line-height: 1.7;\n}\n\n.golemit-features {\n  background: rgba(255,255,255,0.8);\n  padding: 1.4rem;\n  border-radius: 16px;\n  border: 2px solid rgba(84,100,116,0.25);\n}\n\n.golemit-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--stone);\n  font-size: 1.25rem;\n  margin-bottom: 1rem;\n}\n\n.golemit-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: .7rem;\n}\n\n.golemit-features li {\n  background: linear-gradient(90deg, rgba(60,198,255,0.15), transparent);\n  border-left: 6px solid var(--rune-blue);\n  padding: .7rem .9rem;\n  border-radius: 12px;\n  transition: .25s;\n}\n\n.golemit-features li:hover {\n  transform: translateX(6px);\n  background: linear-gradient(90deg, rgba(122,232,161,0.25), transparent);\n}\n\n.golemit-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.8);\n  padding: 1.6rem;\n  border-radius: 18px;\n  text-align: center;\n}\n\n.golemit-quote {\n  margin-top: .8rem;\n  color: var(--rune-blue);\n  font-weight: 600;\n  font-style: italic;\n}\n\n\/* Mobile *\/\n@media(max-width:900px){\n  .golemit-layout { grid-template-columns: 1fr; }\n}\n@media(max-width:600px){\n  .golemit-section { padding: 1.8rem 1.1rem; }\n  .golemit-header h2 { font-size: 1.6rem; }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52765678895431,"sku":null,"price":16.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Golem_It_00.webp?v=1763288137","url":"https:\/\/frogames.business\/en\/products\/golem-it","provider":"FroGames","version":"1.0","type":"link"}