/* KebabZona – spoločná hlavička, pätička, cookies, plávajúce bubliny a poukážky (Claude, 2026-09-23). */
.site-header{position:relative;z-index:6;max-width:none;margin:0;padding:14px 5%;display:flex;align-items:center;justify-content:space-between;gap:22px;background:var(--bg);border-bottom:1px solid var(--line)}
.site-header .logo{font-size:30px;flex:none}
.site-header nav{display:flex;align-items:center;gap:26px;font-size:15px;font-weight:600;color:#e7e2d3}
.site-header nav a{padding:8px 0;white-space:nowrap}
.site-header nav a:hover,.site-header nav a[aria-current=page]{color:var(--orange)}
.nav-cart{display:inline-flex;align-items:center;gap:7px}
.cart-count{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:var(--orange);color:#141411;font-size:12px;font-weight:800;line-height:1}
.cart-count[hidden]{display:none}
.header-actions{display:flex;gap:10px;flex:none}
.pill{background:transparent;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 20px;border-radius:999px;font-weight:700;font-size:15px;border:1px solid #57574b;color:var(--ink);transition:background .2s,border-color .2s}
.pill svg{width:18px;height:18px;flex:none}
.pill-call{background:var(--orange);border-color:var(--orange);color:#141411}
.pill-call:hover{background:#ff834a}
.pill-nav:hover{border-color:var(--orange)}
@media(max-width:1020px){.site-header nav{gap:18px;font-size:14px}.pill{padding:10px 14px}}
@media(max-width:820px){
 .site-header{flex-wrap:wrap;gap:10px 12px;padding:12px 16px}
 .site-header .logo{font-size:27px}
 .site-header nav{order:3;width:100%;gap:18px;overflow-x:auto;scrollbar-width:none;font-size:14px;margin:0 -16px;padding:0 16px;width:calc(100% + 32px)}
 .site-header nav::-webkit-scrollbar{display:none}
 .pill{min-height:42px;padding:9px 13px;font-size:14px}
}
@media(max-width:480px){.pill-nav .pill-text{display:none}.pill-nav{width:44px;padding:0;justify-content:center}.site-header nav .nav-optional{display:none}.site-header nav{gap:13px;font-size:13px}.site-header nav .nav-cart>svg{display:none}}
@media(max-width:360px){.pill .pill-text{display:none}.pill{width:44px;padding:0;justify-content:center}.site-header .logo{font-size:24px}}

/* cookies */
.cookie-bar{max-width:1060px;margin:14px auto 0;padding:14px 20px;display:flex;align-items:center;justify-content:center;gap:12px 18px;flex-wrap:wrap;border:1px solid #57574b;border-radius:14px;background:#1c1c17;font-size:15px;width:calc(100% - 32px)}
.cookie-bar[hidden]{display:none}
.cookie-bar p{margin:0 8px 0 0}
.cookie-bar button{min-height:42px;padding:9px 20px;border-radius:10px;border:0;background:#f3c98f;color:#141411;font-weight:700;cursor:pointer}
.cookie-bar button[data-consent=granted]{background:var(--orange)}
.cookie-bar a{text-decoration:underline;color:#f3c98f}

/* pätička */
.voucher-banner{padding:40px 5% 0}
.voucher-banner a{max-width:1260px;margin:auto;display:flex;align-items:center;gap:10px 22px;flex-wrap:wrap;padding:20px 26px;border:1px solid #8a5a33;border-radius:16px;background:linear-gradient(90deg,#2a1d12,#1a1a15 70%)}
.voucher-banner strong{color:var(--orange)}
.voucher-banner em{margin-left:auto;font-style:normal;font-weight:700;color:var(--orange)}
.site-footer{display:block;padding:70px 5% 110px;font-size:15px;color:var(--muted);border-top:0}
.footer-grid{max-width:1260px;margin:auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;text-align:center}
.footer-brand .logo{font-size:34px;color:var(--ink)}
.footer-brand p{max-width:300px;margin:16px auto 0;line-height:1.6}
.site-footer h2{font:700 16px/1.3 'DM Sans',sans-serif;color:var(--ink);margin:0 0 18px;letter-spacing:0}
.site-footer nav,.footer-col{display:flex;flex-direction:column;gap:12px;align-items:center}
.site-footer nav a:hover,.footer-col a:hover,.footer-bottom a:hover{color:var(--orange)}
.footer-col p{margin:0;font-size:13px;max-width:220px}
.footer-bottom{max-width:1260px;margin:50px auto 0;padding-top:26px;border-top:1px solid var(--line);text-align:center;font-size:13px;line-height:1.9}
.footer-bottom p{margin:0}
.footer-bottom a{text-decoration:underline}
@media(max-width:820px){.footer-grid{grid-template-columns:1fr 1fr;gap:34px 20px}.footer-brand{grid-column:1/-1}.site-footer{padding-top:50px}}

/* plávajúce bubliny (kategórie + košík) */
.fab-stack{position:fixed;right:16px;bottom:18px;z-index:20;display:flex;flex-direction:column;align-items:flex-end;gap:12px;transition:opacity .2s,transform .2s}
.fab-stack.is-hidden{opacity:0;transform:translateY(16px);pointer-events:none}
.fab{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:58px;min-width:58px;padding:0 18px 0 16px;border-radius:999px;border:1px solid #6b6b5d;background:#23231d;color:var(--ink);font:700 15px 'DM Sans',sans-serif;box-shadow:0 8px 26px #000a;cursor:pointer}
.fab svg{width:24px;height:24px;flex:none}
.fab-cart{background:var(--orange);border-color:var(--orange);color:#141411}
.fab-cart[hidden]{display:none}
.fab-badge{position:absolute;top:-6px;right:-4px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#141411;color:#fff;border:2px solid var(--orange);font-size:12px;display:grid;place-items:center}
.cat-backdrop{position:fixed;inset:0;z-index:30;background:#000a}
.cat-backdrop[hidden],.cat-sheet[hidden]{display:none}
.cat-sheet{position:fixed;z-index:31;left:0;right:0;bottom:0;max-height:80svh;overflow:auto;padding:20px 16px calc(20px + env(safe-area-inset-bottom));background:#1c1c17;border-top:2px solid var(--orange);border-radius:18px 18px 0 0;box-shadow:0 -10px 40px #000c}
.cat-sheet-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.cat-sheet-head h2{font:800 30px/1 'Barlow Condensed',sans-serif;margin:0}
.cat-sheet-head button{width:44px;height:44px;border-radius:999px;border:1px solid #57574b;background:none;color:var(--ink);font-size:18px;cursor:pointer}
.cat-sheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cat-sheet-grid button,.cat-sheet-grid a{display:flex;align-items:center;gap:12px;min-height:62px;padding:10px 14px;border-radius:12px;border:1px solid #4a4a40;background:#25251f;color:var(--ink);font:700 16px 'DM Sans',sans-serif;text-align:left;cursor:pointer}
.cat-sheet-grid .cat-emoji{font-size:26px;line-height:1}
.cat-sheet-grid small{display:block;font-weight:500;font-size:12px;color:var(--muted)}
.cat-sheet-grid [aria-current=true]{border-color:var(--orange);background:#3a2616}
.cat-sheet-grid .cat-cart{background:var(--orange);border-color:var(--orange);color:#141411}
.cat-sheet-grid .cat-cart small{color:#3a2616}
@media(min-width:821px){.cat-sheet{left:auto;right:16px;bottom:96px;width:420px;border-radius:18px;border:2px solid var(--orange)}}
.cart-shortcut{display:none!important}
.cart-feedback{pointer-events:none}@media(max-width:620px){.cart-feedback{bottom:170px}}

/* poukážky */
.voucher-page{max-width:1100px;margin:auto;padding:70px 5% 40px;text-align:center}
.voucher-page .eyebrow{color:var(--orange);letter-spacing:.14em;font-weight:700;font-size:13px}
.voucher-page h1{font:900 clamp(56px,11vw,120px)/.92 'Barlow Condensed',Impact,sans-serif;text-transform:uppercase;margin:14px 0 20px}
.voucher-page h1 em{color:var(--orange);font-style:normal}
.voucher-lead{max-width:640px;margin:0 auto 46px;color:#d9d5c7;font-size:18px}
.voucher-list{display:grid;gap:26px}
.voucher{display:grid;grid-template-columns:1.45fr 1fr;border:1px solid #57574b;border-radius:18px;overflow:hidden;background:#1a1a15;text-align:left;box-shadow:0 14px 40px #0008}
.voucher-body{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;gap:10px 26px;padding:28px 30px 0}
.voucher-logo{font:900 34px/1 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.5px}
.voucher-logo span{color:var(--orange)}
.voucher-kicker{margin:0;font-weight:800;letter-spacing:.08em;font-size:13px;color:var(--orange);text-transform:uppercase}
.voucher-kicker+p{margin:4px 0 0;color:#e7e2d3}
.voucher-value{white-space:nowrap;font:900 clamp(64px,9vw,104px)/1 'Barlow Condensed',Impact,sans-serif;color:#f3c98f;align-self:center}
.voucher-info{align-self:center;font-size:13px;color:var(--muted)}
.voucher-info strong{display:block;font-size:20px;color:var(--ink)}
.voucher-strip{grid-column:1/-1;margin:14px -30px 0;padding:9px 30px;background:var(--orange);color:#141411;font:800 15px/1 'Barlow Condensed',sans-serif;letter-spacing:.06em;white-space:nowrap;overflow:hidden}
.voucher-photo{position:relative;margin:0;background:#0e0e0c;border-left:4px solid var(--orange)}
.voucher-photo img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:3/2}
.voucher-howto{margin:56px auto 0;max-width:720px}
.voucher-howto h2{font:800 clamp(30px,5vw,44px)/1.05 'Barlow Condensed',sans-serif;text-transform:uppercase;margin:0 0 10px}
.voucher-howto p{color:#d9d5c7;margin:0 0 8px}
.voucher-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.voucher-actions .pill{min-height:52px;padding:12px 24px}
@media(max-width:720px){.voucher{grid-template-columns:1fr}.voucher-body{grid-template-columns:1fr auto}.voucher-body>div:nth-child(2){grid-column:1/-1;grid-row:2}.voucher-logo{grid-column:1/-1}.voucher-value{grid-row:3}.voucher-info{grid-row:3;text-align:right}.voucher-photo{border-left:0;border-top:4px solid var(--orange);order:-1}.voucher-body{padding:22px 20px 0;gap:8px 18px}.voucher-strip{margin:12px -20px 0;padding:9px 20px}.voucher-logo{font-size:28px}}
.document-page h1{font-family:'Barlow Condensed',Impact,sans-serif}
.cookie-table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5}
.cookie-table th,.cookie-table td{border-bottom:1px solid var(--line);padding:10px 8px;text-align:left;vertical-align:top}
.document-page .pill{text-decoration:none}
.nav-short{display:none}
@media(max-width:820px){.nav-long{display:none}.nav-short{display:inline}.site-header nav .nav-cart>svg{display:inline}}
.cookie-bar{padding:10px 14px 10px 20px;gap:14px;width:auto;max-width:calc(100% - 32px);display:flex}
.cookie-bar[hidden]{display:none}
.cookie-bar .cookie-link{color:#6db3ff;text-decoration:underline;font-weight:700}
.cookie-bar .cookie-close{background:transparent;color:var(--muted);min-height:40px;width:40px;padding:0;font-size:16px}
.cookie-bar{margin:12px auto 0;justify-content:center;width:fit-content}
.footer-social{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px!important}
.footer-social[hidden]{display:none}
.footer-social a{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:999px;background:#2a2a23;color:var(--ink)}
.footer-social a:hover{background:#1877f2;color:#fff}
.footer-social svg{width:22px;height:22px}
.hero-yum{font:800 22px/1 'Barlow Condensed',Impact,sans-serif;color:var(--orange);letter-spacing:.5px}
.fab-badge[hidden]{display:none}
/* Jazyky (25. 9. 2026): prepínač v hlavičke, ponuka jazyka podľa prehliadača, upozornenie o SMS po slovensky */
.lang-switch{position:relative;flex:none}
.pill-lang{padding:10px 14px;gap:7px}.pill-lang svg{width:17px;height:17px}.pill-lang .lang-code{font-weight:800;letter-spacing:.5px}
.lang-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:60;min-width:200px;padding:6px;border:1px solid var(--line);border-radius:14px;background:#1c1c17;box-shadow:0 14px 34px rgba(0,0,0,.5);display:grid;gap:2px}
.lang-menu[hidden]{display:none}
.lang-menu a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:9px;color:var(--ink);text-decoration:none;font-weight:600}
.lang-menu a b{display:inline-grid;place-items:center;min-width:32px;height:24px;border-radius:6px;background:#2a2a22;color:var(--muted);font-size:12px;letter-spacing:.5px}
.lang-menu a:hover,.lang-menu a:focus-visible{background:#2a2a22;outline:none}
.lang-menu a[aria-current]{color:var(--orange)}.lang-menu a[aria-current] b{background:var(--orange);color:#141411}
.lang-offer{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);z-index:70;display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center;width:max-content;max-width:calc(100% - 32px);padding:12px 14px 12px 18px;border:1px solid var(--line);border-radius:16px;background:#1c1c17;color:var(--ink);box-shadow:0 14px 34px rgba(0,0,0,.55);font-size:14px}
.lang-offer a{padding:9px 14px;border-radius:999px;background:var(--orange);color:#141411;font-weight:800;text-decoration:none}
.lang-offer button{width:36px;height:36px;border:0;border-radius:50%;background:#2a2a22;color:var(--ink);cursor:pointer;font:inherit}
.lang-sms-note{margin:12px 0;padding:12px 14px;border:1px solid rgba(255,100,30,.45);border-radius:12px;background:rgba(255,100,30,.08);color:var(--ink);font-size:14px;line-height:1.5}
.lang-sms-note::before{content:"ℹ";display:inline-grid;place-items:center;width:20px;height:20px;margin-right:8px;border-radius:50%;background:var(--orange);color:#141411;font-weight:900;font-size:13px;vertical-align:1px}
@media(max-width:600px){.lang-menu{position:fixed;left:12px;right:12px;top:12px;min-width:0;grid-template-columns:1fr 1fr}}
/* mobil: s prepínačom jazyka sa hlavička musí zmestiť do 1 riadku – Zavolať ostáva ako oranžová ikonka (číslo je v oranžovej lište hore) */
@media(max-width:480px){.site-header .header-actions{gap:8px}.pill-lang{width:44px;min-width:44px;padding:0;justify-content:center}.pill-lang svg{display:none}.pill-lang .lang-code{font-size:13px}.site-header .pill-call{width:44px;padding:0;justify-content:center}.site-header .pill-call .pill-text{display:none}}
