/*! iStage · Kategorie ve stylu redesignu · v1.0.0
 *  Styly platí jen na stránce kategorie v české verzi (html[lang="cs"] body.type-category), kromě /gravirovani/
 *  (tam je konfigurátor). Nic jiného na e-shopu neovlivní.
 *  Filtry, řazení, stránkování, košík i měření dál obsluhuje Shoptet – mění se jen vzhled a rozložení.
 *  Rozložení (filtry vlevo, produkty vpravo) funguje i bez skriptu kategorie.js; skript přidává drobnosti
 *  (značku nad názvem, „Odešleme dnes“, zásuvku filtrů na mobilu, zvolené filtry…). ?kt=0 ukáže původní vzhled.
 */

/* ---------- Písmo Poppins – stejné soubory jako bannery (složka homepage/fonts, licence OFL) ---------- */
@font-face{font-family:'HP Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(/user/documents/homepage/fonts/poppins-600-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'HP Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(/user/documents/homepage/fonts/poppins-600-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* skript kategorie.js se připojí, jen když jsou načtené tyto styly (ochrana proti nahrání jen jednoho souboru) */
:root { --kt-api: 1; }

/* ---------- 0) Barvy a písmo – na jednom místě (stejné jako detail produktu) ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) {
  --kt-font: 'HP Poppins', 'Poppins', 'Nunito Sans', Arial, sans-serif;
  --kt-text: 'Nunito Sans', Arial, sans-serif;
  --kt-ink: #0b0d10; --kt-2: #55595f; --kt-3: #666b73; --kt-line: #e2e2df; --kt-line-2: #cdcdc9;
  --kt-sunk: #f0f0ee; --kt-soft: #f7f7f5;
  --kt-acc-t: #d4121a;                               /* červená iStage ztmavená pro text (kontrast 4,5 : 1) */
  --kt-ok: #15803d; --kt-blue: #0076e1; --kt-blue-d: #105eab; --kt-focus: #0063c7;
  --kt-r: 20px; --kt-r-sm: 12px;
  --kt-col: 232px; --kt-gap: 24px;                   /* šířka sloupce filtrů a mezera k produktům (počítač) */
}
@media (min-width: 1200px) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) { --kt-col: 256px; --kt-gap: 32px; }
}
@media (min-width: 1440px) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) { --kt-col: 264px; --kt-gap: 36px; }
}

/* ---------- 1) Stránka na celou šířku: levý sloupec se stromem kategorií se nezobrazuje (kategorie jsou v hlavičce
   a nahoře jako podkategorie). Filtry si pak Shoptet sám přesune do obsahu – vlevo vedle produktů. ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .content-wrapper-in > aside.sidebar { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .content-wrapper-in > main#content {
  flex: 1 1 100%; width: 100% !important; max-width: 100% !important; float: none; margin-left: 0; margin-right: 0;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) main#content { color: var(--kt-2); -webkit-font-smoothing: antialiased; }
/* záložka Heureky „Ověřeno zákazníky“ visí přes levých 36 px okna – kde kontejner začíná blíž k okraji,
   odsadí se obsah jen o tolik, aby nic nezakrývala (šířky kontejneru šablony: 742 / 972 / 1178 / 1394 px) */
@media (min-width: 768px) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) { --kt-cw: 742px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .content-wrapper-in > main#content { padding-left: max(0px, calc(52px - (100vw - var(--kt-cw)) / 2)) !important; }
}
@media (min-width: 992px) { html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) { --kt-cw: 972px; } }
@media (min-width: 1200px) { html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) { --kt-cw: 1178px; } }
@media (min-width: 1440px) { html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) { --kt-cw: 1394px; } }

/* ---------- 2) Hlava kategorie – nadtitulek, velký nadpis, popis se „Zobrazit celý popis“ ---------- */
/* místo pro nadtitulek („KATEGORIE“ / nadřazená kategorie) je rezervované předem – skript ho jen doplní, nic neposkočí */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top { position: relative; margin: 0; padding: 30px 0 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-eyebrow {
  position: absolute; top: 4px; left: 0; max-width: 100%; margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  font: 700 12px/18px var(--kt-text); letter-spacing: .09em; text-transform: uppercase; color: var(--kt-3); text-decoration: none !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) a.kt-eyebrow:hover { color: var(--kt-ink); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) a.kt-eyebrow:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; border-radius: 4px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top h1.category-title {
  margin: 0 0 14px !important; padding: 0; max-width: 22em;
  font-family: var(--kt-font) !important; font-size: clamp(30px, 1.1rem + 2.2vw, 50px) !important; font-weight: 600 !important;
  line-height: 1.08 !important; letter-spacing: -.028em; text-align: left; text-transform: none; color: var(--kt-ink) !important;
  text-wrap: balance;
}
/* popis: 3 řádky, zbytek po kliknutí. Místo pro odkaz „Zobrazit celý popis“ je v okraji pod popisem (nic neposkočí). */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex {
  position: relative; max-width: 820px; max-height: 4.95em; margin: 0 0 40px; overflow: hidden;
  font-size: 15px; line-height: 1.65; text-align: left; color: var(--kt-2);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex.kt-open { max-height: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex.kt-clamp:not(.kt-open) {
  -webkit-mask-image: linear-gradient(to bottom, #000 58%, transparent); mask-image: linear-gradient(to bottom, #000 58%, transparent);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex p { margin: 0 0 .5em; font-size: inherit; line-height: inherit; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex p:last-child { margin-bottom: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex a { color: var(--kt-ink); font-weight: 600; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex strong,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex b { color: var(--kt-ink); }
/* tlačítko má nulovou výšku v toku stránky (−32 + 24 + 8) – vloží se do okraje pod popisem */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-more {
  position: relative; display: flex; align-items: center; gap: 6px; width: max-content; height: 24px; margin: -32px 0 8px; padding: 0; border: 0; background: none; cursor: pointer;
  font: 700 13.5px/24px var(--kt-text); color: var(--kt-acc-t);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-more .kt-ico { width: 16px; height: 16px; transition: transform .2s; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-more[aria-expanded="true"] .kt-ico { transform: rotate(180deg); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-more:hover { color: var(--kt-ink); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-more:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; border-radius: 4px; }

/* ---------- 3) Podkategorie jako „čipy“ s obrázkem ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px !important; padding: 0 !important; border: 0; list-style: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories::before,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories::after { content: none !important; display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li {
  flex: 0 0 auto; width: auto !important; max-width: 100%; min-height: 0; margin: 0 !important; padding: 0 !important; float: none; list-style: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li::before,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li.divider { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a {
  position: relative; display: inline-flex; align-items: center; gap: 9px; max-width: 100%; height: 42px; margin: 0; padding: 0 16px 0 6px;
  border: 1px solid var(--kt-line); border-radius: 999px; background: #fff; box-shadow: none; color: var(--kt-ink);
  text-decoration: none !important; transition: border-color .15s, box-shadow .15s;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories:not(.with-image) > li > a { padding-left: 16px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a::after { content: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a:hover {
  border-color: var(--kt-ink); box-shadow: 0 6px 14px -10px rgba(11, 13, 16, .45);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a .image {
  flex: 0 0 30px; display: grid; place-items: center; width: 30px !important; height: 30px; margin: 0; padding: 0; overflow: hidden;
  border-radius: 50%; background: var(--kt-soft);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a .image img {
  display: block; width: 26px !important; height: 26px !important; max-width: none; max-height: none; object-fit: contain; mix-blend-mode: multiply;
}
/* výchozí ikona složky (kategorie bez obrázku) se nezobrazuje */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a .image:has(img[src*="/img/folder.svg"]),
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a .image:has(img[data-src*="/img/folder.svg"]) { display: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a:has(.image img[data-src*="/img/folder.svg"]) { padding-left: 16px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a .text {
  display: block; width: auto !important; max-width: 100%; max-height: none !important; margin: 0; padding: 0 !important; overflow: hidden;
  font-family: var(--kt-text) !important; font-size: 14px; font-weight: 700; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; text-align: left; color: var(--kt-ink);
}

/* ---------- 4) Nejprodávanější v kategorii – 3 karty v řadě ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .products-top-wrapper { margin: 0 0 32px; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .products-top-wrapper h2.products-top-header {
  display: flex; align-items: center; gap: 8px; margin: 0 0 12px !important; padding: 0;
  font-family: var(--kt-text) !important; font-size: 12px !important; font-weight: 800 !important; line-height: 18px !important;
  letter-spacing: .09em; text-transform: uppercase; color: var(--kt-3) !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .products-top-wrapper h2.products-top-header::before {
  content: ''; flex: 0 0 16px; width: 16px; height: 16px; background: var(--kt-acc-t);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3c1 3.5 5 5.4 5 10a5 5 0 0 1-10 0c0-2 .8-3.3 2-4.5.3 1.6 1.2 2.5 2.3 2.5C11 8.6 11 5.8 12 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3c1 3.5 5 5.4 5 10a5 5 0 0 1-10 0c0-2 .8-3.3 2-4.5.3 1.6 1.2 2.5 2.3 2.5C11 8.6 11 5.8 12 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0 !important; padding: 0; border: 0;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop::before,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop::after { content: none; display: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop + .button-wrapper { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product {
  position: relative; width: auto !important; max-width: none; margin: 0; padding: 0; border: 0; background: none; font-size: 14px;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product.inactive { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product > .p {
  position: relative; display: grid !important; grid-template-columns: 64px minmax(0, 1fr); align-items: center; column-gap: 14px;
  height: 100%; margin: 0; padding: 12px 14px 12px 12px !important; border: 1px solid var(--kt-line); border-radius: 16px; background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product > .p:hover { border-color: var(--kt-line-2); box-shadow: 0 10px 22px -16px rgba(11, 13, 16, .4); }
/* pořadí 1–3 (čísla doplňuje šablona) – malý štítek v rohu obrázku */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product > .p::before {
  position: absolute; z-index: 2; top: 8px; left: 8px; width: 22px; height: 22px; margin: 0; border: 0; border-radius: 50%;
  background: var(--kt-ink); color: #fff; font: 800 11.5px/22px var(--kt-text); text-align: center;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product > .p > a.image {
  grid-column: 1; grid-row: 1; display: block; width: 64px !important; height: 64px; margin: 0; padding: 0; text-decoration: none !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product > .p > a.image img {
  display: block; width: 64px !important; height: 64px !important; max-width: none; object-fit: contain;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product > .p > .p-in {
  grid-column: 2; grid-row: 1; display: flex !important; flex-direction: column; align-items: stretch !important; justify-content: flex-start !important; gap: 4px;
  width: auto !important; min-width: 0; margin: 0; padding: 0 !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product > .p > .p-in > * { flex: 0 0 auto !important; width: auto !important; max-width: none !important; margin: 0 !important; align-self: stretch !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .p-in-in { display: block; margin: 0; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop a.name {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0 0 3px; padding: 0;
  font-family: var(--kt-text) !important; font-size: 13.5px; font-weight: 700; line-height: 18px; color: var(--kt-ink); text-decoration: none !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop a.name::after { content: ''; position: absolute; z-index: 1; inset: 0; border-radius: 16px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop a.name:hover { text-decoration: underline !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop a.name:focus-visible { outline: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop a.name:focus-visible::after { outline: 3px solid var(--kt-focus); outline-offset: 2px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .ratings-wrapper { display: block; margin: 0; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .availability {
  display: inline-flex; align-items: center; gap: 6px; margin: 0 !important; font-size: 12.5px; font-weight: 700; line-height: 1.3;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .availability::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .availability .acronym { border: 0; text-decoration: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .availability.skladem,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .availability.skladem > span { color: var(--kt-ok) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .ratings-wrapper { min-height: 0 !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .p-bottom { display: block; margin: 0; padding: 0 !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .p-bottom > div,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .p-bottom .prices {
  position: static !important; display: block !important; width: auto !important; height: auto !important; margin: 0; padding: 0 !important; text-align: left !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .price-standard-wrapper-placeholder { display: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .price-final { width: auto !important; margin: 0; text-align: left; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .price-final strong {
  font-family: var(--kt-text) !important; font-size: 15.5px !important; font-weight: 800 !important; line-height: 1.2; letter-spacing: -.01em; color: var(--kt-ink) !important; white-space: nowrap;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop .price-final strong small { font-size: 12px; font-weight: 700; color: var(--kt-3); }

/* ---------- 5) Výpis: filtry vlevo, produkty vpravo (počítač od 992 px). Filtry do obsahu přesouvá Shoptet sám,
   protože levý sloupec je skrytý – místo pro ně je vyhrazené, takže se po jejich vložení nic neposune. ---------- */
@media (min-width: 992px) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper {
    display: grid; grid-template-columns: var(--kt-col) minmax(0, 1fr); grid-template-rows: repeat(6, auto) 1fr;
    column-gap: var(--kt-gap); row-gap: 0; align-items: start;
  }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > * { grid-column: 2; min-width: 0; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > #filters-wrapper,
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .filters-wrapper,
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > #filters { grid-column: 1; grid-row: 1 / -1; align-self: start; }
  /* prázdná kategorie (bez filtrů) – zpráva přes celou šířku */
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani):not(:has(#filters)) .category-content-wrapper { display: block; }
  /* filtry se „lepí“ při posouvání, jen když se celé vejdou do okna (rozhoduje skript) */
  html.kt-stick[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > #filters-wrapper,
  html.kt-stick[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .filters-wrapper { position: sticky; top: 16px; }
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper { margin: 0; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #filters-wrapper { margin: 0; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #filters-wrapper > #filters-default-position:empty { display: none; }

/* ---------- 6) Lišta nad produkty: počet, přepínač mřížka/seznam, řazení, zvolené filtry ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header {
  display: flex !important; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0 0 20px !important; padding: 0 0 14px !important;
  border-bottom: 1px solid var(--kt-line); font-size: 14px; line-height: 1.3; color: var(--kt-2);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header::before,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header::after { content: none; display: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listItemsTotal {
  order: 1; display: flex !important; align-items: center; min-height: 40px; margin: 0 auto 0 0; padding: 0 !important;
  font-size: 14px; line-height: 1.3; color: var(--kt-2); white-space: nowrap;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listItemsTotal strong { margin-right: .3em; font-weight: 800; color: var(--kt-ink); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting {
  order: 3; position: static; display: block !important; height: auto !important; margin: 0; padding: 0 !important; overflow: visible !important; font-size: 14px;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .razeni-klik { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__controls {
  display: flex !important; flex-wrap: nowrap; gap: 2px; margin: 0; padding: 3px; border: 0 !important; border-radius: 999px; background: var(--kt-sunk); list-style: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__controls > li { flex: 0 0 auto; margin: 0; padding: 0; list-style: none; }
/* pořadí možností vždy stejné (šablona na mobilu dává aktuální řazení na začátek) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__controls > li:has(> [data-sort="bestseller"]) { order: 1; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__controls > li:has(> [data-sort="price"]) { order: 2; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__controls > li:has(> [data-sort="-price"]) { order: 3; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__controls > li:has(> [data-sort="name"]) { order: 4; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__control {
  display: block; width: auto !important; height: 34px !important; margin: 0; padding: 0 14px !important; border: 0 !important; border-radius: 999px;
  background: transparent !important; box-shadow: none; color: var(--kt-2) !important; cursor: pointer; -webkit-appearance: none; appearance: none;
  font-family: var(--kt-text) !important; font-size: 13.5px !important; font-weight: 700 !important; line-height: 34px !important;
  letter-spacing: 0; text-align: center; text-transform: none !important; white-space: nowrap; transition: color .15s, background-color .15s;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__control:hover { color: var(--kt-ink) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__control--current {
  background: #fff !important; color: var(--kt-ink) !important; box-shadow: 0 1px 2px rgba(11, 13, 16, .12), 0 1px 1px rgba(11, 13, 16, .04); cursor: default;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__control:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 1px; }

/* přepínač mřížka / seznam (jen počítač) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-view { order: 2; display: none; gap: 2px; padding: 3px; border-radius: 999px; background: var(--kt-sunk); }
@media (min-width: 992px) { html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-view { display: inline-flex; } }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-view button {
  display: grid; place-items: center; width: 40px; height: 34px; margin: 0; padding: 0; border: 0; border-radius: 999px; background: transparent; color: var(--kt-3); cursor: pointer;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-view button[aria-pressed="true"] { background: #fff; color: var(--kt-ink); box-shadow: 0 1px 2px rgba(11, 13, 16, .12); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-view button:hover { color: var(--kt-ink); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-view button:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 1px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-view .kt-ico { width: 17px; height: 17px; }

/* tlačítko „Filtry“ (tablet a mobil – otevře zásuvku s filtry) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fbtn {
  order: 0; display: none; align-items: center; gap: 8px; height: 40px; margin: 0; padding: 0 16px; border: 1px solid var(--kt-line-2); border-radius: 999px;
  background: #fff; color: var(--kt-ink); cursor: pointer; font: 800 14px/1 var(--kt-text); white-space: nowrap;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fbtn:hover { border-color: var(--kt-ink); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fbtn:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fbtn .kt-ico { width: 17px; height: 17px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-badge {
  display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--kt-ink); color: #fff;
  font: 800 11.5px/1 var(--kt-text); font-variant-numeric: tabular-nums;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-badge[hidden],
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-freset[hidden] { display: none !important; }

/* zvolené filtry – čipy pod lištou (jeden řádek, posouvá se do strany). Místo pro ně je vyhrazené předem. */
html[lang="cs"]:not(.kt-off) body.type-category:has(#clear-filters):not(.in-gravirovani) #category-header:not(:has(.kt-chips)) { padding-bottom: 60px !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chips {
  order: 9; flex: 0 0 100%; display: flex; flex-wrap: nowrap; gap: 8px; min-width: 0; height: 36px; margin: 0 0 -2px; padding: 0 0 2px;
  overflow-x: auto; overflow-y: hidden; list-style: none; scrollbar-width: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chips::-webkit-scrollbar { display: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chips > li { flex: 0 0 auto; margin: 0; padding: 0; list-style: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chip {
  display: inline-flex; align-items: center; gap: 7px; height: 34px; margin: 0; padding: 0 8px 0 14px; border: 1px solid var(--kt-ink); border-radius: 999px;
  background: var(--kt-ink); color: #fff; cursor: pointer; font: 700 13px/1 var(--kt-text); white-space: nowrap;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chip .kt-x {
  display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(255, 255, 255, .16); transition: background-color .15s;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chip:hover .kt-x { background: var(--kt-acc-t); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chip .kt-ico { width: 12px; height: 12px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chip--all { padding: 0 14px; border-color: var(--kt-line-2); background: #fff; color: var(--kt-ink); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chip--all:hover { border-color: var(--kt-ink); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-chip:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; }

/* ---------- 7) Filtry – vzhled z redesignu (skupiny s nadpisem, vlastní zaškrtávátka, počty vpravo) ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .filters-wrapper { position: relative; margin: 0 !important; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) {
  display: block !important; margin: 0 !important; padding: 0 !important; border: 0; background: transparent;
  font-family: var(--kt-text); font-size: 14px; color: var(--kt-ink);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filtrovat,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section-count,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .vice-znacek-btn,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section-button,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .kt-hide { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-sections {
  display: block !important; margin: 0; padding: 0; border: 0; background: transparent !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) #category-filter-hover { display: block !important; margin: 0 !important; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper {
  position: relative !important; float: none; width: auto; max-width: none; margin: 0 !important; padding: 0 !important;
  border: 0 !important; border-top: 1px solid var(--kt-line) !important; background: transparent !important; text-align: left;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section::before,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section::after,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper::after,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .param-filter-top::before { content: none !important; display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .param-filter-top { margin: 0; padding: 0; text-align: left; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) h4 {
  position: relative; display: flex; align-items: center; justify-content: space-between; gap: 10px; width: auto; margin: 0 !important; padding: 15px 2px 15px 0 !important;
  border: 0 !important; background: transparent !important; cursor: pointer; -webkit-user-select: none; user-select: none; white-space: normal;
  font-family: var(--kt-text) !important; font-size: 15px !important; font-weight: 800 !important; line-height: 1.25 !important;
  letter-spacing: 0; text-transform: none !important; color: var(--kt-ink) !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) h4::before { content: none !important; display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) h4::after {
  content: ''; flex: 0 0 16px; width: 16px; height: 16px; background: var(--kt-3); transition: transform .25s cubic-bezier(.32, .72, 0, 1);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 15 6-6 6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 15 6-6 6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .kt-closed > h4::after,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .kt-closed > .param-filter-top > h4::after { transform: rotate(180deg); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) h4 > span { font: inherit; color: inherit; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) h4:hover { color: var(--kt-ink) !important; background: transparent !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) h4:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: -3px; border-radius: 8px; }
/* obsah skupin je vždy vidět (šablona je jinak schovává a otevírá po jedné) – zavřít jde šipkou u nadpisu */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section form,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper > div {
  position: static !important; display: block !important; top: auto !important; left: auto !important; width: auto !important; z-index: auto;
  margin: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section form:last-of-type { padding-bottom: 14px !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section.kt-closed form,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section.kt-closed .kt-bsearch,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper.kt-closed > div,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper.kt-closed > .kt-prange { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) fieldset { display: block; min-width: 0; margin: 0; padding: 0; border: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section fieldset > div {
  float: none !important; width: auto !important; margin: 0 !important; padding: 0 !important; clear: none !important; text-align: left; background: transparent !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section fieldset > div.advanced-filters-wrapper:empty { display: none; }
/* zaškrtávátko: skryté, ale dosažitelné klávesnicí (šablona ho měla úplně vypnuté) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"] {
  display: block !important; position: absolute !important; width: 1px !important; height: 1px !important; margin: 0 !important; padding: 0; border: 0;
  opacity: 0; overflow: hidden; clip: rect(0 0 0 0); pointer-events: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"] + label.filter-label {
  position: relative; display: flex !important; align-items: center; gap: 10px; width: 100%; min-height: 32px; margin: 0; padding: 4px 0 4px 28px !important;
  border: 0 !important; background: none !important; cursor: pointer; text-decoration: none !important;
  font-family: var(--kt-text); font-size: 14px !important; font-weight: 600; line-height: 1.3 !important; color: var(--kt-2) !important; text-align: left; white-space: normal;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"] + label.filter-label::before {
  content: '' !important; position: absolute; top: 50%; left: 0; display: block; width: 18px; height: 18px; margin: 0; box-sizing: border-box;
  border: 1.5px solid var(--kt-line-2); border-radius: 6px; background: #fff; transform: translateY(-50%); transition: background-color .12s, border-color .12s;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"] + label.filter-label::after {
  content: '' !important; position: absolute; top: 50%; left: 0; display: block; width: 18px; height: 18px; margin: 0; border: 0; border-radius: 6px;
  background: transparent; font-size: 0; transform: translateY(-50%);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"]:checked + label.filter-label::before { border-color: var(--kt-ink); background: var(--kt-ink); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"]:checked + label.filter-label::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 12px no-repeat;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"] + label.filter-label:hover { color: var(--kt-ink) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"] + label.filter-label:hover::before { border-color: var(--kt-2); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"]:checked + label.filter-label { color: var(--kt-ink) !important; font-weight: 800; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"]:focus-visible + label.filter-label::before { outline: 3px solid var(--kt-focus); outline-offset: 2px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"]:disabled + label.filter-label { opacity: .42; cursor: default; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section input[type="checkbox"]:disabled + label.filter-label:hover::before { border-color: var(--kt-line-2); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-count {
  display: inline-block; margin: 0 0 0 auto !important; padding: 0 0 0 6px; font-size: 12.5px; font-weight: 600; line-height: 1; color: var(--kt-3); font-variant-numeric: tabular-nums;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-count::before,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-count::after { content: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .question-tooltip { position: relative; z-index: 1; }
/* oddělovač mezi „Na skladě“ a štítky (Akce, Novinka…) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .param-filter-top form + form { margin-top: 6px !important; padding-top: 6px !important; border-top: 1px dashed var(--kt-line); }
/* značky: s více než 8 značkami hledání a posuvný seznam */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section-manufacturer.kt-many form fieldset {
  max-height: 264px; overflow-y: auto; overscroll-behavior: contain; padding-right: 4px; scrollbar-width: thin; scrollbar-color: var(--kt-line-2) transparent;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section-manufacturer.vice-znacek form fieldset > div:nth-of-type(n+8) { display: block; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .filter-section-manufacturer form fieldset > div.kt-nomatch { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-bsearch { position: relative; margin: 0 0 8px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-bsearch input {
  display: block; width: 100%; height: 40px; margin: 0; padding: 0 12px 0 36px; box-sizing: border-box; border: 1px solid var(--kt-line-2); border-radius: 10px;
  background: #fff; color: var(--kt-ink); font: 600 14px/1 var(--kt-text); -webkit-appearance: none; appearance: none; box-shadow: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-bsearch input::placeholder { color: #8a8f96; font-weight: 500; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-bsearch input:focus { border-color: var(--kt-ink); outline: 0; box-shadow: 0 0 0 3px rgba(0, 99, 199, .25); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-bsearch .kt-ico { position: absolute; top: 12px; left: 12px; width: 16px; height: 16px; color: var(--kt-3); pointer-events: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-bnone { margin: 4px 0 10px; font-size: 13px; color: var(--kt-3); }

/* hlavička panelu: „Filtry“ + počet zvolených + Zrušit vše (na mobilu i zavírací křížek) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fhead { display: flex; align-items: center; gap: 10px; min-height: 40px; margin: 0; padding: 0 0 8px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ftitle {
  display: flex; align-items: center; gap: 9px; margin: 0 auto 0 0; font: 800 17px/1.2 var(--kt-text); color: var(--kt-ink);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ftitle .kt-ico { width: 18px; height: 18px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-freset {
  margin: 0; padding: 6px 0; border: 0; background: none; cursor: pointer; font: 700 13px/1.2 var(--kt-text); color: var(--kt-3); text-decoration: underline; text-underline-offset: 3px;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-freset:hover { color: var(--kt-acc-t); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-freset:focus-visible,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fx:focus-visible,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fgo:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fx,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ffoot { display: none; }
/* náhrada filtrů během načítání (skutečné filtry jsou mezitím mimo obsah, aby je Shoptet jen obnovil) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ghost { pointer-events: none; opacity: .55; transition: opacity .2s; }
.kt-fhold { display: none !important; }

/* ---------- 8) Cena – posuvník a pole „od – do“ ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper .slider-content {
  position: static !important; display: block !important; width: auto !important; height: auto; margin: 0 !important; padding: 12px 10px 4px !important;
  border: 0; background: transparent !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-content .ui-slider {
  position: relative; height: 4px !important; margin: 0; border: 0 !important; border-radius: 2px; background: #e6e6e3 !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-content .ui-slider-range { top: 0; height: 100%; border-radius: 2px; background: var(--kt-ink) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-content .ui-slider-handle {
  top: -8px !important; width: 20px !important; height: 20px !important; margin-left: -10px !important; border: 2px solid var(--kt-ink) !important; border-radius: 50% !important;
  background: #fff !important; box-shadow: 0 1px 4px rgba(11, 13, 16, .22) !important; cursor: grab; z-index: 2; outline: 0; touch-action: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-content .ui-slider-handle::after { content: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-content .ui-slider-handle:active { cursor: grabbing; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-content .ui-slider-handle:focus-visible { box-shadow: 0 0 0 4px rgba(0, 99, 199, .35) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper .slider-header {
  position: relative !important; display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 22px; top: auto !important; left: auto !important;
  width: auto !important; margin: 16px 0 0 !important; padding: 0 !important; background: transparent !important; font-size: 14px; text-align: center;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper .slider-header::before { content: none !important; display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper .slider-header::after {
  content: '–'; position: absolute; top: 50%; left: 50%; display: block; transform: translate(-50%, -52%); color: var(--kt-3); font-size: 14px;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper .slider-header > span {
  position: relative; display: flex !important; align-items: center; justify-content: center; float: none; width: auto; height: 42px; margin: 0; padding: 0 8px;
  border: 1px solid var(--kt-line-2); border-radius: 10px; background: #fff; overflow: hidden;
  font: 700 14px/1 var(--kt-text); color: var(--kt-ink); white-space: nowrap; font-variant-numeric: tabular-nums;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .slider-wrapper .slider-header > span.kt-has-in { color: transparent; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .kt-pin {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0 30px 0 10px; box-sizing: border-box; border: 0; border-radius: 10px;
  background: transparent; color: var(--kt-ink); text-align: center; font: 700 14px/1 var(--kt-text); font-variant-numeric: tabular-nums;
  -webkit-appearance: none; appearance: none; box-shadow: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .kt-pin:focus { outline: 0; box-shadow: inset 0 0 0 2px var(--kt-ink), 0 0 0 3px rgba(0, 99, 199, .25); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .kt-pcur {
  position: absolute; top: 50%; right: 10px; transform: translateY(-50%); color: var(--kt-3); font: 600 12.5px/1 var(--kt-text); pointer-events: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .kt-prange { margin: 8px 0 14px; font-size: 12.5px; line-height: 1.4; color: var(--kt-3); }

/* ---------- 9) Karty produktů – vzhled z redesignu (jen styly: košík, varianty i měření dál obsluhuje Shoptet) ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products {
  display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 !important; padding: 0 !important; border: 0 !important;
}
@media (min-width: 1200px) { html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products { gap: 18px; } }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products::before,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products::after { content: none !important; display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products > .product {
  display: block !important; flex: none !important; float: none !important; width: auto !important; max-width: none !important; min-width: 0; height: auto;
  margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products > .product > .p {
  position: relative; display: flex; flex-direction: column; height: 100%; min-height: 0; margin: 0; padding: 0; overflow: hidden;
  border: 1px solid var(--kt-line); border-radius: var(--kt-r); background: #fff; text-align: left; container-type: inline-size;
  transition: transform .2s cubic-bezier(.22, 1, .36, 1), box-shadow .2s, border-color .2s;
}
@media (hover: hover) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products > .product > .p:hover {
    transform: translateY(-4px); border-color: var(--kt-line-2); box-shadow: 0 8px 20px -8px rgba(11, 13, 16, .16), 0 18px 40px -22px rgba(11, 13, 16, .22);
  }
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p > a.image {
  position: static; display: block; flex: 0 0 auto; width: auto !important; height: auto !important; margin: 0 !important; padding: 16px 16px 4px; background: #fff; text-decoration: none !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p > a.image img {
  display: block; width: 100% !important; height: auto !important; max-width: none; max-height: none; margin: 0 auto; aspect-ratio: 1 / 1; object-fit: contain;
}
/* štítky (Akce, Novinka, MEGA VÝPRODEJ…) – tvar z redesignu, barvy z administrace */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-default {
  position: absolute; z-index: 3; top: 12px; left: 12px; right: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; max-width: 70%; margin: 0; pointer-events: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-default .flag {
  float: none; margin: 0 !important; padding: 5px 9px !important; border-radius: 7px !important; box-shadow: none;
  font-family: var(--kt-text) !important; font-size: 11px !important; font-weight: 800 !important; line-height: 1.25 !important; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flag.kt-dark { color: var(--kt-ink) !important; }
/* sleva (běžná cena a „až −33 %“) vpravo nahoře */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-extra { position: absolute; z-index: 3; top: 12px; right: 12px; left: auto; margin: 0; pointer-events: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-extra .flag-discount {
  position: static; display: flex !important; flex-direction: column; align-items: flex-end; gap: 1px; width: auto !important; height: auto !important; margin: 0 !important;
  padding: 6px 9px !important; border: 0; border-radius: 10px !important; background: var(--kt-acc-t) !important; color: #fff !important;
  font-family: var(--kt-text) !important; font-size: 11px !important; font-weight: 700; line-height: 1.15 !important; text-align: right; text-transform: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-extra .flag-discount .price-standard { display: block; font-size: 11px; font-weight: 600; text-decoration: line-through; opacity: .85; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-extra .flag-discount .price-standard span { font: inherit; color: inherit; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-extra .flag-discount .price-save { font-size: 14px; font-weight: 800; }

html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p > .p-in {
  position: static !important; display: flex; flex-direction: column; flex: 1 1 auto; min-width: 0; width: auto !important; margin: 0; padding: 4px 16px 16px !important; text-align: left;
}
/* značka nad názvem: řádek je vyhrazený vždy (skript ho vyplní, jen když produkt má skutečnou značku) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-in-in { order: 1; position: static; display: flex; flex-direction: column; margin: 0; padding: 18px 0 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-in-in.kt-hb { padding-top: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-brand {
  display: block; height: 18px; margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
  font: 800 11px/18px var(--kt-text); letter-spacing: .08em; text-transform: uppercase; color: var(--kt-3);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name {
  position: static; display: block; height: 42px; margin: 0 0 6px; padding: 0; overflow: hidden; color: var(--kt-ink) !important; text-decoration: none !important;
  font-family: var(--kt-text) !important; font-size: 15px !important; font-weight: 700 !important; line-height: 21px !important; letter-spacing: -.005em;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name > span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
/* celá karta je odkazem na produkt (tlačítka, varianty a dostupnost jsou nad ním) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name::after { content: ''; position: absolute; z-index: 1; inset: 0; border-radius: var(--kt-r); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name:hover { text-decoration: underline !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name:focus-visible { outline: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name:focus-visible::after { outline: 3px solid var(--kt-focus); outline-offset: -3px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .product-appendix {
  display: block; margin: -4px 0 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12.5px; line-height: 1.35; color: var(--kt-3);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .ratings-wrapper { position: static; display: block; min-height: 0 !important; margin: 0; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .ratings-wrapper .stars-placeholder { display: none; }
/* hodnocení: hvězdy + „4,4 (54)“ */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .stars-wrapper {
  order: 2; position: static !important; display: flex; align-items: center; gap: 6px; height: 18px; margin: 0 0 6px; padding: 0;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .stars-wrapper .stars { display: inline-flex; align-items: center; margin: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .stars-wrapper .star { font-size: 13px; line-height: 1; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-rt { font: 700 12.5px/1 var(--kt-text); color: var(--kt-ink); white-space: nowrap; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-rt span { margin-left: 3px; font-weight: 600; color: var(--kt-3); }
/* barvy / velikosti produktu (šablona je na mobilu skrývá) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-wrapper {
  order: 3; position: relative !important; inset: auto !important; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px;
  width: auto !important; max-width: 100%; margin: 0 0 4px; padding: 0; transform: none; opacity: 1; visibility: visible; background: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-wrapper,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-list { justify-content: flex-start !important; text-align: left !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-list { display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 0; list-style: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-list li { margin: 0; padding: 0; list-style: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-list li a {
  display: block; padding: 3px 8px !important; border: 1px solid var(--kt-line) !important; border-radius: 999px; background: #fff !important;
  font-size: 11.5px !important; font-weight: 600; line-height: 1.3; color: var(--kt-2) !important; text-decoration: none !important; white-space: nowrap;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-list li a:hover { border-color: var(--kt-ink) !important; color: var(--kt-ink) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-more { display: inline-block; margin: 4px 0 0; font-size: 11.5px; font-weight: 700; color: var(--kt-3); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .widget-parameter-more.no-display { display: none; }
/* spodek karty: dostupnost, cena, tlačítko */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-bottom {
  order: 4; display: block; float: none; width: auto !important; margin: auto 0 0 !important; padding: 10px 0 0 !important; border: 0; text-align: left;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-bottom > [data-micro="offer"] {
  display: flex; flex-direction: column; align-items: stretch; gap: 8px; width: auto; margin: 0; padding: 0; text-align: left;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-bottom .prices { display: contents !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-bottom .price-standard-wrapper-placeholder { display: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-final {
  order: 2; float: none; width: auto !important; margin: 0; padding: 0; text-align: left; line-height: 1.1;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-final strong {
  display: inline-block; font-family: var(--kt-text) !important; font-size: 19px !important; font-weight: 800 !important; line-height: 1.15 !important;
  letter-spacing: -.01em; color: var(--kt-ink) !important; white-space: nowrap;   /* i u akce černě – červená působila jako vyprodáno */
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-final strong small { margin-right: 1px; font-size: 13px; font-weight: 700; color: var(--kt-3); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-additional { order: 3; display: block; margin: -4px 0 0; font-size: 12px; color: var(--kt-3); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability {
  order: 1; position: relative; z-index: 2; display: flex; align-items: center; gap: 6px; min-width: 0; max-width: 100%; margin: 0 !important; padding: 0;
  overflow: hidden; font-size: 13px; font-weight: 700; line-height: 18px; white-space: nowrap; text-align: left;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability::before { content: ''; flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability > span { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; border: 0; text-decoration: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability.skladem,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability.skladem > span:not(.kt-disp) { color: var(--kt-ok) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability.vyprodano,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability.vyprodano > span:not(.kt-disp) { color: var(--kt-3) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability .availability-amount { flex: 0 0 auto; font-weight: 600; }
/* „Odešleme dnes“ – jen u zboží, jehož dostupnost v Shoptetu slibuje odeslání týž den */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability > .kt-disp {
  display: inline-flex; flex: 0 1 auto; align-items: center; gap: 5px; min-width: 0; margin-left: 4px; color: var(--kt-2) !important; font-weight: 600;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-disp .kt-ico { flex: 0 0 15px; width: 15px; height: 15px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-disp > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
/* tlačítka: Koupit (vloží do košíku přes Shoptet) / Zobrazit (produkt s variantami) */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools {
  order: 4; position: relative; z-index: 2; display: flex; float: none !important; width: auto !important; margin: 0 !important; padding: 0; text-align: left;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools form { display: flex; flex: 1 1 auto; margin: 0; padding: 0; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .btn {
  display: inline-flex; flex: 1 1 auto; align-items: center; justify-content: center; gap: 7px; width: auto; min-width: 0; height: 40px !important; margin: 0; padding: 0 16px !important;
  border-radius: 999px !important; box-shadow: none; cursor: pointer; letter-spacing: 0; text-decoration: none !important; white-space: nowrap;
  font-family: var(--kt-text) !important; font-size: 14px !important; font-weight: 800 !important; line-height: 1 !important; text-transform: none !important;
  transition: background-color .15s, border-color .15s, color .15s, transform .15s, box-shadow .15s;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .btn-cart,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .add-to-cart-button {
  border: 1px solid var(--kt-blue) !important; background: var(--kt-blue) !important; color: #fff !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .btn-cart:hover,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .add-to-cart-button:hover {
  border-color: var(--kt-blue-d) !important; background: var(--kt-blue-d) !important; box-shadow: 0 10px 20px -12px rgba(0, 118, 225, .9); transform: translateY(-1px);
}
/* nápis „Koupit“ (kratší, vejde se vedle ceny); pro čtečky zůstává „Do košíku …“ z aria-label */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .add-to-cart-button > span { display: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .add-to-cart-button::after { content: 'Koupit'; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .add-to-cart-button::before {
  content: ''; flex: 0 0 17px; width: 17px; height: 17px; margin: 0; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M2.5 3.5h3l2.6 11.2a1.5 1.5 0 0 0 1.5 1.1h8.1a1.5 1.5 0 0 0 1.4-1.1L21 7.5H6.3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M2.5 3.5h3l2.6 11.2a1.5 1.5 0 0 0 1.5 1.1h8.1a1.5 1.5 0 0 0 1.4-1.1L21 7.5H6.3'/%3E%3C/svg%3E") center / contain no-repeat;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools a.btn:not(.add-to-cart-button) {
  border: 1.5px solid var(--kt-ink) !important; background: #fff !important; color: var(--kt-ink) !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools a.btn:not(.add-to-cart-button)::after {
  content: ''; flex: 0 0 15px; width: 15px; height: 15px; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools a.btn:not(.add-to-cart-button):hover { background: var(--kt-ink) !important; color: #fff !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .btn:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-desc { display: none !important; }
/* cena a tlačítko vedle sebe, když je karta dost široká (jinak pod sebou, tlačítko přes celou šířku) */
@container (min-width: 250px) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-bottom > [data-micro="offer"] {
    flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; column-gap: 10px; row-gap: 8px;
  }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability { flex: 0 0 100%; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-final { flex: 0 1 auto; min-width: 0; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-additional { flex: 0 0 100%; order: 5; margin: -2px 0 0; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools { flex: 0 0 auto; margin-left: auto !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .btn { flex: 0 0 auto; padding: 0 16px !important; }
}

/* ---------- 10) Seznam (přepínač u řazení, jen počítač) – obrázek vlevo, popis, cena a tlačítko vpravo ---------- */
@media (min-width: 992px) {
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products > .product > .p { flex-direction: row; align-items: stretch; container-type: normal; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p > a.image { flex: 0 0 188px; width: 188px !important; padding: 14px; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p > .p-in {
    display: grid; grid-template-columns: minmax(0, 1fr) 248px; grid-template-rows: auto auto auto 1fr; column-gap: 24px; align-content: start; padding: 18px 20px 18px 6px !important;
  }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p > .p-in > * { grid-column: 1; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-in-in { grid-row: 1; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-in > .stars-wrapper { grid-row: 2; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-in > .widget-parameter-wrapper { grid-row: 3; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-bottom { display: contents !important; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-bottom > [data-micro="offer"] {
    grid-column: 2; grid-row: 1 / -1; align-self: center; flex-direction: column; flex-wrap: nowrap; align-items: stretch; gap: 10px;
    padding-left: 22px; border-left: 1px solid var(--kt-line);
  }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability { flex: 0 0 auto; flex-wrap: wrap; row-gap: 3px; white-space: normal; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability > .kt-disp { flex: 0 0 100%; margin: 0; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools { margin-left: 0 !important; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-final strong { font-size: 22px !important; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name { height: auto; max-height: 48px; font-size: 16.5px !important; line-height: 24px !important; }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-desc {
    display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; grid-column: 1 !important; grid-row: 4; align-self: start; overflow: hidden;
    margin: 4px 0 0; padding: 0; font-size: 14px; line-height: 1.55; color: var(--kt-2);
  }
  html.kt-list[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .btn { flex: 1 1 auto; }
}

/* ---------- 11) Načíst další a stránkování ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls {
  display: flex !important; flex-direction: column; align-items: center; gap: 16px; margin: 32px 0 8px !important; padding: 0;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls > div,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls > nav { width: auto !important; max-width: 100%; margin: 0; text-align: center; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .itemsTotal,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .goToTop { display: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .loadMore .btn {
  display: inline-flex; align-items: center; gap: 10px; height: 50px !important; margin: 0; padding: 0 28px !important; border: 1.5px solid var(--kt-ink) !important;
  border-radius: 999px !important; background: #fff !important; color: var(--kt-ink) !important; box-shadow: none; cursor: pointer;
  font-family: var(--kt-text) !important; font-size: 15px !important; font-weight: 800 !important; line-height: 1 !important; text-transform: none !important; letter-spacing: 0;
  transition: background-color .15s, color .15s;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .loadMore .btn::after {
  content: '' !important; width: 16px; height: 16px; margin: 0 !important; background: currentColor; font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .loadMore .btn:hover { background: var(--kt-ink) !important; color: #fff !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .loadMore .btn:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls nav.pagination {
  display: flex !important; flex-direction: column-reverse; align-items: center; gap: 10px; min-width: 0; font-size: 14px; line-height: 1.3;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls #paginationStatus[hidden] { display: block !important; margin: 0; font-size: 13px; color: var(--kt-3); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__list {
  display: flex !important; flex-wrap: wrap; align-items: center; justify-content: center !important; gap: 6px; margin: 0; padding: 0; list-style: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__list > li { margin: 0; padding: 0; list-style: none; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__link,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__currentPage {
  display: inline-grid !important; place-items: center; min-width: 44px !important; width: auto !important; height: 44px !important; margin: 0 !important; padding: 0 12px !important;
  border: 1px solid var(--kt-line) !important; border-radius: 12px !important; background: #fff !important; color: var(--kt-ink) !important; box-shadow: none;
  font-family: var(--kt-text) !important; font-size: 14.5px !important; font-weight: 800 !important; line-height: 1 !important; text-decoration: none !important; text-transform: none;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls a.pagination__link:hover { border-color: var(--kt-ink) !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__link:focus-visible { outline: 3px solid var(--kt-focus); outline-offset: 2px; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__currentPage { border-color: var(--kt-ink) !important; background: var(--kt-ink) !important; color: #fff !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__link--next::before,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__link--prev::before {
  content: '' !important; display: block; width: 18px; height: 18px; background: currentColor; font-size: 0; transform: none !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .pagination__link--prev::before { transform: scaleX(-1) !important; }

/* ---------- 12) Popis pod výpisem a prázdné stavy ---------- */
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category__secondDescription {
  max-width: 860px; margin: 44px 0 56px !important; padding: 28px 0 0; border-top: 1px solid var(--kt-line); font-size: 15px; line-height: 1.7; color: var(--kt-2);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category__secondDescription p { margin: 0 0 .7em; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category__secondDescription h2,
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category__secondDescription h3 {
  margin: 1.2em 0 .4em !important; font-family: var(--kt-font) !important; font-size: 20px !important; font-weight: 600 !important; line-height: 1.3 !important; color: var(--kt-ink);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .empty-content {
  margin: 0 0 56px !important; padding: 48px 24px !important; border: 1px dashed var(--kt-line-2); border-radius: var(--kt-r); background: var(--kt-soft); text-align: center;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .empty-content h2 {
  margin: 0 0 8px !important; font-family: var(--kt-font) !important; font-size: 22px !important; font-weight: 600 !important; line-height: 1.3 !important; color: var(--kt-ink);
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .empty-content h2::after { content: none !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .empty-content p { margin: 0 0 18px !important; font-size: 15px !important; color: var(--kt-2); }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .empty-content p:last-child { margin-bottom: 0 !important; }
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .empty-content .btn {
  display: inline-flex; align-items: center; height: 46px; margin: 4px 4px 0; padding: 0 24px !important; border: 1.5px solid var(--kt-ink) !important; border-radius: 999px !important;
  background: var(--kt-ink) !important; color: #fff !important; font-family: var(--kt-text) !important; font-size: 14.5px !important; font-weight: 800 !important; text-transform: none !important; text-decoration: none !important;
}
html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .empty-content .btn.kt-btn-2 { background: #fff !important; color: var(--kt-ink) !important; }
@media (min-width: 992px) { html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-only-drawer { display: none !important; } }

/* ---------- 13) Tablet a mobil (do 991 px): filtry v zásuvce, tlačítko „Filtry“ v liště ---------- */
@media (max-width: 991px) {
  /* v obsahu jsou filtry skryté (otevírá je tlačítko). Pojistka: kdyby skript nedorazil, po 3 s se ukážou jako dřív. */
  html:not(.kt-on)[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #filters { animation: kt-failsafe 0s linear 3s both; }
  html.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #filters,
  html.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ghost .kt-fbody { display: none !important; }
  html.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fhead { display: none; }
  html.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fbtn { display: inline-flex; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listItemsTotal { order: 1; margin: 0 0 0 auto; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting { order: 5; flex: 0 0 100%; min-width: 0; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__controls {
    width: max-content; max-width: 100%; overflow-x: auto; scrollbar-width: none;
  }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__controls::-webkit-scrollbar { display: none; }

  /* otevřená zásuvka: hlavička, filtry a tlačítko „Zobrazit …“ jsou pevně na obrazovce */
  html.kt-fopen { overflow: hidden !important; }   /* jen html – s body by Chrome odskočil na začátek stránky */
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fhead,
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #filters.kt-fbody,
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ghost .kt-fbody,
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ffoot {
    position: fixed !important; left: 0; z-index: 1000; width: min(440px, 100%); box-sizing: border-box; background: #fff;
  }
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fhead {
    top: 0; display: flex; height: 62px; min-height: 0; padding: 0 12px 0 20px; border-bottom: 1px solid var(--kt-line);
  }
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #filters.kt-fbody,
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ghost .kt-fbody {
    top: 62px; bottom: calc(76px + env(safe-area-inset-bottom, 0px)); display: block !important; overflow-y: auto; overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; padding: 0 20px 8px !important;
  }
  /* první skupina v zásuvce bez horní čáry */
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) :is(#filters, .kt-fbody) .kt-first { border-top: 0 !important; }
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-ffoot {
    bottom: 0; display: flex; align-items: center; height: calc(76px + env(safe-area-inset-bottom, 0px)); padding: 0 20px env(safe-area-inset-bottom, 0px);
    border-top: 1px solid var(--kt-line);
  }
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fx {
    display: grid; place-items: center; width: 44px; height: 44px; margin: 0; padding: 0; border: 0; border-radius: 12px; background: transparent; color: var(--kt-ink); cursor: pointer;
  }
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fx:hover { background: var(--kt-sunk); }
  html.kt-fopen.kt-on[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fx .kt-ico { width: 22px; height: 22px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fgo {
    display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 50px; margin: 0; padding: 0 20px; border: 0; border-radius: 999px;
    background: var(--kt-ink); color: #fff; cursor: pointer; font: 800 15.5px/1 var(--kt-text);
  }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-fgo[aria-busy="true"] { opacity: .7; cursor: progress; }
  .kt-dim {
    position: fixed; inset: 0; z-index: 999; display: none; background: rgba(11, 13, 16, .48); -webkit-tap-highlight-color: transparent;
  }
  html.kt-fopen .kt-dim { display: block; }
  /* widget Heureky (záložka vlevo) a lišta cookies nepřekrývají otevřenou zásuvku */
  html.kt-fopen body > [id^="hw-"], html.kt-fopen .siteCookies { visibility: hidden !important; }
}
@keyframes kt-failsafe { from { max-height: 0; overflow: hidden; visibility: hidden; } to { max-height: none; overflow: visible; visibility: visible; } }
@media (min-width: 992px) { .kt-dim { display: none !important; } }

@media (max-width: 767px) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top { padding-top: 28px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top h1.category-title { margin-bottom: 12px !important; font-size: 28px !important; line-height: 1.12 !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex { margin-bottom: 38px; font-size: 14.5px; }
  /* podkategorie a nejprodávanější se na mobilu posouvají do strany */
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories {
    flex-wrap: nowrap; margin: 0 -12px 22px !important; padding: 0 12px 2px !important; overflow-x: auto; scrollbar-width: none; scroll-padding: 0 12px;
  }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories::-webkit-scrollbar { display: none; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a { height: 40px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top ul.subcategories > li > a .text { font-size: 13.5px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .products-top-wrapper { margin-bottom: 26px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop {
    display: flex; flex-wrap: nowrap !important; gap: 10px; margin: 0 -12px !important; padding: 0 12px 2px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 12px; scrollbar-width: none;
  }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop::-webkit-scrollbar { display: none; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product { flex: 0 0 84%; scroll-snap-align: start; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #productsTop > .product:only-child { flex-basis: 100%; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header { gap: 10px; margin-bottom: 14px !important; padding-bottom: 12px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listItemsTotal { font-size: 13.5px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__control { padding: 0 12px !important; font-size: 13px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products > .product > .p { border-radius: 16px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name::after { border-radius: 16px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p > a.image { padding: 10px 10px 2px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-default { top: 8px; left: 8px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-default .flag { padding: 4px 7px !important; font-size: 10px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .flags-extra { top: 8px; right: 8px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p > .p-in { padding: 2px 11px 12px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-in-in { padding-top: 16px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-brand { height: 16px; font-size: 10px; line-height: 16px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p a.name { height: 38px; margin-bottom: 4px; font-size: 13.5px !important; line-height: 19px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability { font-size: 12px; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .availability > .kt-disp { display: none; }   /* na úzké kartě by se nevešlo */
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-final strong { font-size: 17px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .btn { height: 38px !important; padding: 0 10px !important; font-size: 13.5px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls { margin-top: 26px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .loadMore,
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .listingControls .loadMore .btn { width: 100%; justify-content: center; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-content-wrapper > .empty-content { padding: 36px 18px !important; }
}
@media (max-width: 374px) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #category-header .listSorting__control { padding: 0 9px !important; font-size: 12.5px !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .price-final strong { font-size: 16px !important; }
}

/* ---------- 14) Omezený pohyb a tisk ---------- */
@media (prefers-reduced-motion: reduce) {
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products > .product > .p,
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products .p .p-tools .btn,
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #filters h4::after,
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .kt-more .kt-ico { transition: none !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) #products > .product > .p:hover { transform: none; }
}
@media print {
  .kt-fbtn, .kt-view, .kt-chips, .kt-fhead, .kt-ffoot, .kt-dim, .kt-more { display: none !important; }
  html[lang="cs"]:not(.kt-off) body.type-category:not(.in-gravirovani) .category-top > .category-perex { max-height: none; -webkit-mask-image: none; mask-image: none; }
}
