{"product_id":"loaf","title":"L'oaf","description":"\u003cdiv class=\"product__description rte quick-description loaf-theme\"\u003e\n\n\u003cdiv class=\"loaf-card top\"\u003e\n\n\u003cdiv class=\"loaf-frame\"\u003e\n\n\u003ch2\u003e 🥖 The Oaf – The World's Laziest Card Game\u003c\/h2\u003e\n\n \u003cp\u003eWelcome to \u003cstrong\u003eL'Oaf\u003c\/strong\u003e Bakery, where the aroma of freshly baked bread meets a complete lack of will to work. In this \u003cstrong\u003eboard game of bluffing and semi-scam cooperation\u003c\/strong\u003e , you play a crafty baker aiming to earn a living by doing the bare minimum—but without getting caught!\u003c\/p\u003e\n\n\u003cp\u003e Each turn, you'll receive a collective order: you'll have to secretly decide how much effort to put into the work. \u003cstrong\u003eToo little and the bakery goes bankrupt; too much and you favor your rivals\u003c\/strong\u003e . Only those who masterfully manage their \"strategic laziness\" will stay afloat... and bring home the bacon (literally). \u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"loaf-card mid\"\u003e\n\n\u003cdiv class=\"loaf-frame\"\u003e\n\n\u003ch3\u003e 🍞 Because L'Oaf is an irresistibly fragrant party game\u003c\/h3\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e 😏 \u003cstrong\u003eBluff and Collaboration\u003c\/strong\u003e : Work with others, but only enough to avoid getting fired.\u003c\/li\u003e\n\n\u003cli\u003e 🔥 \u003cstrong\u003eBakery comedy\u003c\/strong\u003e : irony, suspicion, and low blows with the scent of butter\u003c\/li\u003e\n\n \u003cli\u003e🎭 \u003cstrong\u003eSecret Decisions\u003c\/strong\u003e : Choose each round how much effort you want to put into collective cooking.\u003c\/li\u003e\n\n\u003cli\u003e 💡 \u003cstrong\u003eSimple rules, psychological twist\u003c\/strong\u003e : perfect for light but intelligent evenings\u003c\/li\u003e\n\n\u003cli\u003e 👨🍳 \u003cstrong\u003e2–6 players\u003c\/strong\u003e : ideal for families and groups looking for a good laugh \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=\"loaf-card low\"\u003e\n\n\u003cdiv class=\"loaf-frame\"\u003e\n\n\u003cp\u003e \u003cstrong\u003eOaf\u003c\/strong\u003e is a \u003cstrong\u003elight-hearted and ingenious card game\u003c\/strong\u003e that blends humor and strategy with the irresistible aroma of warm bread. The winner is the one who can stay smart, lazy, and a little floury at the right time.\u003c\/p\u003e\n\n\u003cp class=\"loaf-quote\"\u003e \u003cem\u003eWork less. Win more. And may the bread not burn in the oven of laziness. 🥖\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\/* 🍞 L’OAF – Warm Bakery Theme *\/\n.loaf-theme {\n  background: linear-gradient(180deg, #f7e4c3 0%, #f2d3a2 40%, #e7b874 100%);\n  padding: 2rem 1rem;\n  font-family: \"Inter\", \"Comic Neue\", sans-serif;\n  color: #3e2b14;\n  border-radius: 28px;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* 🫓 Light flour texture overlay *\/\n.loaf-theme::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(circle at 30% 10%, rgba(255,255,255,0.15) 0%, transparent 60%),\n              radial-gradient(circle at 80% 70%, rgba(255,255,255,0.12) 0%, transparent 70%),\n              repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0, rgba(255,255,255,0.04) 2px, transparent 4px, transparent 8px);\n  opacity: 0.5;\n  pointer-events: none;\n  mix-blend-mode: overlay;\n}\n\n\/* 🥯 CARD STRUCTURE *\/\n.loaf-card {\n  border-radius: 20px;\n  background: linear-gradient(180deg, #fffaf2 0%, #fce9c6 100%);\n  border: 2px solid rgba(180,130,70,0.25);\n  box-shadow: 0 0 0 2px rgba(180,130,70,0.15), 0 8px 16px rgba(0,0,0,0.2);\n  margin-bottom: 1.5rem;\n  transform: rotate(-0.4deg);\n  position: relative;\n}\n.loaf-card.mid {\n  transform: rotate(0.2deg) translateY(-10px);\n  z-index: 2;\n}\n.loaf-card.low {\n  transform: rotate(-0.1deg) translateY(-16px);\n  z-index: 3;\n}\n\n\/* 🧈 FRAME INNER *\/\n.loaf-frame {\n  background: linear-gradient(180deg, #fffaf2 0%, #fff3e0 100%);\n  border-radius: 14px;\n  border: 1px solid rgba(140,90,40,0.2);\n  padding: 1.3rem 1.4rem;\n  box-shadow: inset 0 0 12px rgba(160,100,40,0.1);\n  position: relative;\n}\n.loaf-frame::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  border-radius: 14px;\n  border: 1px dashed rgba(180,120,60,0.3);\n  pointer-events: none;\n}\n\n\/* ✍️ TYPOGRAPHY *\/\n.loaf-theme h2 {\n  font-size: 1.2rem;\n  color: #8c4e14;\n  text-transform: uppercase;\n  margin-bottom: 1rem;\n  text-shadow: 0 0 8px rgba(255,240,200,0.7);\n}\n.loaf-theme h3 {\n  font-size: 1rem;\n  color: #b15c1a;\n  text-transform: uppercase;\n  margin-bottom: 1rem;\n  text-shadow: 0 0 6px rgba(255,235,180,0.5);\n}\n.loaf-theme p {\n  font-size: 0.9rem;\n  line-height: 1.8;\n}\n.loaf-theme ul {\n  list-style: none;\n  padding: 0;\n  margin: 1rem 0;\n}\n.loaf-theme li {\n  position: relative;\n  padding-left: 1.3rem;\n  margin: 0.5rem 0;\n  font-size: 0.9rem;\n}\n.loaf-theme li::before {\n  content: \"🥐\";\n  position: absolute;\n  left: 0;\n  color: #b15c1a;\n  text-shadow: 0 0 4px rgba(255,240,200,0.4);\n}\n\n\/* 💬 Quote *\/\n.loaf-quote {\n  color: #8c4e14;\n  text-align: center;\n  margin-top: 1.5rem;\n  font-weight: 600;\n  font-style: italic;\n  font-size: 0.85rem;\n  text-shadow: 0 0 6px rgba(255,240,200,0.6);\n}\n\n\/* 🕯️ Soft oven glow animation *\/\n.loaf-theme::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(circle at 50% 100%, rgba(255,190,100,0.15) 0%, transparent 70%);\n  animation: ovenGlow 8s ease-in-out infinite alternate;\n  pointer-events: none;\n}\n@keyframes ovenGlow {\n  from { opacity: 0.25; }\n  to { opacity: 0.5; }\n}\n\n\/* 📱 MOBILE *\/\n@media (max-width:768px){\n  .loaf-card{padding:1rem;}\n  .loaf-theme h2{font-size:1rem;}\n  .loaf-theme h3{font-size:0.9rem;}\n  .loaf-theme p,.loaf-theme li{font-size:0.8rem;}\n}\n\u003c\/style\u003e","brand":"Wulfhorn Games","offers":[{"title":"Default Title","offer_id":52685594231111,"sku":null,"price":15.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0887\/8905\/7863\/files\/L_Oaf_00.webp?v=1762265015","url":"https:\/\/frogames.business\/en\/products\/loaf","provider":"FroGames","version":"1.0","type":"link"}