/* ====== WEPRO design system ====== */
        :root {
            --w-ink: #0B0B0B;
            --w-yellow: #FFD400;
            --w-paper: #F4F2ED;
            --w-red: #C8102E;
            --w-gray: #5F5D57;
            --w-gray-light: #8A8880;
            --w-line: #E4E1D8;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        /* overflow-x: clip (ne hidden) — hidden by rozbil position:sticky headeru */
        html, body { overflow-x: clip; max-width: 100vw; }
        body { background: var(--w-paper); color: var(--w-ink); font-family: 'Archivo', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
        a { color: inherit; text-decoration: none; }
        img, video, iframe { max-width: 100%; }
        ::selection { background: var(--w-yellow); color: var(--w-ink); }

        .w-label { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
        .w-head { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; letter-spacing: -.03em; line-height: .95; }
        .w-container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        @media (min-width: 768px) { .w-container { padding: 0 40px; } }

        .w-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 11px 18px 9px; border: 2px solid var(--w-ink); cursor: pointer; transition: background .15s, color .15s; }
        .w-btn-yellow { background: var(--w-yellow); color: var(--w-ink); }
        .w-btn-yellow:hover { background: var(--w-ink); color: var(--w-yellow); }
        .w-btn-dark { background: var(--w-ink); color: var(--w-yellow); border-color: var(--w-ink); }
        .w-btn-dark:hover { background: var(--w-yellow); color: var(--w-ink); }
        .w-btn-outline { background: transparent; color: var(--w-ink); }
        .w-btn-outline:hover { background: var(--w-ink); color: var(--w-yellow); }

        .w-nav-link { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; padding-bottom: 2px; }
        .w-nav-link:hover, .w-nav-link.active { border-bottom: 3px solid var(--w-yellow); }
        .w-card-hover { transition: box-shadow .15s; }
        .w-card-hover:hover { box-shadow: 10px 10px 0 var(--w-yellow); }

        /* Mobilní menu */
        .w-mobile-menu { display: none; }
        .w-mobile-menu.open { display: block; }
        @media (max-width: 900px) {
            .w-desktop-nav, .w-desktop-cta, .w-utilbar-extra { display: none !important; }
        }
        @media (min-width: 901px) {
            .w-burger { display: none !important; }
        }

        /* ====== Vyhledávání v hlavičce (lupa + našeptávač) ====== */
        .wsg-toggle { width: 44px; height: 44px; flex-shrink: 0; background: transparent; border: 2px solid var(--w-ink); color: var(--w-ink); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s; }
        .wsg-toggle:hover { background: var(--w-yellow); }
        .wsg-toggle svg { width: 20px; height: 20px; display: block; }
        .wsg-panel { display: none; border-top: 2px solid var(--w-ink); background: var(--w-paper); }
        .wsg-panel.open { display: block; }
        .wsg-inner { position: relative; padding-top: 16px; padding-bottom: 16px; }
        .wsg-inputwrap { position: relative; display: flex; align-items: center; border: 2px solid var(--w-ink); background: #fff; }
        .wsg-inputwrap svg { width: 20px; height: 20px; margin-left: 14px; flex-shrink: 0; }
        .wsg-input { flex: 1; min-width: 0; border: none; background: transparent; padding: 13px 14px 12px; font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 600; letter-spacing: .03em; color: var(--w-ink); outline: none; text-transform: uppercase; }
        .wsg-input::placeholder { color: #A5A399; }
        .wsg-close { background: none; border: none; cursor: pointer; padding: 10px 14px; font-size: 20px; line-height: 1; color: var(--w-ink); }
        .wsg-close:hover { color: var(--w-red); }
        .wsg-results { display: none; position: absolute; left: 0; right: 0; top: 100%; margin-top: -18px; z-index: 60; background: #fff; border: 2px solid var(--w-ink); box-shadow: 8px 8px 0 rgba(11,11,11,.15); max-height: min(60vh, 520px); overflow-y: auto; }
        .wsg-results.open { display: block; }
        .wsg-group { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; font-size: 12px; color: #8A8880; padding: 12px 16px 6px; border-top: 1px solid var(--w-line); }
        .wsg-group:first-child { border-top: none; }
        .wsg-item { display: flex; align-items: center; gap: 12px; padding: 9px 16px; text-decoration: none; color: var(--w-ink); }
        .wsg-item:hover, .wsg-item.active { background: var(--w-yellow); }
        .wsg-thumb { width: 40px; height: 40px; flex-shrink: 0; object-fit: cover; border: 1px solid var(--w-line); background: var(--w-cream); }
        .wsg-name { font-size: 15px; font-weight: 600; line-height: 1.3; }
        .wsg-sub { font-size: 12px; color: #8A8880; margin-top: 1px; }
        .wsg-all { display: block; text-align: center; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: 15px; padding: 12px 16px; border-top: 2px solid var(--w-ink); background: var(--w-cream); color: var(--w-ink); text-decoration: none; }
        .wsg-all:hover, .wsg-all.active { background: var(--w-ink); color: var(--w-yellow); }
        .wsg-empty { padding: 18px 16px; font-size: 14px; color: #8A8880; text-align: center; }

        /* ====== Mega menu (kategorie produktů) ====== */
        .w-mega-trigger { display: inline-flex; align-items: center; gap: 6px; }
        .w-mega-caret { width: 11px; height: 8px; transition: transform .15s; }
        .w-mega-trigger.open .w-mega-caret { transform: rotate(180deg); }
        .w-mega-panel { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--w-paper); border-bottom: 2px solid var(--w-ink); box-shadow: 0 14px 30px rgba(11,11,11,.18); z-index: 39; }
        .w-mega-panel.open { display: block; }
        .w-mega-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; padding-bottom: 26px; }
        .w-mega-item { display: flex; align-items: center; gap: 12px; padding: 9px 12px; border: 2px solid transparent; text-decoration: none; color: var(--w-ink); transition: background .12s, border-color .12s; }
        .w-mega-item:hover { background: var(--w-yellow); border-color: var(--w-ink); }
        .w-mega-thumb { width: 44px; height: 44px; flex-shrink: 0; background: var(--w-cream); border: 1px solid var(--w-line); display: flex; align-items: center; justify-content: center; overflow: hidden; }
        .w-mega-thumb img { width: 100%; height: 100%; object-fit: contain; }
        .w-mega-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: 15px; line-height: 1.15; flex: 1; }
        .w-mega-count { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; color: #8A8880; }
        .w-mega-all { display: block; text-align: center; font-size: 15px; padding: 12px 16px; background: var(--w-ink); color: var(--w-yellow) !important; text-decoration: none; }
        .w-mega-all:hover { background: var(--w-yellow); color: var(--w-ink) !important; }
        @media (max-width: 900px) { .w-mega-panel { display: none !important; } }
    

/* ====== Cookie banner (WEPRO) ====== */
#cookieConsentBanner.hidden,
#cookieBannerMain.hidden,
#cookieBannerSettings.hidden,
#cookieSettingsBtn.hidden { display: none !important; }

.wcb-banner { position: fixed; z-index: 9999; font-family: 'Archivo', system-ui, sans-serif; }
/* Pozice (lišta / roh) */
.wcb-pos-top { top: 0; left: 0; right: 0; border-bottom: 2px solid var(--w-ink); box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.wcb-pos-bottom { bottom: 0; left: 0; right: 0; border-top: 2px solid var(--w-ink); box-shadow: 0 -6px 18px rgba(0,0,0,.2); }
.wcb-pos-bottom-left { bottom: 16px; left: 16px; max-width: 28rem; border: 2px solid var(--w-ink); box-shadow: 8px 8px 0 var(--w-yellow); }
.wcb-pos-bottom-right { bottom: 16px; right: 16px; max-width: 28rem; border: 2px solid var(--w-ink); box-shadow: 8px 8px 0 var(--w-yellow); }
/* Layout box — lišta s odsazením a rámem */
.wcb-layout-box { margin: 0 16px 16px; border: 2px solid var(--w-ink); box-shadow: 8px 8px 0 var(--w-yellow); }
.wcb-pos-top.wcb-layout-box { margin: 16px 16px 0; }
/* Layout modal */
.wcb-modal { top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.5); padding: 16px; }
.wcb-modal-inner { width: 100%; max-width: 32rem; border: 2px solid var(--w-ink); box-shadow: 8px 8px 0 var(--w-yellow); }

.wcb-pad-bar { max-width: 1280px; margin: 0 auto; padding: 16px 20px; }
.wcb-pad-modal { padding: 24px; }

.wcb-row { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 768px) {
    .wcb-banner:not(.wcb-modal):not(.wcb-pos-bottom-left):not(.wcb-pos-bottom-right) .wcb-row { flex-direction: row; align-items: center; justify-content: space-between; }
}
.wcb-text { flex: 1; min-width: 0; }
.wcb-title { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: 19px; display: flex; align-items: center; gap: 8px; margin: 0 0 4px; }
.wcb-title i { color: var(--w-yellow); }
.wcb-desc { font-size: 14px; opacity: .9; margin: 0; line-height: 1.5; }
.wcb-link { color: inherit; text-decoration: underline; text-decoration-color: var(--w-yellow); text-decoration-thickness: 2px; text-underline-offset: 3px; margin-left: 4px; }
.wcb-link:hover { text-decoration: none; }

.wcb-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.wcb-btn { display: inline-flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: 10px 16px 8px; border-radius: 0; cursor: pointer; transition: opacity .15s, transform .15s, box-shadow .15s; }
.wcb-btn-outline { background: transparent; color: inherit; border: 2px solid currentColor; opacity: .75; }
.wcb-btn-outline:hover { opacity: 1; }
.wcb-btn-accept { border: 2px solid var(--w-ink); }
.wcb-btn-accept:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--w-ink); }

/* Panel nastavení kategorií */
.wcb-set-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.wcb-set-title { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: 19px; display: flex; align-items: center; gap: 8px; margin: 0; }
.wcb-close { background: none; border: none; color: inherit; opacity: .7; cursor: pointer; font-size: 20px; padding: 4px; }
.wcb-close:hover { opacity: 1; }
.wcb-cats { display: flex; flex-direction: column; gap: 10px; max-height: 16rem; overflow-y: auto; margin-bottom: 16px; padding-right: 6px; scrollbar-width: thin; scrollbar-color: rgba(244,242,237,.35) transparent; }
.wcb-cats::-webkit-scrollbar { width: 6px; }
.wcb-cats::-webkit-scrollbar-thumb { background: rgba(244,242,237,.35); }
.wcb-cats::-webkit-scrollbar-track { background: rgba(244,242,237,.08); }
.wcb-cat { display: flex; align-items: flex-start; padding: 13px 14px; background: rgba(244,242,237,.06); color: inherit; border: 2px solid rgba(244,242,237,.16); border-left: 4px solid rgba(244,242,237,.16); cursor: pointer; transition: border-color .15s, background .15s; }
.wcb-cat:hover { background: rgba(244,242,237,.1); border-color: rgba(244,242,237,.35); }
.wcb-cat:has(.wcb-cat-check:checked) { border-color: var(--w-yellow); background: rgba(255,212,0,.07); }
.wcb-cat-check { margin-top: 3px; width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--w-yellow); cursor: pointer; }
.wcb-cat-check:disabled { opacity: .8; cursor: default; }
.wcb-cat-body { margin-left: 12px; flex: 1; }
.wcb-cat-top { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.wcb-cat-icon { width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; background: rgba(244,242,237,.1); color: var(--w-yellow); }
.wcb-cat-name { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; font-size: 16px; }
.wcb-cat-essential { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; padding: 3px 7px 1px; background: var(--w-yellow); color: var(--w-ink); }
.wcb-cat-desc { font-size: 13px; color: inherit; opacity: .65; margin: 4px 0 0; line-height: 1.5; }
.wcb-set-foot { display: flex; justify-content: flex-end; gap: 8px; padding-top: 12px; border-top: 2px solid currentColor; }

/* Plovoucí tlačítko cookies */
.wcb-fab { position: fixed; z-index: 9998; width: 48px; height: 48px; border: 2px solid var(--w-ink); border-radius: 0; box-shadow: 4px 4px 0 var(--w-yellow); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.wcb-fab:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--w-yellow); }
.wcb-fab i { font-size: 20px; color: var(--w-yellow); }
.wcb-fab-tip { position: absolute; left: 100%; margin-left: 10px; padding: 6px 12px 4px; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: 13px; white-space: nowrap; border: 2px solid var(--w-ink); opacity: 0; transition: opacity .2s; pointer-events: none; }
.wcb-fab:hover .wcb-fab-tip { opacity: 1; }


/* ====== Kde koupit (prodejní místa) ====== */
.wks-layout { display: grid; grid-template-columns: 1fr 320px; gap: 32px; }
@media (max-width: 900px) { .wks-layout { grid-template-columns: 1fr; } }
.wks-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 2px; background: var(--w-ink); border: 2px solid var(--w-ink); }
.wks-card { background: #fff; padding: 18px; }
.wks-card-eshop { background: var(--w-yellow); }
.wks-name { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; letter-spacing: -.03em; line-height: .95; font-size: 19px; }
.wks-desc { font-size: 13px; color: var(--w-gray); margin-top: 6px; line-height: 1.45; }
.wks-city { font-size: 13px; color: var(--w-gray-light); margin-top: 10px; }
.wks-card-eshop .wks-city { color: var(--w-ink); }
.wks-link { display: inline-block; margin-top: 10px; font-size: 15px; border-bottom: 3px solid var(--w-yellow); }
.wks-card-eshop .wks-link { border-bottom-color: var(--w-ink); }
.wks-empty { font-size: 16px; color: var(--w-gray-light); padding: 48px 0; }
.wks-box { border: 2px solid var(--w-ink); background: #fff; padding: 22px; align-self: start; }
.wks-box-title { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; letter-spacing: -.03em; line-height: 1.05; font-size: 22px; margin: 0 0 14px; }
.wks-box-text { font-size: 14px; line-height: 1.5; color: var(--w-gray); margin-bottom: 16px; }
.wks-box .w-btn { width: 100%; font-size: 18px; }
.wks-heading { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; letter-spacing: -.03em; font-size: 22px; margin: 0 0 16px; }

/* ====== Bezpecnostni listy na detailu produktu ====== */
.wps-safety { margin-top: 24px; border: 2px solid var(--w-ink); background: #fff; }
.wps-safety-head { display: flex; align-items: center; gap: 8px; font-size: 13px; padding: 10px 14px; background: var(--w-ink); color: var(--w-yellow); }
.wps-safety-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border-top: 1px solid var(--w-line); text-decoration: none; color: var(--w-ink); transition: background .12s; }
.wps-safety-link:first-of-type { border-top: none; }
.wps-safety-link:hover { background: var(--w-yellow); }
.wps-safety-name { font-size: 14px; line-height: 1.35; word-break: break-word; }
.wps-safety-btn { flex-shrink: 0; font-size: 13px; border-bottom: 3px solid var(--w-yellow); }
.wps-safety-link:hover .wps-safety-btn { border-bottom-color: var(--w-ink); }

/* Souhlas se zpracováním osobních údajů pod poptávkovým formulářem (tmavé pozadí) */
.wp-gdpr { margin-top: 14px; font-size: 12.5px; line-height: 1.5; color: #8A8880; }
.wp-gdpr a { color: var(--w-paper); text-decoration: underline; text-underline-offset: 2px; }
.wp-gdpr a:hover { color: var(--w-yellow); }
