{"product_id":"fabled-the-spirit-lands","title":"Fabled The Spirit Lands ","description":"\u003csection class=\"fabled-section product__description rte quick-description\"\u003e\u003c!-- TITOLO --\u003e\u003cheader class=\"fabled-header\"\u003e\n\u003ch2\u003e ✨ Fabled: The Spirit Lands – Explore sacred lands and gather divine wisdom\u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"fabled-layout\"\u003e\n\n\u003c!-- COLONNA TESTO NARRATIVA --\u003e\n\u003carticle class=\"fabled-narrative\"\u003e\n \u003cp\u003eIn \u003cstrong\u003eFabled: The Spirit Lands\u003c\/strong\u003e , you join a fraternity of sages on a journey through the spirit world, a place suspended between myth and destiny. The Gods are about to abandon the universe, and only those who bring with them the greatest knowledge can guide the new cosmic cycle. A \u003cstrong\u003estrategic board game\u003c\/strong\u003e that blends exploration, mysticism, and profound choices.\u003c\/p\u003e\n\n\u003cp\u003e You travel along ancient paths, visit legendary locations, and enlist the aid of spiritual allies, each with unique powers that transform the way you approach each map. Collecting the Books of Wisdom requires intuition, risk, and the ability to be in the right place at the right time.\u003c\/p\u003e\n\n\u003cp\u003e The heart of the game is the search for the precious Books of the Sun, guarded in the most remote regions. Every decision is a crossroads between what is safe and what could bring you closer to the favor of the Gods. Modular maps and variable powers make each game a new spiritual tale.\u003c\/p\u003e\n\n \u003cp\u003eYou can experience this adventure against other players or face the fearsome Spirits, an autonomous force that challenges you in solo, cooperative, or semi-competitive modes. In Fabled, each brotherhood writes its own legend... but only one will lead the next universe.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- COLONNA PUNTI FORZA --\u003e\n\u003caside class=\"fabled-features\"\u003e\n\u003ch3\u003eWhy “Fabled” is a unique journey\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 📚 \u003cstrong\u003eSearch the Books of the Sun\u003c\/strong\u003e for a mystical and compelling goal\u003c\/li\u003e\n\n\u003cli\u003e 🗺️ \u003cstrong\u003eModular maps\u003c\/strong\u003e that create a different world with every game\u003c\/li\u003e\n\n\u003cli\u003e 🤝 \u003cstrong\u003eCompetitive and cooperative modes\u003c\/strong\u003e against players or autonomous Spirits\u003c\/li\u003e\n\n\u003cli\u003e 🔮 \u003cstrong\u003eVariable powers\u003c\/strong\u003e for sages and allies that change the strategy \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=\"fabled-end\"\u003e\n\n\u003cp\u003e \u003cem\u003eIn the spirit world, true strength is the wisdom you carry with you.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* ✨ FABLED — Mystic Spirit Edition *\/\n.fabled-section {\n  --violet: #7660a8;\n  --amethyst: #4b3d72;\n  --spirit-green: #7bb28a;\n  --arcane-gold: #d9a45b;\n  --dark: #1d1a1f;\n  --glow: rgba(118,96,168,0.35);\n\n  background: linear-gradient(135deg, #f7f3ff 0%, #e7ddff 40%, #dcd3fa 100%);\n  border-radius: 28px;\n  padding: 2.4rem 1.8rem;\n  max-width: 1100px;\n  margin: 2.4rem auto;\n  position: relative;\n  box-shadow: 0 8px 30px rgba(0,0,0,0.14);\n  overflow: hidden;\n}\n\n\/* Glow mistico *\/\n.fabled-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  right: -40px;\n  width: 320px;\n  height: 320px;\n  background: radial-gradient(circle, var(--glow), transparent 70%);\n  filter: blur(45px);\n}\n\n\/* Titolo *\/\n.fabled-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  color: var(--violet);\n  font-size: 2rem;\n  margin-bottom: 1.8rem;\n  text-shadow: 0 0 10px rgba(0,0,0,0.18);\n  border-bottom: 2px solid rgba(0,0,0,0.1);\n  padding-bottom: 0.4rem;\n}\n\n\/* Layout due colonne *\/\n.fabled-layout {\n  display: grid;\n  grid-template-columns: 1.45fr 1fr;\n  gap: 1.6rem;\n}\n\n\/* Testo principale *\/\n.fabled-narrative {\n  background: rgba(255,255,255,0.9);\n  padding: 1.6rem 1.7rem;\n  border-radius: 20px;\n  border-left: 6px solid var(--violet);\n  box-shadow: 0 6px 22px rgba(0,0,0,0.06);\n  color: var(--dark);\n  line-height: 1.75;\n}\n\n.fabled-narrative strong {\n  color: var(--amethyst);\n}\n\n\/* Features *\/\n.fabled-features {\n  background: #ffffff;\n  padding: 1.4rem 1.5rem;\n  border-radius: 20px;\n  border: 2px solid var(--arcane-gold);\n  box-shadow: 0 0 14px rgba(0,0,0,0.05);\n}\n\n.fabled-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--arcane-gold);\n  margin-bottom: 1rem;\n}\n\n.fabled-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.75rem;\n}\n\n.fabled-features li {\n  background: linear-gradient(90deg, rgba(118,96,168,0.15), rgba(217,164,91,0.15));\n  border-left: 5px solid var(--violet);\n  border-radius: 10px;\n  padding: 0.6rem 0.8rem;\n  transition: 0.25s ease;\n}\n\n.fabled-features li:hover {\n  transform: translateX(6px);\n  background: linear-gradient(90deg, rgba(118,96,168,0.28), rgba(217,164,91,0.28));\n}\n\n\/* Chiusura *\/\n.fabled-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.95);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 1px solid rgba(0,0,0,0.08);\n  text-align: center;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.05);\n  color: var(--dark);\n}\n\n@media (max-width: 900px) {\n  .fabled-layout {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"CrowD Games","offers":[{"title":"Default Title","offer_id":52910334443847,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Fabled_The_Spirit_Lands_00.webp?v=1765086495","url":"https:\/\/frogames.business\/en\/products\/fabled-the-spirit-lands","provider":"FroGames","version":"1.0","type":"link"}