{"product_id":"pentorini","title":"Pentorini ","description":"\u003c!-- 🔷 PENTORINI – Incastri, blocchi e mente affilata --\u003e\n\u003csection class=\"pentorini-section\"\u003e\u003cheader class=\"pentorini-header\"\u003e\n\u003ch2\u003e Pentorini 🔷 The lightning duel where every piece fits… or blocks \u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"pentorini-layout\"\u003e\n\n\u003c!-- Testo principale --\u003e\n\u003carticle class=\"pentorini-narrative\"\u003e\n \u003cp\u003e\u003cstrong\u003ePentorini\u003c\/strong\u003e is the essence of abstract games: very few rules, enormous depth, and that feeling of pure challenge that arises when you and your opponent are trying to fit every last piece possible onto the board. You have six pentominoes, an 8x8 grid, and a single goal: \u003cstrong\u003eto place more than the other\u003c\/strong\u003e .\u003c\/p\u003e\n\n\u003cp\u003e Each turn, you place a piece, increasingly searching for the perfect spot. The board shrinks, the options dwindle, and every choice becomes a small stroke of genius or a fatal mistake. It's an elegant and concise head-to-head, a competitive puzzle that lasts ten minutes but leaves you wanting \"just one more.\" \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- Box punti forza --\u003e\n\u003caside class=\"pentorini-features\"\u003e\n\u003ch3\u003e Why “Pentorini” is a gem for abstract art lovers\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🔷 \u003cstrong\u003eIconic Pentominoes\u003c\/strong\u003e – Familiar Shapes, Infinite Combinations\u003c\/li\u003e\n\n\u003cli\u003e 🧠 \u003cstrong\u003ePure tactics\u003c\/strong\u003e – blocking, trapping, anticipating\u003c\/li\u003e\n\n\u003cli\u003e ⚡ \u003cstrong\u003e10 real minutes\u003c\/strong\u003e – perfect for quick and brilliant challenges\u003c\/li\u003e\n\n \u003cli\u003e🎮 \u003cstrong\u003eFor 2 players only\u003c\/strong\u003e – pure duel, no interference\u003c\/li\u003e\n\n\u003cli\u003e 📐 \u003cstrong\u003eEssential tile placement\u003c\/strong\u003e – ​​every move narrows the field \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=\"pentorini-end\"\u003e\n\n\u003cp\u003e If you love \u003cstrong\u003ecrisp, intelligent, and lightning-fast abstracts\u003c\/strong\u003e , where satisfaction comes from perfect interlocking pieces and surgical play, \u003cstrong\u003ePentorini\u003c\/strong\u003e is a little gem to always have on the table. A battle of shapes, space, and the mind.\u003c\/p\u003e\n\n\u003cp class=\"pentorini-quote\"\u003e \u003cem\u003eIn an 8x8, there's no room for error. Only for genius.\u003c\/em\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎨 PALETTE PENTORINI – sabbia chiara + blu mediterraneo *\/\n.pentorini-section {\n  --pt-sand: #f4f2ec;\n  --pt-light: #ffffff;\n  --pt-blue: #1d4b80;\n  --pt-blue-soft: #3e6da3;\n  --pt-accent: #4fa2ff;\n\n  background: linear-gradient(180deg, var(--pt-light) 0%, var(--pt-sand) 65%, #ebe7dd 100%);\n  border-radius: 26px;\n  padding: 2.2rem 1.8rem;\n  color: #2c2c2c;\n  max-width: 1100px;\n  margin: 2rem auto;\n  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Effetto “pezzi bianchi” *\/\n.pentorini-section::before {\n  content: \"\";\n  position: absolute;\n  top: -50px;\n  left: -30px;\n  width: 220px;\n  height: 220px;\n  background: radial-gradient(circle, rgba(255,255,255,0.8), transparent 70%);\n  filter: blur(45px);\n}\n.pentorini-section::after {\n  content: \"\";\n  position: absolute;\n  bottom: -60px;\n  right: -40px;\n  width: 240px;\n  height: 200px;\n  background: radial-gradient(circle, rgba(79,162,255,0.25), transparent 75%);\n  filter: blur(35px);\n}\n\n\/* Titolo *\/\n.pentorini-header h2 {\n  font-family: \"Bungee\", sans-serif;\n  text-align: center;\n  font-size: 1.9rem;\n  margin-bottom: 1.4rem;\n  color: var(--pt-blue);\n  border-bottom: 1px solid rgba(0,0,0,0.08);\n  padding-bottom: 0.6rem;\n}\n\n\/* Layout *\/\n.pentorini-layout {\n  display: grid;\n  grid-template-columns: 1.35fr 1fr;\n  gap: 1.4rem;\n}\n\n\/* Testo principale *\/\n.pentorini-narrative {\n  background: rgba(255,255,255,0.75);\n  padding: 1.4rem 1.6rem;\n  border-radius: 18px;\n  border-left: 6px solid var(--pt-blue);\n  box-shadow: 0 8px 18px rgba(0,0,0,0.08);\n}\n.pentorini-narrative p {\n  margin: 0.7rem 0;\n  line-height: 1.7;\n}\n\n\/* Box caratteristiche *\/\n.pentorini-features {\n  background: rgba(255,255,255,0.65);\n  border-radius: 18px;\n  padding: 1.3rem 1.5rem;\n  border: 2px solid rgba(30,80,140,0.25);\n  box-shadow: 0 10px 24px rgba(0,0,0,0.10);\n}\n.pentorini-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  font-size: 1.15rem;\n  margin-bottom: 1rem;\n  color: var(--pt-blue-soft);\n}\n.pentorini-features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  gap: 0.7rem;\n}\n.pentorini-features li {\n  background: linear-gradient(90deg, rgba(79,162,255,0.15), rgba(255,255,255,0));\n  border-left: 5px solid var(--pt-accent);\n  border-radius: 10px;\n  padding: 0.55rem 0.85rem;\n  transition: 0.25s ease;\n}\n.pentorini-features li:hover {\n  transform: translateX(4px);\n}\n\n\/* Chiusura *\/\n.pentorini-end {\n  margin-top: 2rem;\n  background: rgba(255,255,255,0.85);\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 8px 22px rgba(0,0,0,0.08);\n}\n.pentorini-quote {\n  margin-top: 0.8rem;\n  font-style: italic;\n  color: var(--pt-blue);\n  font-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .pentorini-layout {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .pentorini-section {\n    padding: 1.8rem 1.2rem;\n  }\n  .pentorini-header h2 {\n    font-size: 1.6rem;\n  }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52764963930439,"sku":null,"price":16.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Pentorini_00.webp?v=1763268341","url":"https:\/\/frogames.business\/en\/products\/pentorini","provider":"FroGames","version":"1.0","type":"link"}