/* LAB UI (17.9.) — platí na všech šířkách: okno 18+ (brána), plovoucí bublina chatu + text o slevě.
   Jen web (tg-shim). Vlastní kód, žádná cizí služba, nic se neposílá na server. */

/* ── 18+ brána ───────────────────────────────────────────── */
#age-gate { position: fixed; inset: 0; z-index: 2147483600; display: flex; align-items: center; justify-content: center; padding: 20px;
  background: rgba(8,10,14,.66); -webkit-backdrop-filter: blur(10px) saturate(1.1); backdrop-filter: blur(10px) saturate(1.1);
  animation: age-fade .28s ease both; }
#age-gate[hidden] { display: none; }
html.age-locked, html.age-locked body { overflow: hidden !important; }
.age-card { width: 100%; max-width: 440px; background: #15161a; color: #fff; border: 1px solid rgba(255,255,255,.09); border-radius: 24px;
  padding: 30px 28px 24px; box-shadow: 0 30px 80px rgba(0,0,0,.5); text-align: left; animation: age-pop .34s cubic-bezier(.2,.9,.3,1.1) both; }
.age-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.age-wm { height: 26px; width: auto; display: block; }
.age-badge { font-size: 13px; font-weight: 700; letter-spacing: .02em; color: var(--lime-ink, #1a1b1d); background: var(--lime, #C8FF00); border-radius: 999px; padding: 5px 11px; }
.age-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 10px; }
.age-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime, #C8FF00); }
.age-card h2 { font-size: 30px; line-height: 1.08; letter-spacing: -0.02em; font-weight: 700; margin: 0 0 12px; color: #fff; }
.age-card p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.72); margin: 0 0 22px; }
.age-card p b { color: #fff; font-weight: 700; }
.age-card p + .age-gift { margin-top: -8px; }
.age-gift { display: block; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.82); background: rgba(200,255,0,.1); border: 1px solid rgba(200,255,0,.28); border-radius: 12px; padding: 9px 12px; margin: 0 0 20px; }
.age-gift b { color: var(--lime, #C8FF00); font-weight: 700; }
.age-btns { display: flex; gap: 10px; }
.age-yes, .age-no { font-family: inherit; font-size: 15px; font-weight: 700; border-radius: 999px; padding: 15px 20px; cursor: pointer; transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease; }
.age-yes { flex: 1 1 auto; border: 0; background: var(--lime, #C8FF00); color: var(--lime-ink, #1a1b1d); box-shadow: 0 10px 28px rgba(200,255,0,.28); }
.age-yes:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(200,255,0,.38); }
.age-no { flex: 0 0 auto; background: transparent; color: rgba(255,255,255,.72); border: 1.5px solid rgba(255,255,255,.18); }
.age-no:hover { border-color: rgba(255,255,255,.45); color: #fff; }
.age-yes:active, .age-no:active { transform: scale(.98); }
.age-card .age-legal { font-size: 11.5px; line-height: 1.5; color: rgba(255,255,255,.42); margin: 16px 0 0; }
@keyframes age-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes age-pop { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
@media (max-width: 480px) {
  .age-card { padding: 24px 20px 20px; border-radius: 22px; }
  .age-card h2 { font-size: 26px; }
  .age-btns { flex-direction: column; }
}

/* ── Plovoucí bublina chatu + text o slevě ───────────────── */
#pp-fab-wrap { position: fixed; right: 14px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 402; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; pointer-events: none; transition: bottom .2s ease; }
#pp-fab-wrap[hidden] { display: none; }
body.has-cartbar #pp-fab-wrap { bottom: calc(86px + env(safe-area-inset-bottom, 0px)); }
body:has(.cart-panel.open) #pp-fab-wrap, body:has(.contact-panel.open) #pp-fab-wrap, body:has(.product-modal.open) #pp-fab-wrap,
body:has(.cart-overlay.visible) #pp-fab-wrap, body:has(.contact-overlay.visible) #pp-fab-wrap { display: none; }
/* 23.9.: bílá jako tlačítka účtu a košíku nahoře (dřív limetková) */
#pp-fab { pointer-events: auto; width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--border, #e4e2dc); cursor: pointer; background: #fff; color: var(--text, #1a1b1d);
  display: grid; place-items: center; box-shadow: 0 10px 26px rgba(0,0,0,.2); transition: transform .15s ease, box-shadow .15s ease; }
#pp-fab:hover { transform: translateY(-2px) scale(1.04); }
#pp-fab:active { transform: scale(.95); }
#pp-fab svg { width: 26px; height: 26px; display: block; }
#pp-fab .ic-x { display: none; }
body.chat-open #pp-fab .ic-chat { display: none; }
body.chat-open #pp-fab .ic-x { display: block; }
#pp-fab-tip { pointer-events: auto; position: relative; max-width: 270px; background: #fff; color: var(--text, #1a1b1d); border: 1px solid var(--border, #e4e2dc); border-radius: 16px;
  padding: 13px 38px 13px 15px; font-size: 14px; line-height: 1.45; box-shadow: 0 14px 38px rgba(0,0,0,.16); cursor: pointer;
  opacity: 0; transform: translateY(10px) scale(.96); transform-origin: bottom right; transition: opacity .3s ease, transform .3s cubic-bezier(.2,.9,.3,1.15); }
#pp-fab-tip[hidden] { display: none; }
#pp-fab-tip.show { opacity: 1; transform: none; }
#pp-fab-tip::after { content: ""; position: absolute; right: 21px; bottom: -7px; width: 13px; height: 13px; background: #fff; border-right: 1px solid var(--border, #e4e2dc); border-bottom: 1px solid var(--border, #e4e2dc); transform: rotate(45deg); }
#pp-fab-tip b { font-weight: 700; }
#pp-fab-tip .pct { display: inline-block; background: var(--lime, #C8FF00); color: var(--lime-ink, #1a1b1d); font-weight: 700; padding: 0 7px; border-radius: 7px; }
#pp-fab-tip .tip-sub { display: block; color: var(--muted, #6b6b66); font-size: 12.5px; margin-top: 2px; }
#pp-fab-tip-x { position: absolute; top: 6px; right: 6px; width: 28px; height: 28px; border: 0; background: transparent; color: var(--muted, #6b6b66); font-size: 15px; line-height: 1; cursor: pointer; border-radius: 50%; }
#pp-fab-tip-x:hover { background: rgba(0,0,0,.06); color: var(--text, #1a1b1d); }
body.chat-open #pp-fab-tip { display: none; }
@media (max-width: 899px) { body.chat-open #pp-fab-wrap { display: none; } }   /* na mobilu je chat spodní list přes celou šířku */

/* ── Chat podpory (17.9.): světlý vzhled v barvách webu ───────────────── */
.pp-chat-backdrop { position: fixed; inset: 0; background: rgba(8,10,14,.5); z-index: 400; }
.pp-chat-sheet { position: fixed; left: 0; right: 0; bottom: 0; z-index: 401; display: flex; flex-direction: column; max-height: 78vh;
  background: var(--bg, #F5F4F1); color: var(--text, #1a1b1d); border-radius: 22px 22px 0 0; overflow: hidden; box-shadow: 0 -18px 50px rgba(0,0,0,.28);
  font-family: 'Space Grotesk', -apple-system, system-ui, sans-serif; animation: age-pop .26s ease both; }
.ppc-head { display: flex; align-items: center; gap: 12px; padding: 16px 16px 14px; background: var(--bg, #F5F4F1); color: var(--text, #1a1b1d); border-bottom: 1px solid rgba(22,22,26,.08); }   /* 24.9.: světlá jako ostatní okna (dřív černá) */
.ppc-av { flex: 0 0 40px; height: 40px; border-radius: 12px; background: var(--lime, #C8FF00); display: grid; place-items: center; font-size: 19px; }
.ppc-ht { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.ppc-ht b { font-size: 16px; font-weight: 700; }
.ppc-ht small { font-size: 12px; color: rgba(255,255,255,.62); display: inline-flex; align-items: center; gap: 6px; }
.ppc-ht small i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime, #C8FF00); box-shadow: 0 0 0 3px rgba(200,255,0,.18); }
.ppc-x { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: rgba(8,8,9,.55); color: #fff; font-size: 14px; cursor: pointer; transition: background .15s; box-shadow: 0 2px 10px rgba(0,0,0,.28); }   /* křížek jako u produktu */
.ppc-x:hover { background: rgba(8,8,9,.78); }
.ppc-msgs { flex: 1 1 auto; overflow-y: auto; min-height: 190px; max-height: 46vh; display: flex; flex-direction: column; gap: 10px; padding: 16px 14px 8px; }
.ppc-row { display: flex; flex-direction: column; max-width: 84%; }
.ppc-row.me { align-self: flex-end; align-items: flex-end; } .ppc-row.them { align-self: flex-start; align-items: flex-start; }
.ppc-b { padding: 10px 13px; border-radius: 16px; font-size: 14px; line-height: 1.5; white-space: pre-wrap; word-break: break-word; }
.ppc-row.me .ppc-b { background: var(--lime, #C8FF00); color: var(--lime-ink, #1a1b1d); border-bottom-right-radius: 5px; }
.ppc-row.them .ppc-b { background: #fff; border: 1px solid var(--border, rgba(22,22,26,.11)); border-bottom-left-radius: 5px; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.ppc-row.sending .ppc-b { opacity: .6; }
.ppc-row.failed .ppc-b { opacity: .55; }
.ppc-row.failed .ppc-t { color: #b42318; font-weight: 700; }
.ppc-t { font-size: 10.5px; color: var(--muted, #5C5E62); margin: 3px 4px 0; }
.ppc-sys { align-self: center; font-size: 11.5px; color: var(--muted, #5C5E62); text-align: center; background: rgba(20,24,10,.05); border-radius: 999px; padding: 6px 12px; margin-top: 2px; }
.ppc-empty { margin: auto 0; text-align: center; padding: 14px 6px 6px; display: flex; flex-direction: column; gap: 4px; }
.ppc-empty b { font-size: 17px; letter-spacing: -.01em; } .ppc-empty span { font-size: 13px; color: var(--muted, #5C5E62); }
.ppc-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 14px; }
.ppc-chips button { font-family: inherit; font-size: 13px; font-weight: 600; color: var(--text, #1a1b1d); background: #fff; border: 1px solid var(--border, rgba(22,22,26,.11)); border-radius: 999px; padding: 9px 14px; cursor: pointer; transition: border-color .15s, transform .12s; }
.ppc-chips button:hover { border-color: rgba(26,27,29,.45); transform: translateY(-1px); }
.ppc-foot { padding: 10px 14px calc(14px + env(safe-area-inset-bottom, 0px)); }
.ppc-in { display: flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--border, rgba(22,22,26,.11)); border-radius: 999px; padding: 5px 5px 5px 16px; transition: border-color .15s, box-shadow .15s; }
.ppc-in:focus-within { border-color: var(--lime, #C8FF00); box-shadow: 0 0 0 4px rgba(200,255,0,.22); }
.ppc-in input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-family: inherit; font-size: 15px; color: var(--text, #1a1b1d); padding: 8px 0; }
.ppc-in button { flex: 0 0 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer; background: var(--lime, #C8FF00); color: var(--lime-ink, #1a1b1d); display: grid; place-items: center; transition: transform .12s; }
.ppc-in button:hover { transform: scale(1.06); } .ppc-in button:active { transform: scale(.94); }
.ppc-note { font-size: 11px; line-height: 1.4; color: var(--muted, #5C5E62); text-align: center; margin-top: 8px; }

/* desktop: plovoucí okno nad bublinou místo spodního listu */
@media (min-width: 900px) {
  #pp-fab-wrap { right: 26px; bottom: 26px; }
  body.has-cartbar #pp-fab-wrap { bottom: 26px; }
  #pp-fab { width: 60px; height: 60px; }
  .pp-chat-backdrop { background: transparent; }
  .pp-chat-sheet { left: auto; right: 26px; bottom: 100px; width: 400px; max-height: min(620px, 76vh); border-radius: 22px; border: 1px solid var(--border, rgba(22,22,26,.11)); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
  .ppc-msgs { max-height: 360px; min-height: 230px; }
  .ppc-foot { padding-bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) { #age-gate, .age-card, .pp-chat-sheet { animation: none !important; } #pp-fab-tip { transition: none; } }

/* chat: brána přihlášení (22.9.) */
.ppc-gate { margin: auto 0; display: flex; flex-direction: column; gap: 8px; padding: 6px 4px; }
.ppc-gate-h { font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.ppc-gate-p { font-size: 12.5px; color: var(--muted, #5C5E62); line-height: 1.45; }
.ppc-gate-tabs { display: flex; background: #EFEEE9; border-radius: 999px; padding: 3px; gap: 3px; margin: 4px 0 2px; }
.ppc-gate-tabs button { flex: 1; border: 0; background: none; font-family: inherit; font-size: 13px; font-weight: 700; color: var(--muted, #5C5E62); padding: 8px; border-radius: 999px; cursor: pointer; }
.ppc-gate-tabs button.on { background: #fff; color: var(--text, #1a1b1d); box-shadow: 0 1px 4px rgba(0,0,0,.08); }
.ppc-gate input[type=email], .ppc-gate input[type=password] { width: 100%; font-family: inherit; font-size: 15px; padding: 11px 12px; border: 1px solid rgba(22,22,26,.16); border-radius: 12px; background: #fff; color: var(--text, #1a1b1d); }
.ppc-gate input:focus { outline: 2px solid var(--lime, #C8FF00); outline-offset: 1px; }
.ppc-gate-err { font-size: 12.5px; color: #b42318; min-height: 1em; }
.ppc-gate-btn { width: 100%; border: 0; border-radius: 12px; background: var(--lime, #C8FF00); color: var(--lime-ink, #1a1b1d); font-family: inherit; font-size: 14.5px; font-weight: 700; padding: 12px; cursor: pointer; }
.ppc-gate-btn:disabled { opacity: .45; cursor: default; }
.ppc-gate-l { text-align: center; font-size: 12.5px; } .ppc-gate-l a { color: var(--text, #1a1b1d); font-weight: 700; }
.ppc-gate-code { font-family: ui-monospace, Menlo, monospace; font-size: 18px; font-weight: 700; letter-spacing: .06em; text-align: center; background: #1a1b1d; color: var(--lime, #C8FF00); border-radius: 12px; padding: 12px; }
.ppc-gate-chk { display: flex; align-items: center; gap: 8px; font-size: 13px; }

/* 23.9.: filtry kategorií pryč (mobil i desktop); štítky kategorií na kartách produktů zůstávají */
#cat-bar { display: none !important; }

/* 23.9.: na mobilu bez plovoucího tlačítka podpory (podpora je v dlaždicích nahoře).
   Uvítací sleva = krátká pilulka uprostřed hlavičky mezi účtem a košíkem (hlavička je fixní, střed je prázdný) — nepřekrývá text. */
#pp-fab-tip .tip-short { display: none; }
@media (max-width: 899px) {
  #pp-fab { display: none !important; }
  #pp-fab-wrap, body.has-cartbar #pp-fab-wrap { top: calc(18px + env(safe-area-inset-top, 0px)); bottom: auto; left: 50%; right: auto;
    transform: translateX(-50%); transition: none; max-width: calc(100vw - 150px); }
  #pp-fab-tip { display: flex; align-items: center; gap: 6px; white-space: nowrap; max-width: 100%; padding: 6px 7px 6px 12px; border-radius: 999px;
    font-size: 12.5px; line-height: 1.2; box-shadow: 0 6px 18px rgba(0,0,0,.14); transform: translateY(-6px) scale(.96); transform-origin: top center; }
  #pp-fab-tip.show { transform: none; }
  #pp-fab-tip::after { display: none; }
  #pp-fab-tip .tip-long { display: none; }
  #pp-fab-tip .tip-short { display: inline; overflow: hidden; text-overflow: ellipsis; }
  #pp-fab-tip .pct { padding: 0 5px; border-radius: 5px; }
  #pp-fab-tip-x { position: static; order: 2; flex: none; width: 22px; height: 22px; font-size: 11px; }
}

/* 23.9.: formulář doručení — plovoucí POKRAČOVAT (#lab-mainbtn) nesmí zakrýt spodek formuláře */
@media (max-width: 899px) { #contact-panel { padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important; } }
/* 23.9.: úzké telefony — pilulka bez „s kódem“, ať se kód vejde celý (320 px VITEJ5, 360 px delší partnerské kódy) */
@media (max-width: 374px) {
  #pp-fab-wrap, body.has-cartbar #pp-fab-wrap { max-width: calc(100vw - 136px); }
  #pp-fab-tip .ts-w { display: none; }
  #pp-fab-tip { font-size: 12px; padding: 6px 6px 6px 10px; gap: 4px; }
}

/* 23.9.: vestavěný prohlížeč TikToku/Instagramu → kompaktní lišta „otevři v externím prohlížeči“ (app.js ppInAppBar) */
#inapp-bar { position: fixed; top: calc(8px + env(safe-area-inset-top, 0px)); left: 10px; right: 10px; z-index: 13000; max-width: 420px; margin: 0 auto;
  background: #141517; color: #fff; border: 1px solid rgba(200,255,0,.4); border-radius: 14px; padding: 9px 36px 9px 12px;
  box-shadow: 0 10px 28px rgba(0,0,0,.3); font-size: 12.5px; line-height: 1.35; }
#inapp-bar[hidden] { display: none; }
#inapp-bar .iab-x { position: absolute; top: 5px; right: 5px; width: 28px; height: 28px; border: 0; background: transparent; color: rgba(255,255,255,.6); font-size: 14px; cursor: pointer; border-radius: 50%; }
#inapp-bar .iab-h { font-weight: 700; font-size: 13.5px; }
#inapp-bar .iab-t { color: rgba(255,255,255,.75); margin-top: 2px; }
#inapp-bar .iab-t b { color: #fff; }
#inapp-bar .iab-steps { margin-top: 7px; background: rgba(200,255,0,.1); border: 1px solid rgba(200,255,0,.3); border-radius: 10px; padding: 6px 9px; font-size: 12.5px; color: #fff; text-align: center; }
#inapp-bar .iab-steps b { color: var(--lime, #C8FF00); }
#inapp-bar .iab-dots { font-size: 15px; letter-spacing: 1px; }
body.inapp-on #pp-fab-wrap { display: none !important; }

/* ── 24.9.: podstránky (COA, Doručení, Platba, Spolupráce, Účet, podmínky), recenze, formulář recenze a košík
   na mobilu = okno jako detail produktu: vyjede zespodu do ~88 % výšky, pozadí se ztmaví, tmavý kulatý křížek.
   Zavírá se křížkem, ťuknutím vedle nebo tlačítkem Zpět — NE stažením dolů. Desktop (≥ 900 px) = lab-desk.css. */
.page-grab { display: none; }
@media (max-width: 899px) {
  #page-overlay { z-index: 310; }
  #page-overlay, #reviews-overlay, #reviewform-overlay, #cart-overlay { background: rgba(0,0,0,.6); }
  #page-panel { z-index: 320; padding: 0; }
  #page-panel, #reviews-panel, #reviewform-panel, #cart-panel { top: 12vh; top: 12svh; border-radius: 24px 24px 0 0; overflow: hidden;
    background: var(--bg, #F5F4F1); transition: transform .35s cubic-bezier(.32,.72,0,1); }
  /* detail produktu: začíná na stejném místě jako okno COA (ne podle délky obsahu přes celou obrazovku) */
  #product-modal { top: 12vh; top: 12svh; bottom: 0; max-height: none; border-radius: 24px 24px 0 0; }
  /* Chrome na iPhonu: se schovanými lištami okno končí nad spodním okrajem a pod ním prosvítá stránka →
     okna protáhnout 140 px pod obrazovku a obsah o stejně odsadit (s vysunutými lištami je přesah schovaný) */
  #product-modal, #page-panel { bottom: -140px; padding-bottom: 140px; }
  #reviews-panel, #reviewform-panel, #cart-panel { bottom: -140px; padding-bottom: calc(140px + max(24px, env(safe-area-inset-bottom, 0px))); }
  #reviews-panel, #reviewform-panel, #cart-panel { padding-top: 14px; padding-left: 16px; padding-right: 16px; }
  #reviews-panel .cart-handle, #reviewform-panel .cart-handle, #cart-panel .cart-handle { display: none; }
  #reviews-panel .cart-header, #reviewform-panel .cart-header, #cart-panel .cart-header { flex: 0 0 auto; margin: 0 0 10px; padding: 0 0 0 2px; }
  #reviews-panel .cart-header h2, #reviewform-panel .cart-header h2, #cart-panel .cart-header h2 { font-size: 17px; font-weight: 700; letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 10px; }
  /* křížek jako u detailu produktu */
  #page-panel .cart-close, #reviews-panel .cart-close, #reviewform-panel .cart-close, #cart-panel .cart-close {
    flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: rgba(8,8,9,.55);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 2px 10px rgba(0,0,0,.28); }
  /* podstránky mají vlastní nadpis → bez názvu v hlavičce, křížek plave vpravo nahoře nad obsahem */
  #page-panel .cart-header { position: absolute; top: 14px; right: 14px; padding: 0; margin: 0; z-index: 3; }
  #page-panel .cart-header h2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; padding: 0; }
  #page-frame { min-height: 0 !important; border-radius: 0 !important; opacity: 0; transition: opacity .3s ease .05s; }
  #page-panel.loaded #page-frame { opacity: 1; }
  /* načítání: limetkový kroužek uprostřed, dokud se stránka nenačte */
  #page-panel::after { content: ''; position: absolute; left: 50%; top: 40%; width: 30px; height: 30px; margin: -15px 0 0 -15px; border-radius: 50%;
    border: 3px solid rgba(22,22,26,.08); border-top-color: var(--lime, #C8FF00); animation: pp-spin .8s linear infinite; opacity: 1; transition: opacity .2s; pointer-events: none; }
  #page-panel.loaded::after { opacity: 0; animation: none; }
}
@keyframes pp-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { #page-panel, #page-frame, #reviews-panel, #reviewform-panel, #cart-panel { transition: none !important; } }

/* 24.9.: košík — „Celkem k objednání" vlevo, POKRAČOVAT vpravo na půl šířky v jednom řádku */
#cart-panel .cart-checkout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); grid-template-areas: "top btn" "row btn"; column-gap: 12px; align-items: center; }
#cart-panel .cart-checkout .co-top { grid-area: top; }
#cart-panel .cart-checkout .co-row { grid-area: row; margin-top: 5px; min-width: 0; }
#cart-panel .cart-checkout .co-big { font-size: 28px; white-space: nowrap; }
#cart-panel .cart-checkout .co-btn { grid-area: btn; align-self: stretch; margin-top: 0; min-height: 56px; padding: 0 12px; font-size: 15px; white-space: nowrap; }

/* 24.9.: pole „Označení boxu/prodejny" s ikonkou jako na mapě Zásilkovny (I_14561) */
.cf-pickwrap { position: relative; }
.cf-pickwrap .cf-input { padding-left: 40px !important; }
.cf-pick-ic { position: absolute; left: 13px; top: 50%; width: 19px; height: 19px; margin-top: -10px; color: #6b6e73; pointer-events: none; }
.cf-pick-ex { white-space: nowrap; }
.cf-pick-ic.sm { position: static; display: inline-block; vertical-align: -3px; width: 15px; height: 15px; margin: 0 3px 0 0; }
