{"product_id":"penguin-party","title":"Penguin Party ","description":"\u003c!-- 🐧 PENGUIN PARTY – Pinguini in pila e decisioni più scivolose del ghiaccio --\u003e\n\u003csection class=\"penguinparty-section\"\u003e\u003c!-- Titolo --\u003e\u003cheader class=\"penguinparty-header\"\u003e\n \u003ch2\u003ePenguin Party 🐧 The most chaotic (and tender) pyramid of the seven seas of ice \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"penguinparty-layout\"\u003e\n\n\u003c!-- Testo principale --\u003e\n\u003carticle class=\"penguinparty-narrative\"\u003e\n\u003cp\u003e In \u003cstrong\u003ePenguin Party,\u003c\/strong\u003e the long winter is over, and the penguins have only one thing on their minds: celebrating. How? By building a \u003cstrong\u003etowering pyramid\u003c\/strong\u003e of colorful penguins above the frozen ocean—and trying to get rid of their cards first with clever moves and clever placements.\u003c\/p\u003e\n\n\u003cp\u003e You all create the board together, one layer at a time: you can play on the sides of the base or move up higher, as long as your penguin is resting on two other penguins and at least one is the same color. It's simple, it's intuitive, but every turn triggers that typical Knizia effect: \u003cstrong\u003ea tiny rule that generates surprising decisions\u003c\/strong\u003e .\u003c\/p\u003e\n\n \u003cp\u003eThis \u003cstrong\u003ecard board game\u003c\/strong\u003e is perfect when you want something immediate but not banal: kids laugh at the growing penguin tower, adults start calculating spaces and colors to avoid getting stuck with cards in their hands. And when you realize you've blocked someone's only available position... the party gets even louder. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"penguinparty-features\"\u003e\n\u003ch3\u003e Why “Penguin Party” is irresistible for families and groups\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🐧 \u003cstrong\u003eShared pyramid\u003c\/strong\u003e – we all build it together… but we sabotage ourselves elegantly\u003c\/li\u003e\n\n\u003cli\u003e 🌈 \u003cstrong\u003eVery simple color card\u003c\/strong\u003e – ideal even for the youngest players\u003c\/li\u003e\n\n\u003cli\u003e ⚡ \u003cstrong\u003ePerfect 15 minutes\u003c\/strong\u003e – fast pace, zero downtime\u003c\/li\u003e\n\n\u003cli\u003e 👨👩👧👦 \u003cstrong\u003eFor 2 to 6 players\u003c\/strong\u003e – family, children, light parties\u003c\/li\u003e\n\n\u003cli\u003e 🎲 \u003cstrong\u003eOne rule, lots of tactics\u003c\/strong\u003e – Reiner Knizia's trademark \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=\"penguinparty-end\"\u003e\n\n \u003cp\u003eIf you're looking for a \u003cstrong\u003esweet, clever, and surprisingly tactical card game\u003c\/strong\u003e that'll make kids laugh and get adults thinking, \u003cstrong\u003ePenguin Party\u003c\/strong\u003e is a little classic to pull out any night. A pyramid of penguins, quick decisions, and a strong desire to \"slide\" others out of the party.\u003c\/p\u003e\n\n\u003cp class=\"penguinparty-quote\"\u003e \u003cem\u003eBuild tall, think smart… and hope other people's penguins don't collapse on you.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🐧 PENGUIN PARTY – Ghiaccio, cieli freddi e pinguini in festa *\/\n\n.penguinparty-section {\n  --ice-light: #e9f7ff;\n  --ice-mid: #b9e1ff;\n  --ice-deep: #2c6da3;\n  --penguin-dark: #111827;\n  --beak-orange: #f8a93b;\n\n  background: linear-gradient(135deg, var(--ice-mid) 0%, var(--ice-light) 45%, #ffffff 100%);\n  border-radius: 26px;\n  padding: 2.4rem 1.8rem;\n  color: var(--penguin-dark);\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.18);\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Glow glaciale e fiocchi *\/\n.penguinparty-section::before {\n  content: \"\";\n  position: absolute;\n  top: -60px;\n  left: -30px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(185,225,255,0.7), transparent 70%);\n  filter: blur(40px);\n}\n.penguinparty-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -70px;\n  right: -40px;\n  width: 260px;\n  height: 260px;\n  background: radial-gradient(circle, rgba(44,109,163,0.45), transparent 70%);\n  filter: blur(50px);\n}\n\n\/* Titolo *\/\n.penguinparty-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(--penguin-dark);\n  text-shadow: 0 0 10px rgba(255,255,255,0.8);\n  border-bottom: 1px solid rgba(0,0,0,0.06);\n  padding-bottom: 0.5rem;\n}\n\n\/* Layout due colonne *\/\n.penguinparty-layout {\n  display: grid;\n  grid-template-columns: 1.2fr 1fr;\n  gap: 1.4rem;\n  align-items: flex-start;\n}\n\n\/* Testo principale *\/\n.penguinparty-narrative {\n  background: rgba(255,255,255,0.96);\n  border-left: 6px solid var(--ice-deep);\n  border-radius: 16px;\n  padding: 1.4rem 1.6rem;\n  box-shadow: 0 6px 18px rgba(0,0,0,0.1);\n}\n.penguinparty-narrative p {\n  margin: 0.6rem 0;\n  line-height: 1.8;\n}\n.penguinparty-narrative strong {\n  color: var(--ice-deep);\n}\n\n\/* Box caratteristiche *\/\n.penguinparty-features {\n  background: rgba(255,255,255,0.9);\n  border-radius: 16px;\n  padding: 1.2rem 1.5rem;\n  border: 2px dashed rgba(44,109,163,0.4);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.08);\n}\n.penguinparty-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--ice-deep);\n  font-size: 1.15rem;\n  margin-bottom: 1rem;\n}\n.penguinparty-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: 0.6rem;\n}\n.penguinparty-features li {\n  background: linear-gradient(90deg, rgba(233,247,255,0.95), rgba(185,225,255,0.9));\n  border-left: 5px solid var(--beak-orange);\n  border-radius: 10px;\n  padding: 0.6rem 0.8rem;\n  transition: 0.3s ease;\n}\n.penguinparty-features li strong {\n  color: var(--penguin-dark);\n}\n.penguinparty-features li:hover {\n  transform: translateX(4px);\n  background: linear-gradient(90deg, rgba(233,247,255,1), rgba(185,225,255,1));\n}\n\n\/* Chiusura *\/\n.penguinparty-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.96);\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.06);\n}\n.penguinparty-end .penguinparty-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: var(--ice-deep);\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .penguinparty-layout {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .penguinparty-section {\n    padding: 1.8rem 1.2rem;\n  }\n  .penguinparty-header h2 {\n    font-size: 1.5rem;\n  }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52761022628167,"sku":null,"price":17.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/penguin_party_00.webp?v=1766213023","url":"https:\/\/frogames.business\/en\/products\/penguin-party","provider":"FroGames","version":"1.0","type":"link"}