{"product_id":"paint-the-roses","title":"Paint the Roses ","description":"\u003c!-- 🌹 FROGAMES – PAINT THE ROSES | Wonderland Immersive Block --\u003e\n\u003csection class=\"roses-garden\"\u003e\n\u003cdiv class=\"roses-core\"\u003e\n\n\u003cheader class=\"roses-header\"\u003e\n\u003ch2\u003e In the Queen's garden, logic is the only salvation.\u003c\/h2\u003e\n\n\u003cp class=\"subtitle\"\u003e A fairytale world where thinking is an art and making a mistake… costs you your head.\u003c\/p\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"roses-body\"\u003e\n\n \u003cp\u003eIn \u003cstrong\u003ePaint the Roses,\u003c\/strong\u003e you enter the heart of \u003cstrong\u003eWonderland\u003c\/strong\u003e as a royal gardener serving the Queen of Hearts. Her demands change with her mood, and reason is a relative concept: one out-of-place bush and… \u003cstrong\u003e“Off with its head!”\u003c\/strong\u003e But logic can save you—if you know how to use it.\u003c\/p\u003e\n\n\u003cp\u003e Each player holds a \u003cstrong\u003esecret whim\u003c\/strong\u003e of the Queen's: a wish regarding the way the garden should be organized. Without ever speaking openly, you must place bush tiles to provide visual clues to the others, observing shapes, colors, and connections. Only \u003cstrong\u003ecollective deduction\u003c\/strong\u003e can unravel the mystery before the Queen reaches the group on the track... and unleashes her wrath. \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"roses-grid\"\u003e\n\n\u003carticle class=\"rose-card\"\u003e\n\u003ch3\u003e 🌸 Elegant deduction\u003c\/h3\u003e\n\n\u003cp\u003e Place the tiles, observe the colors and decipher the Queen's whims with pure shared logic.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"rose-card\"\u003e\n\u003ch3\u003e 🤫 Subtle communication\u003c\/h3\u003e\n\n \u003cp\u003eYou can't tell the truth — but you can get it across with the cunning of a Cheshire cat.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003carticle class=\"rose-card\"\u003e\n\u003ch3\u003e 🌹 Cooperation under pressure\u003c\/h3\u003e\n\n\u003cp\u003e Every mistake brings the Queen closer. Every insight saves the garden—and your mind.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003cfooter class=\"roses-quote\"\u003e \u003cem\u003e“Can you please the Queen before her shadow reaches your favorite bush?”\u003c\/em\u003e \u003c\/footer\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🌹 FroGames – PAINT THE ROSES | Wonderland Style *\/\n.roses-garden{\n  --rose:#d23a6e;\n  --leaf:#2f7f68;\n  --violet:#5a3a7a;\n  --gold:#f5e3c7;\n  --cream:#fffaf3;\n  background: radial-gradient(circle at 70% 10%, rgba(210,58,110,0.15), transparent 70%), \n              linear-gradient(180deg, #2b4f44 0%, #1b2e2a 60%, #0f1a17 100%);\n  color:var(--cream);\n  font-family:\"Poppins\",\"Playfair Display\",serif;\n  border-radius:24px;\n  padding:3rem 1.8rem;\n  position:relative;\n  overflow:hidden;\n  box-shadow:0 0 35px rgba(0,0,0,0.45);\n}\n.roses-garden::before{\n  content:\"\";\n  position:absolute;inset:0;\n  background:radial-gradient(circle at 30% 40%,rgba(210,58,110,0.2),transparent 75%),\n             radial-gradient(circle at 80% 70%,rgba(245,227,199,0.15),transparent 85%);\n  animation:petalLight 8s ease-in-out infinite alternate;\n  z-index:0;\n}\n@keyframes petalLight{from{opacity:.6;transform:translateY(-6px)}to{opacity:1;transform:translateY(6px)}}\n\n.roses-core{position:relative;z-index:1;max-width:880px;margin:0 auto;}\n.roses-header{text-align:center;margin-bottom:2rem;}\n.roses-header h2{\n  font-size:clamp(1.6rem,3vw,2.3rem);\n  color:var(--gold);\n  text-shadow:0 0 20px rgba(245,227,199,0.4);\n}\n.roses-header .subtitle{\n  color:var(--rose);\n  font-weight:600;\n  font-size:1rem;\n}\n\n.roses-body p{\n  background:linear-gradient(160deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));\n  border-left:3px solid var(--rose);\n  padding:1rem 1.2rem;\n  border-radius:14px;\n  line-height:1.8;\n  margin-bottom:1.1rem;\n  box-shadow:inset 0 0 12px rgba(255,255,255,0.03);\n}\n.roses-body strong{color:var(--gold);}\n\n\/* GRID *\/\n.roses-grid{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n  gap:1.2rem;\n  margin:2rem 0;\n}\n.rose-card{\n  background:linear-gradient(150deg,rgba(90,58,122,0.15),rgba(47,127,104,0.75));\n  border:1px solid rgba(245,227,199,0.25);\n  border-radius:14px;\n  padding:1rem 1.1rem;\n  box-shadow:0 4px 20px rgba(0,0,0,0.3);\n  transition:transform .3s ease,box-shadow .3s ease;\n}\n.rose-card:hover{\n  transform:translateY(-5px);\n  box-shadow:0 8px 25px rgba(210,58,110,0.25);\n}\n.rose-card h3{\n  color:var(--gold);\n  font-weight:700;\n  font-size:1.05rem;\n  margin-bottom:0.5rem;\n}\n.rose-card p{color:var(--cream);font-size:.95rem;}\n\n\/* QUOTE *\/\n.roses-quote{\n  text-align:center;\n  font-style:italic;\n  color:var(--gold);\n  font-weight:600;\n  margin-top:2.2rem;\n  text-shadow:0 0 10px rgba(245,227,199,0.3);\n}\n\n\/* MOBILE *\/\n@media(max-width:768px){\n  .roses-garden{padding:2.4rem 1.2rem;}\n  .roses-body p{font-size:.95rem;}\n  .rose-card p{font-size:.9rem;}\n}\n\u003c\/style\u003e\n\u003c!-- 🌹 SEO semantico invisibile --\u003e\n\u003cdiv style=\"display: none;\"\u003e\n\n\u003cp\u003e Paint the Roses is a \u003cstrong\u003ecooperative and deductive board game\u003c\/strong\u003e inspired by Alice in Wonderland. Players must work together to solve the Queen of Hearts's whims through logic and nonverbal communication. Perfect for families, puzzle game lovers, and fans of sophisticated cooperative games.\u003c\/p\u003e\n\n\n\u003c\/div\u003e","brand":"North Star Games","offers":[{"title":"Default Title","offer_id":52671633948999,"sku":null,"price":49.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Paint_the_Roses_00.png?v=1762083898","url":"https:\/\/frogames.business\/en\/products\/paint-the-roses","provider":"FroGames","version":"1.0","type":"link"}