{"product_id":"yes-but-no","title":"Yes but No","description":"\u003cdiv class=\"product__description rte quick-description yesbutno-theme\"\u003e\n\u003cdiv class=\"quiz-card green\"\u003e\n\u003cdiv class=\"quiz-frame\"\u003e\n\u003ch2\u003e✅❌ YES but NO – Il party game che manda in tilt il cervello\u003c\/h2\u003e\n\u003cp\u003ePensi di avere una mente veloce? Aspetta di giocare a \u003cstrong\u003eYES but NO\u003c\/strong\u003e. In questo \u003cstrong\u003egioco da tavolo party e di parole\u003c\/strong\u003e, ogni round ti costringe a trovare una parola che rispetti due regole semplici… ma impossibili: deve contenere una lettera e \u003cem\u003enon\u003c\/em\u003e contenerne un’altra. Facile da dire, ma quando tutti gridano allo stesso tempo, la pressione sale e la lingua si annoda.\u003c\/p\u003e\n\u003cp\u003ePeschi una categoria (“cibo”, “animali”, “film”, “oggetti strani”) e due carte lettera: una “YES” e una “NO”. Il tuo compito? Trovare in pochi secondi una parola che rispetti le condizioni. Chi risponde per primo si prende la gloria — e un punto! Ma attenzione: un errore o una parola fuori categoria ti farà perdere tutto.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quiz-card red\"\u003e\n\u003cdiv class=\"quiz-frame\"\u003e\n\u003ch3\u003e🎉 Perché YES but NO è un party game irresistibile\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e⚡ \u003cstrong\u003eVelocità e panico\u003c\/strong\u003e: un gioco in tempo reale che mette alla prova riflessi e prontezza linguistica\u003c\/li\u003e\n\u003cli\u003e😂 \u003cstrong\u003eRisate garantite\u003c\/strong\u003e: le risposte assurde sono parte del divertimento\u003c\/li\u003e\n\u003cli\u003e🧠 \u003cstrong\u003eAllena la mente\u003c\/strong\u003e: sfida la tua creatività sotto pressione\u003c\/li\u003e\n\u003cli\u003e👨👩👧👦 \u003cstrong\u003ePerfetto per famiglie e gruppi\u003c\/strong\u003e: da 2 a 8 giocatori, ideale per serate tra amici\u003c\/li\u003e\n\u003cli\u003e🎲 \u003cstrong\u003eRegole immediate e ritmo frenetico\u003c\/strong\u003e: apri la scatola e gioca in un minuto\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quiz-card mixed\"\u003e\n\u003cdiv class=\"quiz-frame\"\u003e\n\u003cp\u003e\u003cstrong\u003eYES but NO\u003c\/strong\u003e è un \u003cstrong\u003egioco da tavolo rapido, brillante e ad altissimo volume\u003c\/strong\u003e: più semplice di quanto sembri, più caotico di quanto immagini. Ideale per rompere il ghiaccio, chiudere la serata o semplicemente scoprire chi tra i tuoi amici riesce davvero a pensare sotto pressione.\u003c\/p\u003e\n\u003cp class=\"quiz-quote\"\u003e\u003cem\u003eUna sola regola: pensa in fretta, ma pensa bene… YES but NO!\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\/* ✅❌ YES but NO – Party Quiz Theme *\/\n.yesbutno-theme {\n  background: linear-gradient(135deg, #007b3d 0%, #b00000 100%);\n  padding: 2.5rem 1rem;\n  font-family: \"Poppins\", \"Inter\", sans-serif;\n  color: #fff;\n  position: relative;\n  overflow: hidden;\n  border-radius: 28px;\n  box-shadow: 0 0 30px rgba(0,0,0,0.25);\n}\n\n\/* 🔆 Animated glow gradient *\/\n.yesbutno-theme::before {\n  content:\"\";\n  position:absolute;inset:0;\n  background: linear-gradient(90deg, rgba(0,255,100,0.15), rgba(255,0,0,0.15), rgba(255,255,255,0.05));\n  animation: tiltGlow 6s linear infinite;\n}\n@keyframes tiltGlow {\n  0% {background-position: 0% 50%;}\n  100% {background-position: 100% 50%;}\n}\n\n\/* 🎯 CARD BASE *\/\n.quiz-card {\n  border-radius: 20px;\n  padding: 1.4rem 1.6rem;\n  margin-bottom: 1.6rem;\n  box-shadow:\n    0 0 0 3px rgba(255,255,255,0.1),\n    0 6px 20px rgba(0,0,0,0.2);\n  transform: rotate(-0.5deg);\n  transition: transform .3s ease, box-shadow .3s ease;\n}\n.quiz-card:hover {\n  transform: rotate(0deg) scale(1.02);\n  box-shadow:\n    0 0 0 3px rgba(255,255,255,0.25),\n    0 8px 25px rgba(0,0,0,0.3);\n}\n.quiz-card.green {\n  background: linear-gradient(180deg, #009c4a 0%, #007b3d 100%);\n}\n.quiz-card.red {\n  background: linear-gradient(180deg, #d92020 0%, #a80000 100%);\n}\n.quiz-card.mixed {\n  background: linear-gradient(180deg, #007b3d 0%, #a80000 100%);\n}\n\n\/* 💡 FRAME *\/\n.quiz-frame {\n  border-radius: 16px;\n  background: rgba(255,255,255,0.07);\n  padding: 1rem 1.3rem;\n  box-shadow: inset 0 0 15px rgba(255,255,255,0.1);\n}\n\n\/* ✨ TEXT STYLES *\/\n.yesbutno-theme h2 {\n  font-size: 1.3rem;\n  color: #ffffff;\n  text-transform: uppercase;\n  text-shadow:\n    0 0 5px rgba(255,255,255,0.7),\n    0 0 12px rgba(0,255,100,0.5),\n    0 0 20px rgba(255,0,0,0.3);\n  margin-bottom: 1rem;\n}\n.yesbutno-theme h3 {\n  font-size: 1.1rem;\n  color: #fff;\n  margin-bottom: 1rem;\n  text-transform: uppercase;\n  text-shadow: 0 0 10px rgba(255,255,255,0.6);\n}\n.yesbutno-theme p {\n  font-size: 0.9rem;\n  line-height: 1.7;\n}\n.yesbutno-theme ul {\n  list-style: none;\n  padding: 0;\n  margin: 1rem 0;\n}\n.yesbutno-theme li {\n  position: relative;\n  margin: 0.5rem 0;\n  padding-left: 1.2rem;\n  font-size: 0.9rem;\n  line-height: 1.6;\n}\n.yesbutno-theme li::before {\n  content: \"✔\";\n  position: absolute;\n  left: 0;\n  color: #00ff7a;\n  text-shadow: 0 0 8px rgba(255,255,255,0.6);\n}\n.quiz-quote {\n  color: #fff;\n  font-size: 0.85rem;\n  margin-top: 1.3rem;\n  text-align: center;\n  font-style: italic;\n  text-shadow:\n    0 0 8px rgba(255,255,255,0.4),\n    0 0 12px rgba(255,0,0,0.3);\n  animation: blinkQuote 1.5s infinite ease-in-out;\n}\n@keyframes blinkQuote {\n  0%,100% {opacity: 1;}\n  50% {opacity: 0.6;}\n}\n\n\/* 📱 MOBILE *\/\n@media(max-width:768px){\n  .quiz-card{padding:1.1rem;}\n  .yesbutno-theme h2{font-size:1.1rem;}\n  .yesbutno-theme h3{font-size:1rem;}\n  .yesbutno-theme p,.yesbutno-theme li{font-size:0.8rem;}\n}\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Little Rocket Games","offers":[{"title":"Default Title","offer_id":52720929833287,"sku":null,"price":12.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Yes_but_No_00.webp?v=1762581040","url":"https:\/\/frogames.business\/products\/yes-but-no","provider":"FroGames","version":"1.0","type":"link"}