{"product_id":"taxi-over","title":"Taxi Over ","description":"\u003c!-- 🚕 TAXI OVER – DAY CITY EDITION --\u003e\n\u003csection class=\"taxioverday-section\"\u003e\u003cheader class=\"taxioverday-header\"\u003e\n\u003ch2\u003e Taxi Over 🚕 The city race where every shot is a pass... or a disaster\u003c\/h2\u003e\n\n\u003c\/header\u003e\n\u003cdiv class=\"taxioverday-layout\"\u003e\n\n\u003c!-- NARRATIVA --\u003e\n\u003carticle class=\"taxioverday-narrative\"\u003e\n\u003cp\u003e A busy morning, crazy traffic, horns blaring from every direction: welcome to \u003cstrong\u003eTaxi Over\u003c\/strong\u003e , the most chaotic race a city can contain. Every die you roll is a boost, a risk, a chance to \u003cstrong\u003eovertake everyone or crash mercilessly\u003c\/strong\u003e .\u003c\/p\u003e\n\n\u003cp\u003e You raise once? You're being cautious. Twice? You're being daring. Three times? You're officially out of control. If you go above the fateful \u003cstrong\u003e4\u003c\/strong\u003e , you fly off the rails and the central pot grows even bigger.\u003c\/p\u003e\n\n\u003cp\u003e Meanwhile, you push other taxis off the road, cut corners, take shortcuts, and try to be the first to reach the pile of tokens accumulated by everyone's mistakes. \u003c\/p\u003e\n\n\u003c\/article\u003e\n\u003c!-- FEATURES --\u003e\n\u003caside class=\"taxioverday-features\"\u003e\n\u003ch3\u003e Why “Taxi Over” is conquering everyone\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 🚕 \u003cstrong\u003ePush your luck pure\u003c\/strong\u003e – shoot, take risks, try again\u003c\/li\u003e\n\n\u003cli\u003e 🎲 \u003cstrong\u003eSpeed ​​multiplied\u003c\/strong\u003e on each die\u003c\/li\u003e\n\n\u003cli\u003e 💥 \u003cstrong\u003eCollisions and pushes\u003c\/strong\u003e – there's never enough lane\u003c\/li\u003e\n\n \u003cli\u003e🌆 Fast and chaotic \u003cstrong\u003eurban feeling\u003c\/strong\u003e \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=\"taxioverday-end\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eTaxi Over\u003c\/strong\u003e is the filler that lights up the evening: immediate, loud, full of laughter and crazy decisions. Perfect for those who love to risk it all... with a single die.\u003c\/p\u003e\n\n\u003cp class=\"taxioverday-quote\"\u003e \u003cem\u003eStart the taxi, roll the dice… and hope the traffic is on your side.\u003c\/em\u003e \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003cstyle\u003e\n\/* 🎨 PALETTE DAY CITY *\/\n.taxioverday-section {\n  --sky-blue: #d9ecff;\n  --taxi-yellow: #ffd447;\n  --road-gray: #3f3f3f;\n  --signal-orange: #ff8b3d;\n  --panel-light: rgba(255,255,255,0.75);\n\n  background: linear-gradient(180deg, var(--sky-blue), #b8d9f5);\n  padding: 2.3rem 2rem;\n  border-radius: 26px;\n  margin: 2rem auto;\n  max-width: 1100px;\n  color: #1b1b1b;\n  font-family: \"Inter\", sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Accenti grafici: bagliori del sole sulla città *\/\n.taxioverday-section::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(circle at 15% 20%, rgba(255,212,71,0.25), transparent 65%),\n    radial-gradient(circle at 85% 75%, rgba(255,139,61,0.20), transparent 60%);\n  pointer-events: none;\n}\n\n.taxioverday-header h2 {\n  text-align: center;\n  color: var(--road-gray);\n  font-size: 1.9rem;\n  font-family: \"Bungee\", sans-serif;\n  margin-bottom: 1.5rem;\n  text-shadow: 0 0 6px rgba(255,212,71,0.35);\n}\n\n.taxioverday-layout {\n  display: grid;\n  grid-template-columns: 1.6fr 1fr;\n  gap: 1.8rem;\n}\n\n.taxioverday-narrative {\n  background: var(--panel-light);\n  padding: 1.6rem;\n  border-left: 6px solid var(--taxi-yellow);\n  border-radius: 16px;\n  line-height: 1.7;\n}\n\n.taxioverday-features {\n  background: var(--panel-light);\n  padding: 1.4rem;\n  border-radius: 16px;\n  border: 2px solid rgba(255,212,71,0.5);\n}\n\n.taxioverday-features h3 {\n  font-family: \"Bungee\", sans-serif;\n  color: var(--road-gray);\n  font-size: 1.25rem;\n  margin-bottom: 1rem;\n}\n\n.taxioverday-features ul {\n  list-style: none;\n  padding: 0;\n  display: grid;\n  gap: .7rem;\n}\n\n.taxioverday-features li {\n  background: linear-gradient(90deg, rgba(255,212,71,0.22), transparent);\n  border-left: 6px solid var(--signal-orange);\n  padding: .7rem .9rem;\n  border-radius: 12px;\n  transition: .25s;\n}\n\n.taxioverday-features li:hover {\n  transform: translateX(6px);\n  background: linear-gradient(90deg, rgba(255,139,61,0.25), transparent);\n}\n\n.taxioverday-end {\n  margin-top: 2rem;\n  background: var(--panel-light);\n  padding: 1.6rem;\n  border-radius: 18px;\n  text-align: center;\n}\n\n.taxioverday-quote {\n  margin-top: .8rem;\n  color: var(--signal-orange);\n  font-weight: 600;\n  font-style: italic;\n}\n\n\/* Mobile *\/\n@media(max-width:900px){\n  .taxioverday-layout { grid-template-columns: 1fr; }\n}\n@media(max-width:600px){\n  .taxioverday-section { padding: 1.8rem 1.1rem; }\n  .taxioverday-header h2 { font-size: 1.6rem; }\n}\n\u003c\/style\u003e","brand":"Playte","offers":[{"title":"Default Title","offer_id":52765189669191,"sku":null,"price":21.59,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/Taxi_Over_00.webp?v=1763280548","url":"https:\/\/frogames.business\/en\/products\/taxi-over","provider":"FroGames","version":"1.0","type":"link"}