/* GENERATED FILE – needitovat ručně. Zdroj: build-preview.js.
 * Všechna pravidla jsou gatovaná html[data-pt3="catalog"] / html[data-pt4="site"]
 * — ty atributy nastavuje AŽ pumrtech-preview-runtime.js, a to jen když je
 * preview aktivní. Bez preview se tento soubor stáhne (render-blocking),
 * ale žádné pravidlo se neaplikuje na žádný prvek. */
html[data-pt3="catalog"] body.in-index {
  --pt3-paper: #f4f4f0;
  --pt3-surface: #fff;
  --pt3-carbon: #202421;
  --pt3-steel: #626b66;
  --pt3-rule: #cdd2cd;
  --pt3-rule-light: #e7e9e5;
  --pt3-green: #6f9827;
  --pt3-green-dark: #466819;
  --pt3-orange: #c9531a;
  margin: 0;
  background: var(--pt3-paper) !important;
  background-image: none !important;
  color: var(--pt3-carbon);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.48;
}

html[data-pt3="catalog"] body.in-index #overall-wrapper {
  overflow: visible;
  background: var(--pt3-paper);
}

html[data-pt3="catalog"] body.in-index .container {
  width: min(calc(100% - 40px), 1280px);
  max-width: 1280px;
}

html[data-pt3="catalog"] body.in-index a,
html[data-pt3="catalog"] body.in-index button,
html[data-pt3="catalog"] body.in-index input {
  font-family: inherit;
}

html[data-pt3="catalog"] body.in-index a:focus-visible,
html[data-pt3="catalog"] body.in-index button:focus-visible,
html[data-pt3="catalog"] body.in-index input:focus-visible,
html[data-pt3="catalog"] body.in-index [role="button"]:focus-visible {
  outline: 2px solid var(--pt3-green-dark) !important;
  outline-offset: 3px !important;
}

/* Servisni radek */
html[data-pt3="catalog"] body.in-index .top-navigation-bar {
  min-height: 34px;
  border: 0;
  border-bottom: 1px solid var(--pt3-rule);
  background: #fff;
  color: #49504c;
  font-size: 13px;
}

html[data-pt3="catalog"] body.in-index .top-navigation-bar > .container {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 20px;
}

html[data-pt3="catalog"] body.in-index .top-navigation-contacts,
html[data-pt3="catalog"] body.in-index .top-navigation-menu {
  background: transparent !important;
}

html[data-pt3="catalog"] body.in-index .top-navigation-contacts {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

html[data-pt3="catalog"] body.in-index .top-navigation-bar a,
html[data-pt3="catalog"] body.in-index .top-navigation-bar button,
html[data-pt3="catalog"] body.in-index .top-navigation-bar .project-email {
  color: #3f4642 !important;
  text-decoration: none;
}

html[data-pt3="catalog"] body.in-index .top-navigation-bar a:hover {
  color: var(--pt3-green-dark) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[data-pt3="catalog"] body.in-index .pt3-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

html[data-pt3="catalog"] body.in-index .pt3-phone::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--pt3-green);
}

html[data-pt3="catalog"] body.in-index .top-navigation-menu {
  margin-left: auto;
}

html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu a,
html[data-pt3="catalog"] body.in-index .top-nav-button-login {
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  line-height: 34px;
}

/* Hlavicka */
html[data-pt3="catalog"] body.in-index #header {
  border: 0;
  background: #fff;
  box-shadow: none;
  color: var(--pt3-carbon);
}

html[data-pt3="catalog"] body.in-index #header .header-top {
  display: grid;
  min-height: 90px;
  padding: 12px 0;
  align-items: center;
  gap: 28px;
  grid-template-columns: 250px minmax(360px, 1fr) 170px;
}

html[data-pt3="catalog"] body.in-index #header .site-name-wrapper,
html[data-pt3="catalog"] body.in-index #header .site-name,
html[data-pt3="catalog"] body.in-index #header .site-name a {
  width: auto;
  height: auto;
  min-height: 0;
}

html[data-pt3="catalog"] body.in-index #header .site-name img {
  width: auto;
  max-width: 225px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

html[data-pt3="catalog"] body.in-index #header .search,
html[data-pt3="catalog"] body.in-index #header .search-form {
  width: 100%;
}

html[data-pt3="catalog"] body.in-index #header .search-form fieldset,
html[data-pt3="catalog"] body.in-index .sidebar .search-form fieldset {
  display: flex;
  width: 100%;
  overflow: hidden;
  border: 1px solid #9fa7a1;
  border-radius: 0;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index #header .search-form:focus-within fieldset {
  border-color: var(--pt3-green-dark);
  box-shadow: 0 0 0 1px var(--pt3-green-dark);
}

html[data-pt3="catalog"] body.in-index #header .search-form input {
  min-width: 0;
  height: 46px;
  border: 0;
  background: #fff;
  box-shadow: none;
  color: var(--pt3-carbon);
  font-size: 15px;
}

html[data-pt3="catalog"] body.in-index #header .search-form button {
  min-width: 104px;
  height: 46px;
  border: 0;
  border-left: 1px solid var(--pt3-carbon);
  border-radius: 0;
  background: var(--pt3-carbon);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

html[data-pt3="catalog"] body.in-index #header .search-form button:hover {
  background: var(--pt3-green-dark);
}

html[data-pt3="catalog"] body.in-index #header .navigation-buttons {
  display: flex;
  justify-content: flex-end;
}

html[data-pt3="catalog"] body.in-index #header .cart-count {
  display: inline-flex;
  min-height: 46px;
  padding: 0 12px 0 46px;
  align-items: center;
  border: 1px solid #9fa7a1;
  border-radius: 0;
  background: #fff;
  color: var(--pt3-carbon);
  font-weight: 700;
  text-decoration: none;
}

html[data-pt3="catalog"] body.in-index #header .cart-count::before {
  left: 14px;
  color: var(--pt3-green-dark);
}

html[data-pt3="catalog"] body.in-index #header .cart-count i,
html[data-pt3="catalog"] body.in-index #header .cart-count [data-testid="headerCartCount"] {
  background: var(--pt3-green-dark) !important;
  color: #fff !important;
}

html[data-pt3="catalog"] body.in-index #header .navigation-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

html[data-pt3="catalog"] body.in-index #navigation {
  width: 100%;
  min-height: 46px;
  overflow: hidden;
  border: 0;
  border-top: 3px solid var(--pt3-green);
  border-bottom: 1px solid #aeb5b0;
  border-radius: 0;
  background: #fff;
  color: var(--pt3-carbon);
}

html[data-pt3="catalog"] body.in-index #navigation .navigation-in {
  display: flex;
  min-height: 43px;
  padding: 0;
  align-items: center;
  background: #fff !important;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav {
  display: flex;
  width: 100%;
  min-height: 43px;
  align-items: stretch;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a {
  position: relative;
  display: flex;
  min-height: 43px;
  padding: 0 20px;
  align-items: center;
  border-right: 1px solid var(--pt3-rule-light);
  color: #343a36;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a:first-child {
  padding-left: 0;
  padding-right: 25px;
  color: var(--pt3-green-dark);
  font-weight: 750;
}

html[data-pt3="catalog"] body.in-index .products.products-block .flags-default {
  top: 12px !important;
  left: 12px !important;
}

html[data-pt3="catalog"] body.in-index .products.products-block .flags-extra {
  top: 58px !important;
  left: 12px !important;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a:hover,
html[data-pt3="catalog"] body.in-index .pt3-main-nav a:focus-visible {
  color: var(--pt3-green-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

html[data-pt3="catalog"] body.in-index #navigation .menu-level-1,
html[data-pt3="catalog"] body.in-index #navigation .navigationActions {
  display: none;
}

/* Homepage */
html[data-pt3="catalog"] body.in-index #content-wrapper {
  padding-top: 18px;
  padding-bottom: 44px;
  background: transparent;
}

html[data-pt3="catalog"] body.in-index #content-wrapper > .content-wrapper-in {
  display: block;
}

html[data-pt3="catalog"] body.in-index .sidebar-left {
  display: none;
}

html[data-pt3="catalog"] body.in-index main.content,
html[data-pt3="catalog"] body.in-index main.content.narrow {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
}

html[data-pt3="catalog"] body.in-index main.content > .banners-row {
  display: none;
}

html[data-pt3="catalog"] body.in-index .pt3-intro {
  position: relative;
  display: grid;
  min-height: 245px;
  margin: 0 0 24px;
  border-top: 1px solid var(--pt3-carbon);
  border-bottom: 1px solid var(--pt3-carbon);
  background: #fff;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
}

html[data-pt3="catalog"] body.in-index .pt3-intro::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  height: 4px;
  opacity: .58;
  background: repeating-linear-gradient(90deg, var(--pt3-carbon) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

html[data-pt3="catalog"] body.in-index .pt3-intro__copy {
  display: flex;
  padding: 28px 42px 26px 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

html[data-pt3="catalog"] body.in-index .pt3-eyebrow {
  margin-bottom: 8px;
  color: var(--pt3-green-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

html[data-pt3="catalog"] body.in-index .pt3-intro h1 {
  max-width: 760px;
  margin: 0;
  color: var(--pt3-carbon);
  font-family: inherit;
  font-size: clamp(38px, 4.1vw, 58px);
  font-stretch: condensed;
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}

html[data-pt3="catalog"] body.in-index .pt3-intro__lead {
  max-width: 720px;
  margin: 13px 0 0;
  color: #4f5752;
  font-size: 17px;
  line-height: 1.45;
}

html[data-pt3="catalog"] body.in-index .pt3-intro__actions {
  display: flex;
  margin-top: 18px;
  gap: 10px;
  flex-wrap: wrap;
}

html[data-pt3="catalog"] body.in-index .pt3-button {
  display: inline-flex;
  min-height: 42px;
  padding: 0 17px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-carbon);
  border-radius: 0;
  background: var(--pt3-carbon);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

html[data-pt3="catalog"] body.in-index .pt3-button:hover {
  border-color: var(--pt3-green-dark);
  background: var(--pt3-green-dark);
  color: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-button--link {
  border-color: #8d958f;
  background: #fff;
  color: var(--pt3-carbon);
}

html[data-pt3="catalog"] body.in-index .pt3-button--link:hover {
  color: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-brands {
  margin-top: 13px;
  color: #69716c;
  font-size: 12px;
  letter-spacing: .035em;
}

html[data-pt3="catalog"] body.in-index .pt3-feature {
  display: grid;
  min-width: 0;
  padding: 18px 0 14px 26px;
  border-left: 1px solid var(--pt3-rule);
  color: var(--pt3-carbon);
  grid-template-rows: 1fr auto;
  text-decoration: none;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__image {
  display: flex;
  min-height: 175px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__image img {
  width: 100%;
  height: 175px;
  object-fit: contain;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__meta {
  display: grid;
  padding-top: 10px;
  border-top: 1px solid var(--pt3-rule-light);
  gap: 3px;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__meta small {
  color: var(--pt3-steel);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__meta strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--pt3-carbon);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html[data-pt3="catalog"] body.in-index .pt3-feature:hover strong {
  color: var(--pt3-green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Index mereni */
html[data-pt3="catalog"] body.in-index .pt3-task-index {
  margin: 0 0 34px;
}

html[data-pt3="catalog"] body.in-index .pt3-section-head {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid var(--pt3-carbon);
}

html[data-pt3="catalog"] body.in-index .pt3-section-head h2 {
  margin: 0;
  color: var(--pt3-carbon);
  font-family: inherit;
  font-size: 26px;
  font-weight: 650;
  letter-spacing: -.015em;
}

html[data-pt3="catalog"] body.in-index .pt3-section-head span {
  color: var(--pt3-steel);
  font-size: 13px;
}

html[data-pt3="catalog"] body.in-index .pt3-task-grid {
  display: grid;
  border-left: 1px solid var(--pt3-rule);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index .pt3-task-row {
  display: grid;
  min-height: 76px;
  padding: 12px 15px;
  border-right: 1px solid var(--pt3-rule);
  border-bottom: 1px solid var(--pt3-rule);
  gap: 8px;
  grid-template-columns: 1fr;
}

html[data-pt3="catalog"] body.in-index .pt3-task-row h3 {
  margin: 0;
  color: #2e3430;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

html[data-pt3="catalog"] body.in-index .pt3-task-links {
  display: flex;
  align-content: flex-start;
  gap: 4px 12px;
  flex-wrap: wrap;
}

html[data-pt3="catalog"] body.in-index .pt3-task-links a {
  color: #505953;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: #b8bdb9;
  text-underline-offset: 3px;
}

html[data-pt3="catalog"] body.in-index .pt3-task-links a:hover {
  color: var(--pt3-green-dark);
  text-decoration-color: var(--pt3-green-dark);
}

/* Produktovy katalog */
html[data-pt3="catalog"] body.in-index .homepage-group-title {
  display: flex;
  min-height: 48px;
  margin: 0;
  padding: 0;
  align-items: center;
  border: 0;
  border-bottom: 2px solid var(--pt3-carbon);
  color: var(--pt3-carbon);
  font-family: inherit;
  font-size: 27px;
  font-weight: 650;
  letter-spacing: -.015em;
}

html[data-pt3="catalog"] body.in-index .homepage-group-title::before {
  content: "";
  width: 5px;
  height: 18px;
  margin-right: 10px;
  background: var(--pt3-green);
}

html[data-pt3="catalog"] body.in-index .products.products-block {
  display: grid !important;
  margin: 0 0 38px;
  border-left: 1px solid var(--pt3-rule);
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index .products.products-block > .product {
  float: none;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}

html[data-pt3="catalog"] body.in-index .products .product .p {
  display: flex;
  width: 100%;
  height: 100% !important;
  min-height: 470px;
  padding: 14px 16px 16px;
  overflow: hidden;
  flex-direction: column;
  border: 0;
  border-right: 1px solid var(--pt3-rule);
  border-bottom: 1px solid var(--pt3-rule);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: box-shadow 120ms ease;
}

html[data-pt3="catalog"] body.in-index .products .product .p:hover,
html[data-pt3="catalog"] body.in-index .products .product .p:focus-within {
  box-shadow: inset 0 -3px 0 var(--pt3-green);
}

html[data-pt3="catalog"] body.in-index .products .product .image {
  display: flex;
  width: 100%;
  height: 225px;
  min-height: 225px;
  margin: 0 0 12px;
  padding: 8px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 0;
  border-bottom: 1px solid var(--pt3-rule-light);
  border-radius: 0;
  background: #fff;
  color: var(--pt3-carbon);
}

html[data-pt3="catalog"] body.in-index .products .product .image > img {
  width: 100%;
  height: 100%;
  max-height: 207px;
  object-fit: contain;
  transition: transform 140ms ease;
}

html[data-pt3="catalog"] body.in-index .products .product .p:hover .image > img {
  transform: scale(1.012);
}

html[data-pt3="catalog"] body.in-index .products .product .p-in {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
}

html[data-pt3="catalog"] body.in-index .products .product .p-in-in,
html[data-pt3="catalog"] body.in-index .products .product .p-bottom {
  padding: 0;
}

html[data-pt3="catalog"] body.in-index .products .product .name {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  color: #242925;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html[data-pt3="catalog"] body.in-index .products .product .name:hover {
  color: var(--pt3-green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[data-pt3="catalog"] body.in-index .products .ratings-wrapper {
  min-height: 25px;
  margin-top: 5px;
}

html[data-pt3="catalog"] body.in-index .products .star {
  color: #a76b00;
}

html[data-pt3="catalog"] body.in-index .products .availability {
  color: var(--pt3-green-dark);
  font-size: 13px;
  font-weight: 700;
}

html[data-pt3="catalog"] body.in-index .products .p-bottom {
  margin-top: auto;
}

html[data-pt3="catalog"] body.in-index .products .p-bottom > [data-micro="offer"] {
  display: grid;
  margin-top: 8px;
  align-items: end;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

html[data-pt3="catalog"] body.in-index .products .price-additional {
  color: var(--pt3-steel);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

html[data-pt3="catalog"] body.in-index .products .price-final {
  color: var(--pt3-carbon);
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}

html[data-pt3="catalog"] body.in-index .products .p-tools {
  margin: 0;
}

html[data-pt3="catalog"] body.in-index .products .btn-cart {
  display: inline-flex;
  min-height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-carbon);
  border-radius: 0;
  background: var(--pt3-carbon);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

html[data-pt3="catalog"] body.in-index .products .btn-cart::before {
  display: none;
}

html[data-pt3="catalog"] body.in-index .products .btn-cart:hover {
  border-color: var(--pt3-green-dark);
  background: var(--pt3-green-dark);
}

html[data-pt3="catalog"] body.in-index .products .p-desc {
  display: -webkit-box;
  min-height: 40px;
  margin: 10px 0 0;
  overflow: hidden;
  color: #59615c;
  font-size: 13px;
  line-height: 1.45;
  grid-column: 1 / -1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html[data-pt3="catalog"] body.in-index .products .p-code {
  top: 12px;
  right: 14px;
  color: #6a726d;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

html[data-pt3="catalog"] body.in-index .products .flags-default,
html[data-pt3="catalog"] body.in-index .products .flags-extra {
  top: 12px;
  right: auto;
  bottom: auto;
  left: 12px;
  display: flex;
  width: auto;
  height: auto;
  align-items: flex-start;
  gap: 4px;
  flex-direction: column;
}

html[data-pt3="catalog"] body.in-index .products .flag {
  position: static;
  display: inline-flex;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 0 !important;
  padding: 5px 7px;
  align-items: center;
  border-radius: 0;
  box-shadow: none;
  font-size: 10px;
  font-weight: 800;
}

html[data-pt3="catalog"] body.in-index .products .flag-freeshipping {
  background: #e7ecdf;
  color: #315111;
}

html[data-pt3="catalog"] body.in-index .products .flag-action,
html[data-pt3="catalog"] body.in-index .products .flag-discount {
  background: var(--pt3-orange);
  color: #fff;
}

html[data-pt3="catalog"] body.in-index .products .flag-freeshipping .icon-van {
  display: none;
}

html[data-pt3="catalog"] body.in-index .products .flag-discount .price-standard,
html[data-pt3="catalog"] body.in-index .products .flag-discount .price-save {
  display: inline;
  margin: 0 2px;
  color: inherit;
  font-size: inherit;
}

/* Obsah, recenze, footer */
html[data-pt3="catalog"] body.in-index .homepage-box.welcome-wrapper {
  display: none;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper {
  margin-top: 10px;
  padding: 22px 0;
  border: 0;
  border-top: 2px solid var(--pt3-carbon);
  border-bottom: 1px solid var(--pt3-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper h2 {
  color: var(--pt3-carbon);
  font-family: inherit;
  font-size: 24px;
  font-weight: 650;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-inner {
  min-height: 100px;
  border-radius: 0;
  color: var(--pt3-carbon);
}

html[data-pt3="catalog"] body.in-index .latest-contribution-inner:hover {
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info {
  display: grid;
  padding: 30px 0 26px;
  border-bottom: 1px solid #c8cec9;
  gap: 30px;
  grid-template-columns: 1.05fr 1.1fr .85fr;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info h2,
html[data-pt3="catalog"] body.in-index .pt3-footer-info h3 {
  margin: 0 0 8px;
  color: var(--pt3-carbon);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info p {
  margin: 0;
  color: #505753;
  font-size: 13px;
  line-height: 1.55;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info a {
  color: #303631;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-links {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: flex-start;
}

html[data-pt3="catalog"] body.in-index #footer {
  border: 0;
  border-top: 3px solid var(--pt3-green);
  background: #eceeea;
  color: #3e4541;
}

html[data-pt3="catalog"] body.in-index #footer .footer-links-icons,
html[data-pt3="catalog"] body.in-index #footer .footer-bottom {
  background: transparent !important;
}

html[data-pt3="catalog"] body.in-index #footer .footer-links-icons {
  padding-top: 26px;
  padding-bottom: 18px;
}

html[data-pt3="catalog"] body.in-index #footer .footer-bottom {
  padding-top: 18px;
  padding-bottom: 24px;
  border-top: 1px solid #c8cec9;
}

html[data-pt3="catalog"] body.in-index #footer a,
html[data-pt3="catalog"] body.in-index #footer #signature a,
html[data-pt3="catalog"] body.in-index #footer #signature .title {
  color: #313733;
}

html[data-pt3="catalog"] body.in-index #footer a:hover {
  color: var(--pt3-green-dark);
}

html[data-pt3="catalog"] body.in-index .siteCookies {
  border-top: 2px solid var(--pt3-carbon);
  background: #fff;
  color: var(--pt3-carbon);
  box-shadow: none;
}

html[data-pt3="catalog"] body.in-index .siteCookies a,
html[data-pt3="catalog"] body.in-index .siteCookies button {
  color: var(--pt3-carbon);
}

html[data-pt3="catalog"] body.in-index .siteCookies__button {
  min-height: 42px;
  border: 1px solid var(--pt3-carbon);
  border-radius: 0;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .siteCookies__button[value="all"] {
  background: var(--pt3-carbon);
  color: #fff;
}

/* Popupy a naseptavac */
html[data-pt3="catalog"] body.in-index.user-action-visible::after {
  content: "";
  position: fixed;
  z-index: 54;
  inset: 0;
  pointer-events: none;
  background: rgba(32, 36, 33, .42);
}

html[data-pt3="catalog"] body.in-index.user-action-visible .overlay {
  background: transparent;
  backdrop-filter: none;
}

html[data-pt3="catalog"] body.in-index .popup-widget-inner {
  border: 1px solid var(--pt3-carbon);
  border-radius: 0;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(32, 36, 33, .12);
  color: var(--pt3-carbon);
}

html[data-pt3="catalog"] body.in-index .popup-widget::before {
  border-color: var(--pt3-carbon);
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .login-widget .popup-widget-inner {
  padding: 24px;
}

html[data-pt3="catalog"] body.in-index .popup-widget h2 {
  margin: 0 0 18px;
  color: var(--pt3-carbon);
  font-family: inherit;
  font-size: 24px;
  font-weight: 650;
}

html[data-pt3="catalog"] body.in-index .popup-widget .form-control {
  min-height: 44px;
  border: 1px solid #9fa7a1;
  border-radius: 0;
  box-shadow: none;
}

html[data-pt3="catalog"] body.in-index .popup-widget .btn-primary,
html[data-pt3="catalog"] body.in-index .popup-widget .btn-conversion {
  min-height: 42px;
  border: 1px solid var(--pt3-carbon);
  border-radius: 0;
  background: var(--pt3-carbon);
  color: #fff;
  font-weight: 700;
}

html[data-pt3="catalog"] body.in-index .popup-widget .alternative-links {
  display: flex;
  gap: 8px 18px;
  flex-wrap: wrap;
}

html[data-pt3="catalog"] body.in-index .popup-widget .alternative-links a {
  width: auto;
  color: var(--pt3-green-dark) !important;
}

html[data-pt3="catalog"] body.in-index .search-results,
html[data-pt3="catalog"] body.in-index .search-results-groups,
html[data-pt3="catalog"] body.in-index .search-whisperer {
  overflow: hidden;
  border: 1px solid var(--pt3-carbon);
  border-radius: 0;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(32, 36, 33, .1);
}

@media (max-width: 1020px) and (min-width: 768px) {
  html[data-pt3="catalog"] body.in-index .container {
    width: calc(100% - 30px);
  }

  html[data-pt3="catalog"] body.in-index #header .header-top {
    grid-template-columns: 210px minmax(300px, 1fr) 150px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr);
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro h1 {
    font-size: 43px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-row {
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  html[data-pt3="catalog"] body.in-index {
    padding-top: 0;
    font-size: 15px;
  }

  html[data-pt3="catalog"] body.in-index .container {
    width: calc(100% - 24px);
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar {
    position: fixed;
    z-index: 1003;
    top: 0;
    right: 0;
    left: 0;
    min-height: 62px;
    border-bottom: 1px solid var(--pt3-rule);
    background: transparent;
    pointer-events: none;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar > .container {
    width: 100%;
    min-height: 62px;
    padding: 0;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-contacts,
  html[data-pt3="catalog"] body.in-index .top-navigation-menu,
  html[data-pt3="catalog"] body.in-index .top-nav-button-login,
  html[data-pt3="catalog"] body.in-index .pt3-phone {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-tools {
    position: absolute;
    top: 9px;
    right: 8px;
    width: 92px;
    height: 44px;
    min-height: 44px;
    pointer-events: auto;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools {
    display: flex;
    width: 92px;
    height: 44px;
    min-height: 44px;
    overflow: hidden;
    justify-content: flex-end;
    gap: 4px;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a {
    position: static !important;
    inset: auto !important;
    display: flex;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--pt3-carbon);
    transform: none !important;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a::before {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--pt3-carbon) !important;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a[data-target="navigation"] {
    background: var(--pt3-carbon) !important;
    color: #fff !important;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a[data-target="navigation"]::before {
    color: #fff !important;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a[data-target="navigation"]:hover,
  html[data-pt3="catalog"] body.in-index .responsive-tools a[data-target="navigation"]:focus-visible {
    background: var(--pt3-green-dark) !important;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a[data-target="login"] {
    display: none !important;
  }

  html[data-pt3="catalog"] body.in-index #header {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
    height: 62px;
    overflow: visible;
    border-bottom: 1px solid var(--pt3-rule);
    background: #fff;
  }

  html[data-pt3="catalog"] body.in-index #header .navigation-wrapper {
    width: 100%;
    height: 62px;
    padding: 0 12px;
  }

  html[data-pt3="catalog"] body.in-index #header .header-top {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 62px;
    padding: 0;
    align-items: center;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name-wrapper {
    position: absolute;
    top: 8px;
    left: 2px;
    display: flex;
    width: 142px;
    height: 46px;
    align-items: center;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name {
    position: static;
    inset: auto;
    display: flex;
    width: 100%;
    height: 46px;
    align-items: center;
    transform: none;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name img {
    width: auto;
    max-width: 138px;
    max-height: 41px;
  }

  html[data-pt3="catalog"] body.in-index #header .navigation-buttons {
    position: absolute;
    z-index: 3;
    top: 9px;
    right: 98px;
    display: block;
    width: 44px;
    height: 44px;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count {
    position: static !important;
    inset: auto !important;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 0;
    transform: none !important;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count::before {
    top: 10px;
    left: 10px;
    color: var(--pt3-green-dark);
  }

  html[data-pt3="catalog"] body.in-index #header .search {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 10px 12px;
    border-top: 1px solid var(--pt3-rule);
    border-bottom: 1px solid var(--pt3-carbon);
    background: #fff;
  }

  html[data-pt3="catalog"] body.in-index.search-window-visible #header .search {
    display: block;
  }

  html[data-pt3="catalog"] body.in-index #header .search-form,
  html[data-pt3="catalog"] body.in-index #header .search-form fieldset {
    display: flex;
  }

  html[data-pt3="catalog"] body.in-index #header .search-form button {
    min-width: 84px;
  }

  html[data-pt3="catalog"] body.in-index #navigation {
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    left: auto !important;
    display: block;
    width: min(92vw, 390px) !important;
    max-width: 390px;
    height: 100dvh;
    min-height: 100vh;
    overflow: hidden;
    border: 0;
    visibility: hidden;
    background: #fff;
    transform: translate3d(100%, 0, 0);
    transition: transform 170ms ease-out, visibility 0s linear 170ms !important;
  }

  html[data-pt3="catalog"] body.in-index.navigation-window-visible #navigation {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform 170ms ease-out, visibility 0s !important;
  }

  html[data-pt3="catalog"] body.in-index #navigation .navigation-in {
    position: relative;
    display: block;
    height: 100%;
    min-height: 0;
    padding: 58px 0 24px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff !important;
  }

  html[data-pt3="catalog"] body.in-index .pt3-main-nav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 56px;
    left: 0;
    display: flex;
    width: auto;
    height: 58px;
    min-height: 58px;
    align-items: center;
    border-bottom: 2px solid var(--pt3-carbon);
  }

  html[data-pt3="catalog"] body.in-index .pt3-main-nav a {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .pt3-main-nav a:first-child {
    display: flex;
    min-height: 58px;
    padding: 0 18px;
    border: 0;
    color: var(--pt3-carbon);
    font-size: 13px;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  html[data-pt3="catalog"] body.in-index #navigation .menu-level-1,
  html[data-pt3="catalog"] body.in-index #navigation .navigationActions {
    display: block;
    margin: 0;
  }

  html[data-pt3="catalog"] body.in-index #navigation .menu-level-1 > li > a,
  html[data-pt3="catalog"] body.in-index #navigation .navigationActions a {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 9px 18px;
    align-items: center;
    border-bottom: 1px solid var(--pt3-rule);
    background: #fff;
    color: var(--pt3-carbon) !important;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.3;
    white-space: normal;
  }

  html[data-pt3="catalog"] body.in-index #navigation .menu-level-1 > li > a b {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    line-height: 1.3 !important;
  }

  html[data-pt3="catalog"] body.in-index #navigation .menu-level-1 > li.exp > a,
  html[data-pt3="catalog"] body.in-index #navigation .menu-level-1 > li > a:hover {
    background: #eef1ea;
    color: var(--pt3-green-dark) !important;
  }

  html[data-pt3="catalog"] body.in-index #navigation .menu-level-2 {
    padding: 3px 0;
    border: 0;
    background: #f2f3f0;
    box-shadow: inset 4px 0 0 var(--pt3-green);
  }

  html[data-pt3="catalog"] body.in-index #navigation .menu-level-2 a {
    display: flex;
    min-height: 44px;
    padding: 9px 28px;
    align-items: center;
    color: var(--pt3-carbon);
  }

  html[data-pt3="catalog"] body.in-index #navigation .navigation-close {
    top: 7px;
    right: 7px;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pt3-carbon);
    border-radius: 0;
    background: #fff;
    color: var(--pt3-carbon);
  }

  html[data-pt3="catalog"] body.in-index #content-wrapper {
    margin-top: 14px;
    padding-top: 14px;
    padding-bottom: 28px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro {
    display: block;
    min-height: 0;
    margin-bottom: 20px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__copy {
    padding: 18px 0 17px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro h1 {
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.02;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__lead {
    margin-top: 11px;
    font-size: 14px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__actions {
    margin-top: 14px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-button {
    min-height: 42px;
    padding: 0 13px;
    font-size: 13px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-brands {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .pt3-feature {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .pt3-section-head {
    display: block;
    min-height: 0;
    padding: 10px 0;
  }

  html[data-pt3="catalog"] body.in-index .pt3-section-head h2 {
    font-size: 23px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-section-head span {
    display: block;
    margin-top: 2px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-grid {
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-row {
    min-height: 0;
    padding: 10px 11px;
    gap: 8px;
    grid-template-columns: 116px minmax(0, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-row h3 {
    font-size: 13px;
  }

  html[data-pt3="catalog"] body.in-index .homepage-group-title {
    min-height: 44px;
    font-size: 23px;
  }

  html[data-pt3="catalog"] body.in-index .products.products-block {
    display: block !important;
    border-top: 0;
  }

  html[data-pt3="catalog"] body.in-index .products .product .p {
    display: grid;
    min-height: 0;
    padding: 12px;
    grid-template-columns: 112px minmax(0, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .products .product .image {
    width: 112px;
    height: 150px;
    min-height: 150px;
    margin: 0 13px 0 0;
    padding: 5px 8px 5px 2px;
    border: 0;
    border-right: 1px solid var(--pt3-rule-light);
    grid-column: 1;
    grid-row: 1;
  }

  html[data-pt3="catalog"] body.in-index .products .product .image > img {
    max-height: 140px;
  }

  html[data-pt3="catalog"] body.in-index .products .product .p-in {
    grid-column: 2;
    grid-row: 1;
  }

  html[data-pt3="catalog"] body.in-index .products .product .name {
    min-height: 0;
    font-size: 15px;
    -webkit-line-clamp: 3;
  }

  html[data-pt3="catalog"] body.in-index .products .ratings-wrapper {
    min-height: 20px;
    margin-top: 3px;
  }

  html[data-pt3="catalog"] body.in-index .products .p-bottom > [data-micro="offer"] {
    margin-top: 7px;
    gap: 7px;
  }

  html[data-pt3="catalog"] body.in-index .products .price-final {
    font-size: 18px;
  }

  html[data-pt3="catalog"] body.in-index .products .price-additional {
    font-size: 10px;
  }

  html[data-pt3="catalog"] body.in-index .products .btn-cart {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  html[data-pt3="catalog"] body.in-index .products .p-desc {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .products .p-code {
    top: 8px;
    right: 9px;
    font-size: 9px;
  }

  html[data-pt3="catalog"] body.in-index .products .flags-default,
  html[data-pt3="catalog"] body.in-index .products .flags-extra {
    top: 8px;
    left: 8px;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper {
    padding: 17px 0;
  }

  html[data-pt3="catalog"] body.in-index .pt3-footer-info {
    padding: 24px 0 20px;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .popup-widget {
    width: calc(100% - 24px);
    max-width: 430px;
  }

  html[data-pt3="catalog"] body.in-index #footer .footer-bottom {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  html[data-pt3="catalog"] body.in-index #navigation {
    width: 100vw !important;
    max-width: none;
  }

  html[data-pt3="catalog"] body.in-index.navigation-window-visible .top-navigation-bar {
    z-index: 1000;
  }
}

@media (max-width: 360px) {
  html[data-pt3="catalog"] body.in-index #header .site-name-wrapper {
    width: 116px;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name img {
    max-width: 114px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__actions {
    display: grid;
    width: 100%;
  }

  html[data-pt3="catalog"] body.in-index .products .product .p {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .products .product .image {
    width: 100px;
  }
}

/* V3 – moderni navigator merenim ----------------------------------------- */
html[data-pt3="catalog"] body.in-index {
  --pt3-canvas: #f3f2ed;
  --pt3-paper: #fbfaf7;
  --pt3-surface: #fff;
  --pt3-ink: #202521;
  --pt3-ink-soft: #343b36;
  --pt3-muted: #626a64;
  --pt3-line: #d8d9d3;
  --pt3-line-strong: #aeb4ad;
  --pt3-brand: #557c23;
  --pt3-brand-dark: #3f6118;
  --pt3-brand-soft: #e9efdf;
  --pt3-signal: #b94f25;
  --pt3-star: #a86e00;
  --pt3-radius-control: 4px;
  --pt3-radius-card: 6px;
  margin: 0;
  background: var(--pt3-canvas) !important;
  color: var(--pt3-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

html[data-pt3="catalog"] body.in-index #overall-wrapper {
  overflow: visible;
  background: var(--pt3-canvas);
}

html[data-pt3="catalog"] body.in-index .container {
  width: min(calc(100% - 48px), 1280px);
  max-width: 1280px;
}

html[data-pt3="catalog"] body.in-index *,
html[data-pt3="catalog"] body.in-index *::before,
html[data-pt3="catalog"] body.in-index *::after {
  box-sizing: border-box;
}

html[data-pt3="catalog"] body.in-index a:focus-visible,
html[data-pt3="catalog"] body.in-index button:focus-visible,
html[data-pt3="catalog"] body.in-index input:focus-visible,
html[data-pt3="catalog"] body.in-index summary:focus-visible,
html[data-pt3="catalog"] body.in-index [role="button"]:focus-visible {
  outline: 3px solid var(--pt3-brand) !important;
  outline-offset: 3px !important;
}

html[data-pt3="catalog"] body.in-index button,
html[data-pt3="catalog"] body.in-index .btn,
html[data-pt3="catalog"] body.in-index input[type="button"],
html[data-pt3="catalog"] body.in-index input[type="submit"] {
  max-width: 100%;
  vertical-align: middle;
}

html[data-pt3="catalog"] body.in-index button:not(.btn--link),
html[data-pt3="catalog"] body.in-index .btn:not(.btn--link) {
  white-space: nowrap;
}

/* Utility a hlavni hlavicka */
html[data-pt3="catalog"] body.in-index .top-navigation-bar {
  min-height: 32px;
  border: 0;
  border-bottom: 1px solid var(--pt3-line);
  background: var(--pt3-paper);
  color: var(--pt3-muted);
  font-size: 12px;
}

html[data-pt3="catalog"] body.in-index .top-navigation-bar > .container {
  min-height: 32px;
  gap: 18px;
}

html[data-pt3="catalog"] body.in-index .top-navigation-menu,
html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu,
html[data-pt3="catalog"] body.in-index .top-navigation-contacts {
  min-width: 0;
  min-height: 0;
  overflow: visible;
}

html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu a,
html[data-pt3="catalog"] body.in-index .top-nav-button-login {
  min-height: 32px;
  line-height: 32px;
}

html[data-pt3="catalog"] body.in-index .pt3-phone {
  color: var(--pt3-ink) !important;
}

html[data-pt3="catalog"] body.in-index .pt3-phone::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pt3-brand);
}

html[data-pt3="catalog"] body.in-index #header {
  border: 0;
  background: var(--pt3-surface);
  box-shadow: none;
  color: var(--pt3-ink);
}

html[data-pt3="catalog"] body.in-index #header .header-top {
  display: grid;
  min-height: 84px;
  padding: 14px 0;
  align-items: center;
  gap: 32px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
}

html[data-pt3="catalog"] body.in-index #header .site-name-wrapper {
  min-width: 0;
}

html[data-pt3="catalog"] body.in-index #header .site-name img {
  width: auto;
  max-width: 205px;
  max-height: 52px;
}

html[data-pt3="catalog"] body.in-index #header .search,
html[data-pt3="catalog"] body.in-index #header .search-form,
html[data-pt3="catalog"] body.in-index #header .search-form fieldset {
  min-width: 0;
}

html[data-pt3="catalog"] body.in-index #header .search-form fieldset {
  min-height: 48px;
  overflow: hidden;
  border: 1px solid var(--pt3-line-strong);
  border-radius: var(--pt3-radius-control);
  background: #fff;
}

html[data-pt3="catalog"] body.in-index #header .search-form:focus-within fieldset {
  border-color: var(--pt3-brand);
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .14);
}

html[data-pt3="catalog"] body.in-index #header .search-form input {
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 0;
  background: #fff;
  box-shadow: none;
  color: var(--pt3-ink);
  font-size: 15px;
}

html[data-pt3="catalog"] body.in-index #header .search-form button {
  min-width: 100px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: var(--pt3-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
}

html[data-pt3="catalog"] body.in-index #header .search-form button:hover {
  background: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index #header .navigation-buttons {
  min-width: 0;
}

html[data-pt3="catalog"] body.in-index #header .cart-count {
  min-width: 142px;
  min-height: 48px;
  padding: 0 16px 0 48px;
  border: 1px solid var(--pt3-line-strong);
  border-radius: var(--pt3-radius-control);
  background: #fff;
  color: var(--pt3-ink);
  font-size: 14px;
  white-space: nowrap;
}

html[data-pt3="catalog"] body.in-index #header .cart-count:hover {
  border-color: var(--pt3-brand);
  color: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index #header .cart-count:focus:not(:focus-visible),
html[data-pt3="catalog"] body.in-index #header .cart-count.hovered:not(:hover)[aria-expanded="false"] {
  border-color: var(--pt3-line-strong) !important;
  color: var(--pt3-ink) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html[data-pt3="catalog"] body.in-index #header .cart-count:focus-visible {
  border-color: var(--pt3-brand) !important;
  outline: 2px solid var(--pt3-brand) !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

html[data-pt3="catalog"] body.in-index #header .cart-count::before {
  left: 15px;
  color: var(--pt3-brand);
}

html[data-pt3="catalog"] body.in-index #navigation {
  width: 100%;
  min-height: 47px;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--pt3-line);
  border-bottom: 1px solid var(--pt3-line);
  border-radius: 0;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index #navigation .navigation-in,
html[data-pt3="catalog"] body.in-index .pt3-main-nav {
  min-width: 0;
  min-height: 46px;
  background: #fff !important;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a {
  min-width: 0;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  color: var(--pt3-ink-soft);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a:first-child {
  padding-left: 0;
  color: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a:hover,
html[data-pt3="catalog"] body.in-index .pt3-main-nav a:focus-visible {
  color: var(--pt3-brand-dark);
  text-decoration: underline;
  text-decoration-color: var(--pt3-brand);
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog {
  display: none;
}

/* Homepage a hero */
html[data-pt3="catalog"] body.in-index #content-wrapper {
  padding-top: 24px;
  padding-bottom: 72px;
  background: transparent;
}

html[data-pt3="catalog"] body.in-index main.content,
html[data-pt3="catalog"] body.in-index main.content.narrow {
  min-width: 0;
}

html[data-pt3="catalog"] body.in-index .pt3-intro {
  display: grid;
  min-height: 328px;
  margin: 0;
  overflow: visible;
  border: 1px solid var(--pt3-line);
  border-radius: 8px;
  background: var(--pt3-paper);
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
}

html[data-pt3="catalog"] body.in-index .pt3-intro::before {
  display: none;
}

html[data-pt3="catalog"] body.in-index .pt3-intro__copy {
  min-width: 0;
  padding: 40px 52px;
  justify-content: center;
}

html[data-pt3="catalog"] body.in-index .pt3-eyebrow {
  margin-bottom: 10px;
  color: var(--pt3-brand-dark);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .08em;
}

html[data-pt3="catalog"] body.in-index .pt3-intro h1 {
  max-width: 680px;
  margin: 0;
  color: var(--pt3-ink);
  font-family: inherit;
  font-size: clamp(46px, 4.6vw, 64px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .pt3-intro__lead {
  max-width: 710px;
  margin: 16px 0 0;
  color: var(--pt3-muted);
  font-size: 16px;
  line-height: 1.55;
}

html[data-pt3="catalog"] body.in-index .pt3-intro__actions {
  display: flex;
  margin-top: 22px;
  gap: 10px;
  flex-wrap: wrap;
}

html[data-pt3="catalog"] body.in-index .pt3-button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-brand);
  border-radius: var(--pt3-radius-control);
  background: var(--pt3-brand);
  color: #fff;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.2;
  white-space: nowrap;
}

html[data-pt3="catalog"] body.in-index .pt3-button:hover {
  border-color: var(--pt3-brand-dark);
  background: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index .pt3-button--link {
  border-color: var(--pt3-line-strong);
  background: transparent;
  color: var(--pt3-ink);
}

html[data-pt3="catalog"] body.in-index .pt3-button--link:hover {
  border-color: var(--pt3-brand);
  background: var(--pt3-brand-soft);
  color: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index .pt3-feature {
  display: grid;
  min-width: 0;
  margin: 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d4dbcf;
  border-radius: var(--pt3-radius-card);
  background: #fff;
  box-shadow: 0 10px 28px rgba(41, 52, 43, .08);
  grid-template-rows: minmax(190px, 1fr) auto;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__image {
  min-height: 190px;
  padding: 16px 24px;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__image img {
  height: 190px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__meta {
  display: grid;
  min-width: 0;
  padding: 16px 18px;
  border-top: 1px solid var(--pt3-line);
  gap: 5px;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__meta small {
  color: var(--pt3-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .045em;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__meta strong {
  display: block;
  overflow: visible;
  color: var(--pt3-ink);
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__commerce {
  display: flex;
  min-width: 0;
  margin-top: 4px;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__commerce b {
  color: var(--pt3-ink);
  font-size: 18px;
}

html[data-pt3="catalog"] body.in-index .pt3-feature__commerce em {
  color: var(--pt3-brand-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

html[data-pt3="catalog"] body.in-index .pt3-feature:hover strong {
  color: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index .pt3-trust {
  display: grid;
  margin: 0 0 54px;
  border-bottom: 1px solid var(--pt3-line);
  background: transparent;
  grid-template-columns: .8fr 1.6fr 1fr 1fr;
}

html[data-pt3="catalog"] body.in-index .pt3-trust > span {
  display: flex;
  min-width: 0;
  min-height: 68px;
  padding: 14px 20px;
  justify-content: center;
  gap: 2px;
  flex-direction: column;
  border-left: 1px solid var(--pt3-line);
}

html[data-pt3="catalog"] body.in-index .pt3-trust > span:first-child {
  border-left: 0;
}

html[data-pt3="catalog"] body.in-index .pt3-trust strong,
html[data-pt3="catalog"] body.in-index .pt3-trust small {
  min-width: 0;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .pt3-trust strong {
  color: var(--pt3-ink);
  font-size: 13px;
  font-weight: 700;
}

html[data-pt3="catalog"] body.in-index .pt3-trust small {
  color: var(--pt3-muted);
  font-size: 11px;
}

/* Oblasti mereni */
html[data-pt3="catalog"] body.in-index .pt3-task-index {
  margin: 0 0 58px;
}

html[data-pt3="catalog"] body.in-index .pt3-section-head {
  display: flex;
  min-height: 52px;
  margin-bottom: 18px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  border: 0;
}

html[data-pt3="catalog"] body.in-index .pt3-section-head h2 {
  margin: 0;
  color: var(--pt3-ink);
  font-family: inherit;
  font-size: 31px;
  font-weight: 740;
  letter-spacing: -.025em;
}

html[data-pt3="catalog"] body.in-index .pt3-section-head span {
  color: var(--pt3-muted);
  font-size: 13px;
}

html[data-pt3="catalog"] body.in-index .pt3-task-grid {
  display: grid;
  border: 0;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info::before,
html[data-pt3="catalog"] body.in-index .pt3-footer-info::after {
  display: none !important;
  content: none !important;
}

html[data-pt3="catalog"] body.in-index .pt3-task-row {
  display: block;
  min-width: 0;
  min-height: 116px;
  padding: 20px;
  border: 1px solid var(--pt3-line);
  border-radius: var(--pt3-radius-card);
  background: var(--pt3-surface);
}

html[data-pt3="catalog"] body.in-index .pt3-task-row h3 {
  margin: 0 0 10px;
  color: var(--pt3-ink);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .pt3-task-links {
  display: flex;
  min-width: 0;
  gap: 5px 12px;
  flex-wrap: wrap;
}

html[data-pt3="catalog"] body.in-index .pt3-task-links a {
  min-width: 0;
  color: var(--pt3-muted);
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .pt3-task-links a:hover {
  color: var(--pt3-brand-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Produktove sekce */
html[data-pt3="catalog"] body.in-index .homepage-group-title {
  display: flex;
  min-height: 44px;
  margin: 0 0 18px;
  padding: 0;
  align-items: center;
  border: 0;
  color: var(--pt3-ink);
  font-family: inherit;
  font-size: 30px;
  font-weight: 740;
  letter-spacing: -.025em;
}

html[data-pt3="catalog"] body.in-index .homepage-group-title::before {
  width: 4px;
  height: 22px;
  margin-right: 12px;
  border-radius: 2px;
  background: var(--pt3-brand);
}

html[data-pt3="catalog"] body.in-index .products.products-block {
  display: grid !important;
  margin: 0 0 64px;
  border: 0;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index .products.products-block > .product {
  min-width: 0;
}

html[data-pt3="catalog"] body.in-index .products .product .p {
  position: relative;
  display: flex;
  width: 100%;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: visible;
  flex-direction: column;
  border: 1px solid var(--pt3-line);
  border-radius: var(--pt3-radius-card);
  background: var(--pt3-surface);
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

html[data-pt3="catalog"] body.in-index .products .product .image {
  display: flex;
  width: 100%;
  height: 238px;
  min-height: 238px;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--pt3-radius-card) var(--pt3-radius-card) 0 0;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .products .product .image > img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  object-fit: contain;
  transition: transform 220ms ease;
}

html[data-pt3="catalog"] body.in-index .products .product .p-in {
  display: flex;
  min-width: 0;
  padding: 0 18px 18px;
  flex: 1 1 auto;
  flex-direction: column;
  border-top: 1px solid #eceee9;
}

html[data-pt3="catalog"] body.in-index .products .product .p-in-in,
html[data-pt3="catalog"] body.in-index .products .product .p-bottom {
  min-width: 0;
  padding: 0;
}

html[data-pt3="catalog"] body.in-index .products .product .name {
  display: block;
  min-width: 0;
  min-height: 0;
  margin-top: 16px;
  overflow: visible;
  color: var(--pt3-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  text-align: left;
  text-decoration: none;
  overflow-wrap: anywhere;
  -webkit-line-clamp: unset;
}

html[data-pt3="catalog"] body.in-index .products .ratings-wrapper {
  min-height: 24px;
  margin-top: 8px;
}

html[data-pt3="catalog"] body.in-index .products .star {
  color: var(--pt3-star);
}

html[data-pt3="catalog"] body.in-index .products .availability {
  display: inline-block;
  margin-top: 4px;
  color: var(--pt3-brand-dark);
  font-size: 12px;
  font-weight: 720;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .products .p-bottom {
  margin-top: auto;
}

html[data-pt3="catalog"] body.in-index .products .p-bottom > [data-micro="offer"] {
  display: grid;
  min-width: 0;
  margin-top: 12px;
  align-items: end;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

html[data-pt3="catalog"] body.in-index .products .price-final {
  color: var(--pt3-ink);
  font-size: 21px;
  font-weight: 760;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .products .price-additional {
  color: var(--pt3-muted);
  font-size: 11px;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .products .btn-cart {
  min-width: 76px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--pt3-brand);
  border-radius: var(--pt3-radius-control);
  background: var(--pt3-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 720;
}

html[data-pt3="catalog"] body.in-index .products .btn-cart:hover {
  border-color: var(--pt3-brand-dark);
  background: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index .products .p-desc {
  display: none;
}

html[data-pt3="catalog"] body.in-index .products .p-code {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  bottom: auto;
  left: auto;
  display: inline-flex;
  width: auto;
  max-width: calc(100% - 28px);
  min-height: 24px;
  padding: 4px 7px;
  align-items: center;
  border-radius: 3px;
  background: #f1f3ef;
  color: var(--pt3-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .products .flags-default,
html[data-pt3="catalog"] body.in-index .products .flags-extra {
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: auto;
  left: 14px;
  display: flex;
  width: auto;
  max-width: calc(100% - 100px);
  height: auto;
  align-items: flex-start;
  gap: 4px;
  flex-flow: row wrap;
}

html[data-pt3="catalog"] body.in-index .products .flags-default {
  top: 14px;
}

html[data-pt3="catalog"] body.in-index .products .flags-extra {
  top: 46px;
}

html[data-pt3="catalog"] body.in-index .products .flag {
  min-height: 23px;
  padding: 5px 7px;
  border-radius: 3px;
  box-shadow: none;
  font-size: 9px;
  line-height: 1.15;
}

html[data-pt3="catalog"] body.in-index .products .flag-freeshipping {
  background: var(--pt3-brand-soft);
  color: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index .products .flag-action,
html[data-pt3="catalog"] body.in-index .products .flag-discount {
  background: var(--pt3-signal);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  html[data-pt3="catalog"] body.in-index .products .product .p:hover,
  html[data-pt3="catalog"] body.in-index .products .product .p:focus-within {
    border-color: var(--pt3-line-strong);
    box-shadow: 0 14px 34px rgba(32, 35, 33, .1);
    transform: translateY(-2px);
  }

  html[data-pt3="catalog"] body.in-index .products .product .p:hover .image > img {
    transform: scale(1.02);
  }

  html[data-pt3="catalog"] body.in-index .pt3-feature:hover .pt3-feature__image img {
    transform: scale(1.018);
  }
}

/* Hodnoceni a footer */
html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper {
  display: grid;
  margin-top: 0;
  padding: 30px;
  border: 1px solid var(--pt3-line);
  border-radius: var(--pt3-radius-card);
  background: var(--pt3-surface);
  box-shadow: none;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index .latest-contribution {
  display: grid !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index .latest-contribution h2 {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  color: var(--pt3-ink);
  font-family: inherit;
  font-size: 26px;
  font-weight: 730;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-placeholder {
  visibility: hidden;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-inner {
  display: grid !important;
  width: auto !important;
  min-width: 0;
  min-height: 0;
  padding: 14px;
  border: 1px solid #eceee9;
  border-radius: var(--pt3-radius-control);
  background: #fafbf8;
  color: var(--pt3-ink);
  align-items: center;
  gap: 10px;
  grid-template-columns: 54px minmax(0, 1fr);
}

html[data-pt3="catalog"] body.in-index .latest-contribution-image {
  width: 54px !important;
  height: 54px !important;
  margin: 0 !important;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-image img {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-content,
html[data-pt3="catalog"] body.in-index .latest-contribution-info {
  min-width: 0;
  width: auto !important;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-inner h4,
html[data-pt3="catalog"] body.in-index .latest-contribution-product {
  width: auto;
  min-width: 0;
  height: auto;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (min-width: 1101px) {
  html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper {
    align-items: stretch !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution {
    display: contents !important;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution h2:not(.latest-contribution-placeholder) {
    grid-column: 1 / -1;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-placeholder {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-inner {
    height: 100% !important;
  }
}

html[data-pt3="catalog"] body.in-index #footer {
  border: 0;
  background: #282e2a;
  color: #e8ece8;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info {
  display: grid;
  width: min(calc(100% - 48px), 1280px);
  height: auto !important;
  min-height: 0 !important;
  padding: 42px 0 36px;
  border: 0;
  background: transparent !important;
  gap: 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info > div {
  width: auto !important;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  float: none !important;
  background: transparent !important;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info h2,
html[data-pt3="catalog"] body.in-index .pt3-footer-info h3 {
  color: #fff;
  font-family: inherit;
  font-size: 15px;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info p {
  color: #cbd1cc;
  font-size: 13px;
}

html[data-pt3="catalog"] body.in-index .pt3-footer-info a,
html[data-pt3="catalog"] body.in-index #footer a,
html[data-pt3="catalog"] body.in-index #footer #signature a,
html[data-pt3="catalog"] body.in-index #footer #signature .title {
  color: #f2f5f2;
}

html[data-pt3="catalog"] body.in-index #footer a:hover {
  color: #b5d285;
}

html[data-pt3="catalog"] body.in-index #footer .footer-links-icons {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #414842;
}

html[data-pt3="catalog"] body.in-index #footer .footer-bottom {
  padding-top: 18px;
  padding-bottom: 20px;
  border-top: 1px solid #414842;
  color: #bec5bf;
}

/* Popupy, hledani a cookies */
html[data-pt3="catalog"] body.in-index .popup-widget-inner,
html[data-pt3="catalog"] body.in-index .search-results,
html[data-pt3="catalog"] body.in-index .search-results-groups,
html[data-pt3="catalog"] body.in-index .search-whisperer {
  border: 1px solid var(--pt3-line-strong);
  border-radius: var(--pt3-radius-card);
  background: #fff;
  box-shadow: 0 20px 50px rgba(32, 35, 33, .18);
}

html[data-pt3="catalog"] body.in-index .popup-widget h2 {
  font-family: inherit;
  font-size: 25px;
}

html[data-pt3="catalog"] body.in-index .popup-widget .form-control,
html[data-pt3="catalog"] body.in-index .popup-widget .btn-primary,
html[data-pt3="catalog"] body.in-index .popup-widget .btn-conversion {
  min-width: 0;
  min-height: 44px;
  border-radius: var(--pt3-radius-control);
}

html[data-pt3="catalog"] body.in-index .popup-widget .btn-primary,
html[data-pt3="catalog"] body.in-index .popup-widget .btn-conversion {
  border-color: var(--pt3-brand);
  background: var(--pt3-brand);
}

html[data-pt3="catalog"] body.in-index .siteCookies {
  border-top: 1px solid var(--pt3-line-strong) !important;
  background: #fff !important;
  color: var(--pt3-ink) !important;
  box-shadow: 0 -10px 30px rgba(32, 35, 33, .08) !important;
}

html[data-pt3="catalog"] body.in-index .siteCookies::before,
html[data-pt3="catalog"] body.in-index .siteCookies::after,
html[data-pt3="catalog"] body.in-index .siteCookies__form,
html[data-pt3="catalog"] body.in-index .siteCookies__content,
html[data-pt3="catalog"] body.in-index .siteCookies__buttonWrap,
html[data-pt3="catalog"] body.in-index .siteCookies__links {
  background: #fff !important;
}

html[data-pt3="catalog"] body.in-index .siteCookies p,
html[data-pt3="catalog"] body.in-index .siteCookies__link {
  color: var(--pt3-ink-soft) !important;
}

html[data-pt3="catalog"] body.in-index .siteCookies__button {
  min-height: 44px;
  border: 1px solid var(--pt3-line-strong) !important;
  border-radius: var(--pt3-radius-control) !important;
  background: #fff !important;
  color: var(--pt3-ink) !important;
}

html[data-pt3="catalog"] body.in-index .siteCookies__buttonWrap .siteCookies__button:last-child {
  border-color: var(--pt3-brand) !important;
  background: var(--pt3-brand) !important;
  color: #fff !important;
}

/* Tablet */
@media (max-width: 1100px) and (min-width: 768px) {
  html[data-pt3="catalog"] body.in-index .container {
    width: min(calc(100% - 32px), 1280px);
  }

  html[data-pt3="catalog"] body.in-index #header .header-top {
    gap: 20px;
    grid-template-columns: 180px minmax(240px, 1fr) 126px;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name img {
    max-width: 175px;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count {
    min-width: 126px;
    padding-right: 12px;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-contacts .project-email {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .pt3-main-nav a {
    padding: 0 13px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-main-nav a:nth-child(n + 5) {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__copy {
    padding: 34px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro h1 {
    font-size: 46px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-feature {
    margin: 16px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-pt3="catalog"] body.in-index .pt3-trust > span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--pt3-line);
  }

  html[data-pt3="catalog"] body.in-index .pt3-trust > span:nth-child(4) {
    border-top: 1px solid var(--pt3-line);
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-grid,
  html[data-pt3="catalog"] body.in-index .products.products-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) and (min-width: 921px) {
  html[data-pt3="catalog"] body.in-index .pt3-task-grid,
  html[data-pt3="catalog"] body.in-index .products.products-block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobil */
@media (max-width: 767px) {
  html[data-pt3="catalog"] body.in-index {
    font-size: 15px;
  }

  html[data-pt3="catalog"] body.in-index .container {
    width: calc(100% - 24px);
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar,
  html[data-pt3="catalog"] body.in-index .top-navigation-bar > .container,
  html[data-pt3="catalog"] body.in-index #header,
  html[data-pt3="catalog"] body.in-index #header .navigation-wrapper,
  html[data-pt3="catalog"] body.in-index #header .header-top {
    height: 62px;
    min-height: 62px;
  }

  /* Shoptet sklada mobilni hlavicku ze dvou prekrytych fixed vrstev.
     Horni lista nese ovladaci ikony, logo a kosik lezi ve vrstve pod ni. */
  html[data-pt3="catalog"] body.in-index .top-navigation-bar {
    background: transparent !important;
    pointer-events: none;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools {
    pointer-events: auto;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a {
    border: 0 !important;
    border-radius: var(--pt3-radius-control) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a::before {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--pt3-ink) !important;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a[data-target="navigation"] {
    background: var(--pt3-brand) !important;
    color: #fff !important;
  }

  html[data-pt3="catalog"] body.in-index .responsive-tools a[data-target="navigation"]::before {
    color: #fff !important;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name-wrapper {
    width: 136px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name,
  html[data-pt3="catalog"] body.in-index #header .site-name a {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 132px;
    max-height: 40px;
  }

  html[data-pt3="catalog"] body.in-index #header .navigation-buttons {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count {
    position: static !important;
    inset: auto !important;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0 !important;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: var(--pt3-radius-control);
    background: transparent;
    font-size: 0;
    transform: none !important;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count::before {
    color: var(--pt3-brand);
  }

  html[data-pt3="catalog"] body.in-index #header .search {
    padding: 12px;
    border: 0;
    border-bottom: 1px solid var(--pt3-line-strong);
    background: #fff;
    box-shadow: 0 16px 30px rgba(32, 35, 33, .1);
  }

  html[data-pt3="catalog"] body.in-index.search-window-visible::after {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index.search-window-visible #content-wrapper {
    margin-top: 86px;
  }

  html[data-pt3="catalog"] body.in-index #navigation {
    width: min(94vw, 400px) !important;
    max-width: 400px;
    overflow: hidden;
    border: 0;
    background: #fff;
    box-shadow: -18px 0 44px rgba(32, 35, 33, .18);
  }

  html[data-pt3="catalog"] body.in-index #navigation .navigation-in {
    padding: 62px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff !important;
  }

  html[data-pt3="catalog"] body.in-index .pt3-main-nav {
    right: 58px;
    height: 62px;
    min-height: 62px;
    border-bottom: 1px solid var(--pt3-line);
  }

  html[data-pt3="catalog"] body.in-index .pt3-main-nav a:first-child {
    min-height: 62px;
    color: var(--pt3-ink);
    font-size: 12px;
  }

  html[data-pt3="catalog"] body.in-index #navigation .navigation-close {
    top: 9px;
    right: 9px;
    border: 1px solid var(--pt3-line-strong);
    border-radius: var(--pt3-radius-control);
  }

  html[data-pt3="catalog"] body.in-index #navigation .menu-level-1,
  html[data-pt3="catalog"] body.in-index #navigation .navigationActions {
    display: none !important;
  }

  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog {
    display: block;
    min-width: 0;
    padding: 18px 16px 30px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog__title {
    margin: 0 0 10px;
    color: var(--pt3-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog details {
    border-top: 1px solid var(--pt3-line);
  }

  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog summary {
    min-width: 0;
    padding: 15px 30px 15px 0;
    color: var(--pt3-ink);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    overflow-wrap: anywhere;
  }

  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog details > div {
    display: grid;
    padding: 0 0 14px 12px;
    border-left: 2px solid var(--pt3-brand);
    gap: 2px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog details a,
  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog__service a {
    min-width: 0;
    padding: 8px 10px;
    color: var(--pt3-ink-soft);
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog__service {
    display: grid;
    margin-top: 18px;
    padding-top: 12px;
    border-top: 2px solid var(--pt3-ink);
  }

  html[data-pt3="catalog"] body.in-index #content-wrapper {
    margin-top: 14px;
    padding-top: 14px;
    padding-bottom: 48px;
    transition: margin-top 180ms ease;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro {
    display: block;
    min-height: 0;
    border-radius: var(--pt3-radius-card);
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__copy {
    padding: 26px 22px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro h1 {
    font-size: clamp(35px, 10.5vw, 42px);
    line-height: 1.04;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__lead {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__actions {
    display: grid;
    margin-top: 18px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-button {
    width: 100%;
    min-height: 46px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-feature {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .pt3-trust {
    margin-bottom: 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-pt3="catalog"] body.in-index .pt3-trust > span {
    min-height: 64px;
    padding: 11px 10px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-trust > span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--pt3-line);
  }

  html[data-pt3="catalog"] body.in-index .pt3-trust > span:nth-child(4) {
    border-top: 1px solid var(--pt3-line);
  }

  html[data-pt3="catalog"] body.in-index .pt3-section-head {
    min-height: 0;
    margin-bottom: 12px;
    align-items: start;
    gap: 4px;
    flex-direction: column;
  }

  html[data-pt3="catalog"] body.in-index .pt3-section-head h2 {
    font-size: 26px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-index {
    margin-bottom: 44px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-grid {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-row {
    min-width: 0;
    min-height: 116px;
    padding: 14px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-row h3 {
    margin-bottom: 7px;
    font-size: 14px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-links {
    display: block;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-links a {
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-links a:nth-child(n + 3) {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .homepage-group-title {
    min-height: 40px;
    margin-bottom: 14px;
    font-size: 25px;
  }

  html[data-pt3="catalog"] body.in-index .products.products-block {
    display: grid !important;
    margin-bottom: 48px;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .products .product .p {
    display: grid;
    min-width: 0;
    min-height: 0;
    padding: 12px;
    gap: 0 14px;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  html[data-pt3="catalog"] body.in-index .products .product .image {
    width: 112px;
    height: 164px;
    min-height: 164px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: var(--pt3-radius-control);
    background: #fafbf8;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  html[data-pt3="catalog"] body.in-index .products .product .image > img {
    max-height: 142px;
  }

  html[data-pt3="catalog"] body.in-index .products .product .p-in {
    min-width: 0;
    padding: 0;
    border: 0;
    grid-column: 2;
    grid-row: 1;
  }

  html[data-pt3="catalog"] body.in-index .products .product .name {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.32;
  }

  html[data-pt3="catalog"] body.in-index .products .ratings-wrapper {
    min-height: 20px;
    margin-top: 5px;
  }

  html[data-pt3="catalog"] body.in-index .products .p-bottom > [data-micro="offer"] {
    margin-top: 8px;
    gap: 8px;
  }

  html[data-pt3="catalog"] body.in-index .products .price-final {
    font-size: 18px;
  }

  html[data-pt3="catalog"] body.in-index .products .btn-cart {
    min-width: 72px;
    min-height: 44px;
    padding: 0 10px;
  }

  html[data-pt3="catalog"] body.in-index .products .p-code {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: 100%;
    margin-top: 8px;
    justify-self: start;
    grid-column: 2;
    grid-row: 2;
  }

  html[data-pt3="catalog"] body.in-index .products .flags-default,
  html[data-pt3="catalog"] body.in-index .products .flags-extra {
    left: 18px;
    max-width: 94px;
  }

  html[data-pt3="catalog"] body.in-index .products .flags-default {
    top: 18px;
  }

  html[data-pt3="catalog"] body.in-index .products .flags-extra {
    top: 48px;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper {
    padding: 22px 16px;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution h2 {
    font-size: 23px;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-inner {
    min-height: 180px;
    padding: 11px;
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-image {
    display: none;
  }

  html[data-pt3="catalog"] body.in-index .pt3-footer-info {
    width: calc(100% - 24px);
    padding: 34px 0 28px;
    gap: 24px;
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .popup-widget {
    width: calc(100% - 24px);
    max-width: 430px;
  }
}

@media (max-width: 360px) {
  html[data-pt3="catalog"] body.in-index #header .site-name-wrapper {
    width: 112px;
  }

  html[data-pt3="catalog"] body.in-index #header .site-name img {
    max-width: 108px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-intro__copy {
    padding: 23px 18px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-grid {
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-row {
    min-height: 0;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-links {
    display: flex;
  }

  html[data-pt3="catalog"] body.in-index .products .product .p {
    gap: 0 11px;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .products .product .image {
    width: 96px;
    height: 150px;
    min-height: 150px;
  }

  html[data-pt3="catalog"] body.in-index .products .p-bottom > [data-micro="offer"] {
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .products .btn-cart {
    width: 100%;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper {
    grid-template-columns: 1fr;
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .latest-contribution-inner {
    min-height: 130px;
  }
}

@media (max-width: 430px) {
  html[data-pt3="catalog"] body.in-index #navigation {
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: none !important;
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .pt3-task-row {
    min-height: 0;
  }
}

/* Sdilene komponenty V4: doprava, sekundarni akce, modal a toast */
html[data-pt3="catalog"] body.in-index .products .flag-freeshipping {
  display: inline-flex !important;
  width: auto !important;
  min-width: 114px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 5px 8px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 6px;
  border: 1px solid #bac9a6 !important;
  border-radius: 3px !important;
  background: var(--pt3-brand-soft) !important;
  color: var(--pt3-brand-dark) !important;
  white-space: nowrap;
  overflow: visible !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-freeshipping .icon-van {
  display: inline-flex !important;
  width: 18px !important;
  height: 16px !important;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  color: var(--pt3-brand-dark) !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-freeshipping .flag-text {
  color: inherit !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: .01em;
  line-height: 1 !important;
  text-transform: none;
}

html[data-pt3="catalog"] body.in-index .toggle-top-products,
html[data-pt3="catalog"] body.in-index .btn--link,
html[data-pt3="catalog"] body.in-index .goToTop__button {
  color: var(--pt3-brand-dark) !important;
  text-decoration-color: var(--pt3-brand) !important;
}

html[data-pt3="catalog"] body.in-index .btn-secondary,
html[data-pt3="catalog"] body.in-index .loadMore__button,
html[data-pt3="catalog"] body.in-index .pagination__link {
  min-height: 40px;
  border: 1px solid var(--pt3-brand) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--pt3-brand-dark) !important;
}

html[data-pt3="catalog"] body.in-index .btn-secondary:hover,
html[data-pt3="catalog"] body.in-index .loadMore__button:hover,
html[data-pt3="catalog"] body.in-index .pagination__link:hover {
  background: var(--pt3-brand-soft) !important;
}

/* Naplneny kosik v hlavicce */
html[data-pt3="catalog"] body.in-index #cart-widget {
  width: min(430px, calc(100vw - 24px)) !important;
  overflow: visible !important;
  border: 1px solid var(--pt3-line-strong) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--pt3-ink) !important;
  box-shadow: 0 20px 48px rgba(32, 37, 33, .18) !important;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-inner {
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 6px 6px 0 0 !important;
  background: #fff !important;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-products::before {
  content: "V košíku";
  display: block;
  padding: 14px 16px 11px;
  border-bottom: 1px solid var(--pt3-line);
  color: var(--pt3-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-products-inner {
  max-height: min(340px, 48vh);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product {
  display: grid !important;
  min-height: 100px;
  padding: 14px 16px !important;
  align-items: center;
  gap: 8px;
  grid-template-areas: "image amount unit name delete";
  grid-template-columns: 64px 58px 20px minmax(0, 1fr) 30px;
  border: 0 !important;
  border-bottom: 1px solid var(--pt3-line) !important;
  background: #fff !important;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-image,
html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-amount,
html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-unit,
html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-name,
html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-delete {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-image {
  grid-area: image;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-image a {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-line);
  border-radius: 4px;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-image img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-amount {
  grid-area: amount;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-amount .quantity {
  width: 58px;
  height: 40px;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-unit {
  grid-area: unit;
  color: var(--pt3-muted) !important;
  font-size: 13px;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-name {
  grid-area: name;
  min-width: 0;
  line-height: 1.25;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-name strong,
html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-name a {
  display: block;
  overflow: hidden;
  color: var(--pt3-ink) !important;
  font-size: 14px;
  font-weight: 750;
  text-overflow: ellipsis;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-name > span {
  display: block;
  margin-top: 5px;
  color: var(--pt3-brand-dark) !important;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-product-delete {
  grid-area: delete;
}

html[data-pt3="catalog"] body.in-index #cart-widget .remove-item {
  width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background-color: transparent !important;
  opacity: .65;
}

html[data-pt3="catalog"] body.in-index #cart-widget .remove-item:hover,
html[data-pt3="catalog"] body.in-index #cart-widget .remove-item:focus-visible {
  background-color: #f8e9e6 !important;
  opacity: 1;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-free-shipping {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 14px 16px 2px !important;
  padding: 12px 14px !important;
  border: 1px solid #bac9a6 !important;
  border-radius: 4px !important;
  background: var(--pt3-brand-soft) !important;
  color: var(--pt3-brand-dark) !important;
  text-align: left !important;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-free-shipping strong {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pt3-brand-dark) !important;
  font-size: 14px;
  font-weight: 800;
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-free-shipping strong::before {
  content: "";
  width: 24px;
  height: 18px;
  flex: 0 0 24px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='none' stroke='%233f6118' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 2.5h12v10H2zM14 6.5h4l4 4v2h-8z'/%3E%3Ccircle cx='6' cy='14.5' r='2'/%3E%3Ccircle cx='18' cy='14.5' r='2'/%3E%3C/svg%3E");
}

html[data-pt3="catalog"] body.in-index #cart-widget .cart-widget-button {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 12px 16px 16px !important;
  border-radius: 0 0 6px 6px;
  background: #fff !important;
}

html[data-pt3="catalog"] body.in-index #cart-widget #continue-order-button {
  display: flex !important;
  width: 100% !important;
  min-height: 50px;
  padding: 0 18px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-brand) !important;
  border-radius: 4px !important;
  background: var(--pt3-brand) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
}

@media (min-width: 768px) {
  html[data-pt3="catalog"] body.in-index #header .cart-count {
    position: relative !important;
    padding-left: 60px !important;
    overflow: visible !important;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count::before {
    position: absolute !important;
    top: 8px !important;
    left: 16px !important;
    display: flex !important;
    width: 32px !important;
    height: 32px !important;
    align-items: center;
    justify-content: center;
    line-height: 32px !important;
    transform: none !important;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count i,
  html[data-pt3="catalog"] body.in-index #header .cart-count [data-testid="headerCartCount"] {
    position: absolute !important;
    z-index: 2;
    top: 2px !important;
    right: auto !important;
    left: 38px !important;
    display: flex !important;
    width: 18px !important;
    height: 18px !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: var(--pt3-brand-dark) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 850;
    line-height: 1 !important;
  }
}

html[data-pt3="catalog"] body.in-index #colorbox,
html[data-pt3="catalog"] body.in-index #cboxContent,
html[data-pt3="catalog"] body.in-index .shoptet-modal,
html[data-pt3="catalog"] body.in-index .shoptet-modal-md {
  border: 1px solid var(--pt3-line) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--pt3-ink) !important;
  box-shadow: 0 24px 60px rgba(32, 37, 33, .2) !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .btn-primary,
html[data-pt3="catalog"] body.in-index #colorbox .btn-conversion {
  border-color: var(--pt3-brand) !important;
  border-radius: 4px !important;
  background: var(--pt3-brand) !important;
  color: #fff !important;
}

html[data-pt3="catalog"] body.in-index #cboxClose {
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  color: var(--pt3-ink) !important;
}

html[data-pt3="catalog"] body.in-index #cboxOverlay {
  z-index: 10040 !important;
  background: var(--pt3-ink) !important;
  opacity: .42 !important;
}

html[data-pt3="catalog"] body.in-index #colorbox {
  z-index: 10041 !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__title,
html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__perex,
html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__item__name,
html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__item__text {
  color: var(--pt3-ink) !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__data {
  border-color: var(--pt3-line) !important;
  border-radius: 4px !important;
  background: #fff !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__item,
html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__item__status {
  border-color: var(--pt3-line) !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__item__status {
  border-radius: 4px !important;
  background: var(--pt3-paper) !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__item__checkbox {
  accent-color: var(--pt3-brand) !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__item__status:has(input:checked) {
  border-color: var(--pt3-brand) !important;
  background: var(--pt3-brand-soft) !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__uncheckLink,
html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__button {
  min-height: 48px;
  border-radius: 4px !important;
  font-weight: 750 !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__uncheckLink {
  border: 1px solid var(--pt3-line-strong) !important;
  background: #fff !important;
  color: var(--pt3-ink) !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__button {
  border: 1px solid var(--pt3-brand) !important;
  background: var(--pt3-brand) !important;
  color: #fff !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .cookiesSetting__button--green {
  border-color: var(--pt3-brand-dark) !important;
  background: var(--pt3-brand-dark) !important;
}

@media (min-width: 768px) {
  html[data-pt3="catalog"] body.in-index #colorbox:has(.cookiesSetting__form) {
    position: fixed !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(700px, calc(100vw - 32px)) !important;
    height: min(550px, calc(100vh - 32px)) !important;
    max-height: calc(100vh - 32px) !important;
    overflow: hidden !important;
    transform: translate(-50%, -50%) !important;
  }

  html[data-pt3="catalog"] body.in-index #colorbox:has(.cookiesSetting__form) #cboxWrapper,
  html[data-pt3="catalog"] body.in-index #colorbox:has(.cookiesSetting__form) #cboxContent,
  html[data-pt3="catalog"] body.in-index #colorbox:has(.cookiesSetting__form) #cboxLoadedContent,
  html[data-pt3="catalog"] body.in-index #colorbox:has(.cookiesSetting__form) .colorbox-html-content {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  html[data-pt3="catalog"] body.in-index #colorbox:has(.cookiesSetting__form) #cboxLoadedContent {
    padding: 0 !important;
    overflow: auto !important;
    overscroll-behavior: contain;
  }
}

html[data-pt3="catalog"] body.in-index .search-whisperer.active {
  max-height: min(620px, calc(100vh - 150px)) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  border: 1px solid var(--pt3-line-strong) !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(32, 37, 33, .16) !important;
  scrollbar-color: var(--pt3-line-strong) transparent;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-documents {
  padding: 6px 0;
  border-bottom: 1px solid var(--pt3-line) !important;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-document,
html[data-pt3="catalog"] body.in-index .search-whisperer-document span,
html[data-pt3="catalog"] body.in-index .search-whisperer-products a,
html[data-pt3="catalog"] body.in-index .search-whisperer-products .p-name,
html[data-pt3="catalog"] body.in-index .search-whisperer-products .price {
  color: var(--pt3-ink) !important;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-document {
  min-height: 38px;
  padding: 8px 14px !important;
  border: 0 !important;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-category em {
  position: relative;
  width: 15px !important;
  height: 11px !important;
  margin-right: 9px !important;
  border: 1.5px solid var(--pt3-brand) !important;
  border-radius: 1px !important;
  background: none !important;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-category em::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 1px;
  width: 7px;
  height: 3px;
  border: 1.5px solid var(--pt3-brand);
  border-bottom: 0;
  border-radius: 1px 1px 0 0;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-products li {
  border-color: var(--pt3-line) !important;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-products .p-name,
html[data-pt3="catalog"] body.in-index .search-whisperer-products .price {
  font-weight: 750 !important;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-products .availability-label {
  color: var(--pt3-brand-dark) !important;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-document.whisperer-trigger {
  position: sticky;
  z-index: 2;
  bottom: 0;
  justify-content: center;
  border-top: 1px solid var(--pt3-line) !important;
  background: #fff !important;
  color: var(--pt3-brand-dark) !important;
  font-weight: 750;
}

html[data-pt3="catalog"] body.in-index .search-whisperer-document:hover,
html[data-pt3="catalog"] body.in-index .search-whisperer-document:focus-visible,
html[data-pt3="catalog"] body.in-index .search-whisperer-products li > a:hover,
html[data-pt3="catalog"] body.in-index .search-whisperer-products li > a:focus-visible {
  outline: 0;
  background: var(--pt3-brand-soft) !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .form-control,
html[data-pt3="catalog"] body.in-index .popup-widget .form-control {
  border: 1px solid var(--pt3-line-strong) !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: var(--pt3-ink) !important;
  box-shadow: none !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .form-control:focus,
html[data-pt3="catalog"] body.in-index .popup-widget .form-control:focus {
  border-color: var(--pt3-brand) !important;
  outline: 3px solid rgba(85, 124, 35, .18) !important;
  outline-offset: 0;
}

html[data-pt3="catalog"] body.in-index #colorbox .form-control.error-field,
html[data-pt3="catalog"] body.in-index .popup-widget .form-control.error-field {
  border-color: #d33a36 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html[data-pt3="catalog"] body.in-index #colorbox .form-control.error-field:focus,
html[data-pt3="catalog"] body.in-index .popup-widget .form-control.error-field:focus {
  box-shadow: 0 0 0 3px rgba(211, 58, 54, .14) !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-tip,
html[data-pt3="catalog"] body.in-index .products .flag-new,
html[data-pt3="catalog"] body.in-index .products .flag-newproduct {
  background: var(--pt3-brand-dark) !important;
  color: #fff !important;
}

html[data-pt3="catalog"] body.in-index .messages {
  position: fixed !important;
  z-index: 2010 !important;
  top: auto !important;
  right: 22px !important;
  bottom: 22px !important;
  left: auto !important;
  display: grid !important;
  width: min(370px, calc(100vw - 32px)) !important;
  height: auto !important;
  gap: 10px;
  background: transparent !important;
  pointer-events: none;
}

html[data-pt3="catalog"] body.in-index .messages .msg {
  position: relative;
  width: 100% !important;
  min-height: 76px;
  margin: 0 !important;
  padding: 18px 50px 18px 50px !important;
  border: 1px solid var(--pt3-line) !important;
  border-left: 4px solid var(--pt3-brand) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--pt3-ink) !important;
  box-shadow: 0 18px 42px rgba(32, 37, 33, .18) !important;
  font-size: 14px;
  line-height: 1.4;
  pointer-events: auto;
  animation: pt3-toast-in .2s ease-out both;
}

html[data-pt3="catalog"] body.in-index .messages .msg::before {
  position: absolute;
  top: 20px;
  left: 17px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--pt3-brand-soft);
  color: var(--pt3-brand-dark);
  content: "\2713";
  font-size: 14px;
  font-weight: 900;
}

html[data-pt3="catalog"] body.in-index .messages .msg-error,
html[data-pt3="catalog"] body.in-index .messages .msg-warning {
  border-left-color: var(--pt3-signal) !important;
}

html[data-pt3="catalog"] body.in-index .messages .msg a {
  color: var(--pt3-brand-dark) !important;
  font-weight: 750;
  text-underline-offset: 2px;
}

html[data-pt3="catalog"] body.in-index .pt-toast-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 30px;
  height: 30px;
  min-height: 0;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--pt3-ink);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

html[data-pt3="catalog"] body.in-index .pt-toast-close:hover {
  background: var(--pt3-brand-soft);
}

html[data-pt3="catalog"] body.in-index .messages .pt-toast-leaving {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

@keyframes pt3-toast-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  html[data-pt3="catalog"] body.in-index .responsive-tools {
    overflow: visible !important;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count {
    position: relative !important;
    overflow: visible !important;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count i,
  html[data-pt3="catalog"] body.in-index #header .cart-count [data-testid="headerCartCount"] {
    position: absolute !important;
    z-index: 2;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    display: flex !important;
    width: 18px !important;
    height: 18px !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: var(--pt3-brand-dark) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 850;
    line-height: 1 !important;
  }

  html[data-pt3="catalog"] body.in-index .search-whisperer.active {
    max-height: calc(100vh - 142px) !important;
    border-radius: 0 0 4px 4px !important;
  }

  html[data-pt3="catalog"] body.in-index #colorbox {
    position: fixed !important;
    z-index: 10041 !important;
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  html[data-pt3="catalog"] body.in-index #cboxWrapper,
  html[data-pt3="catalog"] body.in-index #cboxContent,
  html[data-pt3="catalog"] body.in-index #cboxLoadedContent,
  html[data-pt3="catalog"] body.in-index #colorbox .colorbox-html-content {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  html[data-pt3="catalog"] body.in-index #cboxLoadedContent {
    padding: 0 !important;
    overflow: auto !important;
    overscroll-behavior: contain;
  }

  html[data-pt3="catalog"] body.in-index #colorbox .colorbox-html-content {
    min-height: 100%;
  }

  html[data-pt3="catalog"] body.in-index #cboxClose {
    position: fixed !important;
    z-index: 10042 !important;
    top: 18px !important;
    right: 18px !important;
  }

  html[data-pt3="catalog"] body.in-index .products .flags-default,
  html[data-pt3="catalog"] body.in-index .products .flags-extra {
    right: auto !important;
    left: 2px !important;
    max-width: 94px !important;
  }

  html[data-pt3="catalog"] body.in-index .products .flag-freeshipping {
    width: 94px !important;
    min-width: 94px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 4px 5px !important;
    gap: 4px;
    justify-content: flex-start !important;
    white-space: normal !important;
  }

  html[data-pt3="catalog"] body.in-index .products .flag-freeshipping .icon-van {
    width: 14px !important;
    height: 14px !important;
    flex-basis: 14px;
    font-size: 14px !important;
  }

  html[data-pt3="catalog"] body.in-index .products .flag-freeshipping .flag-text {
    max-width: 66px;
    font-size: 9px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  html[data-pt3="catalog"] body.in-index .messages {
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
    width: auto !important;
  }
}

/* Finalni zpevneni hodnoceni a produktovych stitku */
html[data-pt3="catalog"] body.in-index .latest-contribution-wrapper {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-items: stretch !important;
  grid-auto-rows: auto;
  overflow: visible !important;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-inner {
  box-sizing: border-box;
  height: auto !important;
  min-height: 156px;
  align-self: stretch;
  overflow: hidden;
}

html[data-pt3="catalog"] body.in-index .latest-contribution-content,
html[data-pt3="catalog"] body.in-index .latest-contribution-info,
html[data-pt3="catalog"] body.in-index .latest-contribution-product {
  max-width: 100%;
  overflow-wrap: anywhere;
}

html[data-pt3="catalog"] body.in-index .products .flags-extra {
  top: 14px !important;
  left: 14px !important;
  max-width: 116px !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
}

html[data-pt3="catalog"] body.in-index .products .product:has(.flag-discount) .flags-default {
  display: none !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-discount {
  order: -10;
  display: inline-flex !important;
  width: auto !important;
  min-width: 74px !important;
  height: auto !important;
  min-height: 44px !important;
  padding: 6px 9px !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 2px !important;
  border-radius: 3px !important;
  background: var(--pt3-signal) !important;
  color: #fff !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-discount .price-standard,
html[data-pt3="catalog"] body.in-index .products .flag-discount .price-standard span {
  display: block !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-discount .price-save {
  display: block !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  html[data-pt3="catalog"] body.in-index .latest-contribution-inner {
    min-height: 0;
    overflow: visible;
  }

  html[data-pt3="catalog"] body.in-index .products .flags-extra {
    top: -1px !important;
    left: -1px !important;
    max-width: 96px !important;
  }
}

/* Vyvazenejsi typograficka hierarchie */
html[data-pt3="catalog"] body.in-index .pt3-main-nav a,
html[data-pt3="catalog"] body.in-index .pt3-task-links a,
html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog a {
  font-weight: 500;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a:first-child,
html[data-pt3="catalog"] body.in-index .pt3-eyebrow,
html[data-pt3="catalog"] body.in-index .pt3-intro__eyebrow {
  font-weight: 650;
}

html[data-pt3="catalog"] body.in-index .pt3-intro h1 {
  font-weight: 700;
}

html[data-pt3="catalog"] body.in-index .pt3-section-heading h2,
html[data-pt3="catalog"] body.in-index .latest-contribution h2,
html[data-pt3="catalog"] body.in-index .pt3-task-row h3,
html[data-pt3="catalog"] body.in-index .pt3-feature h3 {
  font-weight: 600;
}

html[data-pt3="catalog"] body.in-index .products .product .name {
  font-weight: 550;
}

html[data-pt3="catalog"] body.in-index .products .availability {
  font-weight: 500;
}

html[data-pt3="catalog"] body.in-index .products .price-final {
  font-weight: 700;
}

html[data-pt3="catalog"] body.in-index .products .btn-cart,
html[data-pt3="catalog"] body.in-index .pt3-button,
html[data-pt3="catalog"] body.in-index .search-form button {
  font-weight: 600;
}

html[data-pt3="catalog"] body.in-index .products .p-code,
html[data-pt3="catalog"] body.in-index .products .flag,
html[data-pt3="catalog"] body.in-index .products .flag-freeshipping .flag-text {
  font-weight: 550 !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-discount {
  min-width: 90px !important;
  min-height: 50px !important;
  padding: 7px 10px !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-discount .price-standard,
html[data-pt3="catalog"] body.in-index .products .flag-discount .price-standard span {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 550 !important;
  line-height: 1.15 !important;
}

html[data-pt3="catalog"] body.in-index .products .flag-discount .price-save {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}

/* Kompaktni servisni lista a navazany prihlasovaci dialog. */
@media (min-width: 768px) {
  html[data-pt3="catalog"] body.in-index .top-navigation-bar {
    height: 43px !important;
    min-height: 42px !important;
    overflow: visible !important;
    border-top: 2px solid var(--pt3-brand-dark) !important;
    border-bottom: 1px solid var(--pt3-line) !important;
    background: #f8f8f5 !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar > .container {
    display: grid !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    align-items: center;
    gap: 18px;
    grid-template-columns: minmax(360px, 1fr) auto minmax(120px, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar > .container::before,
  html[data-pt3="catalog"] body.in-index .top-navigation-bar > .container::after {
    display: none !important;
    content: none !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-contacts,
  html[data-pt3="catalog"] body.in-index .top-navigation-menu,
  html[data-pt3="catalog"] body.in-index .top-navigation-tools {
    width: auto !important;
    min-width: 0;
    min-height: 40px !important;
    margin: 0 !important;
    float: none !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-contacts {
    display: flex !important;
    position: static !important;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    grid-column: 1 !important;
    justify-self: start;
    background: transparent !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-contacts > strong,
  html[data-pt3="catalog"] body.in-index .top-navigation-menu-trigger {
    display: none !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-menu {
    display: flex !important;
    position: static !important;
    align-items: center;
    grid-column: 2 !important;
    justify-self: center;
    background: transparent !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    list-style: none;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu li + li {
    border-left: 1px solid var(--pt3-line) !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu li::before,
  html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu li::after {
    display: none !important;
    content: none !important;
  }

  html[data-pt3="catalog"] body.in-index .top-navigation-tools {
    display: flex !important;
    position: static !important;
    align-items: center;
    grid-column: 3 !important;
    justify-self: end;
  }

  html[data-pt3="catalog"] body.in-index #login.login-widget {
    top: 43px !important;
    right: max(12px, calc((100vw - 1280px) / 2)) !important;
    left: auto !important;
  }
}

html[data-pt3="catalog"] body.in-index .top-navigation-contacts .project-email,
html[data-pt3="catalog"] body.in-index .pt3-phone,
html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu a,
html[data-pt3="catalog"] body.in-index .top-nav-button-login {
  display: inline-flex;
  min-height: 40px;
  padding: 0 10px;
  align-items: center;
  border: 0 !important;
  background: transparent !important;
  color: var(--pt3-muted) !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2 !important;
  letter-spacing: .005em;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

html[data-pt3="catalog"] body.in-index .top-navigation-contacts .project-email {
  gap: 8px;
}

html[data-pt3="catalog"] body.in-index .pt3-phone {
  gap: 8px;
  color: var(--pt3-ink) !important;
  font-weight: 600;
}

html[data-pt3="catalog"] body.in-index .top-navigation-contacts .project-email::before,
html[data-pt3="catalog"] body.in-index .top-navigation-contacts .project-email [class*="icon"] {
  color: var(--pt3-brand-dark) !important;
}

html[data-pt3="catalog"] body.in-index .top-navigation-contacts .project-email:hover,
html[data-pt3="catalog"] body.in-index .pt3-phone:hover,
html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu a:hover,
html[data-pt3="catalog"] body.in-index .top-nav-button-login:hover,
html[data-pt3="catalog"] body.in-index .top-nav-button-login[aria-expanded="true"] {
  background: var(--pt3-brand-soft) !important;
  color: var(--pt3-brand-dark) !important;
  text-decoration: none !important;
  box-shadow: inset 0 -2px 0 var(--pt3-brand);
}

html[data-pt3="catalog"] body.in-index .top-navigation-contacts .project-email:focus-visible,
html[data-pt3="catalog"] body.in-index .pt3-phone:focus-visible,
html[data-pt3="catalog"] body.in-index .top-navigation-bar-menu a:focus-visible,
html[data-pt3="catalog"] body.in-index .top-nav-button-login:focus-visible {
  outline: 0 !important;
  background: var(--pt3-brand-soft) !important;
  color: var(--pt3-brand-dark) !important;
  box-shadow: inset 0 0 0 2px rgba(85, 124, 35, .42), inset 0 -2px 0 var(--pt3-brand);
}

html[data-pt3="catalog"] body.in-index #header .site-name a:focus-visible {
  border-color: transparent !important;
  outline: 2px solid var(--pt3-brand) !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}

html[data-pt3="catalog"] body.in-index #header .site-name a:focus-visible img {
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html[data-pt3="catalog"] body.in-index #login.login-widget {
  width: min(400px, calc(100vw - 24px)) !important;
  max-width: 400px !important;
  border: 1px solid var(--pt3-line-strong) !important;
  border-radius: var(--pt3-radius-card) !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(32, 37, 33, .22) !important;
}

html[data-pt3="catalog"] body.in-index #login.login-widget::before {
  display: none !important;
  content: none !important;
}

html[data-pt3="catalog"] body.in-index #login .pt-login-close {
  position: absolute !important;
  z-index: 3;
  top: 14px !important;
  right: 14px !important;
  display: flex !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-line) !important;
  border-radius: var(--pt3-radius-control) !important;
  background: var(--pt3-paper) !important;
  color: var(--pt3-ink-soft) !important;
  box-shadow: none !important;
  cursor: pointer;
}

html[data-pt3="catalog"] body.in-index #login .pt-login-close::before,
html[data-pt3="catalog"] body.in-index #login .pt-login-close::after {
  position: absolute;
  width: 15px;
  height: 1.5px;
  border: 0 !important;
  background: currentColor !important;
  content: "";
}

html[data-pt3="catalog"] body.in-index #login .pt-login-close::before {
  transform: rotate(45deg);
}

html[data-pt3="catalog"] body.in-index #login .pt-login-close::after {
  transform: rotate(-45deg);
}

html[data-pt3="catalog"] body.in-index #login .pt-login-close:hover {
  border-color: var(--pt3-brand) !important;
  background: var(--pt3-brand-soft) !important;
  color: var(--pt3-brand-dark) !important;
}

html[data-pt3="catalog"] body.in-index #login .pt-login-close:focus-visible {
  border-color: var(--pt3-brand) !important;
  outline: 0 !important;
  background: var(--pt3-brand-soft) !important;
  color: var(--pt3-brand-dark) !important;
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .18) !important;
}

html[data-pt3="catalog"] body.in-index #login .popup-widget-inner {
  padding: 24px !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: #fff !important;
  box-shadow: none !important;
}

html[data-pt3="catalog"] body.in-index #login h2 {
  margin: 0 0 18px !important;
  color: var(--pt3-ink) !important;
  font-family: inherit;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 48px;
  text-transform: none !important;
}

html[data-pt3="catalog"] body.in-index #login .form-group {
  margin-bottom: 14px !important;
}

html[data-pt3="catalog"] body.in-index #login label {
  margin-bottom: 5px;
  color: var(--pt3-ink-soft) !important;
  font-size: 12px;
  font-weight: 600;
}

html[data-pt3="catalog"] body.in-index #login .form-control-wrapper,
html[data-pt3="catalog"] body.in-index #login .form-control {
  width: 100% !important;
  max-width: 100% !important;
}

html[data-pt3="catalog"] body.in-index #login .form-control {
  min-height: 44px !important;
  border: 1px solid var(--pt3-line-strong) !important;
  border-radius: var(--pt3-radius-control) !important;
  background: #fff !important;
  color: var(--pt3-ink) !important;
  box-shadow: none !important;
}

html[data-pt3="catalog"] body.in-index #login .form-control:hover {
  border-color: #7f8981 !important;
}

html[data-pt3="catalog"] body.in-index #login .form-control:focus,
html[data-pt3="catalog"] body.in-index #login .form-control:focus-visible {
  border-color: var(--pt3-brand) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .16) !important;
}

html[data-pt3="catalog"] body.in-index #login .submit-wrapper,
html[data-pt3="catalog"] body.in-index #login .submit-wrapper .btn {
  width: 100% !important;
}

html[data-pt3="catalog"] body.in-index #login .submit-wrapper .btn {
  min-height: 44px !important;
  border-color: var(--pt3-brand) !important;
  border-radius: var(--pt3-radius-control) !important;
  background: var(--pt3-brand) !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

html[data-pt3="catalog"] body.in-index #login .submit-wrapper .btn:hover,
html[data-pt3="catalog"] body.in-index #login .submit-wrapper .btn:focus-visible {
  border-color: var(--pt3-brand-dark) !important;
  background: var(--pt3-brand-dark) !important;
}

html[data-pt3="catalog"] body.in-index #login .alternative-links {
  display: grid !important;
  width: 100%;
  margin: 0 0 18px !important;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index #login .alternative-links a {
  display: flex !important;
  min-height: 40px;
  padding: 7px 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-line) !important;
  border-radius: var(--pt3-radius-control) !important;
  background: var(--pt3-paper) !important;
  color: var(--pt3-brand-dark) !important;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
}

html[data-pt3="catalog"] body.in-index #login .alternative-links a:hover,
html[data-pt3="catalog"] body.in-index #login .alternative-links a:focus-visible {
  border-color: var(--pt3-brand) !important;
  background: var(--pt3-brand-soft) !important;
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px var(--pt3-brand);
}

html[data-pt3="catalog"] body.in-index #login .social-login-buttons-divider {
  margin: 18px 0 !important;
}

html[data-pt3="catalog"] body.in-index #login a.login-btn.facebook {
  min-height: 44px;
  border-radius: var(--pt3-radius-control) !important;
}

/* 2026-08: kompaktní hlavička, informační navigace a bannerový carousel */
@media (min-width: 768px) {
  html[data-pt3="catalog"] body.in-index #header .header-top {
    min-height: 78px;
    padding: 11px 0;
    gap: clamp(24px, 3.2vw, 52px);
    grid-template-columns: minmax(174px, 205px) minmax(280px, 1fr) auto;
  }

  html[data-pt3="catalog"] body.in-index #header .search {
    width: 100%;
    max-width: 620px;
    justify-self: center;
  }

  html[data-pt3="catalog"] body.in-index #header .search-form fieldset {
    min-height: 44px;
  }

  html[data-pt3="catalog"] body.in-index #header .search-form input,
  html[data-pt3="catalog"] body.in-index #header .search-form button {
    height: 44px;
  }

  html[data-pt3="catalog"] body.in-index #header .search-form button {
    min-width: 88px;
  }

  html[data-pt3="catalog"] body.in-index #header .cart-count {
    min-height: 44px;
  }
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav {
  justify-content: flex-start;
  gap: 4px;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a {
  padding: 0 17px;
  font-weight: 500;
}

html[data-pt3="catalog"] body.in-index .pt3-main-nav a:first-child {
  padding-left: 0;
  font-weight: 600;
}

html[data-pt3="catalog"] body.in-index .top-navigation-menu {
  display: none !important;
}

html[data-pt3="catalog"] body.in-index .pt3-banner-carousel {
  position: relative;
  min-width: 0;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--pt3-line);
  border-radius: var(--pt3-radius-card);
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-banner-track {
  position: relative;
  min-height: 340px;
}

html[data-pt3="catalog"] body.in-index .pt3-banner {
  position: absolute;
  inset: 0;
  display: grid;
  min-width: 0;
  min-height: 340px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  grid-template-columns: minmax(0, 1.14fr) minmax(330px, .86fr);
  transition: opacity 220ms ease;
}

html[data-pt3="catalog"] body.in-index .pt3-banner.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

html[data-pt3="catalog"] body.in-index .pt3-banner__copy {
  display: flex;
  min-width: 0;
  padding: 40px 50px 64px;
  justify-content: center;
  flex-direction: column;
  background: #e9ede5;
}

html[data-pt3="catalog"] body.in-index .pt3-banner__eyebrow {
  margin-bottom: 10px;
  color: var(--pt3-brand-dark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-pt3="catalog"] body.in-index .pt3-banner h1,
html[data-pt3="catalog"] body.in-index .pt3-banner h2 {
  max-width: 700px;
  margin: 0;
  color: var(--pt3-ink);
  font-family: inherit;
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 680;
  letter-spacing: -.04em;
  line-height: 1.04;
  overflow-wrap: normal;
}

html[data-pt3="catalog"] body.in-index .pt3-banner__copy p {
  max-width: 680px;
  margin: 15px 0 0;
  color: var(--pt3-muted);
  font-size: 16px;
  line-height: 1.55;
}

html[data-pt3="catalog"] body.in-index .pt3-banner__action {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-brand);
  border-radius: var(--pt3-radius-control);
  background: var(--pt3-brand);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

html[data-pt3="catalog"] body.in-index .pt3-banner__action:hover,
html[data-pt3="catalog"] body.in-index .pt3-banner__action:focus-visible {
  border-color: var(--pt3-brand-dark);
  background: var(--pt3-brand-dark);
  color: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-banner__visual {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 30px 34px 54px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-left: 1px solid var(--pt3-line);
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-banner__visual::before {
  position: absolute;
  top: 22px;
  right: 24px;
  bottom: 22px;
  left: 24px;
  border-top: 1px solid rgba(79, 101, 65, .14);
  border-bottom: 1px solid rgba(79, 101, 65, .14);
  background-image: repeating-linear-gradient(90deg, rgba(79, 101, 65, .18) 0 1px, transparent 1px 18px);
  background-position: 0 0;
  background-size: 100% 8px;
  background-repeat: no-repeat;
  opacity: .8;
  content: "";
}

html[data-pt3="catalog"] body.in-index .pt3-banner__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 350px;
  height: 248px;
  object-fit: contain;
  filter: drop-shadow(0 13px 13px rgba(32, 37, 33, .12));
}

html[data-pt3="catalog"] body.in-index .pt3-banner-controls {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 18px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  pointer-events: none;
}

html[data-pt3="catalog"] body.in-index .pt3-banner-arrows,
html[data-pt3="catalog"] body.in-index .pt3-banner-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}

html[data-pt3="catalog"] body.in-index .pt3-banner-prev,
html[data-pt3="catalog"] body.in-index .pt3-banner-next {
  display: inline-flex;
  width: 38px;
  height: 38px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-line-strong);
  border-radius: var(--pt3-radius-control);
  background: rgba(255, 255, 255, .96);
  color: var(--pt3-ink);
  font-size: 18px;
  line-height: 1;
}

html[data-pt3="catalog"] body.in-index .pt3-banner-prev:hover,
html[data-pt3="catalog"] body.in-index .pt3-banner-next:hover {
  border-color: var(--pt3-brand);
  color: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index .pt3-banner-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  padding: 0;
  border: 1px solid var(--pt3-line-strong);
  border-radius: 50%;
  background: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-banner-dot[aria-current="true"] {
  border-color: var(--pt3-brand-dark);
  background: var(--pt3-brand-dark);
}

/* Statický obchodní banner: jednodušší hierarchie a autentická fotografie z katalogu. */
html[data-pt3="catalog"] body.in-index .pt3-hero-banner {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 372px;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid var(--pt3-line);
  border-bottom: 1px solid var(--pt3-line);
  border-radius: 2px;
  background: #e9ede5;
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr);
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  padding: 46px 54px;
  justify-content: center;
  flex-direction: column;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__eyebrow {
  margin-bottom: 11px;
  color: var(--pt3-brand-dark);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner h1 {
  max-width: 720px;
  margin: 0;
  color: var(--pt3-ink);
  font-family: inherit;
  font-size: clamp(42px, 4.4vw, 60px);
  font-weight: 690;
  letter-spacing: -.045em;
  line-height: 1.02;
  overflow-wrap: normal;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__copy p {
  max-width: 640px;
  margin: 17px 0 0;
  color: #545e57;
  font-size: 16px;
  line-height: 1.55;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__actions {
  display: flex;
  margin-top: 24px;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__primary {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt3-brand-dark);
  border-radius: var(--pt3-radius-control);
  background: var(--pt3-brand-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__primary:hover,
html[data-pt3="catalog"] body.in-index .pt3-hero-banner__primary:focus-visible {
  border-color: var(--pt3-ink);
  background: var(--pt3-ink);
  color: #fff;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--pt3-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__secondary:hover,
html[data-pt3="catalog"] body.in-index .pt3-hero-banner__secondary:focus-visible {
  color: var(--pt3-brand-dark);
  text-decoration: underline;
  text-underline-offset: 5px;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 42px 46px 30px 16px;
  align-items: center;
  justify-content: center;
  background: #fff;
  isolation: isolate;
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual::before {
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(79, 101, 65, .18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .75) 0 42%, transparent 42.5%), repeating-radial-gradient(circle, transparent 0 52px, rgba(79, 101, 65, .09) 53px 54px);
  content: "";
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual::after {
  position: absolute;
  z-index: -1;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 0;
  border-top: 1px solid rgba(79, 101, 65, .13);
  border-bottom: 1px solid rgba(79, 101, 65, .13);
  background-image: repeating-linear-gradient(90deg, rgba(79, 101, 65, .2) 0 1px, transparent 1px 18px);
  background-position: 0 0;
  background-size: 100% 8px;
  background-repeat: no-repeat;
  content: "";
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual img {
  width: 100%;
  max-width: 390px;
  height: 272px;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 14px 12px rgba(32, 37, 33, .12));
}

html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual-label {
  position: absolute;
  right: 42px;
  bottom: 25px;
  color: #5d675f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 1100px) and (min-width: 768px) {
  html[data-pt3="catalog"] body.in-index .pt3-hero-banner {
    min-height: 340px;
    grid-template-columns: minmax(0, 1.08fr) minmax(290px, .92fr);
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__copy {
    padding: 38px 36px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner h1 {
    font-size: clamp(39px, 5.2vw, 50px);
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual {
    padding-right: 28px;
  }
}

@media (max-width: 767px) {
  html[data-pt3="catalog"] body.in-index .pt3-hero-banner {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__copy {
    min-height: 330px;
    padding: 30px 22px 28px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner h1 {
    font-size: clamp(36px, 10.6vw, 44px);
    line-height: 1.03;
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__copy p {
    font-size: 15px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__actions {
    margin-top: 20px;
    gap: 14px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual {
    min-height: 220px;
    padding: 18px 26px 34px;
    border-top: 1px solid rgba(79, 101, 65, .15);
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual::before {
    width: 210px;
    height: 210px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual::after {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual img {
    max-width: 300px;
    height: 190px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-hero-banner__visual-label {
    right: 20px;
    bottom: 14px;
  }
}

/* Kompaktní USP pás bezprostředně pod hlavičkou. */
html[data-pt3="catalog"] body.in-index .pt3-usp-section {
  width: min(calc(100% - 40px), 1280px);
  margin: 14px auto 18px;
}

html[data-pt3="catalog"] body.in-index .pt-usp-strip {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--pt3-line);
  border-radius: var(--pt3-radius-card);
  background: #fff;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt3="catalog"] body.in-index .pt-usp-item {
  display: grid;
  min-width: 0;
  min-height: 76px;
  padding: 13px 20px;
  align-items: center;
  gap: 14px;
  grid-template-columns: 34px minmax(0, 1fr);
  border-left: 1px solid var(--pt3-line);
}

html[data-pt3="catalog"] body.in-index .pt-usp-item:first-child {
  border-left: 0;
}

html[data-pt3="catalog"] body.in-index .pt-usp-icon {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--pt3-brand-dark);
}

html[data-pt3="catalog"] body.in-index .pt-usp-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

html[data-pt3="catalog"] body.in-index .pt-usp-item strong,
html[data-pt3="catalog"] body.in-index .pt-usp-item span {
  display: block;
}

html[data-pt3="catalog"] body.in-index .pt-usp-item strong {
  color: var(--pt3-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

html[data-pt3="catalog"] body.in-index .pt-usp-item span {
  margin-top: 4px;
  color: var(--pt3-muted);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1100px) and (min-width: 768px) {
  html[data-pt3="catalog"] body.in-index .pt3-banner__copy {
    padding: 34px 36px 62px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner h1,
  html[data-pt3="catalog"] body.in-index .pt3-banner h2 {
    font-size: clamp(36px, 4.8vw, 48px);
  }
}

@media (max-width: 767px) {
  html[data-pt3="catalog"] body.in-index .top-nav-button-login {
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner-carousel,
  html[data-pt3="catalog"] body.in-index .pt3-banner-track,
  html[data-pt3="catalog"] body.in-index .pt3-banner {
    min-height: 0;
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner__copy {
    min-height: 300px;
    padding: 28px 22px 64px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner h1,
  html[data-pt3="catalog"] body.in-index .pt3-banner h2 {
    font-size: clamp(34px, 10.5vw, 45px);
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner__copy p {
    font-size: 15px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner__visual {
    min-height: 190px;
    padding: 18px 24px 52px;
    border-top: 1px solid var(--pt3-line);
    border-left: 0;
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner__visual img {
    height: 170px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-banner-controls {
    right: 14px;
    bottom: 12px;
    left: 14px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-usp-section {
    width: min(calc(100% - 24px), 1280px);
    margin: 10px auto 14px;
  }

  html[data-pt3="catalog"] body.in-index .pt-usp-strip {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  html[data-pt3="catalog"] body.in-index .pt-usp-item {
    min-width: min(82vw, 300px);
    min-height: 72px;
    padding: 12px 16px;
    border-top: 0;
    border-left: 1px solid var(--pt3-line);
    scroll-snap-align: start;
  }

  html[data-pt3="catalog"] body.in-index .pt-usp-item:first-child {
    border-left: 0;
  }
}

/* Samostatný carousel pod navigátorem měření; není součástí hero sekce. */
html[data-pt3="catalog"] body.in-index .pt3-promo-section {
  margin: 0 0 58px;
}

html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner-carousel,
html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner-track,
html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner {
  min-height: 286px;
}

html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner__copy {
  padding: 30px 44px 58px;
}

html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner h2 {
  font-size: clamp(32px, 3.1vw, 44px);
}

html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner__visual {
  padding: 24px 34px 48px;
}

html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner__visual img {
  height: 205px;
}

@media (max-width: 767px) {
  html[data-pt3="catalog"] body.in-index .pt3-promo-section {
    margin-bottom: 44px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner__copy {
    min-height: 250px;
    padding: 25px 22px 58px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner h2 {
    font-size: clamp(30px, 9.2vw, 38px);
  }

  html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner__visual {
    min-height: 170px;
    padding: 15px 22px 48px;
  }

  html[data-pt3="catalog"] body.in-index .pt3-promo-section .pt3-banner__visual img {
    height: 145px;
  }
}

@media (max-width: 767px) {
  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog__service a:hover,
  html[data-pt3="catalog"] body.in-index .pt3-mobile-catalog__service a:focus-visible {
    background: var(--pt3-brand-soft) !important;
    color: var(--pt3-brand-dark) !important;
    outline: 0 !important;
    box-shadow: inset 3px 0 0 var(--pt3-brand);
    text-decoration: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-pt3="catalog"] body.in-index *,
  html[data-pt3="catalog"] body.in-index *::before,
  html[data-pt3="catalog"] body.in-index *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

html[data-pt4="site"] body:not(.in-index) {
  --pt4-canvas: #f3f2ed;
  --pt4-paper: #fbfaf7;
  --pt4-surface: #fff;
  --pt4-ink: #202521;
  --pt4-ink-soft: #343b36;
  --pt4-muted: #626a64;
  --pt4-line: #d8d9d3;
  --pt4-line-strong: #aeb4ad;
  --pt4-brand: #557c23;
  --pt4-brand-dark: #3f6118;
  --pt4-brand-soft: #e9efdf;
  --pt4-signal: #b94f25;
  --pt4-star: #a86e00;
  --pt4-radius-control: 4px;
  --pt4-radius-card: 6px;
  margin: 0;
  background: var(--pt4-canvas) !important;
  color: var(--pt4-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

html[data-pt4="site"] body:not(.in-index) *,
html[data-pt4="site"] body:not(.in-index) *::before,
html[data-pt4="site"] body:not(.in-index) *::after {
  box-sizing: border-box;
}

html[data-pt4="site"] body:not(.in-index) #overall-wrapper {
  overflow: visible;
  background: var(--pt4-canvas) !important;
}

html[data-pt4="site"] body:not(.in-index) .container {
  width: min(calc(100% - 48px), 1280px);
  max-width: 1280px;
}

html[data-pt4="site"] body:not(.in-index) a:focus-visible,
html[data-pt4="site"] body:not(.in-index) button:focus-visible,
html[data-pt4="site"] body:not(.in-index) input:focus-visible,
html[data-pt4="site"] body:not(.in-index) select:focus-visible,
html[data-pt4="site"] body:not(.in-index) summary:focus-visible,
html[data-pt4="site"] body:not(.in-index) [role="button"]:focus-visible {
  outline: 3px solid var(--pt4-brand) !important;
  outline-offset: 3px !important;
}

html[data-pt4="site"] body:not(.in-index) button,
html[data-pt4="site"] body:not(.in-index) .btn,
html[data-pt4="site"] body:not(.in-index) input[type="button"],
html[data-pt4="site"] body:not(.in-index) input[type="submit"] {
  max-width: 100%;
  vertical-align: middle;
}

html[data-pt4="site"] body:not(.in-index) button:not(.btn--link),
html[data-pt4="site"] body:not(.in-index) .btn:not(.btn--link) {
  white-space: nowrap;
}

/* Spolecna utility lista a hlavicka */
html[data-pt4="site"] body:not(.in-index) .top-navigation-bar {
  min-height: 32px;
  border: 0;
  border-bottom: 1px solid var(--pt4-line);
  background: var(--pt4-paper);
  color: var(--pt4-muted);
  font-size: 12px;
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-bar > .container {
  min-height: 32px;
  gap: 18px;
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts,
html[data-pt4="site"] body:not(.in-index) .top-navigation-menu,
html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu {
  min-width: 0;
  min-height: 0;
  overflow: visible;
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu a,
html[data-pt4="site"] body:not(.in-index) .top-nav-button-login {
  min-height: 32px;
  border: 0;
  background: transparent;
  color: var(--pt4-muted);
  line-height: 32px;
}

html[data-pt4="site"] body:not(.in-index) .pt4-phone {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 9px;
  color: var(--pt4-ink) !important;
  font-weight: 700;
  text-decoration: none;
}

html[data-pt4="site"] body:not(.in-index) .pt4-phone::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pt4-brand);
  content: "";
}

html[data-pt4="site"] body:not(.in-index) #header {
  border: 0;
  background: var(--pt4-surface);
  box-shadow: none;
  color: var(--pt4-ink);
}

html[data-pt4="site"] body:not(.in-index) #header .header-top {
  display: grid;
  min-height: 84px;
  padding: 14px 0;
  align-items: center;
  gap: 32px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
}

html[data-pt4="site"] body:not(.in-index) #header .site-name-wrapper,
html[data-pt4="site"] body:not(.in-index) #header .site-name,
html[data-pt4="site"] body:not(.in-index) #header .site-name a {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
}

html[data-pt4="site"] body:not(.in-index) #header .site-name img {
  width: auto;
  max-width: 205px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

html[data-pt4="site"] body:not(.in-index) #header .search,
html[data-pt4="site"] body:not(.in-index) #header .search-form,
html[data-pt4="site"] body:not(.in-index) #header .search-form fieldset {
  width: 100%;
  min-width: 0;
}

html[data-pt4="site"] body:not(.in-index) .search-form fieldset {
  display: flex;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid var(--pt4-line-strong);
  border-radius: var(--pt4-radius-control);
  background: #fff;
}

html[data-pt4="site"] body:not(.in-index) .search-form:focus-within fieldset {
  border-color: var(--pt4-brand);
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .14);
}

html[data-pt4="site"] body:not(.in-index) .search-form input {
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border: 0;
  background: #fff;
  box-shadow: none;
  color: var(--pt4-ink);
  font-size: 15px;
}

html[data-pt4="site"] body:not(.in-index) .search-form button {
  min-width: 100px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: var(--pt4-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html[data-pt4="site"] body:not(.in-index) .search-form button:hover {
  background: var(--pt4-brand-dark);
}

html[data-pt4="site"] body:not(.in-index) #header .navigation-buttons {
  display: flex;
  min-width: 0;
  justify-content: flex-end;
}

html[data-pt4="site"] body:not(.in-index) #header .cart-count {
  display: inline-flex;
  min-width: 142px;
  min-height: 48px;
  padding: 0 16px 0 48px;
  align-items: center;
  border: 1px solid var(--pt4-line-strong);
  border-radius: var(--pt4-radius-control);
  background: #fff;
  color: var(--pt4-ink);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

html[data-pt4="site"] body:not(.in-index) #header .cart-count::before {
  left: 15px;
  color: var(--pt4-brand);
}

html[data-pt4="site"] body:not(.in-index) #header .cart-count:hover {
  border-color: var(--pt4-brand);
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body:not(.in-index) #header .cart-count:focus:not(:focus-visible),
html[data-pt4="site"] body:not(.in-index) #header .cart-count.hovered:not(:hover)[aria-expanded="false"] {
  border-color: var(--pt4-line-strong) !important;
  color: var(--pt4-ink) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html[data-pt4="site"] body:not(.in-index) #header .cart-count:focus-visible {
  border-color: var(--pt4-brand) !important;
  outline: 2px solid var(--pt4-brand) !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

html[data-pt4="site"] body:not(.in-index) #header .navigation-wrapper {
  padding: 0;
}

html[data-pt4="site"] body:not(.in-index) #navigation {
  width: 100%;
  min-height: 47px;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--pt4-line);
  border-bottom: 1px solid var(--pt4-line);
  border-radius: 0;
  background: #fff;
}

html[data-pt4="site"] body:not(.in-index) #navigation .navigation-in,
html[data-pt4="site"] body:not(.in-index) .pt4-main-nav {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: stretch;
}

html[data-pt4="site"] body:not(.in-index) #navigation .navigation-in,
html[data-pt4="site"] body:not(.in-index) .pt4-main-nav {
  background: #fff !important;
}

html[data-pt4="site"] body:not(.in-index) .pt4-main-nav {
  justify-content: flex-start;
}

html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a {
  display: inline-flex;
  min-width: 0;
  min-height: 46px;
  padding: 0 22px;
  align-items: center;
  color: var(--pt4-ink-soft);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a:first-child {
  padding-left: 0;
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a:hover {
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body:not(.in-index) #navigation .menu-level-1,
html[data-pt4="site"] body:not(.in-index) #navigation .navigationActions,
html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog {
  display: none !important;
}

/* Breadcrumb a zaklad obsahu */
html[data-pt4="site"] body:not(.in-index) .breadcrumbs-wrapper {
  border-bottom: 1px solid var(--pt4-line);
  background: var(--pt4-paper);
}

html[data-pt4="site"] body:not(.in-index) .breadcrumbs {
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pt4-muted);
  font-size: 12px;
}

html[data-pt4="site"] body:not(.in-index) .breadcrumbs a {
  color: var(--pt4-muted);
}

html[data-pt4="site"] body:not(.in-index) #content-wrapper {
  margin: 0 auto;
  padding: 28px 0 56px;
  background: transparent;
}

html[data-pt4="site"] body:not(.in-index) .content-wrapper-in {
  display: grid;
  min-width: 0;
  align-items: start;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr);
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .content-wrapper-in {
  grid-template-columns: 238px minmax(0, 1fr);
}

html[data-pt4="site"] body:not(.in-index) main.content,
html[data-pt4="site"] body:not(.in-index) main.content.narrow {
  float: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding: 0;
}

html[data-pt4="site"] body:not(.in-index):not(.type-category):not(.type-product):not(.type-search) .sidebar-left {
  display: none !important;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left {
  display: block !important;
  position: sticky;
  top: 18px;
  float: none;
  width: 100%;
  max-height: calc(100vh - 36px);
  padding: 18px;
  overflow: auto;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: var(--pt4-paper);
  scrollbar-width: thin;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left h4 {
  margin: 0 0 10px;
  color: var(--pt4-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left .box {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left .search-form fieldset {
  min-height: 40px;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left .search-form input,
html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left .search-form button {
  height: 40px;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left .search-form button {
  display: inline-flex;
  min-width: 68px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left .search-form button::before {
  display: none;
  content: none;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories a {
  display: block;
  min-width: 0;
  padding: 6px 8px;
  border-radius: var(--pt4-radius-control);
  color: var(--pt4-ink-soft);
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories a:hover,
html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories .active > a {
  background: var(--pt4-brand-soft);
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories .categories.expandable > .topic > a {
  position: relative;
  padding-right: 38px;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories .categories.expandable > .topic > a .cat-trigger {
  position: absolute !important;
  top: 50%;
  right: 4px !important;
  left: auto !important;
  display: inline-flex !important;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  float: none !important;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid rgba(63, 97, 24, .24);
  border-radius: 3px;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark);
  font-size: 0;
  line-height: 1;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories .categories.expandable > .topic > a .cat-trigger::before {
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transition: transform 150ms ease;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories .categories.expandable.expanded > .topic > a .cat-trigger::before {
  transform: rotate(45deg) translate(-2px, -2px);
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories .categories.expandable > .topic > a:hover .cat-trigger,
html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories .categories.expandable > .topic > a:focus-visible .cat-trigger {
  border-color: rgba(63, 97, 24, .5);
  background: #dfe9d0 !important;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) #categories .categories.expandable > ul {
  margin: 2px 0 5px 10px;
  padding: 3px 0 3px 8px;
  border-left: 2px solid var(--pt4-brand-soft);
}

/* Kategorie */
html[data-pt4="site"] body.type-category .category-top {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: var(--pt4-paper);
}

html[data-pt4="site"] body:not(.in-index) .pt4-eyebrow {
  display: block;
  margin: 0 0 10px;
  color: var(--pt4-brand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

html[data-pt4="site"] body.type-category .category-title,
html[data-pt4="site"] body.type-category .category-title h1,
html[data-pt4="site"] body.type-product .p-detail-inner-header h1,
html[data-pt4="site"] body.type-page .content-inner > h1,
html[data-pt4="site"] body.type-search main.content > h2,
html[data-pt4="site"] body.ordering-process .cart-heading {
  margin: 0;
  color: var(--pt4-ink);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.type-category .category-perex {
  margin: 12px 0 0;
  color: var(--pt4-muted);
  font-size: 15px;
  line-height: 1.6;
}

html[data-pt4="site"] body.type-category .products-top {
  display: grid;
  margin: 26px 0 0;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt4="site"] body.type-category .products-top > .product {
  width: auto;
  height: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
}

html[data-pt4="site"] body.type-category .products-top .product .p {
  display: grid;
  min-height: 122px;
  height: 100%;
  padding: 12px;
  align-items: center;
  gap: 12px;
  grid-template-columns: 78px minmax(0, 1fr);
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-control);
  background: #fff;
}

html[data-pt4="site"] body.type-category .products-top .image {
  position: static;
  width: 78px;
  height: 94px;
  min-height: 94px;
}

html[data-pt4="site"] body.type-category .products-top .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

html[data-pt4="site"] body.type-category .products-top .p-in,
html[data-pt4="site"] body.type-category .products-top .p-in-in,
html[data-pt4="site"] body.type-category .products-top .p-bottom {
  width: 100%;
  min-width: 0;
  max-width: none;
}

html[data-pt4="site"] body.type-category .products-top .name {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  color: var(--pt4-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.32;
  text-decoration: none;
  overflow: visible !important;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.type-category .products-top .p-desc,
html[data-pt4="site"] body.type-category .products-top .p-tools,
html[data-pt4="site"] body.type-category .products-top .flags-extra {
  display: none !important;
}

html[data-pt4="site"] body.type-category .category-content-wrapper {
  margin-top: 22px;
}

html[data-pt4="site"] body.type-category .category-header {
  display: flex;
  min-height: 58px;
  margin: 0 0 14px;
  padding: 10px 14px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
}

html[data-pt4="site"] body.type-category .category-header form,
html[data-pt4="site"] body.type-category .category-header .category-header-pagination {
  min-width: 0;
}

html[data-pt4="site"] body.type-category .category-header .listSorting {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

html[data-pt4="site"] body.type-category .category-header .listSorting__controls {
  display: flex !important;
  width: max-content;
  min-width: max-content;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap !important;
}

html[data-pt4="site"] body.type-category .category-header .listSorting__controls > li {
  flex: 0 0 auto;
}

html[data-pt4="site"] body.type-category .category-header form {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap !important;
  scrollbar-width: thin;
}

html[data-pt4="site"] body.type-category .category-header input + label,
html[data-pt4="site"] body.type-category .category-header a,
html[data-pt4="site"] body.type-category .category-header button {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--pt4-radius-control);
  background: transparent;
  color: var(--pt4-muted);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

html[data-pt4="site"] body.type-category .category-header input:checked + label,
html[data-pt4="site"] body.type-category .category-header label:hover {
  border-color: var(--pt4-line);
  background: var(--pt4-brand-soft);
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body.type-category .filters-wrapper {
  min-height: 48px;
  margin: 0 0 16px;
}

html[data-pt4="site"] body.type-category .filters-wrapper .btn {
  display: inline-flex;
  min-height: 44px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-brand);
  border-radius: var(--pt4-radius-control);
  background: #fff;
  color: var(--pt4-brand-dark);
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}

html[data-pt4="site"] body.type-category .filter-section-button {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

html[data-pt4="site"] body.type-category .filter-section-button .toggle-filters {
  display: inline-flex;
  min-height: 40px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-brand);
  border-radius: var(--pt4-radius-control);
  background: #fff;
  color: var(--pt4-brand-dark);
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

/* Produktove karty v kategorii a hledani */
html[data-pt4="site"] body:not(.in-index) .products.products-block {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt4="site"] body:not(.in-index) .products.products-block > .product {
  float: none;
  width: auto;
  min-width: 0;
  padding: 0;
  border: 0;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .product .p {
  position: relative;
  display: grid;
  height: 100%;
  min-width: 0;
  padding: 14px;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .product .image {
  display: flex;
  width: 100%;
  height: 230px;
  min-height: 230px;
  margin: 0 0 14px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0;
  background: #fff;
  color: var(--pt4-ink);
}

html[data-pt4="site"] body:not(.in-index) .products .image,
html[data-pt4="site"] body:not(.in-index) .products-top .image {
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .product .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .18s ease;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .p-in,
html[data-pt4="site"] body:not(.in-index) .products.products-block .p-in-in,
html[data-pt4="site"] body:not(.in-index) .products.products-block .p-bottom {
  min-width: 0;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .p-in {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .name {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  min-width: 0;
  margin: 0 0 9px;
  color: var(--pt4-ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.38;
  text-decoration: none;
  white-space: normal;
  overflow: visible !important;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .ratings-wrapper {
  min-height: 20px;
  margin: 0 0 6px;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .star {
  color: var(--pt4-star);
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .availability {
  min-height: 20px;
  color: var(--pt4-brand-dark);
  font-size: 12px;
  font-weight: 700;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .p-bottom {
  margin-top: auto;
  padding-top: 12px;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .p-bottom > [data-micro="offer"] {
  display: grid;
  min-width: 0;
  align-items: end;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .price-additional {
  color: var(--pt4-muted);
  font-size: 11px;
  line-height: 1.3;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .price-final {
  color: var(--pt4-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  white-space: normal;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .p-tools {
  min-width: 0;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .btn-cart {
  display: inline-flex;
  min-width: 96px;
  min-height: 40px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-brand);
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-brand);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .btn-cart:hover {
  border-color: var(--pt4-brand-dark);
  background: var(--pt4-brand-dark);
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .p-desc {
  display: none;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .p-code {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  max-width: calc(100% - 20px);
  padding: 4px 6px;
  border-radius: 3px;
  background: rgba(251, 250, 247, .94);
  color: var(--pt4-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .04em;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-default,
html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  display: flex;
  max-width: calc(100% - 74px);
  align-items: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra {
  top: 40px;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flag {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  min-height: 24px !important;
  max-width: 100%;
  padding: 4px 7px !important;
  align-items: center;
  border: 0 !important;
  border-radius: 3px !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 16px !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flag-action,
html[data-pt4="site"] body:not(.in-index) .products.products-block .flag-discount {
  background: var(--pt4-signal) !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flag-tip,
html[data-pt4="site"] body:not(.in-index) .products.products-block .flag-new,
html[data-pt4="site"] body:not(.in-index) .products.products-block .flag-newproduct,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-tip,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-new,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-newproduct {
  background: var(--pt4-brand-dark) !important;
  color: #fff !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flag.flag-freeshipping {
  width: 114px !important;
  min-width: 114px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 5px 8px !important;
  border: 1px solid #bac9a6 !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
}

@media (hover: hover) and (pointer: fine) {
  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .p:hover,
  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .p:focus-within {
    border-color: var(--pt4-line-strong);
    box-shadow: 0 10px 25px rgba(32, 37, 33, .08);
    transform: translateY(-2px);
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .p:hover .image img {
    transform: scale(1.018);
  }
}

html[data-pt4="site"] body:not(.in-index) .pagination-wrapper,
html[data-pt4="site"] body:not(.in-index) .load-more {
  margin-top: 24px;
}

html[data-pt4="site"] body:not(.in-index) .pagination a,
html[data-pt4="site"] body:not(.in-index) .pagination .current,
html[data-pt4="site"] body:not(.in-index) .load-more .btn {
  border-radius: var(--pt4-radius-control);
}

/* Detail produktu */
html[data-pt4="site"] body.type-product .p-detail-inner {
  padding: 30px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: var(--pt4-paper);
}

html[data-pt4="site"] body.type-product .p-detail-inner-header {
  display: flex;
  margin: 0 0 22px;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
}

html[data-pt4="site"] body.type-product .p-detail-inner-header h1 {
  max-width: 920px;
}

html[data-pt4="site"] body.type-product .p-detail-inner-header .p-code {
  flex: 0 0 auto;
  margin-top: 8px;
  padding: 5px 7px;
  border-radius: 3px;
  background: var(--pt4-brand-soft);
  color: var(--pt4-brand-dark);
  font-size: 11px;
  font-weight: 750;
}

html[data-pt4="site"] body.type-product .p-detail-inner-header .p-code-label {
  display: inline !important;
}

html[data-pt4="site"] body.type-product .product-top {
  display: grid;
  margin: 0 !important;
  align-items: start;
  gap: 22px 30px;
  grid-template-columns: minmax(0, 1.14fr) minmax(340px, .86fr);
}

html[data-pt4="site"] body.type-product .product-top > .col-xs-12:first-child {
  width: 100%;
  min-width: 0;
  padding: 0;
  grid-column: 1 / -1;
}

html[data-pt4="site"] body.type-product .p-image-wrapper,
html[data-pt4="site"] body.type-product .p-info-wrapper {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
}

html[data-pt4="site"] body.type-product .p-image-wrapper {
  min-height: 500px;
  padding: 22px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
}

html[data-pt4="site"] body.type-product .p-image-wrapper .p-image,
html[data-pt4="site"] body.type-product .p-image-wrapper .p-main-image {
  display: flex;
  min-height: 400px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

html[data-pt4="site"] body.type-product .p-image-wrapper img {
  max-width: 100%;
  max-height: 430px;
  object-fit: contain;
}

html[data-pt4="site"] body.type-product .p-thumbnails-inner {
  display: flex !important;
  width: auto !important;
  max-width: 100%;
  gap: 8px;
  flex-wrap: wrap;
  transform: none !important;
}

html[data-pt4="site"] body.type-product .p-thumbnails-wrapper .prev,
html[data-pt4="site"] body.type-product .p-thumbnails-wrapper .next {
  display: none !important;
}

html[data-pt4="site"] body.type-product .p-thumbnails-wrapper,
html[data-pt4="site"] body.type-product .p-thumbnails {
  margin-top: 16px;
}

html[data-pt4="site"] body.type-product .p-thumbnails a {
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-control);
  background: #fff;
}

html[data-pt4="site"] body.type-product .p-image-wrapper .flags-default,
html[data-pt4="site"] body.type-product .p-image-wrapper .flags-extra {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 16px;
  display: flex;
  max-width: calc(100% - 32px);
  align-items: flex-start;
  gap: 6px;
  flex-wrap: wrap;
}

html[data-pt4="site"] body.type-product .p-image-wrapper .flags-extra {
  top: 48px;
}

html[data-pt4="site"] body.type-product .p-image-wrapper .flag {
  display: inline-flex;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 26px;
  padding: 5px 8px !important;
  align-items: center;
  border: 0;
  border-radius: 3px !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 800;
  line-height: 16px !important;
}

html[data-pt4="site"] body.type-product .p-image-wrapper .flag-action,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount {
  background: var(--pt4-signal) !important;
}

html[data-pt4="site"] body.type-product .p-image-wrapper .flag .icon-van {
  display: none;
}

html[data-pt4="site"] body.type-product .p-info-wrapper {
  padding: 28px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
}

html[data-pt4="site"] body.type-product .p-final-price-wrapper,
html[data-pt4="site"] body.type-product .price-final {
  color: var(--pt4-ink);
  font-size: 34px;
  font-weight: 820;
  line-height: 1.12;
}

html[data-pt4="site"] body.type-product .price-additional,
html[data-pt4="site"] body.type-product .price-standard {
  color: var(--pt4-muted);
}

html[data-pt4="site"] body.type-product .availability-value,
html[data-pt4="site"] body.type-product .availability-label {
  color: var(--pt4-brand-dark);
  font-weight: 750;
}

html[data-pt4="site"] body.type-product .add-to-cart {
  display: flex;
  width: 100%;
  min-width: 0;
  margin: 22px 0;
  gap: 8px;
}

html[data-pt4="site"] body.type-product .add-to-cart .quantity {
  flex: 0 0 auto;
  border-radius: var(--pt4-radius-control);
}

html[data-pt4="site"] body.type-product .add-to-cart .btn,
html[data-pt4="site"] body.type-product .add-to-cart-button {
  min-width: 0;
  min-height: 48px;
  padding: 0 20px;
  flex: 1 1 auto;
  border: 1px solid var(--pt4-brand);
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-brand);
  color: #fff;
  font-weight: 800;
}

html[data-pt4="site"] body.type-product .add-to-cart .btn:hover {
  border-color: var(--pt4-brand-dark);
  background: var(--pt4-brand-dark);
}

html[data-pt4="site"] body.type-product .p-short-description {
  margin: 18px 0;
  color: var(--pt4-muted);
  font-size: 15px;
  line-height: 1.65;
}

html[data-pt4="site"] body.type-product .social-buttons-wrapper {
  padding-top: 18px;
  border-top: 1px solid var(--pt4-line);
}

html[data-pt4="site"] body.type-product .p-detail-tabs-wrapper {
  margin-top: 24px;
  padding: 0;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
}

html[data-pt4="site"] body.type-product .p-detail-tabs-wrapper > .row {
  width: 100%;
  margin: 0 !important;
}

html[data-pt4="site"] body.type-product .p-detail-tabs-wrapper > .row > [class*="col-"] {
  float: none;
  width: 100%;
  padding: 0;
}

html[data-pt4="site"] body.type-product .p-detail-tabs {
  margin: 0;
  padding: 0 18px;
  border-bottom: 1px solid var(--pt4-line);
  background: var(--pt4-paper);
}

html[data-pt4="site"] body.type-product .p-detail-tabs a {
  min-height: 52px;
  color: var(--pt4-muted);
  font-weight: 750;
  line-height: 52px;
}

html[data-pt4="site"] body.type-product .p-detail-tabs .active a {
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body.type-product .tab-content {
  padding: 30px;
}

html[data-pt4="site"] body.type-product .description-inner {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 330px);
}

html[data-pt4="site"] body.type-product .basic-description,
html[data-pt4="site"] body.type-product .extended-description {
  float: none;
  width: 100%;
  min-width: 0;
  padding: 0;
}

html[data-pt4="site"] body.type-product .description-inner h2,
html[data-pt4="site"] body.type-product .description-inner h3 {
  margin: 0 0 16px;
  color: var(--pt4-ink);
  line-height: 1.2;
}

html[data-pt4="site"] body.type-product .description-inner p,
html[data-pt4="site"] body.type-product .description-inner li {
  color: var(--pt4-ink-soft);
  line-height: 1.7;
}

html[data-pt4="site"] body.type-product .detail-parameters {
  width: 100%;
  border-collapse: collapse;
}

html[data-pt4="site"] body.type-product .detail-parameters th,
html[data-pt4="site"] body.type-product .detail-parameters td {
  padding: 9px 10px;
  border-bottom: 1px solid var(--pt4-line);
  color: var(--pt4-ink-soft);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.type-product .detail-parameters th {
  color: var(--pt4-muted);
  font-weight: 650;
}

/* Obsahove stranky */
html[data-pt4="site"] body.type-page main.content {
  max-width: 980px;
  margin: 0 auto;
}

html[data-pt4="site"] body.type-page .content-inner {
  min-width: 0;
  padding: 40px clamp(24px, 5vw, 64px);
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
}

html[data-pt4="site"] body.type-page .content-inner > h1 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--pt4-line);
}

html[data-pt4="site"] body.type-page .content-inner h2 {
  margin: 38px 0 14px;
  color: var(--pt4-ink);
  font-size: 24px;
  line-height: 1.25;
}

html[data-pt4="site"] body.type-page .content-inner h3 {
  margin: 30px 0 12px;
  color: var(--pt4-ink);
  font-size: 19px;
  line-height: 1.3;
}

html[data-pt4="site"] body.type-page .content-inner p,
html[data-pt4="site"] body.type-page .content-inner li {
  color: var(--pt4-ink-soft);
  line-height: 1.75;
}

html[data-pt4="site"] body.type-page .content-inner a {
  color: var(--pt4-brand-dark);
  text-decoration-color: rgba(85, 124, 35, .35);
  text-underline-offset: 3px;
}

html[data-pt4="site"] body.type-page .content-inner table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

html[data-pt4="site"] body.type-page .content-inner td,
html[data-pt4="site"] body.type-page .content-inner th {
  padding: 10px;
  border-bottom: 1px solid var(--pt4-line);
  text-align: left;
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-original {
  display: none !important;
}

html[data-pt4="site"] body.in-kontakty .content-inner > h1 {
  display: block !important;
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: var(--pt4-paper);
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-card--primary {
  border-top: 4px solid var(--pt4-brand);
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-card h2 {
  margin: 0 0 14px;
  font-size: 21px;
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-card p {
  margin: 0 0 10px;
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-card a {
  font-weight: 750;
}

/* Vyhledavani */
html[data-pt4="site"] body.type-search main.content > h2 {
  margin-bottom: 22px;
}

html[data-pt4="site"] body.type-search main.content > h2 a,
html[data-pt4="site"] body.type-search main.content > h2 em,
html[data-pt4="site"] body.type-search main.content > h2 strong,
html[data-pt4="site"] body.type-search .search-results-groups a {
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body.type-search .search-results-groups {
  display: grid;
  margin: 0 0 22px;
  padding: 20px 24px;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: var(--pt4-paper);
}

html[data-pt4="site"] body.type-search .search-results-groups h3 {
  margin: 0 0 8px;
  color: var(--pt4-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html[data-pt4="site"] body.type-search .search-results > h2,
html[data-pt4="site"] body.type-search .search-results > h3 {
  margin: 0 0 14px;
}

/* Kosik */
html[data-pt4="site"] body.ordering-process #content-wrapper {
  padding-top: 34px;
}

html[data-pt4="site"] body.ordering-process .cart-wrapper,
html[data-pt4="site"] body.ordering-process .content-inner {
  min-width: 0;
  background: transparent;
}

html[data-pt4="site"] body.ordering-process .cart-inner {
  padding: 0;
}

html[data-pt4="site"] body.ordering-process .cart-heading {
  margin: 0 0 24px;
}

html[data-pt4="site"] body.ordering-process .cart-row {
  display: grid;
  margin: 0 !important;
  align-items: start;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

html[data-pt4="site"] body.ordering-process .cart-row > [class*="col-"] {
  float: none;
  width: 100%;
  min-width: 0;
  padding: 0;
}

html[data-pt4="site"] body.ordering-process .cart-content {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes {
  display: grid;
  position: static !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  align-items: start !important;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
  direction: ltr !important;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes > [class*="col-"] {
  float: none;
  width: 100%;
  min-width: 0;
  padding: 0;
  align-self: start !important;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes > [class*="col-"]:first-child {
  grid-row: 1 !important;
  grid-column: 1 !important;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes > [class*="col-"]:last-child {
  grid-row: 1 !important;
  grid-column: 2 !important;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes h3,
html[data-pt4="site"] body.ordering-process .cart-row .h4 {
  margin: 0 0 16px;
  color: var(--pt4-ink);
  font-size: 19px;
  font-weight: 760;
  line-height: 1.3;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 6px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes li {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes a {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--pt4-ink-soft);
  font-size: 13px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.ordering-process .empty-cart-boxes a:hover {
  color: var(--pt4-brand-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[data-pt4="site"] body.ordering-process a[href^="mailto:"] {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.ordering-process .contact-box {
  padding: 0;
  border: 0;
  background: transparent;
}

/* Footer */
html[data-pt4="site"] body:not(.in-index) .pt4-footer-info {
  position: relative;
  display: grid;
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
  padding: 42px 0 36px;
  gap: 36px;
  grid-template-columns: 1.1fr 1fr .8fr;
  color: #eef1ec;
}

html[data-pt4="site"] body:not(.in-index) .pt4-footer-info h2,
html[data-pt4="site"] body:not(.in-index) .pt4-footer-info h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 750;
}

html[data-pt4="site"] body:not(.in-index) .pt4-footer-info p {
  margin: 0;
  color: #cbd1cb;
  font-size: 13px;
  line-height: 1.65;
}

html[data-pt4="site"] body:not(.in-index) .pt4-footer-info a,
html[data-pt4="site"] body:not(.in-index) #footer a {
  color: #e8eee2;
}

html[data-pt4="site"] body:not(.in-index) .pt4-footer-links {
  display: grid;
  gap: 7px;
}

html[data-pt4="site"] body:not(.in-index) #footer {
  min-height: 0;
  border: 0;
  background: #262c28 !important;
  color: #cbd1cb;
}

html[data-pt4="site"] body:not(.in-index) #footer .footer-links-icons,
html[data-pt4="site"] body:not(.in-index) #footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
}

/* Popupy, filtry a naseptavac */
html[data-pt4="site"] body:not(.in-index) .popup-widget,
html[data-pt4="site"] body:not(.in-index) .popup-widget-inner,
html[data-pt4="site"] body:not(.in-index) .search-results,
html[data-pt4="site"] body:not(.in-index) .search-results-groups,
html[data-pt4="site"] body:not(.in-index) .search-whisperer,
html[data-pt4="site"] body:not(.in-index) .filter-sections {
  border-color: var(--pt4-line-strong);
  border-radius: var(--pt4-radius-card);
  background: #fff;
  color: var(--pt4-ink);
  box-shadow: 0 18px 42px rgba(32, 37, 33, .15);
}

html[data-pt4="site"] body:not(.in-index) .popup-widget h2,
html[data-pt4="site"] body:not(.in-index) .filter-sections h4 {
  color: var(--pt4-ink);
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body:not(.in-index) .popup-widget .form-control,
html[data-pt4="site"] body:not(.in-index) .filter-sections input {
  border-radius: var(--pt4-radius-control);
}

html[data-pt4="site"] body:not(.in-index) .popup-widget .btn-primary,
html[data-pt4="site"] body:not(.in-index) .popup-widget .btn-conversion,
html[data-pt4="site"] body:not(.in-index) .filter-sections .btn-primary {
  border-color: var(--pt4-brand);
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-brand);
}

html[data-pt4="site"] body:not(.in-index) .popup-widget .alternative-links a,
html[data-pt4="site"] body:not(.in-index) .login-widget .alternative-links a {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) #header .cart-count i,
html[data-pt4="site"] body:not(.in-index) #header .cart-count [data-testid="headerCartCount"] {
  background: var(--pt4-brand) !important;
  color: #fff !important;
}

html[data-pt4="site"] body:not(.in-index) .siteCookies {
  border-top: 1px solid var(--pt4-line-strong) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  box-shadow: 0 -10px 30px rgba(32, 37, 33, .08) !important;
}

html[data-pt4="site"] body:not(.in-index) .siteCookies::before,
html[data-pt4="site"] body:not(.in-index) .siteCookies::after,
html[data-pt4="site"] body:not(.in-index) .siteCookies__form,
html[data-pt4="site"] body:not(.in-index) .siteCookies__content,
html[data-pt4="site"] body:not(.in-index) .siteCookies__buttonWrap,
html[data-pt4="site"] body:not(.in-index) .siteCookies__links {
  background: #fff !important;
}

html[data-pt4="site"] body:not(.in-index) .siteCookies p,
html[data-pt4="site"] body:not(.in-index) .siteCookies__link {
  color: var(--pt4-ink-soft) !important;
}

html[data-pt4="site"] body:not(.in-index) .siteCookies__button {
  min-height: 44px;
  border: 1px solid var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body:not(.in-index) .siteCookies__buttonWrap .siteCookies__button:last-child {
  border-color: var(--pt4-brand) !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
}

/* Tablet */
@media (max-width: 1100px) {
  html[data-pt4="site"] body:not(.in-index) .container {
    width: min(calc(100% - 32px), 1280px);
  }

  html[data-pt4="site"] body:not(.in-index) #header .header-top {
    gap: 20px;
    grid-template-columns: 180px minmax(240px, 1fr) 126px;
  }

  html[data-pt4="site"] body:not(.in-index) #header .site-name img {
    max-width: 175px;
  }

  html[data-pt4="site"] body:not(.in-index) #header .cart-count {
    min-width: 126px;
    padding-right: 12px;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts .project-email {
    display: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-phone {
    white-space: nowrap;
  }

  html[data-pt4="site"] body:not(.in-index) #navigation,
  html[data-pt4="site"] body:not(.in-index) #navigation .navigation-in,
  html[data-pt4="site"] body:not(.in-index) .pt4-main-nav {
    right: auto !important;
    left: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a {
    padding: 0 13px;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a:nth-child(n + 5) {
    display: none;
  }

  html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .content-wrapper-in {
    gap: 22px;
    grid-template-columns: 216px minmax(0, 1fr);
  }

  html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left {
    display: block !important;
    padding: 15px;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-pt4="site"] body.type-category .products-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-pt4="site"] body.type-product .product-top {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  }
}

@media (max-width: 900px) and (min-width: 768px) {
  html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts {
    display: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.type-category .products-top {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.type-category .products-top > .product:nth-child(n + 3) {
    display: none;
  }

  html[data-pt4="site"] body.type-product .product-top {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.type-product .description-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.type-product .p-image-wrapper {
    min-height: 400px;
  }

  html[data-pt4="site"] body.type-category .category-header {
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.type-category .category-header form {
    width: 100%;
  }

  html[data-pt4="site"] body.type-category .category-header .category-header-pagination {
    justify-self: end;
  }

  html[data-pt4="site"] body.type-search .search-results-groups {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .p {
    gap: 0 18px;
    grid-template-columns: 190px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .image {
    width: 190px;
    height: 220px;
    min-height: 220px;
    margin: 0;
    grid-column: 1;
    grid-row: 1;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .p-in {
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .p-code {
    top: 12px;
    right: auto;
    left: 142px;
    max-width: 64px;
  }

  html[data-pt4="site"] body.ordering-process .cart-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Mobil */
@media (max-width: 767px) {
  html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .content-wrapper-in {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left {
    display: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) {
    padding-top: 0;
    font-size: 15px;
  }

  html[data-pt4="site"] body:not(.in-index) .container,
  html[data-pt4="site"] body:not(.in-index) .pt4-footer-info {
    width: calc(100% - 24px);
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar,
  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar > .container,
  html[data-pt4="site"] body:not(.in-index) #header,
  html[data-pt4="site"] body:not(.in-index) #header .navigation-wrapper,
  html[data-pt4="site"] body:not(.in-index) #header .header-top {
    height: 62px;
    min-height: 62px;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar {
    position: fixed !important;
    z-index: 1003 !important;
    top: 0 !important;
    right: 0;
    left: 0;
    background: transparent !important;
    pointer-events: none;
    transform: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar > .container {
    width: 100%;
    padding: 0;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-tools {
    position: absolute;
    top: 9px;
    right: 8px;
    width: 92px;
    height: 44px;
    min-height: 44px;
    pointer-events: auto;
  }

  html[data-pt4="site"] body:not(.in-index) .responsive-tools {
    display: flex;
    width: 92px;
    height: 44px;
    min-height: 44px;
    overflow: visible;
    justify-content: flex-end;
    gap: 4px;
    pointer-events: auto;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts,
  html[data-pt4="site"] body:not(.in-index) .top-navigation-menu,
  html[data-pt4="site"] body:not(.in-index) .top-nav-button-login,
  html[data-pt4="site"] body:not(.in-index) .pt4-phone {
    display: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .responsive-tools a {
    position: static !important;
    inset: auto !important;
    display: flex;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: var(--pt4-radius-control) !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .responsive-tools a::before {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--pt4-ink) !important;
  }

  html[data-pt4="site"] body:not(.in-index) .responsive-tools a[data-target="navigation"] {
    background: var(--pt4-brand) !important;
  }

  html[data-pt4="site"] body:not(.in-index) .responsive-tools a[data-target="navigation"]::before {
    color: #fff !important;
  }

  html[data-pt4="site"] body:not(.in-index) .responsive-tools a[data-target="login"] {
    display: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header {
    position: fixed !important;
    z-index: 1001 !important;
    top: 0 !important;
    right: 0;
    left: 0;
    overflow: visible;
    border-bottom: 1px solid var(--pt4-line);
    transform: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header .navigation-wrapper {
    width: 100%;
    padding: 0 12px;
  }

  html[data-pt4="site"] body:not(.in-index) #header .header-top {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
  }

  html[data-pt4="site"] body:not(.in-index) #header .site-name-wrapper {
    position: absolute;
    top: 8px;
    left: 2px;
    display: block !important;
    visibility: visible !important;
    width: 136px;
    height: 46px;
    opacity: 1 !important;
    align-items: center;
  }

  html[data-pt4="site"] body:not(.in-index) #header .site-name,
  html[data-pt4="site"] body:not(.in-index) #header .site-name a {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    visibility: visible !important;
    width: 100%;
    height: 46px;
    opacity: 1 !important;
    align-items: center;
    transform: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header .site-name img {
    display: block !important;
    visibility: visible !important;
    max-width: 132px;
    max-height: 40px;
    opacity: 1 !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header .navigation-buttons {
    position: absolute;
    z-index: 3;
    top: 9px;
    right: 98px;
    display: block !important;
    visibility: visible !important;
    width: 44px;
    height: 44px;
    opacity: 1 !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header .cart-count {
    position: static !important;
    inset: auto !important;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    margin: 0 !important;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: var(--pt4-radius-control);
    background: transparent;
    font-size: 0;
    transform: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header .cart-count::before {
    top: 10px;
    left: 10px;
    color: var(--pt4-brand);
  }

  html[data-pt4="site"] body:not(.in-index) #header .search {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 12px;
    border: 0;
    border-bottom: 1px solid var(--pt4-line-strong);
    background: #fff;
    box-shadow: 0 16px 30px rgba(32, 35, 33, .1);
  }

  html[data-pt4="site"] body:not(.in-index).search-window-visible #header .search {
    display: block;
  }

  html[data-pt4="site"] body:not(.in-index).search-window-visible::after {
    display: none;
  }

  html[data-pt4="site"] body:not(.in-index).search-window-visible #content-wrapper {
    margin-top: 86px;
  }

  html[data-pt4="site"] body:not(.in-index) #navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(94vw, 400px) !important;
    max-width: 400px;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    border: 0;
    background: #fff;
    box-shadow: -18px 0 44px rgba(32, 35, 33, .18);
    visibility: hidden;
    pointer-events: none;
    transform: translateX(105%) !important;
    transition: transform .18s ease, visibility 0s linear .18s;
  }

  html[data-pt4="site"] body:not(.in-index).navigation-window-visible #navigation {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0) !important;
    transition: transform .18s ease;
  }

  html[data-pt4="site"] body:not(.in-index) #navigation .navigation-in {
    display: block;
    height: 100%;
    min-height: 100%;
    padding: 62px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff !important;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-main-nav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 58px;
    left: 0;
    display: flex;
    width: auto;
    height: 62px;
    min-height: 62px;
    border-bottom: 1px solid var(--pt4-line);
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a {
    display: none;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a:first-child {
    display: inline-flex;
    min-height: 62px;
    padding: 0 16px;
    color: var(--pt4-ink);
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  html[data-pt4="site"] body:not(.in-index) #navigation .navigation-close {
    top: 9px;
    right: 9px;
    border: 1px solid var(--pt4-line-strong);
    border-radius: var(--pt4-radius-control);
  }

  html[data-pt4="site"] body:not(.in-index) #navigation .menu-level-1,
  html[data-pt4="site"] body:not(.in-index) #navigation .navigationActions {
    display: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog {
    display: block !important;
    min-width: 0;
    padding: 18px 16px 30px;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog__title {
    margin: 0 0 10px;
    color: var(--pt4-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog details {
    border-top: 1px solid var(--pt4-line);
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog summary {
    min-width: 0;
    padding: 15px 30px 15px 0;
    color: var(--pt4-ink);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    overflow-wrap: anywhere;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog details > div {
    display: grid;
    padding: 0 0 14px 12px;
    border-left: 2px solid var(--pt4-brand);
    gap: 2px;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog details a,
  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog__service a {
    min-width: 0;
    padding: 8px 10px;
    color: var(--pt4-ink-soft);
    text-decoration: none;
    overflow-wrap: anywhere;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog__service {
    display: grid;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 2px solid var(--pt4-ink);
  }

  html[data-pt4="site"] body:not(.in-index) .breadcrumbs-wrapper {
    margin-top: 62px;
  }

  html[data-pt4="site"] body:not(.in-index) .breadcrumbs {
    display: flex;
    width: calc(100% - 24px);
    min-width: 0;
    min-height: 42px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }

  html[data-pt4="site"] body:not(.in-index) .breadcrumbs > span {
    position: relative;
    display: inline-flex;
    min-width: max-content;
    padding: 0 10px;
    align-items: center;
    flex: 0 0 auto;
  }

  html[data-pt4="site"] body:not(.in-index) .breadcrumbs > span:not(:first-child):not(:last-child) {
    display: none;
  }

  html[data-pt4="site"] body:not(.in-index) .breadcrumbs > span:last-child {
    min-width: 0;
    max-width: calc(100% - 58px);
    flex: 1 1 auto;
  }

  html[data-pt4="site"] body:not(.in-index) .breadcrumbs > span:last-child a,
  html[data-pt4="site"] body:not(.in-index) .breadcrumbs > span:last-child span {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  html[data-pt4="site"] body:not(.in-index) .breadcrumbs > span + span {
    margin-left: 4px;
    padding-left: 18px;
  }

  html[data-pt4="site"] body:not(.in-index) .breadcrumbs > span + span::before {
    position: absolute;
    left: 2px;
    color: var(--pt4-line-strong);
    content: "›";
  }

  html[data-pt4="site"] body.ordering-process #content-wrapper {
    margin-top: 62px;
  }

  html[data-pt4="site"] body:not(.in-index) #content-wrapper {
    width: calc(100% - 24px);
    padding: 20px 0 42px;
  }

  html[data-pt4="site"] body:not(.in-index) .content-wrapper-in {
    display: block;
  }

  html[data-pt4="site"] body.type-category .category-top {
    padding: 22px 18px;
  }

  html[data-pt4="site"] body.type-category .category-title,
  html[data-pt4="site"] body.type-category .category-title h1,
  html[data-pt4="site"] body.type-product .p-detail-inner-header h1,
  html[data-pt4="site"] body.type-page .content-inner > h1,
  html[data-pt4="site"] body.type-search main.content > h2,
  html[data-pt4="site"] body.ordering-process .cart-heading {
    font-size: clamp(28px, 9vw, 36px);
  }

  html[data-pt4="site"] body.type-category .products-top {
    grid-template-columns: 1fr;
  }

  html[data-pt4="site"] body.type-category .products-top > .product:nth-child(n + 2) {
    display: none;
  }

  html[data-pt4="site"] body.type-category .category-header {
    align-items: flex-start;
    flex-direction: column;
  }

  html[data-pt4="site"] body.type-category .category-header form {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .p {
    min-height: 0;
    padding: 12px;
    gap: 0 14px;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: auto;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .image {
    width: 112px;
    height: 170px;
    min-height: 170px;
    margin: 0;
    padding: 4px;
    grid-column: 1;
    grid-row: 1;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .p-in {
    display: flex;
    min-width: 0;
    padding-top: 24px;
    grid-column: 2;
    grid-row: 1;
    flex-direction: column;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .name {
    font-size: 14px;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .p-bottom {
    margin-top: auto;
    padding-top: 8px;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .price-final {
    font-size: 18px;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .p-code {
    position: absolute;
    top: 11px;
    right: 12px;
    display: block;
    max-width: calc(100% - 148px);
    margin: 0 0 5px;
    padding: 0;
    background: transparent;
    font-size: 9px;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-default,
  html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra {
    top: 8px;
    left: 8px;
    max-width: 96px;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra {
    top: 38px;
  }

  html[data-pt4="site"] body.type-product .p-detail-inner {
    padding: 20px 16px;
  }

  html[data-pt4="site"] body.type-product .p-detail-inner-header {
    align-items: flex-start;
    flex-direction: column;
  }

  html[data-pt4="site"] body.type-product .product-top,
  html[data-pt4="site"] body.type-product .description-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.type-product .p-image-wrapper {
    min-height: 360px;
    padding: 14px;
  }

  html[data-pt4="site"] body.type-product .p-image-wrapper .p-image,
  html[data-pt4="site"] body.type-product .p-image-wrapper .p-main-image {
    min-height: 300px;
  }

  html[data-pt4="site"] body.type-product .p-image-wrapper img {
    max-height: 330px;
  }

  html[data-pt4="site"] body.type-product .p-info-wrapper {
    padding: 22px 18px;
  }

  html[data-pt4="site"] body.type-product .p-final-price-wrapper,
  html[data-pt4="site"] body.type-product .price-final {
    font-size: 29px;
  }

  html[data-pt4="site"] body.type-product .tab-content {
    padding: 22px 18px;
  }

  html[data-pt4="site"] body.type-product .detail-parameters th,
  html[data-pt4="site"] body.type-product .detail-parameters td {
    padding: 8px 6px;
  }

  html[data-pt4="site"] body.type-page .content-inner {
    padding: 26px 20px;
  }

  html[data-pt4="site"] body.in-kontakty .pt4-contact-layout,
  html[data-pt4="site"] body.type-search .search-results-groups {
    grid-template-columns: 1fr;
  }

  html[data-pt4="site"] body.ordering-process .cart-row,
  html[data-pt4="site"] body.ordering-process .empty-cart-boxes {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.ordering-process .empty-cart-boxes > [class*="col-"]:first-child {
    grid-row: 1 !important;
    grid-column: 1 !important;
  }

  html[data-pt4="site"] body.ordering-process .empty-cart-boxes > [class*="col-"]:last-child {
    grid-row: 2 !important;
    grid-column: 1 !important;
  }

  html[data-pt4="site"] body.ordering-process .cart-content {
    padding: 22px 18px;
  }

  html[data-pt4="site"] body.ordering-process .empty-cart-boxes ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-footer-info {
    padding: 34px 0 28px;
    gap: 24px;
    grid-template-columns: 1fr;
  }

  html[data-pt4="site"] body:not(.in-index) .popup-widget {
    width: calc(100% - 24px);
    max-width: 430px;
  }
}

@media (max-width: 430px) {
  html[data-pt4="site"] body:not(.in-index) #navigation {
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: none !important;
  }
}

@media (max-width: 360px) {
  html[data-pt4="site"] body:not(.in-index) #header .site-name-wrapper {
    width: 112px;
  }

  html[data-pt4="site"] body:not(.in-index) #header .site-name img {
    max-width: 108px;
  }

  html[data-pt4="site"] body:not(.in-index) #header .navigation-buttons {
    right: 94px;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .p {
    gap: 0 11px;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .product .image {
    width: 96px;
    height: 158px;
    min-height: 158px;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .p-bottom > [data-micro="offer"] {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .btn-cart {
    width: 100%;
  }

  html[data-pt4="site"] body.ordering-process .empty-cart-boxes ul {
    grid-template-columns: 1fr;
  }
}

/* Sdilene komponenty: stejna doprava, akce, modaly a dynamicke zpravy */
html[data-pt4="site"] body:not(.in-index) .flag-freeshipping {
  display: inline-flex !important;
  width: auto !important;
  min-width: 114px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 5px 8px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 6px !important;
  border: 1px solid #bac9a6 !important;
  border-radius: 3px !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
  line-height: 1 !important;
  white-space: nowrap;
  overflow: visible !important;
}

html[data-pt4="site"] body.type-product .p-image-wrapper .flag.flag-freeshipping {
  width: 114px !important;
  min-width: 114px !important;
  border-color: #bac9a6 !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) .flag-freeshipping .icon-van {
  display: inline-flex !important;
  width: 18px !important;
  height: 16px !important;
  flex: 0 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--pt4-brand-dark) !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

html[data-pt4="site"] body:not(.in-index) .flag-freeshipping .flag-text {
  color: inherit !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: .01em;
  line-height: 1 !important;
  text-transform: none;
}

html[data-pt4="site"] body:not(.in-index) .toggle-top-products,
html[data-pt4="site"] body:not(.in-index) .btn--link,
html[data-pt4="site"] body:not(.in-index) .goToTop__button,
html[data-pt4="site"] body.type-product .p-info-wrapper a:not(.btn) {
  color: var(--pt4-brand-dark) !important;
  text-decoration-color: var(--pt4-brand) !important;
}

html[data-pt4="site"] body.type-product main.content a:not(.btn):not([class*="social"]):not([class*="facebook"]) {
  color: var(--pt4-brand-dark);
  text-decoration-color: var(--pt4-brand);
}

html[data-pt4="site"] body:not(.in-index) .cat-trigger {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.type-product .price-save,
html[data-pt4="site"] body.type-product .price-save-percent {
  color: var(--pt4-signal) !important;
}

html[data-pt4="site"] body:not(.in-index) .btn-secondary,
html[data-pt4="site"] body:not(.in-index) .loadMore__button,
html[data-pt4="site"] body:not(.in-index) .pagination__link {
  min-height: 40px;
  border: 1px solid var(--pt4-brand) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) .btn-secondary:hover,
html[data-pt4="site"] body:not(.in-index) .loadMore__button:hover,
html[data-pt4="site"] body:not(.in-index) .pagination__link:hover {
  background: var(--pt4-brand-soft) !important;
}

/* Naplneny kosik v hlavicce */
html[data-pt4="site"] body:not(.in-index) #cart-widget {
  width: min(430px, calc(100vw - 24px)) !important;
  overflow: visible !important;
  border: 1px solid var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-card) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  box-shadow: 0 20px 48px rgba(32, 37, 33, .18) !important;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-inner {
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: var(--pt4-radius-card) var(--pt4-radius-card) 0 0 !important;
  background: #fff !important;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-products::before {
  content: "V košíku";
  display: block;
  padding: 14px 16px 11px;
  border-bottom: 1px solid var(--pt4-line);
  color: var(--pt4-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-products-inner {
  max-height: min(340px, 48vh);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product {
  display: grid !important;
  min-height: 100px;
  padding: 14px 16px !important;
  align-items: center;
  gap: 8px;
  grid-template-areas: "image amount unit name delete";
  grid-template-columns: 64px 58px 20px minmax(0, 1fr) 30px;
  border: 0 !important;
  border-bottom: 1px solid var(--pt4-line) !important;
  background: #fff !important;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-image,
html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-amount,
html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-unit,
html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-name,
html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-delete {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-image {
  grid-area: image;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-image a {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-control);
  background: #fff;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-image img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-amount {
  grid-area: amount;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-amount .quantity {
  width: 58px;
  height: 40px;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-unit {
  grid-area: unit;
  color: var(--pt4-muted) !important;
  font-size: 13px;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-name {
  grid-area: name;
  min-width: 0;
  line-height: 1.25;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-name strong,
html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-name a {
  display: block;
  overflow: hidden;
  color: var(--pt4-ink) !important;
  font-size: 14px;
  font-weight: 750;
  text-overflow: ellipsis;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-name > span {
  display: block;
  margin-top: 5px;
  color: var(--pt4-brand-dark) !important;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-product-delete {
  grid-area: delete;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .remove-item {
  width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  border-radius: var(--pt4-radius-control) !important;
  background-color: transparent !important;
  opacity: .65;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .remove-item:hover,
html[data-pt4="site"] body:not(.in-index) #cart-widget .remove-item:focus-visible {
  background-color: #f8e9e6 !important;
  opacity: 1;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-free-shipping {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 14px 16px 2px !important;
  padding: 12px 14px !important;
  border: 1px solid #bac9a6 !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
  text-align: left !important;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-free-shipping strong {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pt4-brand-dark) !important;
  font-size: 14px;
  font-weight: 800;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-free-shipping strong::before {
  content: "";
  width: 24px;
  height: 18px;
  flex: 0 0 24px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='none' stroke='%233f6118' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 2.5h12v10H2zM14 6.5h4l4 4v2h-8z'/%3E%3Ccircle cx='6' cy='14.5' r='2'/%3E%3Ccircle cx='18' cy='14.5' r='2'/%3E%3C/svg%3E");
}

html[data-pt4="site"] body:not(.in-index) #cart-widget .cart-widget-button {
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 12px 16px 16px !important;
  border-radius: 0 0 var(--pt4-radius-card) var(--pt4-radius-card);
  background: #fff !important;
}

html[data-pt4="site"] body:not(.in-index) #cart-widget #continue-order-button {
  display: flex !important;
  width: 100% !important;
  min-height: 50px;
  padding: 0 18px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-brand) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
}

@media (min-width: 768px) {
  html[data-pt4="site"] body:not(.in-index) #header .cart-count {
    position: relative !important;
    padding-left: 60px !important;
    overflow: visible !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header .cart-count::before {
    position: absolute !important;
    top: 8px !important;
    left: 16px !important;
    display: flex !important;
    width: 32px !important;
    height: 32px !important;
    align-items: center;
    justify-content: center;
    line-height: 32px !important;
    transform: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header .cart-count i,
  html[data-pt4="site"] body:not(.in-index) #header .cart-count [data-testid="headerCartCount"] {
    position: absolute !important;
    z-index: 2;
    top: 2px !important;
    right: auto !important;
    left: 38px !important;
    display: flex !important;
    width: 18px !important;
    height: 18px !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: var(--pt4-brand-dark) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 850;
    line-height: 1 !important;
  }
}

html[data-pt4="site"] body:not(.in-index) .btn-primary:not([class*="facebook"]):not([class*="social"]),
html[data-pt4="site"] body:not(.in-index) .btn-conversion {
  border-color: var(--pt4-brand) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
}

html[data-pt4="site"] body:not(.in-index) .btn-primary:not([class*="facebook"]):not([class*="social"]):hover,
html[data-pt4="site"] body:not(.in-index) .btn-conversion:hover {
  border-color: var(--pt4-brand-dark) !important;
  background: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) .search-form button {
  border-color: var(--pt4-brand) !important;
  border-radius: 0 var(--pt4-radius-control) var(--pt4-radius-control) 0 !important;
}

html[data-pt4="site"] body:not(.in-index) .quantity {
  border: 1px solid var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  overflow: hidden;
}

html[data-pt4="site"] body:not(.in-index) .quantity .increase,
html[data-pt4="site"] body:not(.in-index) .quantity .decrease {
  border-color: var(--pt4-line) !important;
  border-radius: 0 !important;
  background: var(--pt4-paper) !important;
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) #cboxOverlay {
  z-index: 10040 !important;
  background: #202521 !important;
  opacity: .42 !important;
}

html[data-pt4="site"] body:not(.in-index) #colorbox,
html[data-pt4="site"] body:not(.in-index) .shoptet-modal,
html[data-pt4="site"] body:not(.in-index) .shoptet-modal-md {
  overflow: hidden !important;
  border: 1px solid var(--pt4-line) !important;
  border-radius: var(--pt4-radius-card) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  box-shadow: 0 24px 60px rgba(32, 37, 33, .24) !important;
}

html[data-pt4="site"] body:not(.in-index) #colorbox {
  z-index: 10041 !important;
}

html[data-pt4="site"] body:not(.in-index) #cboxWrapper,
html[data-pt4="site"] body:not(.in-index) #cboxContent,
html[data-pt4="site"] body:not(.in-index) #cboxLoadedContent {
  border: 0 !important;
  border-radius: inherit !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body:not(.in-index) #cboxClose {
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: var(--pt4-radius-control) !important;
  background-color: #fff !important;
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body:not(.in-index) #cboxClose:hover {
  background-color: var(--pt4-brand-soft) !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__title,
html[data-pt4="site"] #colorbox .cookiesSetting__perex,
html[data-pt4="site"] #colorbox .cookiesSetting__item__name,
html[data-pt4="site"] #colorbox .cookiesSetting__item__text {
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__data,
html[data-pt4="site"] #colorbox .cookiesSetting__item,
html[data-pt4="site"] #colorbox .cookiesSetting__item__status {
  border-color: var(--pt4-line) !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__data {
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__item__status {
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-paper) !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__item__checkbox {
  accent-color: var(--pt4-brand) !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__item__status:has(input:checked) {
  border-color: var(--pt4-brand) !important;
  background: var(--pt4-brand-soft) !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__uncheckLink,
html[data-pt4="site"] #colorbox .cookiesSetting__button {
  min-height: 48px;
  border-radius: var(--pt4-radius-control) !important;
  font-weight: 750 !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__uncheckLink {
  border: 1px solid var(--pt4-line-strong) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__button {
  border: 1px solid var(--pt4-brand) !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
}

html[data-pt4="site"] #colorbox .cookiesSetting__button--green {
  border-color: var(--pt4-brand-dark) !important;
  background: var(--pt4-brand-dark) !important;
}

@media (min-width: 768px) {
  html[data-pt4="site"] #colorbox:has(.cookiesSetting__form) {
    position: fixed !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: min(700px, calc(100vw - 32px)) !important;
    height: min(550px, calc(100vh - 32px)) !important;
    max-height: calc(100vh - 32px) !important;
    overflow: hidden !important;
    transform: translate(-50%, -50%) !important;
  }

  html[data-pt4="site"] #colorbox:has(.cookiesSetting__form) #cboxWrapper,
  html[data-pt4="site"] #colorbox:has(.cookiesSetting__form) #cboxContent,
  html[data-pt4="site"] #colorbox:has(.cookiesSetting__form) #cboxLoadedContent,
  html[data-pt4="site"] #colorbox:has(.cookiesSetting__form) .colorbox-html-content {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  html[data-pt4="site"] #colorbox:has(.cookiesSetting__form) #cboxLoadedContent {
    padding: 0 !important;
    overflow: auto !important;
    overscroll-behavior: contain;
  }
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer.active {
  max-height: min(620px, calc(100vh - 150px)) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  border: 1px solid var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(32, 37, 33, .16) !important;
  scrollbar-color: var(--pt4-line-strong) transparent;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-documents {
  padding: 6px 0;
  border-bottom: 1px solid var(--pt4-line) !important;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-document,
html[data-pt4="site"] body:not(.in-index) .search-whisperer-document span,
html[data-pt4="site"] body:not(.in-index) .search-whisperer-products a,
html[data-pt4="site"] body:not(.in-index) .search-whisperer-products .p-name,
html[data-pt4="site"] body:not(.in-index) .search-whisperer-products .price {
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-document {
  min-height: 38px;
  padding: 8px 14px !important;
  border: 0 !important;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-category em {
  position: relative;
  width: 15px !important;
  height: 11px !important;
  margin-right: 9px !important;
  border: 1.5px solid var(--pt4-brand) !important;
  border-radius: 1px !important;
  background: none !important;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-category em::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 1px;
  width: 7px;
  height: 3px;
  border: 1.5px solid var(--pt4-brand);
  border-bottom: 0;
  border-radius: 1px 1px 0 0;
  background: #fff;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-products li {
  border-color: var(--pt4-line) !important;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-products .p-name,
html[data-pt4="site"] body:not(.in-index) .search-whisperer-products .price {
  font-weight: 750 !important;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-products .availability-label {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-document.whisperer-trigger {
  position: sticky;
  z-index: 2;
  bottom: 0;
  justify-content: center;
  border-top: 1px solid var(--pt4-line) !important;
  background: #fff !important;
  color: var(--pt4-brand-dark) !important;
  font-weight: 750;
}

html[data-pt4="site"] body:not(.in-index) .search-whisperer-document:hover,
html[data-pt4="site"] body:not(.in-index) .search-whisperer-document:focus-visible,
html[data-pt4="site"] body:not(.in-index) .search-whisperer-products li > a:hover,
html[data-pt4="site"] body:not(.in-index) .search-whisperer-products li > a:focus-visible {
  outline: 0;
  background: var(--pt4-brand-soft) !important;
}

html[data-pt4="site"] #colorbox .form-control,
html[data-pt4="site"] body.type-product .discussion-wrapper .form-control {
  border: 1px solid var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  box-shadow: none !important;
}

html[data-pt4="site"] #colorbox .form-control:focus,
html[data-pt4="site"] body.type-product .discussion-wrapper .form-control:focus {
  border-color: var(--pt4-brand) !important;
  outline: 3px solid rgba(85, 124, 35, .18) !important;
  outline-offset: 0;
}

html[data-pt4="site"] #colorbox .form-control.error-field,
html[data-pt4="site"] body.type-product .discussion-wrapper .form-control.error-field {
  border-color: #d33a36 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html[data-pt4="site"] #colorbox .form-control.error-field:focus,
html[data-pt4="site"] body.type-product .discussion-wrapper .form-control.error-field:focus {
  box-shadow: 0 0 0 3px rgba(211, 58, 54, .14) !important;
}

html[data-pt4="site"] body.type-category .ui-slider-range,
html[data-pt4="site"] body.type-category .ui-widget-header,
html[data-pt4="site"] body.type-category .ui-slider-handle {
  border-color: var(--pt4-brand) !important;
  background: var(--pt4-brand) !important;
}

html[data-pt4="site"] body.type-category .ui-slider-handle:hover,
html[data-pt4="site"] body.type-category .ui-slider-handle:focus-visible {
  border-color: var(--pt4-brand-dark) !important;
  background: var(--pt4-brand-dark) !important;
  outline: 3px solid rgba(85, 124, 35, .2);
  outline-offset: 2px;
}

/* Naplneny kosik ma jinou strukturu nez prazdny stav. */
html[data-pt4="site"] body.pt4-cart-filled .cart-row {
  direction: ltr !important;
  grid-template-columns: minmax(0, 1fr) 340px !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-row > .col-md-8 {
  grid-column: 1 !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-row > .sidebar-in-cart {
  display: grid;
  grid-column: 2 !important;
  gap: 16px;
  align-content: start;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-header {
  display: grid !important;
  width: auto !important;
  margin: -28px -28px 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pt4-line) !important;
  background: var(--pt4-paper) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-header .step {
  width: auto !important;
  min-width: 0;
  padding: 15px 10px !important;
  border: 0 !important;
  border-right: 1px solid var(--pt4-line) !important;
  background: transparent !important;
  color: var(--pt4-muted) !important;
  font-size: 11px !important;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-header .step:last-child {
  border-right: 0 !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-header .step.active {
  box-shadow: inset 0 -3px 0 var(--pt4-brand);
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-header .step.active strong,
html[data-pt4="site"] body.pt4-cart-filled .cart-header .step.active span,
html[data-pt4="site"] body.pt4-cart-filled .cart-header .step.active::before {
  border-color: var(--pt4-brand) !important;
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-table th,
html[data-pt4="site"] body.pt4-cart-filled .cart-table td {
  padding: 14px 8px !important;
  border-color: var(--pt4-line) !important;
  vertical-align: middle;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-table a {
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-table .p-name,
html[data-pt4="site"] body.pt4-cart-filled .cart-table .main-link {
  font-weight: 750;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-summary {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--pt4-line);
}

html[data-pt4="site"] body.pt4-cart-filled .cart-summary .extras-wrapper {
  padding: 14px 16px;
  border: 1px solid #bac9a6;
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-brand-soft);
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body.pt4-cart-filled .cart-summary .extras-wrapper a,
html[data-pt4="site"] body.pt4-cart-filled .cart-summary .free-shipping,
html[data-pt4="site"] body.pt4-cart-filled .cart-summary .extras-wrapper strong {
  color: var(--pt4-brand-dark) !important;
  font-weight: 750;
}

html[data-pt4="site"] body.pt4-cart-filled .checkout-box-wrapper a {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-cart-filled .sidebar-in-cart .cart-content {
  width: 100%;
  padding: 22px;
}

html[data-pt4="site"] body.pt4-cart-filled .summary-wrapper {
  position: sticky;
  top: 18px;
}

html[data-pt4="site"] body.pt4-cart-filled .next-step {
  display: grid !important;
  width: 100% !important;
  margin: 22px 0 0 !important;
  gap: 8px;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

html[data-pt4="site"] body.pt4-cart-filled .next-step .btn {
  display: inline-flex;
  width: 100% !important;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px !important;
  align-items: center;
  justify-content: center;
  border-radius: var(--pt4-radius-control) !important;
  font-weight: 780;
}

html[data-pt4="site"] body.pt4-cart-filled .next-step-back {
  border: 1px solid var(--pt4-line-strong) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
}

/* Doprava a platba: stejny smer a hierarchie jako v naplnenem kosiku. */
html[data-pt4="site"] body.pt4-checkout-flow .cart-row {
  direction: ltr !important;
  grid-template-columns: minmax(0, 1fr) 340px !important;
}

html[data-pt4="site"] body.pt4-checkout-flow #checkoutContent {
  grid-column: 1 !important;
}

html[data-pt4="site"] body.pt4-checkout-flow #checkoutSidebar {
  display: grid;
  grid-column: 2 !important;
  gap: 16px;
  align-content: start;
}

html[data-pt4="site"] body.pt4-checkout-flow .cart-header {
  display: grid !important;
  width: auto !important;
  margin: -28px -28px 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pt4-line) !important;
  background: var(--pt4-paper) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step {
  width: auto !important;
  min-width: 0;
  padding: 15px 10px !important;
  border: 0 !important;
  border-right: 1px solid var(--pt4-line) !important;
  background: transparent !important;
  color: var(--pt4-muted) !important;
  font-size: 11px !important;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step:last-child {
  border-right: 0 !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step.active {
  box-shadow: inset 0 -3px 0 var(--pt4-brand);
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step.active strong,
html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step.active span,
html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step.active::before,
html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step.completed strong,
html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step.completed span,
html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step.completed::before {
  border-color: var(--pt4-brand) !important;
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow #checkoutContent > .cart-content,
html[data-pt4="site"] body.pt4-checkout-flow #checkoutSidebar > .cart-content {
  width: 100%;
}

html[data-pt4="site"] body.pt4-checkout-flow #checkoutSidebar > .cart-content {
  position: sticky;
  top: 18px;
  padding: 22px;
}

html[data-pt4="site"] body.pt4-checkout-flow .co-box {
  margin: 0 0 24px !important;
  padding: 0 0 24px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pt4-line) !important;
  background: transparent !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .co-box:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .co-box h2,
html[data-pt4="site"] body.pt4-checkout-flow .co-box h3,
html[data-pt4="site"] body.pt4-checkout-flow .co-box .h4 {
  color: var(--pt4-ink) !important;
  font-size: 21px;
  line-height: 1.25;
}

html[data-pt4="site"] body.pt4-checkout-flow input[type="radio"],
html[data-pt4="site"] body.pt4-checkout-flow input[type="checkbox"] {
  accent-color: var(--pt4-brand);
}

html[data-pt4="site"] body.pt4-checkout-flow .co-box [class^="icon-"],
html[data-pt4="site"] body.pt4-checkout-flow .co-box [class*=" icon-"],
html[data-pt4="site"] body.pt4-checkout-flow .co-box h2::before,
html[data-pt4="site"] body.pt4-checkout-flow .co-box h3::before,
html[data-pt4="site"] body.pt4-checkout-flow .co-box .h4::before {
  border-color: var(--pt4-brand) !important;
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .co-box input:checked + label::before,
html[data-pt4="site"] body.pt4-checkout-flow .co-box input:checked + label::after,
html[data-pt4="site"] body.pt4-checkout-flow .co-box input:checked ~ label::before,
html[data-pt4="site"] body.pt4-checkout-flow .co-box input:checked ~ label::after {
  border-color: var(--pt4-brand) !important;
  background-color: var(--pt4-brand) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow select,
html[data-pt4="site"] body.pt4-checkout-flow .form-control {
  border-color: var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-control) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-name,
html[data-pt4="site"] body.pt4-checkout-flow .payment-shipping-price,
html[data-pt4="site"] body.pt4-checkout-flow .for-free,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary a,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary .main-link {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-name {
  font-weight: 750;
}

html[data-pt4="site"] body.pt4-checkout-flow .show-tooltip,
html[data-pt4="site"] body.pt4-checkout-flow .question-tooltip {
  border-color: var(--pt4-brand) !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .toggle-contacts {
  min-height: 58px;
  border: 1px solid #bac9a6 !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .toggle-contacts a,
html[data-pt4="site"] body.pt4-checkout-flow .checkout-box a {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .order-summary-inner {
  padding: 20px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
}

html[data-pt4="site"] body.pt4-checkout-flow .order-summary-item,
html[data-pt4="site"] body.pt4-checkout-flow .order-recapitulation {
  border-color: var(--pt4-line) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow #shipping-billing-summary,
html[data-pt4="site"] body.pt4-checkout-flow #shipping-billing-summary * {
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow #shipping-billing-summary .for-free,
html[data-pt4="site"] body.pt4-checkout-flow #shipping-billing-summary [class*="free"],
html[data-pt4="site"] body.pt4-checkout-flow .order-summary-inner .for-free {
  color: var(--pt4-brand-dark) !important;
  font-weight: 750;
}

html[data-pt4="site"] body.pt4-checkout-flow .next-step {
  display: grid !important;
  width: 100% !important;
  margin: 22px 0 0 !important;
  gap: 8px;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
}

html[data-pt4="site"] body.pt4-checkout-flow .next-step .btn {
  display: inline-flex;
  width: 100% !important;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px !important;
  align-items: center;
  justify-content: center;
  border-radius: var(--pt4-radius-control) !important;
  font-weight: 780;
}

html[data-pt4="site"] body.pt4-checkout-flow .next-step-back {
  border: 1px solid var(--pt4-line-strong) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
}

/* Rohovy toast nahrazuje puvodni celosirkovou horni listu. */
html[data-pt4="site"] body:not(.in-index) .messages {
  position: fixed !important;
  z-index: 2010 !important;
  top: auto !important;
  right: 22px !important;
  bottom: 22px !important;
  left: auto !important;
  display: grid !important;
  width: min(370px, calc(100vw - 32px)) !important;
  height: auto !important;
  gap: 10px;
  background: transparent !important;
  pointer-events: none;
}

html[data-pt4="site"] body:not(.in-index) .messages .msg {
  position: relative;
  width: 100% !important;
  min-height: 76px;
  margin: 0 !important;
  padding: 18px 50px 18px 50px !important;
  border: 1px solid var(--pt4-line) !important;
  border-left: 4px solid var(--pt4-brand) !important;
  border-radius: var(--pt4-radius-card) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  box-shadow: 0 18px 42px rgba(32, 37, 33, .18) !important;
  font-size: 14px;
  line-height: 1.4;
  pointer-events: auto;
  animation: pt4-toast-in .2s ease-out both;
}

html[data-pt4="site"] body:not(.in-index) .messages .msg::before {
  position: absolute;
  top: 20px;
  left: 17px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--pt4-brand-soft);
  color: var(--pt4-brand-dark);
  content: "\2713";
  font-size: 14px;
  font-weight: 900;
}

html[data-pt4="site"] body:not(.in-index) .messages .msg-error,
html[data-pt4="site"] body:not(.in-index) .messages .msg-warning {
  border-left-color: var(--pt4-signal) !important;
}

html[data-pt4="site"] body:not(.in-index) .messages .msg a {
  color: var(--pt4-brand-dark) !important;
  font-weight: 750;
  text-underline-offset: 2px;
}

html[data-pt4="site"] body:not(.in-index) .pt-toast-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 30px;
  height: 30px;
  min-height: 0;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: var(--pt4-radius-control);
  background: transparent;
  color: var(--pt4-ink);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}

html[data-pt4="site"] body:not(.in-index) .pt-toast-close:hover {
  background: var(--pt4-brand-soft);
}

html[data-pt4="site"] body:not(.in-index) .messages .pt-toast-leaving {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

@keyframes pt4-toast-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  html[data-pt4="site"] body:not(.in-index) #header .cart-count {
    position: relative !important;
    overflow: visible !important;
  }

  html[data-pt4="site"] body:not(.in-index) #header .cart-count i,
  html[data-pt4="site"] body:not(.in-index) #header .cart-count [data-testid="headerCartCount"] {
    position: absolute !important;
    z-index: 2;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    display: flex !important;
    width: 18px !important;
    height: 18px !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: var(--pt4-brand-dark) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 850;
    line-height: 1 !important;
  }

  html[data-pt4="site"] body:not(.in-index) .search-whisperer.active {
    max-height: calc(100vh - 142px) !important;
    border-radius: 0 0 var(--pt4-radius-control) var(--pt4-radius-control) !important;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-default,
  html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra {
    right: auto !important;
    left: 2px !important;
    max-width: 94px !important;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .flag.flag-freeshipping {
    width: 94px !important;
    min-width: 94px !important;
  }

  html[data-pt4="site"] body:not(.in-index) .flag-freeshipping,
  html[data-pt4="site"] body.type-product .p-image-wrapper .flag.flag-freeshipping {
    width: 94px !important;
    min-width: 94px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 4px 5px !important;
    gap: 4px !important;
    justify-content: flex-start !important;
    white-space: normal !important;
  }

  html[data-pt4="site"] body:not(.in-index) .flag-freeshipping .icon-van {
    width: 14px !important;
    height: 14px !important;
    flex-basis: 14px !important;
    font-size: 14px !important;
  }

  html[data-pt4="site"] body:not(.in-index) .flag-freeshipping .flag-text {
    max-width: 66px;
    font-size: 9px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-row > .col-md-8,
  html[data-pt4="site"] body.pt4-cart-filled .cart-row > .sidebar-in-cart {
    grid-column: 1 !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-header {
    width: 100% !important;
    margin: -22px 0 20px !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-header .step {
    padding: 12px 6px !important;
    font-size: 9px !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-table th,
  html[data-pt4="site"] body.pt4-cart-filled .cart-table td {
    padding: 10px 5px !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .summary-wrapper {
    position: static;
  }

  html[data-pt4="site"] body.pt4-cart-filled .next-step {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .cart-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-pt4="site"] body.pt4-checkout-flow #checkoutContent,
  html[data-pt4="site"] body.pt4-checkout-flow #checkoutSidebar {
    grid-column: 1 !important;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .cart-header {
    width: 100% !important;
    margin: -22px 0 20px !important;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step {
    padding: 12px 6px !important;
    font-size: 9px !important;
  }

  html[data-pt4="site"] body.pt4-checkout-flow #checkoutSidebar > .cart-content {
    position: static;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .next-step {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-pt4="site"] body:not(.in-index) #colorbox {
    position: fixed !important;
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    overflow: hidden !important;
    z-index: 10041 !important;
  }

  html[data-pt4="site"] body:not(.in-index) #cboxWrapper,
  html[data-pt4="site"] body:not(.in-index) #cboxContent,
  html[data-pt4="site"] body:not(.in-index) #cboxLoadedContent,
  html[data-pt4="site"] body:not(.in-index) #colorbox .content-modal {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }

  html[data-pt4="site"] body:not(.in-index) #cboxLoadedContent {
    padding: 0 !important;
    overflow: auto !important;
    overscroll-behavior: contain;
  }

  html[data-pt4="site"] body:not(.in-index) #colorbox .content-modal {
    min-height: 100%;
    padding: 24px 18px 30px !important;
  }

  html[data-pt4="site"] body:not(.in-index) #colorbox #ratingWrapper .rate-wrap {
    display: grid !important;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-pt4="site"] body:not(.in-index) #colorbox .rate-average-wrap,
  html[data-pt4="site"] body:not(.in-index) #colorbox .votes,
  html[data-pt4="site"] body:not(.in-index) #colorbox .vote-form,
  html[data-pt4="site"] body:not(.in-index) #colorbox #dialogFormRating,
  html[data-pt4="site"] body:not(.in-index) #colorbox .form-group {
    width: 100% !important;
    max-width: 100% !important;
  }

  html[data-pt4="site"] body:not(.in-index) #cboxClose {
    position: fixed !important;
    z-index: 10042 !important;
    top: 18px !important;
    right: 18px !important;
  }

  html[data-pt4="site"] body:not(.in-index) .messages {
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
    width: auto !important;
  }
}

/* Finalni zpevneni podkategorii, filtru a produktovych stitku */
html[data-pt4="site"] body.type-category .category-top .subcategories {
  display: grid !important;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  overflow: visible !important;
}

html[data-pt4="site"] body.type-category .category-top .subcategories > li {
  float: none !important;
  width: auto !important;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

html[data-pt4="site"] body.type-category .category-top .subcategories > li > a {
  display: grid !important;
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  min-height: 68px !important;
  padding: 12px 14px !important;
  align-items: center;
  gap: 10px;
  grid-template-columns: 30px minmax(0, 1fr);
  border: 1px solid var(--pt4-line) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
  white-space: normal !important;
  overflow: visible !important;
}

html[data-pt4="site"] body.type-category .category-top .subcategories > li > a .image {
  display: flex !important;
  width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: transparent !important;
}

html[data-pt4="site"] body.type-category .category-top .subcategories > li > a .image img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
  opacity: .62;
}

html[data-pt4="site"] body.type-category .category-top .subcategories > li > a .text {
  display: block;
  min-width: 0;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.type-category .filters-unveil-button-wrapper {
  display: flex !important;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: flex-start;
}

html[data-pt4="site"] body.type-category .filters-wrapper .filters-unveil-button-wrapper .unveil-button {
  display: inline-flex !important;
  box-sizing: border-box;
  width: auto !important;
  min-width: 176px;
  min-height: 46px;
  padding: 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px;
  border: 1px solid var(--pt4-brand-dark) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-brand-dark) !important;
  box-shadow: 0 5px 14px rgba(54, 78, 35, .14);
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html[data-pt4="site"] body.type-category .filters-wrapper .filters-unveil-button-wrapper .unveil-button::before {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M2 4h12M4.5 8h7M6.5 12h3'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  content: "";
}

html[data-pt4="site"] body.type-category .filters-wrapper .filters-unveil-button-wrapper .unveil-button:hover,
html[data-pt4="site"] body.type-category .filters-wrapper .filters-unveil-button-wrapper .unveil-button:focus-visible {
  border-color: var(--pt4-brand) !important;
  background: var(--pt4-brand) !important;
  box-shadow: 0 7px 18px rgba(54, 78, 35, .2);
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra {
  top: 8px !important;
  left: 8px !important;
  max-width: 116px !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
}

html[data-pt4="site"] body.type-product .p-image-wrapper .flags-extra {
  top: 8px !important;
  left: 8px !important;
  max-width: 116px !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .product:has(.flag-discount) .flags-default,
html[data-pt4="site"] body.type-product .p-image-wrapper:has(.flag-discount) .flags-default {
  display: none !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flag.flag-discount,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount {
  order: -10;
  display: inline-flex !important;
  width: auto !important;
  min-width: 74px !important;
  height: auto !important;
  min-height: 44px !important;
  padding: 6px 9px !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 2px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: var(--pt4-signal) !important;
  color: #fff !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flag.flag-freeshipping,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag.flag-freeshipping,
html[data-pt4="site"] body.type-category .products-top .flag.flag-freeshipping {
  margin: 0 !important;
}

html[data-pt4="site"] body:not(.in-index) .flag-discount .price-standard,
html[data-pt4="site"] body:not(.in-index) .flag-discount .price-standard span,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount .price-standard,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount .price-standard span {
  display: block !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

html[data-pt4="site"] body:not(.in-index) .flag-discount .price-save,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount .price-save {
  display: block !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html[data-pt4="site"] body.type-category .products-top .product .p {
  min-height: 146px;
  grid-template-columns: 110px minmax(0, 1fr);
}

html[data-pt4="site"] body.type-category .products-top .image {
  width: 110px;
  height: 120px;
  min-height: 120px;
}

html[data-pt4="site"] body.type-category .products-top .flags-extra {
  position: absolute;
  z-index: 4;
  top: 6px !important;
  left: 6px !important;
  display: flex !important;
  max-width: 96px !important;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}

html[data-pt4="site"] body.type-category .products-top .flag-freeshipping {
  width: 94px !important;
  min-width: 94px !important;
}

html[data-pt4="site"] body.type-category .products-top .product:has(.flag-discount) .flags-default {
  display: none !important;
}

@media (max-width: 767px) {
  html[data-pt4="site"] body.type-category .category-top .subcategories {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.type-category .filters-wrapper .filters-unveil-button-wrapper .unveil-button {
    width: 100% !important;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra,
  html[data-pt4="site"] body.type-product .p-image-wrapper .flags-extra {
    max-width: 96px !important;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra {
    top: 6px !important;
    left: 6px !important;
  }

  html[data-pt4="site"] body.type-product .p-image-wrapper .flags-extra {
    top: 6px !important;
    left: 6px !important;
  }

  html[data-pt4="site"] body:not(.in-index) .products.products-block .flag.flag-freeshipping,
  html[data-pt4="site"] body.type-product .p-image-wrapper .flag.flag-freeshipping,
  html[data-pt4="site"] body.type-category .products-top .flag.flag-freeshipping {
    width: 100px !important;
    min-width: 100px !important;
    white-space: nowrap !important;
  }

  html[data-pt4="site"] body:not(.in-index) .flag-freeshipping .flag-text {
    max-width: none !important;
    white-space: nowrap !important;
  }
}

/* Kompaktni razeni: ovladace a pocet polozek v jednom radku */
html[data-pt4="site"] body.type-category .category-header {
  display: flex !important;
  min-height: 54px;
  padding: 8px 12px;
  align-items: center;
  flex-wrap: nowrap !important;
}

html[data-pt4="site"] body.type-category .category-header .listSorting {
  width: auto !important;
  max-width: none;
  min-width: 0;
  flex: 1 1 auto;
}

html[data-pt4="site"] body.type-category .category-header .listItemsTotal {
  display: flex !important;
  width: auto !important;
  min-width: max-content;
  min-height: 36px;
  margin: 0 0 0 auto !important;
  padding: 0 4px 0 16px !important;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  column-gap: 4px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  html[data-pt4="site"] body.type-category .category-header {
    display: flex;
    min-height: 52px;
    padding: 7px 8px;
    flex-direction: row;
  }

  html[data-pt4="site"] body.type-category .category-header .listItemsTotal {
    min-height: 34px;
    padding-left: 10px !important;
    font-size: 11px;
  }
}

/* Vyvazenejsi typografie a jednotny panel detailu */
html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a,
html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog a {
  font-weight: 500;
}

html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a:first-child,
html[data-pt4="site"] body:not(.in-index) .pt4-eyebrow,
html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left h4 {
  font-weight: 650;
}

html[data-pt4="site"] body.type-category .category-title,
html[data-pt4="site"] body.type-category .category-title h1,
html[data-pt4="site"] body.type-product .p-detail-inner-header h1,
html[data-pt4="site"] body.type-page .content-inner > h1,
html[data-pt4="site"] body.type-search main.content > h2,
html[data-pt4="site"] body.ordering-process .cart-heading {
  font-weight: 700;
}

html[data-pt4="site"] body.type-category .products-top-header,
html[data-pt4="site"] body.type-product .description-inner h2,
html[data-pt4="site"] body.type-product .description-inner h3,
html[data-pt4="site"] body.type-page .content-inner h2,
html[data-pt4="site"] body.type-page .content-inner h3,
html[data-pt4="site"] body:not(.in-index) .pt4-footer-info h2,
html[data-pt4="site"] body:not(.in-index) .pt4-footer-info h3 {
  font-weight: 600;
}

html[data-pt4="site"] body.type-category .products-top .name,
html[data-pt4="site"] body:not(.in-index) .products.products-block .name,
html[data-pt4="site"] body.type-category .category-top .subcategories > li > a {
  font-weight: 550;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .availability {
  font-weight: 500;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .price-final,
html[data-pt4="site"] body.type-product .p-final-price-wrapper,
html[data-pt4="site"] body.type-product .price-final {
  font-weight: 700;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .btn-cart,
html[data-pt4="site"] body.type-product .add-to-cart .btn,
html[data-pt4="site"] body.type-product .add-to-cart-button,
html[data-pt4="site"] body.type-category .filters-wrapper .filters-unveil-button-wrapper .unveil-button,
html[data-pt4="site"] body:not(.in-index) .search-form button {
  font-weight: 600 !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .p-code,
html[data-pt4="site"] body:not(.in-index) .products.products-block .flag,
html[data-pt4="site"] body:not(.in-index) .flag-freeshipping .flag-text {
  font-weight: 550 !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flag.flag-discount,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount {
  min-width: 90px !important;
  min-height: 50px !important;
  padding: 7px 10px !important;
}

html[data-pt4="site"] body:not(.in-index) .flag-discount .price-standard,
html[data-pt4="site"] body:not(.in-index) .flag-discount .price-standard span,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount .price-standard,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount .price-standard span {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 550 !important;
  line-height: 1.15 !important;
}

html[data-pt4="site"] body:not(.in-index) .flag-discount .price-save,
html[data-pt4="site"] body.type-product .p-image-wrapper .flag-discount .price-save {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}

html[data-pt4="site"] body.type-product .p-detail-tabs-wrapper,
html[data-pt4="site"] body.type-product .p-detail-tabs-wrapper > .row,
html[data-pt4="site"] body.type-product .p-detail-tabs-wrapper > .row > [class*="col-"],
html[data-pt4="site"] body.type-product .p-detail-tabs,
html[data-pt4="site"] body.type-product .p-detail-tabs li,
html[data-pt4="site"] body.type-product .p-detail-tabs a,
html[data-pt4="site"] body.type-product .tab-content {
  background: #fff !important;
}

html[data-pt4="site"] body.type-product .p-detail-tabs {
  display: flex !important;
  width: 100% !important;
  min-height: 58px;
  padding: 0 20px;
  align-items: stretch;
  gap: 28px;
}

html[data-pt4="site"] body.type-product .p-detail-tabs li {
  margin: 0 !important;
  border: 0 !important;
}

html[data-pt4="site"] body.type-product .p-detail-tabs a {
  display: inline-flex !important;
  min-height: 58px;
  padding: 0 !important;
  align-items: center;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  box-shadow: none !important;
  color: var(--pt4-muted) !important;
  font-weight: 550;
  line-height: 1.2 !important;
}

html[data-pt4="site"] body.type-product .p-detail-tabs .active a {
  border-bottom-color: var(--pt4-brand) !important;
  color: var(--pt4-brand-dark) !important;
}

/* Checkout pass: konzistentni kosik, doprava a udaje zakaznika. */
html[data-pt4="site"] body.ordering-process .cart-header {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  z-index: auto !important;
}

html[data-pt4="site"] body.ordering-process .cart-header,
html[data-pt4="site"] body.ordering-process .cart-header *,
html[data-pt4="site"] body.ordering-process .cart-table,
html[data-pt4="site"] body.ordering-process .cart-summary,
html[data-pt4="site"] body.ordering-process .co-box,
html[data-pt4="site"] body.ordering-process .order-summary,
html[data-pt4="site"] body.ordering-process .next-step {
  font-family: inherit !important;
}

html[data-pt4="site"] body.pt4-cart-empty .cart-row {
  direction: ltr !important;
  grid-template-columns: minmax(0, 1fr) 340px !important;
}

html[data-pt4="site"] body.pt4-cart-empty .cart-row > .col-md-8 {
  grid-row: 1 !important;
  grid-column: 1 !important;
}

html[data-pt4="site"] body.pt4-cart-empty .cart-row > .col-md-4 {
  grid-row: 1 !important;
  grid-column: 2 !important;
}

html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes {
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr) !important;
}

html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes > [class*="col-"]:first-child {
  grid-row: 1 !important;
  grid-column: 1 !important;
}

html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes > [class*="col-"]:last-child {
  grid-row: 1 !important;
  grid-column: 2 !important;
}

html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes h3,
html[data-pt4="site"] body.pt4-cart-filled .cart-summary h2,
html[data-pt4="site"] body.pt4-cart-filled .cart-summary h3,
html[data-pt4="site"] body.pt4-cart-filled .cart-summary h4,
html[data-pt4="site"] body.pt4-cart-filled .cart-row .h4 {
  font-family: inherit !important;
  font-weight: 650 !important;
  letter-spacing: -.015em !important;
  text-transform: none !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-table .p-name,
html[data-pt4="site"] body.pt4-cart-filled .cart-table .main-link {
  font-family: inherit !important;
  font-weight: 620 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-table .availability-label {
  color: var(--pt4-brand-dark) !important;
  font-weight: 600 !important;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-summary .extras-wrapper {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

html[data-pt4="site"] body.pt4-cart-filled .cart-summary .extras-wrapper [class^="icon-"],
html[data-pt4="site"] body.pt4-cart-filled .cart-summary .extras-wrapper [class*=" icon-"] {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.ordering-process .next-step .btn {
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: normal !important;
}

html[data-pt4="site"] body.ordering-process #continue-order-button,
html[data-pt4="site"] body.ordering-process #orderFormButton,
html[data-pt4="site"] body.ordering-process #submit-order {
  background: var(--pt4-brand) !important;
  border-color: var(--pt4-brand) !important;
  color: #fff !important;
}

html[data-pt4="site"] body.ordering-process #continue-order-button:hover,
html[data-pt4="site"] body.ordering-process #orderFormButton:hover,
html[data-pt4="site"] body.ordering-process #submit-order:hover {
  background: var(--pt4-brand-dark) !important;
  border-color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .co-box h2,
html[data-pt4="site"] body.pt4-checkout-flow .co-box h3,
html[data-pt4="site"] body.pt4-checkout-flow .co-box .h4,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary h2,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary h3,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary .h4 {
  font-family: inherit !important;
  font-weight: 620 !important;
  letter-spacing: -.015em !important;
  text-transform: none !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table {
  display: grid;
  gap: 8px;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .radio-wrapper {
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--pt4-line) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  transition: border-color .16s ease, background-color .16s ease;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .radio-wrapper:hover {
  border-color: var(--pt4-line-strong) !important;
  background: var(--pt4-paper) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .radio-wrapper.active,
html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .radio-wrapper:has(input:checked) {
  border-color: #aebf98 !important;
  background: var(--pt4-brand-soft) !important;
  box-shadow: inset 3px 0 0 var(--pt4-brand);
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .radio-wrapper > input[type="radio"] {
  position: absolute !important;
  top: 50% !important;
  left: 13px !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  z-index: 2;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .radio-wrapper > label {
  display: grid !important;
  width: 100% !important;
  min-height: 56px;
  margin: 0 !important;
  padding: 9px 12px 9px 42px !important;
  align-items: center;
  gap: 6px 14px;
  grid-template-columns: minmax(0, 1fr) minmax(54px, 88px) auto;
  cursor: pointer;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .payment-info {
  min-width: 0;
  grid-column: 1;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .payment-logo {
  min-width: 0;
  justify-self: end;
  grid-column: 2;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .payment-logo img {
  display: block;
  width: auto;
  max-width: 84px;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .payment-shipping-price {
  min-width: 64px;
  justify-self: end;
  grid-column: 3;
  color: var(--pt4-ink) !important;
  font-weight: 650 !important;
  text-align: right;
  white-space: nowrap;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .for-free {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .shipping-billing-name {
  color: var(--pt4-ink) !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .not-possible-info {
  color: var(--pt4-signal) !important;
  font-size: 12px;
  line-height: 1.35;
}

html[data-pt4="site"] body.pt4-checkout-flow .form-control-wrapper {
  width: min(100%, 440px) !important;
  max-width: 100% !important;
}

html[data-pt4="site"] body.pt4-checkout-flow input.form-control,
html[data-pt4="site"] body.pt4-checkout-flow select.form-control,
html[data-pt4="site"] body.pt4-checkout-flow textarea.form-control {
  min-height: 42px;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  font-family: inherit !important;
  font-size: 15px;
}

html[data-pt4="site"] body.pt4-checkout-flow textarea.form-control {
  min-height: 112px;
  padding-top: 10px;
  resize: vertical;
}

html[data-pt4="site"] body.pt4-checkout-flow input.form-control:focus,
html[data-pt4="site"] body.pt4-checkout-flow select.form-control:focus,
html[data-pt4="site"] body.pt4-checkout-flow textarea.form-control:focus {
  border-color: var(--pt4-brand) !important;
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .14) !important;
  outline: 0 !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .has-error .form-control,
html[data-pt4="site"] body.pt4-checkout-flow .form-control.error,
html[data-pt4="site"] body.pt4-checkout-flow .form-control.invalid {
  border-color: var(--pt4-signal) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .has-error .help-block,
html[data-pt4="site"] body.pt4-checkout-flow .form-error,
html[data-pt4="site"] body.pt4-checkout-flow .js-validator-msg {
  color: var(--pt4-signal) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow input[type="checkbox"] {
  width: 17px;
  height: 17px;
}

html[data-pt4="site"] body.pt4-checkout-flow a,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary a,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary [data-testid="recapItemPrice"] {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .order-summary .main-link {
  color: var(--pt4-ink) !important;
  font-weight: 550 !important;
  line-height: 1.4 !important;
  text-transform: none !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .order-summary .price-primary,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary .price-secondary {
  color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow #submit-order {
  min-height: 56px;
}

html[data-pt4="site"] body.in-login a.login-btn.facebook,
html[data-pt4="site"] body.in-login a.login-btn.facebook strong,
html[data-pt4="site"] body.in-login a.login-btn.facebook [class*="icon"] {
  color: #fff !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .tooltip .tooltip-inner {
  max-width: min(260px, calc(100vw - 24px));
  padding: 8px 10px;
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-ink) !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

html[data-pt4="site"] body.pt4-checkout-flow .tooltip.top .tooltip-arrow {
  border-top-color: var(--pt4-ink) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--pt4-ink) !important;
}

@media (min-width: 1101px) {
  html[data-pt4="site"] body.ordering-process #navigation {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
  }

  html[data-pt4="site"] body.ordering-process #navigation .navigation-in {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    transform: none !important;
  }

  html[data-pt4="site"] body.ordering-process #navigation .pt4-main-nav {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
  }
}

@media (max-width: 1024px) {
  html[data-pt4="site"] body.pt4-cart-empty .cart-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-pt4="site"] body.pt4-cart-empty .cart-row > .col-md-8 {
    grid-row: 1 !important;
    grid-column: 1 !important;
  }

  html[data-pt4="site"] body.pt4-cart-empty .cart-row > .col-md-4 {
    grid-row: 2 !important;
    grid-column: 1 !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-row,
  html[data-pt4="site"] body.pt4-checkout-flow .cart-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-row > .col-md-8,
  html[data-pt4="site"] body.pt4-cart-filled .cart-row > .sidebar-in-cart,
  html[data-pt4="site"] body.pt4-checkout-flow #checkoutContent,
  html[data-pt4="site"] body.pt4-checkout-flow #checkoutSidebar {
    grid-column: 1 !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-row > .col-md-8,
  html[data-pt4="site"] body.pt4-checkout-flow #checkoutContent {
    grid-row: 1 !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-row > .sidebar-in-cart,
  html[data-pt4="site"] body.pt4-checkout-flow #checkoutSidebar {
    grid-row: 2 !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .summary-wrapper,
  html[data-pt4="site"] body.pt4-checkout-flow #checkoutSidebar > .cart-content {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 767px) {
  html[data-pt4="site"] body.pt4-cart-filled .cart-header,
  html[data-pt4="site"] body.pt4-checkout-flow .cart-header {
    width: calc(100% + 36px) !important;
    margin: -22px -18px 20px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-header .step,
  html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step {
    display: flex !important;
    min-height: 58px;
    padding: 9px 5px !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 8.5px !important;
    line-height: 1.2 !important;
    text-align: left;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-header .step a,
  html[data-pt4="site"] body.pt4-cart-filled .cart-header .step strong,
  html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step a,
  html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step strong {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
  }

  html[data-pt4="site"] body.pt4-cart-filled .cart-header .step span,
  html[data-pt4="site"] body.pt4-checkout-flow .cart-header .step span {
    min-width: 0;
    overflow-wrap: normal;
    white-space: normal;
  }

  html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes > [class*="col-"]:first-child,
  html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes > [class*="col-"]:last-child {
    grid-column: 1 !important;
  }

  html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes > [class*="col-"]:first-child {
    grid-row: 1 !important;
  }

  html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes > [class*="col-"]:last-child {
    grid-row: 2 !important;
  }

  html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .radio-wrapper > label {
    padding-right: 10px !important;
    gap: 5px 8px;
    grid-template-columns: minmax(0, 1fr) minmax(48px, 72px) auto;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .payment-logo img {
    max-width: 68px;
    max-height: 30px;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .payment-shipping-price {
    min-width: 58px;
    font-size: 12px;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .form-control-wrapper {
    width: 100% !important;
  }

  html[data-pt4="site"] body.ordering-process .next-step .btn {
    font-size: 13px !important;
  }
}

@media (max-width: 360px) {
  html[data-pt4="site"] body.pt4-cart-empty .empty-cart-boxes ul {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .radio-wrapper > label {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .payment-logo {
    grid-row: 2;
    grid-column: 1;
    justify-self: start;
  }

  html[data-pt4="site"] body.pt4-checkout-flow .shipping-billing-table .payment-shipping-price {
    grid-row: 1 / span 2;
    grid-column: 2;
  }
}

/* Kompaktni servisni lista a navazany prihlasovaci dialog. */
@media (min-width: 768px) {
  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar {
    height: 43px !important;
    min-height: 42px !important;
    overflow: visible !important;
    border-top: 2px solid var(--pt4-brand-dark) !important;
    border-bottom: 1px solid var(--pt4-line) !important;
    background: #f8f8f5 !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar > .container {
    display: grid !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    align-items: center;
    gap: 18px;
    grid-template-columns: minmax(360px, 1fr) auto minmax(120px, 1fr);
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar > .container::before,
  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar > .container::after {
    display: none !important;
    content: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts,
  html[data-pt4="site"] body:not(.in-index) .top-navigation-menu,
  html[data-pt4="site"] body:not(.in-index) .top-navigation-tools {
    width: auto !important;
    min-width: 0;
    min-height: 40px !important;
    margin: 0 !important;
    float: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts {
    display: flex !important;
    position: static !important;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    grid-column: 1 !important;
    justify-self: start;
    background: transparent !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts > strong,
  html[data-pt4="site"] body:not(.in-index) .top-navigation-menu-trigger {
    display: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-menu {
    display: flex !important;
    position: static !important;
    align-items: center;
    grid-column: 2 !important;
    justify-self: center;
    background: transparent !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    list-style: none;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu li + li {
    border-left: 1px solid var(--pt4-line) !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu li::before,
  html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu li::after {
    display: none !important;
    content: none !important;
  }

  html[data-pt4="site"] body:not(.in-index) .top-navigation-tools {
    display: flex !important;
    position: static !important;
    align-items: center;
    grid-column: 3 !important;
    justify-self: end;
  }

  html[data-pt4="site"] body:not(.in-index) #login.login-widget {
    top: 43px !important;
    right: max(12px, calc((100vw - 1280px) / 2)) !important;
    left: auto !important;
  }
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts .project-email,
html[data-pt4="site"] body:not(.in-index) .pt4-phone,
html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu a,
html[data-pt4="site"] body:not(.in-index) .top-nav-button-login {
  display: inline-flex;
  min-height: 40px;
  padding: 0 10px;
  align-items: center;
  border: 0 !important;
  background: transparent !important;
  color: var(--pt4-muted) !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2 !important;
  letter-spacing: .005em;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer;
  transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts .project-email {
  gap: 8px;
}

html[data-pt4="site"] body:not(.in-index) .pt4-phone {
  gap: 8px;
  color: var(--pt4-ink) !important;
  font-weight: 600;
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts .project-email::before,
html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts .project-email [class*="icon"] {
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts .project-email:hover,
html[data-pt4="site"] body:not(.in-index) .pt4-phone:hover,
html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu a:hover,
html[data-pt4="site"] body:not(.in-index) .top-nav-button-login:hover,
html[data-pt4="site"] body:not(.in-index) .top-nav-button-login[aria-expanded="true"] {
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
  text-decoration: none !important;
  box-shadow: inset 0 -2px 0 var(--pt4-brand);
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-contacts .project-email:focus-visible,
html[data-pt4="site"] body:not(.in-index) .pt4-phone:focus-visible,
html[data-pt4="site"] body:not(.in-index) .top-navigation-bar-menu a:focus-visible,
html[data-pt4="site"] body:not(.in-index) .top-nav-button-login:focus-visible {
  outline: 0 !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
  box-shadow: inset 0 0 0 2px rgba(85, 124, 35, .42), inset 0 -2px 0 var(--pt4-brand);
}

html[data-pt4="site"] body:not(.in-index) #header .site-name a:focus-visible {
  border-color: transparent !important;
  outline: 2px solid var(--pt4-brand) !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}

html[data-pt4="site"] body:not(.in-index) #header .site-name a:focus-visible img {
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}

html[data-pt4="site"] body:not(.in-index) #login.login-widget {
  width: min(400px, calc(100vw - 24px)) !important;
  max-width: 400px !important;
  border: 1px solid var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-card) !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(32, 37, 33, .22) !important;
}

html[data-pt4="site"] body:not(.in-index) #login.login-widget::before {
  display: none !important;
  content: none !important;
}

html[data-pt4="site"] body:not(.in-index) #login .pt-login-close {
  position: absolute !important;
  z-index: 3;
  top: 14px !important;
  right: 14px !important;
  display: flex !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-line) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-paper) !important;
  color: var(--pt4-ink-soft) !important;
  box-shadow: none !important;
  cursor: pointer;
}

html[data-pt4="site"] body:not(.in-index) #login .pt-login-close::before,
html[data-pt4="site"] body:not(.in-index) #login .pt-login-close::after {
  position: absolute;
  width: 15px;
  height: 1.5px;
  border: 0 !important;
  background: currentColor !important;
  content: "";
}

html[data-pt4="site"] body:not(.in-index) #login .pt-login-close::before {
  transform: rotate(45deg);
}

html[data-pt4="site"] body:not(.in-index) #login .pt-login-close::after {
  transform: rotate(-45deg);
}

html[data-pt4="site"] body:not(.in-index) #login .pt-login-close:hover {
  border-color: var(--pt4-brand) !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) #login .pt-login-close:focus-visible {
  border-color: var(--pt4-brand) !important;
  outline: 0 !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .18) !important;
}

html[data-pt4="site"] body:not(.in-index) #login .popup-widget-inner {
  padding: 24px !important;
  border: 0 !important;
  border-radius: inherit !important;
  background: #fff !important;
  box-shadow: none !important;
}

html[data-pt4="site"] body:not(.in-index) #login h2 {
  margin: 0 0 18px !important;
  color: var(--pt4-ink) !important;
  font-family: inherit;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 48px;
  text-transform: none !important;
}

html[data-pt4="site"] body:not(.in-index) #login .form-group {
  margin-bottom: 14px !important;
}

html[data-pt4="site"] body:not(.in-index) #login label {
  margin-bottom: 5px;
  color: var(--pt4-ink-soft) !important;
  font-size: 12px;
  font-weight: 600;
}

html[data-pt4="site"] body:not(.in-index) #login .form-control-wrapper,
html[data-pt4="site"] body:not(.in-index) #login .form-control {
  width: 100% !important;
  max-width: 100% !important;
}

html[data-pt4="site"] body:not(.in-index) #login .form-control {
  min-height: 44px !important;
  border: 1px solid var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  box-shadow: none !important;
}

html[data-pt4="site"] body:not(.in-index) #login .form-control:hover {
  border-color: #7f8981 !important;
}

html[data-pt4="site"] body:not(.in-index) #login .form-control:focus,
html[data-pt4="site"] body:not(.in-index) #login .form-control:focus-visible {
  border-color: var(--pt4-brand) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .16) !important;
}

html[data-pt4="site"] body:not(.in-index) #login .submit-wrapper,
html[data-pt4="site"] body:not(.in-index) #login .submit-wrapper .btn {
  width: 100% !important;
}

html[data-pt4="site"] body:not(.in-index) #login .submit-wrapper .btn {
  min-height: 44px !important;
  border-color: var(--pt4-brand) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

html[data-pt4="site"] body:not(.in-index) #login .submit-wrapper .btn:hover,
html[data-pt4="site"] body:not(.in-index) #login .submit-wrapper .btn:focus-visible {
  border-color: var(--pt4-brand-dark) !important;
  background: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body:not(.in-index) #login .alternative-links {
  display: grid !important;
  width: 100%;
  margin: 0 0 18px !important;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html[data-pt4="site"] body:not(.in-index) #login .alternative-links a {
  display: flex !important;
  min-height: 40px;
  padding: 7px 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-line) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-paper) !important;
  color: var(--pt4-brand-dark) !important;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
}

html[data-pt4="site"] body:not(.in-index) #login .alternative-links a:hover,
html[data-pt4="site"] body:not(.in-index) #login .alternative-links a:focus-visible {
  border-color: var(--pt4-brand) !important;
  background: var(--pt4-brand-soft) !important;
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px var(--pt4-brand);
}

html[data-pt4="site"] body:not(.in-index) #login .social-login-buttons-divider {
  margin: 18px 0 !important;
}

html[data-pt4="site"] body:not(.in-index) #login a.login-btn.facebook {
  min-height: 44px;
  border-radius: var(--pt4-radius-control) !important;
}

@media (max-width: 767px) {
  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog__service a:hover,
  html[data-pt4="site"] body:not(.in-index) .pt4-mobile-catalog__service a:focus-visible {
    background: var(--pt4-brand-soft) !important;
    color: var(--pt4-brand-dark) !important;
    outline: 0 !important;
    box-shadow: inset 3px 0 0 var(--pt4-brand);
    text-decoration: none !important;
  }
}

/* Interaktivni stavy kosiku: bez puvodni modre a bez vnitrnich podtrzeni kroku. */
html[data-pt4="site"] body.ordering-process .cart-header .step > a,
html[data-pt4="site"] body.ordering-process .cart-header .step > strong {
  border: 0 !important;
  border-bottom: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

html[data-pt4="site"] body.ordering-process .cart-header .step:has(> a) {
  transition: background-color .16s ease, color .16s ease;
}

html[data-pt4="site"] body.ordering-process .cart-header .step:has(> a):hover {
  background: #f2f6ec !important;
}

html[data-pt4="site"] body.ordering-process .cart-header .step > a:hover,
html[data-pt4="site"] body.ordering-process .cart-header .step > a:focus,
html[data-pt4="site"] body.ordering-process .cart-header .step > a:hover span,
html[data-pt4="site"] body.ordering-process .cart-header .step > a:focus span,
html[data-pt4="site"] body.ordering-process .cart-header .step > a:hover span::before,
html[data-pt4="site"] body.ordering-process .cart-header .step > a:focus span::before {
  border-color: var(--pt4-brand) !important;
  border-bottom-color: var(--pt4-brand) !important;
  color: var(--pt4-brand-dark) !important;
  text-decoration: none !important;
}

html[data-pt4="site"] body.ordering-process .cart-header .step > a:focus:not(:focus-visible) {
  outline: 0 !important;
}

html[data-pt4="site"] body.ordering-process .cart-header .step > a:focus-visible {
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px rgba(85, 124, 35, .38) !important;
}

html[data-pt4="site"] body.ordering-process .cart-table .main-link:hover,
html[data-pt4="site"] body.ordering-process .cart-table .p-name a:hover,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary .main-link:hover {
  color: var(--pt4-brand-dark) !important;
  text-decoration: none !important;
}

html[data-pt4="site"] body.ordering-process .quantity .increase:hover,
html[data-pt4="site"] body.ordering-process .quantity .decrease:hover,
html[data-pt4="site"] body.ordering-process .quantity .increase:focus-visible,
html[data-pt4="site"] body.ordering-process .quantity .decrease:focus-visible {
  border-color: var(--pt4-brand) !important;
  background: var(--pt4-brand-soft) !important;
  color: var(--pt4-brand-dark) !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .toggle-contacts:hover,
html[data-pt4="site"] body.pt4-checkout-flow .toggle-contacts:focus-within {
  border-color: var(--pt4-brand) !important;
  background: #e2ead5 !important;
}

html[data-pt4="site"] body.pt4-checkout-flow .toggle-contacts a:hover,
html[data-pt4="site"] body.pt4-checkout-flow .checkout-box a:hover,
html[data-pt4="site"] body.pt4-checkout-flow .order-summary a:hover {
  color: var(--pt4-brand-dark) !important;
  text-decoration-color: currentColor !important;
}

/* Mensi informacni, kontaktni a zakaznicke stranky. */
html[data-pt4="site"] body.pt4-system-page main.content,
html[data-pt4="site"] body.pt4-system-page main.content.narrow {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}

html[data-pt4="site"] body.pt4-form-page main.content,
html[data-pt4="site"] body.pt4-form-page main.content.narrow,
html[data-pt4="site"] body.customer-page main.content,
html[data-pt4="site"] body.customer-page main.content.narrow {
  max-width: 800px !important;
}

html[data-pt4="site"] body.pt4-system-page .content-inner {
  min-width: 0;
  padding: 40px clamp(24px, 5vw, 64px);
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
}

html[data-pt4="site"] body.pt4-system-page .content-inner > h1,
html[data-pt4="site"] body.pt4-system-page .pageArticleDetail > header h1,
html[data-pt4="site"] body.pt4-system-page .sectionDescription > h1 {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--pt4-line);
  color: var(--pt4-ink) !important;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-transform: none;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.pt4-system-page .pageArticleDetail > header,
html[data-pt4="site"] body.pt4-system-page .sectionDescription {
  margin: 0;
  padding: 0;
}

html[data-pt4="site"] body.pt4-system-page .content-inner > p,
html[data-pt4="site"] body.pt4-system-page .pageArticleDetail [itemprop="about"] p {
  color: var(--pt4-ink-soft);
  line-height: 1.7;
}

html[data-pt4="site"] body.pt4-form-page .content-inner > p:first-of-type,
html[data-pt4="site"] body.customer-page .content-inner > p:first-of-type {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--pt4-ink-soft);
}

html[data-pt4="site"] body.pt4-form-page .content-inner form,
html[data-pt4="site"] body.customer-page .content-inner form {
  width: min(100%, 600px) !important;
  max-width: 100% !important;
  margin: 0;
}

html[data-pt4="site"] body.pt4-form-page .content-inner fieldset,
html[data-pt4="site"] body.customer-page .content-inner fieldset,
html[data-pt4="site"] body.pt4-form-page .content-inner .box,
html[data-pt4="site"] body.customer-page .content-inner .box {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

html[data-pt4="site"] body.pt4-form-page .content-inner .form-group,
html[data-pt4="site"] body.customer-page .content-inner .form-group {
  width: 100%;
  max-width: 100%;
  margin: 0 0 17px;
}

html[data-pt4="site"] body.pt4-form-page .content-inner label,
html[data-pt4="site"] body.customer-page .content-inner label {
  display: inline-block;
  margin: 0 0 6px;
  color: var(--pt4-ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

html[data-pt4="site"] body.pt4-form-page .content-inner .form-control-wrapper,
html[data-pt4="site"] body.pt4-form-page .content-inner .form-control,
html[data-pt4="site"] body.customer-page .content-inner .form-control-wrapper,
html[data-pt4="site"] body.customer-page .content-inner .form-control {
  width: 100% !important;
  max-width: 100% !important;
}

html[data-pt4="site"] body.pt4-form-page .content-inner input.form-control,
html[data-pt4="site"] body.pt4-form-page .content-inner select.form-control,
html[data-pt4="site"] body.pt4-form-page .content-inner textarea.form-control,
html[data-pt4="site"] body.customer-page .content-inner input.form-control,
html[data-pt4="site"] body.customer-page .content-inner select.form-control,
html[data-pt4="site"] body.customer-page .content-inner textarea.form-control {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--pt4-line-strong) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: #fff !important;
  color: var(--pt4-ink) !important;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
  box-shadow: none !important;
}

html[data-pt4="site"] body.pt4-form-page .content-inner textarea.form-control,
html[data-pt4="site"] body.customer-page .content-inner textarea.form-control {
  min-height: 152px;
  resize: vertical;
}

html[data-pt4="site"] body.pt4-form-page .content-inner .form-control:hover,
html[data-pt4="site"] body.customer-page .content-inner .form-control:hover {
  border-color: #7f8981 !important;
}

html[data-pt4="site"] body.pt4-form-page .content-inner .form-control:focus,
html[data-pt4="site"] body.pt4-form-page .content-inner .form-control:focus-visible,
html[data-pt4="site"] body.customer-page .content-inner .form-control:focus,
html[data-pt4="site"] body.customer-page .content-inner .form-control:focus-visible {
  border-color: var(--pt4-brand) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .16) !important;
}

html[data-pt4="site"] body.pt4-form-page .content-inner .has-error .form-control,
html[data-pt4="site"] body.pt4-form-page .content-inner .form-control.error-field,
html[data-pt4="site"] body.customer-page .content-inner .has-error .form-control,
html[data-pt4="site"] body.customer-page .content-inner .form-control.error-field {
  border-color: var(--pt4-signal) !important;
}

html[data-pt4="site"] body.pt4-form-page .content-inner .help-block,
html[data-pt4="site"] body.pt4-form-page .content-inner .js-validator-msg,
html[data-pt4="site"] body.customer-page .content-inner .help-block,
html[data-pt4="site"] body.customer-page .content-inner .js-validator-msg {
  margin-top: 6px;
  color: var(--pt4-signal) !important;
  font-size: 13px;
}

html[data-pt4="site"] body.pt4-form-page .content-inner .submit-wrapper,
html[data-pt4="site"] body.customer-page .content-inner .submit-wrapper {
  margin-top: 22px;
}

html[data-pt4="site"] body.pt4-form-page .content-inner .submit-wrapper .btn,
html[data-pt4="site"] body.customer-page .content-inner .submit-wrapper .btn {
  min-width: 138px;
  min-height: 44px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 1.35;
  text-transform: none !important;
}

html[data-pt4="site"] body.pt4-form-page .content-inner h2,
html[data-pt4="site"] body.customer-page .content-inner h2 {
  margin: 32px 0 16px;
  color: var(--pt4-ink);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}

html[data-pt4="site"] body.in-registrace .co-registration h2 {
  margin-top: 0;
}

html[data-pt4="site"] body.in-registrace .co-registration .box {
  position: relative;
  padding: 22px !important;
  border: 1px solid var(--pt4-line) !important;
  border-radius: var(--pt4-radius-card);
  background: var(--pt4-paper) !important;
}

html[data-pt4="site"] body.in-registrace .form-legend {
  float: none !important;
  width: auto !important;
  margin: -5px 0 18px !important;
  color: var(--pt4-muted) !important;
  font-size: 13px;
  text-align: left !important;
}

html[data-pt4="site"] body.in-registrace .registration-form > .co-registration + h2 {
  display: none !important;
}

html[data-pt4="site"] body.in-registrace .registration-form > .co-registration + h2 + fieldset .submit-wrapper {
  margin-top: 24px;
}

html[data-pt4="site"] body.pt4-account-page .alternative-links {
  display: grid;
  width: min(100%, 600px);
  margin: 12px 0 22px;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html[data-pt4="site"] body.pt4-account-page .alternative-links a {
  display: flex !important;
  min-height: 42px;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-line) !important;
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-paper);
  color: var(--pt4-brand-dark) !important;
  font-size: 13px;
  text-align: center;
  text-decoration: none !important;
}

html[data-pt4="site"] body.pt4-account-page .alternative-links a:hover,
html[data-pt4="site"] body.pt4-account-page .alternative-links a:focus-visible {
  border-color: var(--pt4-brand) !important;
  outline: 0 !important;
  background: var(--pt4-brand-soft);
  box-shadow: inset 0 0 0 1px var(--pt4-brand);
}

html[data-pt4="site"] body.pt4-account-page .social-login,
html[data-pt4="site"] body.pt4-account-page .social-login-buttons {
  width: min(100%, 600px);
}

html[data-pt4="site"] body.pt4-account-page a.login-btn.facebook,
html[data-pt4="site"] body.pt4-account-page a.login-btn.facebook strong,
html[data-pt4="site"] body.pt4-account-page a.login-btn.facebook [class*="icon"] {
  color: #fff !important;
}

html[data-pt4="site"] body.pt4-account-page a.login-btn.facebook {
  min-height: 48px;
  border-radius: var(--pt4-radius-control) !important;
  text-decoration: none !important;
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-action {
  display: inline-flex;
  min-height: 40px;
  margin-top: 8px;
  padding: 8px 14px;
  align-items: center;
  border: 1px solid var(--pt4-brand) !important;
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-brand);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600 !important;
  text-decoration: none !important;
}

html[data-pt4="site"] body.in-kontakty .pt4-contact-action:hover,
html[data-pt4="site"] body.in-kontakty .pt4-contact-action:focus-visible {
  border-color: var(--pt4-brand-dark) !important;
  outline: 0 !important;
  background: var(--pt4-brand-dark);
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .17);
}

html[data-pt4="site"] body.type-posts-listing .content-inner > p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-paper);
  color: var(--pt4-muted);
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-intro {
  max-width: 740px;
  margin: 0 0 24px;
  color: var(--pt4-ink-soft);
  line-height: 1.7;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--pt4-line);
  list-style: none;
  counter-reset: pt4-howto;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-steps li {
  display: grid;
  margin: 0;
  padding: 20px 0;
  align-items: start;
  gap: 16px;
  grid-template-columns: 38px minmax(0, 1fr);
  border-bottom: 1px solid var(--pt4-line);
  counter-increment: pt4-howto;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-steps li::before {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-brand);
  border-radius: 50%;
  background: var(--pt4-brand-soft);
  color: var(--pt4-brand-dark);
  content: counter(pt4-howto);
  font-size: 13px;
  font-weight: 700;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-steps h2 {
  margin: 1px 0 5px;
  color: var(--pt4-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-steps p {
  margin: 0;
  color: var(--pt4-muted);
  line-height: 1.6;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions {
  display: flex;
  margin-top: 26px;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions a {
  display: inline-flex;
  min-height: 44px;
  padding: 9px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pt4-line-strong);
  border-radius: var(--pt4-radius-control);
  background: var(--pt4-paper);
  color: var(--pt4-brand-dark) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions a:first-child {
  border-color: var(--pt4-brand);
  background: var(--pt4-brand);
  color: #fff !important;
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions a:hover,
html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions a:focus-visible {
  border-color: var(--pt4-brand-dark);
  outline: 0 !important;
  background: var(--pt4-brand-soft);
  color: var(--pt4-brand-dark) !important;
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .16);
}

html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions a:first-child:hover,
html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions a:first-child:focus-visible {
  background: var(--pt4-brand-dark);
  color: #fff !important;
}

html[data-pt4="site"] body.in-404 .empty-content-404 {
  padding: 10px 0 4px;
}

html[data-pt4="site"] body.in-404 .empty-content-404 h1 {
  margin: 0 0 8px !important;
  color: var(--pt4-ink) !important;
  font-size: clamp(28px, 4vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.15;
  text-transform: none !important;
}

html[data-pt4="site"] body.in-404 .empty-content-404 h2 {
  margin: 0 0 22px;
  color: var(--pt4-ink-soft) !important;
  font-size: 20px;
  font-weight: 600;
}

html[data-pt4="site"] body.in-404 .empty-content-404 .btn-default {
  min-height: 44px;
  padding: 10px 18px;
  border-color: var(--pt4-brand) !important;
  border-radius: var(--pt4-radius-control) !important;
  background: var(--pt4-brand) !important;
  color: #fff !important;
  font-weight: 600;
  text-transform: none !important;
}

html[data-pt4="site"] body.in-404 .empty-content-404 .btn-default:hover,
html[data-pt4="site"] body.in-404 .empty-content-404 .btn-default:focus-visible {
  border-color: var(--pt4-brand-dark) !important;
  outline: 0 !important;
  background: var(--pt4-brand-dark) !important;
  box-shadow: 0 0 0 3px rgba(85, 124, 35, .17);
}

html[data-pt4="site"] #colorbox.cookiesDialog .cookiesSetting__item__checkbox,
html[data-pt4="site"] #colorbox .cookiesDialog .cookiesSetting__item__checkbox {
  width: 17px !important;
  height: 17px !important;
  -webkit-appearance: checkbox !important;
  appearance: auto !important;
  accent-color: var(--pt4-brand) !important;
}

html[data-pt4="site"] #colorbox .cookiesDialog .cookiesSetting__item__state::before {
  border-color: var(--pt4-brand) !important;
}

html[data-pt4="site"] #colorbox .cookiesDialog .cookiesSetting__item__state::after {
  border-color: #fff !important;
  background: var(--pt4-brand) !important;
}

/* 2026-08: jedna produktová navigace, kompaktní hledání a obsahové bloky */
@media (min-width: 768px) {
  html[data-pt4="site"] body:not(.in-index) #header .header-top {
    min-height: 78px;
    padding: 11px 0;
    gap: clamp(24px, 3.2vw, 52px);
    grid-template-columns: minmax(174px, 205px) minmax(280px, 1fr) auto;
  }

  html[data-pt4="site"] body:not(.in-index) #header .search {
    width: 100%;
    max-width: 620px;
    justify-self: center;
  }

  html[data-pt4="site"] body:not(.in-index) #header .search-form fieldset {
    min-height: 44px;
  }

  html[data-pt4="site"] body:not(.in-index) #header .search-form input,
  html[data-pt4="site"] body:not(.in-index) #header .search-form button {
    height: 44px;
  }

  html[data-pt4="site"] body:not(.in-index) #header .search-form button {
    min-width: 88px;
  }

  html[data-pt4="site"] body:not(.in-index) #header .cart-count {
    min-height: 44px;
  }
}

html[data-pt4="site"] body:not(.in-index) .pt4-main-nav {
  justify-content: flex-start;
  gap: 4px;
}

html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a {
  padding: 0 17px;
  font-weight: 500;
}

html[data-pt4="site"] body:not(.in-index) .pt4-main-nav a:first-child {
  padding-left: 0;
  font-weight: 600;
}

html[data-pt4="site"] body:not(.in-index) .top-navigation-menu {
  display: none !important;
}

html[data-pt4="site"] body:is(.type-category, .type-product, .type-search) .sidebar-left .box-search {
  display: none !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-default {
  top: 12px !important;
  left: 12px !important;
}

html[data-pt4="site"] body:not(.in-index) .products.products-block .flags-extra {
  top: 58px !important;
  left: 12px !important;
}

html[data-pt4="site"] body.type-category .pt4-category-summary {
  max-width: 820px;
  margin: 14px 0 0;
  color: var(--pt4-muted);
  font-size: 15px;
  line-height: 1.6;
}

html[data-pt4="site"] body.type-category .pt4-category-summary p {
  margin: 0 0 10px;
}

html[data-pt4="site"] body.type-category .pt4-category-summary p:last-child {
  margin-bottom: 0;
}

html[data-pt4="site"] body.type-category .pt4-category-summary b,
html[data-pt4="site"] body.type-category .pt4-category-summary strong {
  color: var(--pt4-ink-soft);
  font-weight: 600;
}

html[data-pt4="site"] body.type-category .pt4-category-longcopy,
html[data-pt4="site"] body.type-category .pt4-category-longcopy-existing {
  max-width: 900px;
  margin: 42px 0 8px;
  padding: 30px 0 0;
  border-top: 1px solid var(--pt4-line);
  color: var(--pt4-ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

html[data-pt4="site"] body.type-category .pt4-category-longcopy h2,
html[data-pt4="site"] body.type-category .pt4-category-longcopy-existing h2 {
  margin: 0 0 16px;
  color: var(--pt4-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

html[data-pt4="site"] body.type-category .pt4-category-longcopy p:first-of-type,
html[data-pt4="site"] body.type-category .pt4-category-longcopy-existing p:first-of-type {
  margin-top: 0;
}

html[data-pt4="site"] body.type-product .pt4-related-products {
  margin: 34px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--pt4-line);
}

html[data-pt4="site"] body.type-product .pt4-related-head {
  display: flex;
  margin-bottom: 18px;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

html[data-pt4="site"] body.type-product .pt4-related-head h2 {
  margin: 0;
  color: var(--pt4-ink);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

html[data-pt4="site"] body.type-product .pt4-related-head a {
  color: var(--pt4-brand-dark);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

html[data-pt4="site"] body.type-product .pt4-related-head a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

html[data-pt4="site"] body.type-product .pt4-related-grid {
  display: grid;
  min-width: 0;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt4="site"] body.type-product .pt4-related-card {
  display: grid;
  min-width: 0;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
  color: var(--pt4-ink);
  grid-template-rows: 190px 1fr;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

html[data-pt4="site"] body.type-product .pt4-related-card:hover {
  border-color: var(--pt4-line-strong);
  color: var(--pt4-ink);
  box-shadow: 0 10px 24px rgba(32, 37, 33, .08);
  transform: translateY(-2px);
}

html[data-pt4="site"] body.type-product .pt4-related-card__image {
  display: flex;
  min-width: 0;
  padding: 18px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--pt4-line);
  background: #fff;
}

html[data-pt4="site"] body.type-product .pt4-related-card__image img {
  width: 100%;
  height: 154px;
  object-fit: contain;
}

html[data-pt4="site"] body.type-product .pt4-related-card__body {
  display: flex;
  min-width: 0;
  padding: 16px;
  flex-direction: column;
}

html[data-pt4="site"] body.type-product .pt4-related-card__label {
  color: var(--pt4-muted);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html[data-pt4="site"] body.type-product .pt4-related-card__name {
  margin-top: 7px;
  color: var(--pt4-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

html[data-pt4="site"] body.type-product .pt4-related-card__meta {
  display: flex;
  min-width: 0;
  margin-top: auto;
  padding-top: 15px;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

html[data-pt4="site"] body.type-product .pt4-related-card__price {
  color: var(--pt4-ink);
  font-size: 18px;
  font-weight: 700;
}

html[data-pt4="site"] body.type-product .pt4-related-card__availability {
  color: var(--pt4-brand-dark);
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

html[data-pt4="site"] body:not(.in-index) .pt4-usp-section {
  width: min(calc(100% - 40px), 1280px);
  margin: 14px auto 18px;
}

html[data-pt4="site"] body:not(.in-index) .pt-usp-strip {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--pt4-line);
  border-radius: var(--pt4-radius-card);
  background: #fff;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-pt4="site"] body:not(.in-index) .pt-usp-item {
  display: grid;
  min-width: 0;
  min-height: 76px;
  padding: 13px 20px;
  align-items: center;
  gap: 14px;
  grid-template-columns: 34px minmax(0, 1fr);
  border-left: 1px solid var(--pt4-line);
}

html[data-pt4="site"] body:not(.in-index) .pt-usp-item:first-child {
  border-left: 0;
}

html[data-pt4="site"] body:not(.in-index) .pt-usp-icon {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--pt4-brand-dark);
}

html[data-pt4="site"] body:not(.in-index) .pt-usp-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

html[data-pt4="site"] body:not(.in-index) .pt-usp-item strong,
html[data-pt4="site"] body:not(.in-index) .pt-usp-item span {
  display: block;
}

html[data-pt4="site"] body:not(.in-index) .pt-usp-item strong {
  color: var(--pt4-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

html[data-pt4="site"] body:not(.in-index) .pt-usp-item span {
  margin-top: 4px;
  color: var(--pt4-muted);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  html[data-pt4="site"] body:not(.in-index) .top-nav-button-login {
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html[data-pt4="site"] body.type-category .pt4-category-longcopy,
  html[data-pt4="site"] body.type-category .pt4-category-longcopy-existing {
    margin-top: 30px;
    padding-top: 24px;
  }

  html[data-pt4="site"] body.type-product .pt4-related-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  html[data-pt4="site"] body.type-product .pt4-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  html[data-pt4="site"] body.type-product .pt4-related-card {
    min-height: 0;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: minmax(150px, auto);
  }

  html[data-pt4="site"] body.type-product .pt4-related-card__image {
    padding: 12px;
    border-right: 1px solid var(--pt4-line);
    border-bottom: 0;
  }

  html[data-pt4="site"] body.type-product .pt4-related-card__image img {
    height: 122px;
  }

  html[data-pt4="site"] body.type-product .pt4-related-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  html[data-pt4="site"] body.type-product .pt4-related-card__availability {
    text-align: left;
  }

  html[data-pt4="site"] body:not(.in-index) .pt4-usp-section {
    width: min(calc(100% - 24px), 1280px);
    margin: 10px auto 14px;
  }

  html[data-pt4="site"] body:not(.in-index) .pt-usp-strip {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  html[data-pt4="site"] body:not(.in-index) .pt-usp-item {
    min-width: min(82vw, 300px);
    min-height: 72px;
    padding: 12px 16px;
    border-top: 0;
    border-left: 1px solid var(--pt4-line);
    scroll-snap-align: start;
  }

  html[data-pt4="site"] body:not(.in-index) .pt-usp-item:first-child {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  html[data-pt4="site"] body.pt4-system-page .content-inner {
    padding: 26px 20px;
  }

  html[data-pt4="site"] body.pt4-system-page .content-inner > h1,
  html[data-pt4="site"] body.pt4-system-page .pageArticleDetail > header h1,
  html[data-pt4="site"] body.pt4-system-page .sectionDescription > h1 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: clamp(28px, 9vw, 36px);
  }

  html[data-pt4="site"] body.pt4-form-page .content-inner .submit-wrapper .btn,
  html[data-pt4="site"] body.customer-page .content-inner .submit-wrapper .btn {
    width: 100%;
  }

  html[data-pt4="site"] body.in-registrace .co-registration .box {
    padding: 18px !important;
  }

  html[data-pt4="site"] body.pt4-account-page .alternative-links {
    grid-template-columns: 1fr;
  }

  html[data-pt4="site"] body.in-kontakty .pt4-contact-action {
    width: 100%;
    justify-content: center;
  }

  html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions,
  html[data-pt4="site"] body.in-jak-nakupovat .pt4-howto-actions a {
    width: 100%;
  }

  html[data-pt4="site"] body:not(.in-index) #colorbox #cboxContent.cookiesDialog {
    width: 100% !important;
    height: calc(100dvh - 57px) !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 57px) !important;
    overflow: hidden !important;
  }

  html[data-pt4="site"] body:not(.in-index) #colorbox #cboxContent.cookiesDialog > #cboxLoadedContent {
    width: 100% !important;
    height: calc(100dvh - 57px) !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 57px) !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  html[data-pt4="site"] body:not(.in-index) #colorbox #cboxContent.cookiesDialog .colorbox-html-content {
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-pt4="site"] body:not(.in-index) *,
  html[data-pt4="site"] body:not(.in-index) *::before,
  html[data-pt4="site"] body:not(.in-index) *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
