{"product_id":"insert-coin-to-play","title":"Insert Coin to play ","description":"\u003cdiv class=\"product__description rte quick-description insertcoin-theme\"\u003e\n\n\u003cdiv class=\"arcade-card\"\u003e\n\n\u003cdiv class=\"arcade-frame\"\u003e\n\n\u003ch2 class=\"blink-text\"\u003e 🕹️ Insert Coin to Play – The paper-and-pencil video game\u003c\/h2\u003e\n\n \u003cp\u003eReady to insert your coin? 🎮 With \u003cstrong\u003eInsert Coin to Play,\u003c\/strong\u003e the charm of old arcades returns to the table in the form of a \u003cstrong\u003efast, colorful, and super fun board game\u003c\/strong\u003e . Instead of joysticks and screens, you'll use only paper, pencil, and quick reflexes to complete levels, unlock bonuses, and collect points just like in a 90s arcade.\u003c\/p\u003e\n\n\u003cp\u003e Each player receives their own \u003cem\u003eGamePad\u003c\/em\u003e , a sheet of paper on which to draw and complete the levels. The cards indicate the shapes to draw and the symbols to fit together: choose them wisely, rotate or mirror them, and complete your levels before the dreaded \u003cstrong\u003eGAME OVER\u003c\/strong\u003e arrives. Make a wrong move and you'll lose a life — but whoever has the best combination at the end of the game will be crowned pinball champion! \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"arcade-card lower\"\u003e\n\n\u003cdiv class=\"arcade-frame\"\u003e\n\n\u003ch3\u003e 💾 Why Insert Coin to Play is irresistible\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🕹️ \u003cstrong\u003eRetro atmosphere\u003c\/strong\u003e : relive the charm of old video games with paper and pencil\u003c\/li\u003e\n\n \u003cli\u003e⚡ \u003cstrong\u003eBlitz Matches\u003c\/strong\u003e : 15 minutes of pure action and flashes of genius\u003c\/li\u003e\n\n\u003cli\u003e 🧩 \u003cstrong\u003eDraw, rotate and fit\u003c\/strong\u003e : each turn is a mini logic challenge\u003c\/li\u003e\n\n\u003cli\u003e 👾 \u003cstrong\u003eFor the whole family\u003c\/strong\u003e : 2 to 6 players, accessible and always fun\u003c\/li\u003e\n\n\u003cli\u003e 💡 \u003cstrong\u003eCreative and strategic\u003c\/strong\u003e : apparent simplicity, but always different decisions \u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"arcade-card bottom\"\u003e\n\n\u003cdiv class=\"arcade-frame\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eInsert Coin to Play\u003c\/strong\u003e by \u003cstrong\u003eLittle Rocket Games\u003c\/strong\u003e is a \u003cstrong\u003efamily and party board game\u003c\/strong\u003e that combines nostalgia and logic in a brilliant and intuitive formula. Perfect for those who love puzzle games, quick challenges, and the idea of ​​​​translating a video game to paper.\u003c\/p\u003e\n\n\u003cp class=\"arcade-quote\"\u003e \u003cem\u003eReady to go? Insert the coin and draw your victory.\u003c\/em\u003e \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\/* 🕹️ INSERT COIN TO PLAY – NEON ARCADE THEME *\/\n.insertcoin-theme {\n  background: radial-gradient(circle at center, #0b1022 0%, #04060f 100%);\n  padding: 2.5rem 1rem;\n  font-family: \"Press Start 2P\", \"Inter\", sans-serif;\n  color: #eaf4ff;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* ✨ Glow moving gradient *\/\n.insertcoin-theme::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(circle at 50% 50%, rgba(0,229,255,0.06), transparent 60%);\n  animation: glowPulse 6s infinite ease-in-out;\n}\n@keyframes glowPulse {\n  0%,100% {opacity: 0.3;}\n  50% {opacity: 0.6;}\n}\n\n\/* 🎮 CARD BASE *\/\n.arcade-card {\n  background: linear-gradient(180deg, #0f1b38 0%, #0a0e1d 100%);\n  border: 2px solid #00e5ff;\n  border-radius: 24px;\n  padding: 1.4rem 1.6rem;\n  margin-bottom: 1.8rem;\n  box-shadow:\n    0 0 0 3px #002a44,\n    0 0 18px rgba(0,229,255,0.35),\n    inset 0 0 20px rgba(255,140,0,0.15);\n  position: relative;\n  transform: rotate(-0.5deg);\n  transition: transform .3s ease, box-shadow .3s ease;\n}\n.arcade-card:hover {\n  transform: rotate(0deg) scale(1.01);\n  box-shadow:\n    0 0 0 3px #004060,\n    0 0 25px rgba(0,229,255,0.6),\n    inset 0 0 25px rgba(255,160,0,0.25);\n}\n.arcade-card.lower { transform: rotate(0.3deg) translateY(-10px); z-index: 2; }\n.arcade-card.bottom { transform: rotate(-0.2deg) translateY(-18px); z-index: 3; }\n\n\/* 🧱 FRAME DECOR *\/\n.arcade-frame {\n  border-radius: 18px;\n  padding: 1.2rem 1.4rem;\n  background: linear-gradient(180deg, #111a35 0%, #0b1124 100%);\n  box-shadow: inset 0 0 25px rgba(0,229,255,0.18);\n  position: relative;\n}\n.arcade-frame::after {\n  content:\"\";\n  position:absolute;inset:0;\n  border-radius:18px;\n  border:1px dashed rgba(0,229,255,0.25);\n  pointer-events:none;\n}\n\n\/* ✨ TYPOGRAPHY *\/\n.insertcoin-theme h2 {\n  font-size: 1rem;\n  color: #00e5ff;\n  text-transform: uppercase;\n  margin-bottom: 1.2rem;\n  text-shadow: 0 0 12px rgba(0,229,255,0.8);\n}\n.insertcoin-theme h3 {\n  font-size: 0.9rem;\n  color: #ffae00;\n  margin-bottom: 1.1rem;\n  text-transform: uppercase;\n  text-shadow: 0 0 8px rgba(255,174,0,0.6);\n}\n.insertcoin-theme p {\n  font-size: 0.8rem;\n  line-height: 1.7;\n}\n.insertcoin-theme ul {\n  list-style: none;\n  padding: 0;\n  margin: 1rem 0;\n}\n.insertcoin-theme li {\n  position: relative;\n  margin: 0.5rem 0;\n  padding-left: 1.2rem;\n  font-size: 0.78rem;\n  line-height: 1.6;\n}\n.insertcoin-theme li::before {\n  content: \"▶\";\n  position: absolute;\n  left: 0;\n  color: #ffae00;\n  text-shadow: 0 0 6px rgba(255,180,0,0.6);\n}\n.arcade-quote {\n  color: #ffae00;\n  font-size: 0.75rem;\n  margin-top: 1.5rem;\n  text-align: center;\n  text-shadow: 0 0 8px rgba(255,174,0,0.6);\n}\n\n\/* 💡 Blink effect *\/\n.blink-text {\n  animation: blink 1.4s infinite;\n}\n@keyframes blink {\n  0%, 80%, 100% {opacity: 1;}\n  40% {opacity: 0.3;}\n}\n\n\/* 🌈 CRT scanlines *\/\n.insertcoin-theme::after {\n  content:\"\";\n  position:absolute;inset:0;\n  background: repeating-linear-gradient(\n    to bottom,\n    rgba(255,255,255,0.04) 0px,\n    rgba(255,255,255,0.04) 1px,\n    transparent 3px,\n    transparent 5px\n  );\n  opacity: 0.07;\n  pointer-events:none;\n}\n\n\/* 📱 MOBILE *\/\n@media(max-width:768px){\n  .arcade-card{padding:1rem;border-radius:18px;}\n  .insertcoin-theme h2{font-size:0.9rem;}\n  .insertcoin-theme h3{font-size:0.8rem;}\n  .insertcoin-theme p,.insertcoin-theme li{font-size:0.7rem;}\n}\n\u003c\/style\u003e\n\u003cp\u003e\u003c\/p\u003e","brand":"Little Rocket Games","offers":[{"title":"Default Title","offer_id":52720946610503,"sku":null,"price":12.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Insert_Coin_to_play_00.webp?v=1762581587","url":"https:\/\/frogames.business\/en\/products\/insert-coin-to-play","provider":"FroGames","version":"1.0","type":"link"}