{"product_id":"pueblo-mini","title":"Pueblo Mini ","description":"\u003c!-- 🧱 PUEBLO MINI – AMBIENTAZIONE DESERTO CALDO + ARCHITETTURE ADOBE --\u003e\n\u003csection class=\"pueblo-section\"\u003e\u003cheader class=\"pueblo-header\"\u003e\n\u003ch2\u003e Pueblo Mini 🌵 The 3D desert puzzle where visibility and shadows decide the winner \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"pueblo-layout\"\u003e\n\n\u003c!-- Testo narrativo --\u003e\n\u003carticle class=\"pueblo-narrative\"\u003e\n \u003cp\u003eIn \u003cstrong\u003ePueblo Mini,\u003c\/strong\u003e you find yourself in the heart of the desert, among clay walls, the blinding sun, and buildings that grow like small mazes. You and the other players collaborate on the structure... but underneath, you try to \u003cstrong\u003ehide your colored blocks\u003c\/strong\u003e in the folds of the architecture. Because if the Chief sees them, points are awarded. And here, points don't bring glory: they bring trouble.\u003c\/p\u003e\n\n\u003cp\u003e Every placement changes everything: heights, shadows, possible views. Move the Chief along the perimeter, change angles, exploit corridors of light and ledges to hit opponents and protect your blocks. It's a \u003cstrong\u003ethree-dimensional abstraction\u003c\/strong\u003e of precision and timing, a game that seems as relaxed as an afternoon in the desert... until you realize that just one exposed cube can ruin an entire match. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"pueblo-features\"\u003e\n\u003ch3\u003e Why “Pueblo Mini” is a tactical marvel\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🌵 \u003cstrong\u003eAbstract 3D Desert Landscape\u003c\/strong\u003e – Perspectives, Levels, Lines of Sight\u003c\/li\u003e\n\n \u003cli\u003e👁️ \u003cstrong\u003eThe Boss is watching\u003c\/strong\u003e – move it and hit from the worst angles\u003c\/li\u003e\n\n\u003cli\u003e 🧱 \u003cstrong\u003eNeutral blocks + your blocks\u003c\/strong\u003e – protect them at all costs\u003c\/li\u003e\n\n\u003cli\u003e 🧠 \u003cstrong\u003eIncreasing tension\u003c\/strong\u003e – each level changes with each cube\u003c\/li\u003e\n\n\u003cli\u003e ⚡ \u003cstrong\u003eQuick but deep games\u003c\/strong\u003e – elegant abstract, just the right amount of evil \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=\"pueblo-end\"\u003e\n\n\u003cp\u003e If you love abstract games that reward \u003cstrong\u003eprecision, geometry and strong nerves\u003c\/strong\u003e , \u003cstrong\u003ePueblo Mini\u003c\/strong\u003e is a gem: a game of shadows, interlocking pieces and calculated risks that will make you curse every block left just a little too visible.\u003c\/p\u003e\n\n\u003cp class=\"pueblo-quote\"\u003e \u003cem\u003eIn the desert there is no mercy: whoever shows up… pays.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎨 PALETTE AMBIENTAZIONE DESERTO: sabbia + terracotta + cielo turchese *\/\n.pueblo-section {\n  --pb-sand: #f3e5c3;\n  --pb-clay: #d08c4a;\n  --pb-light: #ffffff;\n  --pb-sky: #5ab4e8;\n  --pb-shadow: #1f1f1f;\n\n  background: linear-gradient(180deg, var(--pb-light) 0%, var(--pb-sand) 60%, #ead8b3 100%);\n  border-radius: 26px;\n  padding: 2.3rem 1.8rem;\n  color: #2b2b2b;\n  margin: 2rem auto;\n  max-width: 1100px;\n  box-shadow: 0 12px 28px rgba(0,0,0,0.12);\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Effetti atmosfera *\/\n.pueblo-section::before {\n  content:\"\";\n  position:absolute;\n  top:-60px; left:-40px;\n  width:220px; height:220px;\n  background: radial-gradient(circle, rgba(255,255,255,0.75), transparent 70%);\n  filter: blur(40px);\n}\n.pueblo-section::after {\n  content:\"\";\n  position:absolute;\n  bottom:-70px; right:-40px;\n  width:260px; height:200px;\n  background: radial-gradient(circle, rgba(90,180,232,0.25), transparent 75%);\n  filter: blur(35px);\n}\n\n\/* Titolo *\/\n.pueblo-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  color: var(--pb-clay);\n  font-size: 2rem;\n  margin-bottom: 1.4rem;\n  border-bottom: 1px solid rgba(0,0,0,0.07);\n  padding-bottom: .6rem;\n}\n\n\/* Layout *\/\n.pueblo-layout {\n  display: grid;\n  grid-template-columns: 1.35fr 1fr;\n  gap: 1.4rem;\n}\n\n\/* Testo *\/\n.pueblo-narrative {\n  background: rgba(255,255,255,0.7);\n  border-left: 6px solid var(--pb-clay);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 8px 18px rgba(0,0,0,0.09);\n}\n.pueblo-narrative p {\n  line-height: 1.7;\n  margin: 0.7rem 0;\n}\n\n\/* Punti di forza *\/\n.pueblo-features {\n  background: rgba(255,255,255,0.65);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  border: 2px solid rgba(208,140,74,0.25);\n  box-shadow: 0 10px 24px rgba(0,0,0,0.10);\n}\n.pueblo-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  font-size: 1.2rem;\n  color: var(--pb-sky);\n  margin-bottom: 1rem;\n}\n.pueblo-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: .7rem;\n}\n.pueblo-features li {\n  background: linear-gradient(90deg, rgba(208,140,74,0.18), rgba(255,255,255,0));\n  border-left: 5px solid var(--pb-clay);\n  padding: .55rem .85rem;\n  border-radius: 10px;\n  transition: .3s ease;\n}\n.pueblo-features li:hover {\n  transform: translateX(5px);\n}\n\n\/* Chiusura *\/\n.pueblo-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.85);\n  border-radius: 18px;\n  padding: 1.4rem 1.6rem;\n  text-align: center;\n  border: 1px solid rgba(0,0,0,0.05);\n  box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n}\n.pueblo-quote {\n  margin-top: .8rem;\n  font-weight: 600;\n  color: var(--pb-clay);\n  font-style: italic;\n}\n\n\/* Mobile *\/\n@media(max-width:900px){\n  .pueblo-layout{ grid-template-columns:1fr; }\n}\n@media(max-width:600px){\n  .pueblo-section{ padding:1.8rem 1.2rem; }\n  .pueblo-header h2{ font-size:1.65rem; }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52764976185671,"sku":null,"price":24.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Pueblo_Mini_00.webp?v=1763270032","url":"https:\/\/frogames.business\/en\/products\/pueblo-mini","provider":"FroGames","version":"1.0","type":"link"}