{"product_id":"root-kit-del-vagabondo","title":"Root - Kit del Vagabondo","description":"\u003c!-- 🦉 ROOT – KIT DEL VAGABONDO --\u003e\n\u003csection class=\"rootwanderer-section\"\u003e\n\n\u003cheader class=\"rootwanderer-header\"\u003e\n\u003ch2\u003e Root – Wanderer's Kit 🦉 New meeples, new stories, same troubles \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\n\u003cdiv class=\"rootwanderer-layout\"\u003e\n\n\u003carticle class=\"rootwanderer-narrative\"\u003e\n\u003cp\u003e\n In the world of \u003cstrong\u003eRoot,\u003c\/strong\u003e no one is truly innocent…\n but the \u003cstrong\u003eVagabonds\u003c\/strong\u003e are the ones who get their hands dirtiest of all.\n With the \u003cstrong\u003eWanderer's Kit\u003c\/strong\u003e , you can enhance your games with\n \u003cstrong\u003eseven custom meeples\u003c\/strong\u003e and three new characters:\n the \u003cstrong\u003eAdventurer\u003c\/strong\u003e , the \u003cstrong\u003eRonin\u003c\/strong\u003e , and the \u003cstrong\u003eHarrier\u003c\/strong\u003e .\n\u003c\/p\u003e\n\n\n\u003cp\u003e\n Each Vagabond has his own style, including low blows, strategic escapes and\n temporary alliances ready to explode at the right moment.   \nAnd thanks to these \u003cstrong\u003enew shaped meeples\u003c\/strong\u003e , your forest will be even more beautiful to look at...\n and even more dangerous to cross.\n\u003c\/p\u003e\n\n\n\u003cp\u003e\n If you are the kind of player who loves to play solitaire in chaos,\n The \u003cstrong\u003eWanderer Kit\u003c\/strong\u003e gives you exactly what you're looking for:\n more variety, more strategy, and more questionable decisions to make at the wrong time.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003caside class=\"rootwanderer-features\"\u003e\n\u003ch3\u003eWhat's in the Wanderer's Kit?\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e ⚔️ \u003cstrong\u003e7 shaped meeples\u003c\/strong\u003e for the Wanderers\u003c\/li\u003e\n\n\u003cli\u003e 🦊 \u003cstrong\u003e3 new character cards:\u003c\/strong\u003e Harrier, Ronin, Adventurer\u003c\/li\u003e\n\n\u003cli\u003e 🌲 Compatible with all Root expansions\u003c\/li\u003e\n\n\u003cli\u003e 🎭 Adds variety and personality to your Vagabond matches\u003c\/li\u003e\n\n\u003cli\u003e 💼 Essential if you love the solitary and unpredictable style \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/aside\u003e\n\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"rootwanderer-end\"\u003e\n\n\u003cp\u003e\n Fight your way through warring factions... \u003cstrong\u003ein style\u003c\/strong\u003e .\n And maybe with a stolen sword. 🐸 \n\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n\/* 🦉 ROOT – KIT DEL VAGABONDO *\/\n:root {\n  --wanderer-green: #4e5a3b;\n  --wanderer-blue: #374b64;\n  --wanderer-copper: #c47a53;\n  --wanderer-light: #f4f2ed;\n  --wanderer-shadow: #1f1d1a;\n}\n\n\/* Contenitore principale *\/\n.rootwanderer-section {\n  background: linear-gradient(180deg, #f4f2ed 0%, #b3b29f 55%, #4e5a3b 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--wanderer-blue);\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.25);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Effetti luce *\/\n.rootwanderer-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  left: -40px;\n  width: 280px;\n  height: 280px;\n  background: radial-gradient(circle, rgba(196,122,83,0.3), transparent 70%);\n  filter: blur(45px);\n}\n.rootwanderer-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -60px;\n  right: -60px;\n  width: 320px;\n  height: 320px;\n  background: radial-gradient(circle, rgba(55,75,100,0.25), transparent 70%);\n  filter: blur(60px);\n}\n\n\/* Titolo *\/\n.rootwanderer-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(--wanderer-shadow);\n  text-shadow: 0 0 8px rgba(255,255,255,0.8);\n  border-bottom: 1px solid rgba(0,0,0,0.08);\n  padding-bottom: 0.5rem;\n}\n\n\/* Layout *\/\n.rootwanderer-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.rootwanderer-narrative {\n  background: var(--wanderer-light);\n  border-left: 6px solid var(--wanderer-copper);\n  border-radius: 16px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n}\n.rootwanderer-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.8;\n}\n.rootwanderer-narrative strong {\n  color: var(--wanderer-copper);\n}\n\n\/* Box caratteristiche *\/\n.rootwanderer-features {\n  background: rgba(255,255,255,0.9);\n  border-radius: 16px;\n  padding: 1.2rem 1.5rem;\n  border: 2px dashed var(--wanderer-blue);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n}\n.rootwanderer-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--wanderer-green);\n  font-size: 1.2rem;\n  margin-bottom: 1rem;\n}\n.rootwanderer-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.rootwanderer-features li {\n  background: rgba(244,242,237,0.9);\n  border-left: 5px solid var(--wanderer-copper);\n  border-radius: 10px;\n  padding: 0.6rem 0.8rem;\n  transition: 0.3s ease;\n}\n.rootwanderer-features li:hover {\n  background: rgba(244,242,237,1);\n  transform: translateY(-2px);\n}\n\n\/* Chiusura *\/\n.rootwanderer-end {\n  margin-top: 2rem;\n  background: var(--wanderer-light);\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  font-style: italic;\n  font-weight: 600;\n  color: var(--wanderer-blue);\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .rootwanderer-layout { grid-template-columns: 1fr; }\n}\n@media (max-width: 600px) {\n  .rootwanderer-header h2 { font-size: 1.5rem; }\n}\n\u003c\/style\u003e\n\n","brand":"MS Edizioni","offers":[{"title":"Default Title","offer_id":51821703266631,"sku":"","price":12.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Root_-_Kit_del_Vagabondo.webp?v=1750908148","url":"https:\/\/frogames.business\/en\/products\/root-kit-del-vagabondo","provider":"FroGames","version":"1.0","type":"link"}