{"product_id":"pondscape","title":"Pondscape","description":"\u003c!-- 🐸 PONDSCAPE – Sezione immersiva con effetto acqua --\u003e\n\u003cdiv class=\"pondscape-block\"\u003e\n\n\u003cdiv class=\"pond-ripples\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003ch2 class=\"pond-title\"\u003e 🐸 Frogs, water lilies, and strategies in a dream pond\u003c\/h2\u003e\n\n\u003cdiv class=\"pond-body\"\u003e\n\n \u003cp\u003eIn \u003cstrong\u003ePondscape,\u003c\/strong\u003e you build your own little aquatic paradise: a \u003cstrong\u003epond teeming with life\u003c\/strong\u003e where frogs, insects, and plants coexist in perfect strategic balance. Each card you play is a new life form, and every choice creates harmony or chaos in your ecosystem.\u003c\/p\u003e\n\n\u003cp\u003e Use \u003cstrong\u003efrog and environment cards\u003c\/strong\u003e to fill your grid and make your pond thrive. Connect frogs of the same species to get increasing bonuses, but watch out for the \u003cstrong\u003ejumping frog\u003c\/strong\u003e —that little pest common to all players—who can bring good fortune or ruin depending on where it lands!\u003c\/p\u003e\n\n\u003ch3\u003e 🌿 Why “Pondscape” is a small natural masterpiece \u003c\/h3\u003e\n\n\u003c!-- Tab interattivi no-js --\u003e\n\u003cdiv class=\"pond-tabs\"\u003e\n\n\u003cinput checked id=\"tab1\" name=\"pond-tab\" type=\"radio\"\u003e \u003clabel for=\"tab1\"\u003e🪷 Calm and strategy\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003e\n\n\u003cp\u003e A \u003cstrong\u003ezen and strategic game\u003c\/strong\u003e perfect for families and solitaire, where every move flows like water.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cinput id=\"tab2\" name=\"pond-tab\" type=\"radio\"\u003e \u003clabel for=\"tab2\"\u003e🐸 Brilliant mechanics\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003e\n\n \u003cp\u003eElegant and fluid \u003cstrong\u003egrid construction\u003c\/strong\u003e , with \u003cstrong\u003elight interaction\u003c\/strong\u003e through the common frog.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cinput id=\"tab3\" name=\"pond-tab\" type=\"radio\"\u003e \u003clabel for=\"tab3\"\u003e🎨 Visual harmony\u003c\/label\u003e\n\u003cdiv class=\"tab-content\"\u003e\n\n\u003cp\u003e Illustrations by \u003cstrong\u003eJiří Kůs\u003c\/strong\u003e that make the pond vibrate like a \u003cstrong\u003emoving painting\u003c\/strong\u003e .\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp class=\"pond-ending\"\u003e \u003cem\u003eIn the silence of the water, even a frog can teach you the art of strategy.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* === PONDSCAPE BLOCK === *\/\n.pondscape-block {\n  position: relative;\n  background: linear-gradient(180deg,#C8F1F0 0%,#B3E6D8 40%,#EAFBF8 100%);\n  border-radius: 20px;\n  padding: 2rem 1.4rem 2.8rem;\n  color: #0E3A31;\n  box-shadow: inset 0 0 25px rgba(0,80,70,0.15),\n              0 8px 20px rgba(0,0,0,0.05);\n  overflow: hidden;\n}\n\n\/* Movimento luce acqua *\/\n.pond-ripples {\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.35), transparent 60%),\n              radial-gradient(circle at 70% 80%, rgba(255,255,255,0.25), transparent 60%);\n  background-size: 300% 300%;\n  animation: pondMotion 12s ease-in-out infinite alternate;\n  opacity: .4;\n  pointer-events: none;\n}\n@keyframes pondMotion {\n  0% { background-position: 0% 30%; }\n  50% { background-position: 100% 70%; }\n  100% { background-position: 40% 100%; }\n}\n\n\/* Titolo *\/\n.pond-title {\n  text-align: center;\n  font-size: 1.4rem;\n  font-weight: 800;\n  color: #135E4D;\n  text-shadow: 0 2px 10px rgba(180,255,230,0.4);\n  margin-bottom: 1.4rem;\n}\n\n\/* Corpo testo *\/\n.pond-body p {\n  line-height: 1.7;\n  font-size: .96rem;\n  margin: 1rem 0;\n}\n.pond-body strong {\n  color: #146B5B;\n}\n\n\/* Tabs *\/\n.pond-tabs {\n  background: rgba(255,255,255,0.6);\n  border-radius: 16px;\n  margin: 1.6rem 0;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n  border: 2px solid #A7E2CA;\n}\n.pond-tabs input {\n  position: absolute;\n  left: -9999px;\n}\n.pond-tabs label {\n  display: block;\n  background: linear-gradient(90deg,#69C1B0 0%,#4EA08C 100%);\n  color: #fff;\n  font-weight: 700;\n  font-size: .94rem;\n  padding: .6rem .9rem;\n  cursor: pointer;\n  transition: background .3s ease;\n}\n.pond-tabs label:hover {\n  background: linear-gradient(90deg,#5FBDAA 0%,#409D88 100%);\n}\n.pond-tabs .tab-content {\n  display: none;\n  background: #F5FFFD;\n  color: #0E3A31;\n  font-size: .9rem;\n  line-height: 1.6;\n  padding: .8rem 1rem 1rem;\n}\n.pond-tabs input:checked + label + .tab-content {\n  display: block;\n}\n\n\/* Finale *\/\n.pond-ending {\n  text-align: center;\n  font-style: italic;\n  font-weight: 600;\n  color: #104C3D;\n  background: radial-gradient(circle at center,#E0FAF5 0%,#C9EFE4 80%);\n  border-radius: 12px;\n  padding: 1rem 1.2rem;\n  margin-top: 2rem;\n  box-shadow: inset 0 0 15px rgba(20,120,100,0.1);\n}\n\n\/* Mobile *\/\n@media (max-width:768px){\n  .pond-title{ font-size:1.2rem; }\n  .pond-body p{ font-size:.9rem; }\n  .pond-tabs label{ font-size:.88rem; }\n}\n\u003c\/style\u003e","brand":"Pink Troubadour","offers":[{"title":"Default Title","offer_id":52508076867911,"sku":null,"price":22.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/pondscape00.webp?v=1760181795","url":"https:\/\/frogames.business\/en\/products\/pondscape","provider":"FroGames","version":"1.0","type":"link"}