/* Lišta súhlasu s cookies — samostatná, aby fungovala na novom webe aj v pôvodnom obchode (/1/). */
.sh-lista{position:fixed;left:16px;right:16px;bottom:16px;z-index:900;max-width:760px;margin:0 auto;
  display:flex;flex-wrap:wrap;gap:16px 24px;align-items:flex-end;justify-content:space-between;
  padding:20px 22px;background:#1B0C13;color:#F1E9DD;border:1px solid #3E2A34;border-radius:6px;
  box-shadow:0 18px 50px rgba(0,0,0,.45);font:15px/1.5 "Work Sans",system-ui,-apple-system,sans-serif}
.sh-obsah{flex:1 1 360px;min-width:0}
.sh-nadpis{margin:0 0 6px;font:400 22px/1.15 "Bodoni Moda","Bodoni 72",Didot,Georgia,serif;color:#F1E9DD}
.sh-text{margin:0;color:#D9CDD2}
.sh-odkaz{color:#E4D6B0;text-decoration:underline;text-underline-offset:3px}
.sh-odkaz:hover{color:#fff}
.sh-volby{margin-top:14px;display:grid;gap:10px}
.sh-volba{display:flex;gap:12px;align-items:flex-start;cursor:pointer}
.sh-volba input{margin:4px 0 0;width:18px;height:18px;accent-color:#C56A83;flex:none}
.sh-volba input:disabled{cursor:not-allowed}
.sh-volba-text{display:flex;flex-direction:column}
.sh-volba-text strong{font-weight:600;color:#F1E9DD}
.sh-popis{font-size:13px;color:#B9AAB2}
.sh-akcie{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.sh-tl{font:600 12px/1 "IBM Plex Mono",ui-monospace,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase;
  padding:13px 16px;border-radius:3px;border:1px solid transparent;cursor:pointer;min-height:44px}
.sh-hlavne{background:#7A2138;color:#fff;border-color:#7A2138}
.sh-hlavne:hover{background:#8f2842}
.sh-druhe{background:transparent;color:#F1E9DD;border-color:#6b5560}
.sh-druhe:hover{border-color:#F1E9DD}
.sh-text-tl{background:transparent;color:#E4D6B0;border-color:transparent;padding-left:4px;padding-right:4px;
  text-decoration:underline;text-underline-offset:3px}
.sh-tl:focus-visible,.sh-odkaz:focus-visible,.sh-volba input:focus-visible{outline:2px solid #E4D6B0;outline-offset:2px}
@media (max-width:640px){
  .sh-lista{left:8px;right:8px;bottom:8px;padding:16px}
  .sh-akcie{width:100%}
  .sh-akcie .sh-tl{flex:1 1 auto}
}
@media print{.sh-lista{display:none}}
