@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=Inter:wght@400;700;800&display=swap');

/* iKulecnik - exact SmartMax presentation clone, blue brand edition. */

:root {
  --template-font: "Inter";
  --template-headings-font: "Inter";
}

/* SMARTMAX v39 — produkční soubor zachovává původní UTF-8 bez překódování. */

/* SmartMax: homepage H1 without the obsolete Apollo "Technologie..." label */
body.id-1 .homepage-box.welcome-wrapper > .homepage-group-title {
  display: none !important;
}

/* SmartMax: Doprava a platba inside the product-detail bookmark */
body.type-product #dkLabBookmark10546 {
  padding: 32px !important;
  background: #f4f6fa;
}
body.type-product #dkLabBookmark10546 .sm-shipping,
body.type-product #dkLabBookmark10546 .sm-shipping * {
  box-sizing: border-box;
}
body.type-product #dkLabBookmark10546 .sm-shipping {
  --sm-orange: #0a47a8;
  --sm-orange-dark: #052877;
  --sm-blue: #052877;
  --sm-ink: #191a25;
  --sm-muted: #686b7b;
  --sm-line: #e5e7ee;
  width: 100%;
  color: var(--sm-ink);
  font-family: "Inter", Arial, sans-serif;
}
body.type-product #dkLabBookmark10546 .sm-shipping h2,
body.type-product #dkLabBookmark10546 .sm-shipping h3,
body.type-product #dkLabBookmark10546 .sm-shipping p {
  margin-top: 0;
}
body.type-product #dkLabBookmark10546 .sm-shipping h2,
body.type-product #dkLabBookmark10546 .sm-shipping h3 {
  color: var(--sm-ink);
  letter-spacing: -.025em;
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero,
body.type-product #dkLabBookmark10546 .sm-shipping__cta {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--sm-orange) 0%, #063d8f 58%, var(--sm-orange-dark) 100%);
  box-shadow: 0 16px 36px rgba(80,38,29,.16);
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero {
  grid-template-columns: minmax(0,1.3fr) minmax(270px,.75fr);
  gap: 26px;
  align-items: center;
  padding: 34px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero::before,
body.type-product #dkLabBookmark10546 .sm-shipping__hero::after,
body.type-product #dkLabBookmark10546 .sm-shipping__cta::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  pointer-events: none;
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero::before {
  width: 300px;
  height: 300px;
  right: -150px;
  top: -180px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero::after {
  width: 150px;
  height: 150px;
  left: 42%;
  bottom: -112px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero-copy,
body.type-product #dkLabBookmark10546 .sm-shipping__hero-card,
body.type-product #dkLabBookmark10546 .sm-shipping__cta > * {
  position: relative;
  z-index: 1;
}
body.type-product #dkLabBookmark10546 .sm-shipping__eyebrow,
body.type-product #dkLabBookmark10546 .sm-shipping__kicker {
  margin-bottom: 8px !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
}
body.type-product #dkLabBookmark10546 .sm-shipping__eyebrow {
  color: rgba(255,255,255,.84) !important;
}
body.type-product #dkLabBookmark10546 .sm-shipping__kicker {
  color: var(--sm-orange) !important;
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(30px,3.4vw,42px);
  line-height: 1.05;
}
body.type-product #dkLabBookmark10546 .sm-shipping__lead {
  margin-bottom: 20px !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 15px;
  line-height: 1.55;
}
body.type-product #dkLabBookmark10546 .sm-shipping__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 2px solid transparent;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
body.type-product #dkLabBookmark10546 .sm-shipping__button:hover {
  transform: translateY(-2px);
}
body.type-product #dkLabBookmark10546 .sm-shipping__button--light {
  background: #fff;
  color: var(--sm-orange-dark) !important;
  box-shadow: 0 8px 20px rgba(92,30,19,.16);
}
body.type-product #dkLabBookmark10546 .sm-shipping__button--outline {
  border-color: rgba(255,255,255,.72);
  color: #fff !important;
  background: rgba(255,255,255,.08);
}
body.type-product #dkLabBookmark10546 .sm-shipping__button--outline:hover {
  background: rgba(255,255,255,.16);
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero-card {
  display: grid;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 17px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 32px rgba(89,26,15,.16);
}
body.type-product #dkLabBookmark10546 .sm-shipping__hero-label {
  margin-bottom: 8px !important;
  color: var(--sm-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}
body.type-product #dkLabBookmark10546 .sm-shipping__fact {
  display: grid;
  grid-template-columns: 68px minmax(0,1fr);
  gap: 11px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--sm-line);
}
body.type-product #dkLabBookmark10546 .sm-shipping__fact:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
body.type-product #dkLabBookmark10546 .sm-shipping__fact > span {
  display: grid;
  min-height: 38px;
  place-items: center;
  padding: 4px;
  border-radius: 10px;
  background: #f1efff;
  color: var(--sm-blue);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}
body.type-product #dkLabBookmark10546 .sm-shipping__fact div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
body.type-product #dkLabBookmark10546 .sm-shipping__fact strong {
  color: var(--sm-blue);
}
body.type-product #dkLabBookmark10546 .sm-shipping__fact small {
  color: var(--sm-muted);
  font-size: 11px;
  line-height: 1.35;
}
body.type-product #dkLabBookmark10546 .sm-shipping__section {
  padding-top: 42px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__section-heading {
  max-width: 700px;
  margin: 0 auto 22px;
  text-align: center;
}
body.type-product #dkLabBookmark10546 .sm-shipping__section-heading h2 {
  margin-bottom: 9px;
  font-size: clamp(25px,2.8vw,34px);
  line-height: 1.13;
}
body.type-product #dkLabBookmark10546 .sm-shipping__section-heading > p:not(.sm-shipping__kicker) {
  color: var(--sm-muted);
  line-height: 1.6;
}
body.type-product #dkLabBookmark10546 .sm-shipping__pickup {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid #cdebd0;
  border-radius: 17px;
  background: #f4fcf5;
  box-shadow: 0 8px 22px rgba(48,127,55,.07);
}
body.type-product #dkLabBookmark10546 .sm-shipping__pickup-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  background: #49b64a;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
}
body.type-product #dkLabBookmark10546 .sm-shipping__pickup h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__pickup p:not(.sm-shipping__kicker) {
  margin-bottom: 0;
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.5;
}
body.type-product #dkLabBookmark10546 .sm-shipping__free {
  padding: 8px 12px;
  border-radius: 999px;
  background: #e0f5e2;
  color: #2c8734;
  font-size: 13px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body.type-product #dkLabBookmark10546 .sm-shipping__carrier-heading {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 30px 0 13px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__carrier-heading h3 {
  margin-bottom: 3px;
  font-size: 21px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__carrier-heading p {
  margin-bottom: 0;
  color: var(--sm-muted);
  font-size: 13px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__carrier-logo {
  display: inline-grid;
  min-width: 70px;
  min-height: 43px;
  place-items: center;
  padding: 7px 10px;
  border-radius: 11px;
  background: #ffd42a;
  color: #d51b27;
  font-size: 16px;
  font-weight: 900;
}
body.type-product #dkLabBookmark10546 .sm-shipping__carrier-logo--blue {
  background: #e8f2ff;
  color: #1765ad;
  font-size: 11px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__carrier-logo--red {
  background: #ee2434;
  color: #fff;
}
body.type-product #dkLabBookmark10546 .sm-shipping__grid {
  display: grid;
  gap: 14px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__grid--three {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
body.type-product #dkLabBookmark10546 .sm-shipping__grid--two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
body.type-product #dkLabBookmark10546 .sm-shipping__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--sm-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(35,38,59,.06);
}
body.type-product #dkLabBookmark10546 .sm-shipping__card h3 {
  margin-bottom: 12px;
  font-size: 18px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__price-list {
  display: grid;
  margin-bottom: 12px;
  border-top: 1px solid #eceef3;
}
body.type-product #dkLabBookmark10546 .sm-shipping__price-list > div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #eceef3;
  font-size: 13px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__price-list span {
  color: var(--sm-muted);
}
body.type-product #dkLabBookmark10546 .sm-shipping__price-list strong {
  color: var(--sm-blue);
  white-space: nowrap;
}
body.type-product #dkLabBookmark10546 .sm-shipping__note {
  margin-bottom: 13px !important;
  color: var(--sm-muted);
  font-size: 12px;
  line-height: 1.5;
}
body.type-product #dkLabBookmark10546 .sm-shipping__addon {
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 9px;
  border-radius: 8px;
  background: #eef4fc;
  color: var(--sm-orange-dark);
  font-size: 11px;
  font-weight: 800;
}
body.type-product #dkLabBookmark10546 .sm-shipping__own-delivery {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(155px,.45fr) minmax(210px,.6fr);
  gap: 16px;
  align-items: center;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid var(--sm-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(35,38,59,.06);
}
body.type-product #dkLabBookmark10546 .sm-shipping__own-delivery h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__own-delivery p:not(.sm-shipping__kicker) {
  margin-bottom: 0;
  color: var(--sm-muted);
  font-size: 13px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__own-price {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 11px;
  background: #f5f3ff;
}
body.type-product #dkLabBookmark10546 .sm-shipping__own-price span {
  margin-bottom: 3px;
  color: var(--sm-muted);
  font-size: 11px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__own-price strong {
  color: var(--sm-blue);
  font-size: 13px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__notice {
  display: grid;
  grid-template-columns: 40px minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #dbe8fb;
  border-radius: 14px;
  background: #f5f8fd;
}
body.type-product #dkLabBookmark10546 .sm-shipping__notice > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 11px;
  background: var(--sm-orange);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
}
body.type-product #dkLabBookmark10546 .sm-shipping__notice strong {
  font-size: 14px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__notice p {
  margin: 2px 0 0;
  color: var(--sm-muted);
  font-size: 12px;
  line-height: 1.45;
}
body.type-product #dkLabBookmark10546 .sm-shipping__notice a {
  color: var(--sm-orange-dark) !important;
  font-size: 13px;
  font-weight: 800;
}
body.type-product #dkLabBookmark10546 .sm-shipping__payments {
  margin-top: 42px;
  padding: 32px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg,#041f5f 0%,var(--sm-blue) 100%);
  box-shadow: 0 13px 30px rgba(47,36,131,.16);
}
body.type-product #dkLabBookmark10546 .sm-shipping__section-heading--light h2 {
  color: #fff;
}
body.type-product #dkLabBookmark10546 .sm-shipping__section-heading--light .sm-shipping__kicker {
  color: #9fbce8 !important;
}
body.type-product #dkLabBookmark10546 .sm-shipping__section-heading--light > p:not(.sm-shipping__kicker) {
  color: rgba(255,255,255,.78);
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-card {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.97);
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-card--wide {
  grid-column: 1 / -1;
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #eef4fc;
  color: var(--sm-orange-dark);
  font-size: 10px;
  font-weight: 900;
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-card h3 {
  margin-bottom: 7px;
  font-size: 17px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-card p {
  margin-bottom: 0;
  color: var(--sm-muted);
  font-size: 12px;
  line-height: 1.5;
}
body.type-product #dkLabBookmark10546 .sm-shipping__accounts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 7px;
  margin-top: 11px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__accounts > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 9px;
  border-radius: 9px;
  background: #f5f3ff;
}
body.type-product #dkLabBookmark10546 .sm-shipping__accounts span,
body.type-product #dkLabBookmark10546 .sm-shipping__account-detail span {
  color: var(--sm-muted);
  font-size: 10px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__accounts strong,
body.type-product #dkLabBookmark10546 .sm-shipping__account-detail strong {
  color: var(--sm-blue);
  font-size: 12px;
  overflow-wrap: anywhere;
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-note {
  margin-top: 10px !important;
  padding: 8px 10px;
  border-left: 3px solid var(--sm-orange);
  background: #f5f8fd;
  font-size: 11px !important;
}
body.type-product #dkLabBookmark10546 .sm-shipping__account-detail {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr);
  gap: 6px 10px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-card a {
  display: inline-block;
  margin-top: 8px;
  color: var(--sm-orange-dark) !important;
  font-size: 12px;
  font-weight: 800;
}
body.type-product #dkLabBookmark10546 .sm-shipping__payment-price {
  display: inline-block;
  margin-top: 8px;
  color: var(--sm-orange-dark);
  font-size: 12px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__cta {
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  padding: 28px 30px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__cta::before {
  width: 180px;
  height: 180px;
  right: 17%;
  bottom: -140px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__cta h2 {
  margin-bottom: 6px;
  color: #fff;
  font-size: clamp(24px,2.6vw,32px);
  line-height: 1.13;
}
body.type-product #dkLabBookmark10546 .sm-shipping__cta p:not(.sm-shipping__eyebrow) {
  margin-bottom: 0;
  color: rgba(255,255,255,.84);
  font-size: 13px;
  line-height: 1.5;
}
body.type-product #dkLabBookmark10546 .sm-shipping__call-hours {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 2px 0 0 !important;
  color: #fff !important;
  font-size: 11px;
  line-height: 1.3 !important;
  text-align: right;
}
body.type-product #dkLabBookmark10546 .sm-shipping__call-hours-icon {
  display: inline-flex;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  font-size: 15px;
}
body.type-product #dkLabBookmark10546 .sm-shipping__call-hours strong,
body.type-product #dkLabBookmark10546 .sm-shipping__call-hours small {
  display: block;
  color: #fff;
}
body.type-product #dkLabBookmark10546 .sm-shipping__call-hours small {
  margin-top: 1px;
  color: rgba(255,255,255,.8);
  font-size: 10px;
}
@media (max-width: 900px) {
  body.type-product #dkLabBookmark10546 .sm-shipping__hero,
  body.type-product #dkLabBookmark10546 .sm-shipping__own-delivery,
  body.type-product #dkLabBookmark10546 .sm-shipping__cta {
    grid-template-columns: 1fr;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__grid--three {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__grid--three .sm-shipping__card:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  body.type-product #dkLabBookmark10546 {
    padding: 10px !important;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__hero {
    gap: 20px;
    padding: 25px 19px 19px;
    border-radius: 17px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__hero h2 {
    font-size: 29px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__lead {
    font-size: 14px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__actions {
    flex-direction: column;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__button {
    width: 100%;
    min-height: 46px;
    text-align: center;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__section {
    padding-top: 34px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__pickup {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 12px;
    padding: 18px 15px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__pickup-icon {
    width: 42px;
    height: 42px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__free {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 54px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__carrier-heading {
    align-items: flex-start;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__grid--three,
  body.type-product #dkLabBookmark10546 .sm-shipping__grid--two,
  body.type-product #dkLabBookmark10546 .sm-shipping__payment-grid {
    grid-template-columns: 1fr;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__grid--three .sm-shipping__card:last-child,
  body.type-product #dkLabBookmark10546 .sm-shipping__payment-card--wide {
    grid-column: auto;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__notice {
    grid-template-columns: 38px minmax(0,1fr);
    padding: 16px 14px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__notice a {
    grid-column: 2;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__payments {
    margin-top: 34px;
    padding: 25px 12px;
    border-radius: 17px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__payment-card {
    grid-template-columns: 40px minmax(0,1fr);
    gap: 11px;
    padding: 15px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__payment-icon {
    width: 40px;
    height: 40px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__accounts,
  body.type-product #dkLabBookmark10546 .sm-shipping__account-detail {
    grid-template-columns: 1fr;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__cta {
    gap: 20px;
    padding: 24px 19px;
    border-radius: 17px;
  }
  body.type-product #dkLabBookmark10546 .sm-shipping__call-hours {
    justify-content: center;
    text-align: left;
  }
}

/* SmartMax: compact category hero for Sportujeme */
body.id-5195 .category-top { position: relative; }
body.id-5195 .category-top > .category-title { position: absolute; z-index: 3; top: 48px; left: 36px; max-width: 620px; margin: 0 !important; color: #fff !important; font-family: "Inter", Arial, sans-serif !important; font-size: 31px !important; font-weight: 800 !important; line-height: 1.08 !important; letter-spacing: -.02em; text-transform: none; text-shadow: 0 2px 15px rgba(23, 12, 63, .22); pointer-events: none; }
body.id-5195 .category-perex { margin: 0 0 14px !important; }
body.id-5195 .category-perex > p { margin: 0 !important; }
body.id-5195 .sm-sport-hero { position: relative; min-height: 184px; overflow: hidden; padding: 24px 36px 20px; border-radius: 22px; background: radial-gradient(circle at 43% 120%, rgba(214, 96, 68, .58) 0, rgba(214, 96, 68, 0) 34%), linear-gradient(90deg, rgba(42, 20, 104, .98) 0%, rgba(42, 20, 104, .94) 40%, rgba(42, 20, 104, .56) 65%, rgba(42, 20, 104, .12) 100%), url("/user/documents/upload/kategorie/sportujeme.png") center 46% / cover no-repeat; box-shadow: 0 12px 28px rgba(40, 24, 87, .13); color: #fff; }
body.id-5195 .sm-sport-hero::after { content: ""; position: absolute; right: 24px; bottom: -54px; width: 138px; height: 138px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255, 255, 255, .055); pointer-events: none; }
body.id-5195 .sm-sport-hero__copy { position: relative; z-index: 2; max-width: 690px; }
body.id-5195 .sm-sport-hero__eyebrow { display: block; margin: 0 0 45px; color: #b7cae9; font-family: "Inter", Arial, sans-serif; font-size: 12px; font-weight: 800; line-height: 1; letter-spacing: .18em; }
body.id-5195 .sm-sport-hero__copy > p { max-width: 620px; margin: 0 0 12px !important; color: rgba(255, 255, 255, .88) !important; font-family: "Inter", Arial, sans-serif !important; font-size: 14px !important; line-height: 1.4 !important; }
body.id-5195 .sm-sport-hero__tags { display: flex; flex-wrap: wrap; gap: 7px; }
body.id-5195 .sm-sport-hero__tags span { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 10px; border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; background: rgba(255, 255, 255, .1); color: #fff; font-family: "Inter", Arial, sans-serif; font-size: 11px; font-weight: 700; line-height: 1; backdrop-filter: blur(3px); }
@media (max-width: 767px) { body.id-5195 .category-top > .category-title { top: 43px; left: 21px; right: 21px; max-width: none; font-size: 25px !important; } body.id-5195 .category-perex { margin-bottom: 11px !important; } body.id-5195 .sm-sport-hero { min-height: 178px; padding: 20px 21px 17px; border-radius: 16px; background: radial-gradient(circle at 88% 118%, rgba(214, 96, 68, .46) 0, rgba(214, 96, 68, 0) 38%), linear-gradient(90deg, rgba(42, 20, 104, .98) 0%, rgba(42, 20, 104, .93) 60%, rgba(42, 20, 104, .55) 100%), url("/user/documents/upload/kategorie/sportujeme.png") 59% center / cover no-repeat; } body.id-5195 .sm-sport-hero::after { right: -36px; } body.id-5195 .sm-sport-hero__eyebrow { margin-bottom: 44px; font-size: 10px; } body.id-5195 .sm-sport-hero__copy > p { max-width: 320px; margin-bottom: 10px !important; font-size: 12.5px !important; line-height: 1.35 !important; } body.id-5195 .sm-sport-hero__tags { gap: 5px; } body.id-5195 .sm-sport-hero__tags span { min-height: 23px; padding: 3px 8px; font-size: 10px; } body.id-5195 .sm-sport-hero__tags span:last-child { display: none; } }

body.template-11,
body.template-11 h1,
body.template-11 h2,
body.template-11 h3,
body.template-11 h4,
body.template-11 h5,
body.template-11 h6,
body.template-11 p,
body.template-11 a,
body.template-11 button,
body.template-11 input,
body.template-11 select,
body.template-11 textarea,
body.template-11 label,
body.template-11 th,
body.template-11 td,
body.template-11 strong,
body.template-11 small {
  font-family: "Inter", Arial, sans-serif !important;
}

/* SmartMax brand colors */
body.template-11 .listSorting__control,
body.template-11 .filters-unveil-button-wrapper .unveil-button {
  color: #ffffff !important;
}
body.template-11 .filter-count,
body.template-11 .filter-total-count {
  color: #052877 !important;
}

/* Full-width orange bar; menu content keeps its container width */
body.template-11 #header {
  position: relative;
}
body.template-11 #header .navigation-wrapper {
  position: relative;
  z-index: 1;
}
body.template-11 #header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-color: #0a47a8;
  pointer-events: none;
  z-index: 0;
}
body.template-11 #navigation,
body.template-11 #navigation .navigation-in,
body.template-11 #header .menu-helper {
  background-color: #0a47a8 !important;
}
body.template-11 #navigation .menu-level-1 > li > a,
body.template-11 #header .menu-helper,
body.template-11 #header .menu-helper > span {
  color: #ffffff !important;
}
body.template-11 #navigation .menu-level-1 > li:hover > a,
body.template-11 #navigation .menu-level-1 > li > a:focus,
body.template-11 #navigation .menu-level-1 > li > a.active,
body.template-11 #header .menu-helper:hover {
  background-color: #052877 !important;
  color: #ffffff !important;
}

/* Merge the overflow menu into one continuous bar */
body.template-11 #header .menu-helper > span {
  border-left: 0 !important;
  border-right: 0 !important;
}

/* Clear overflow dropdown */
body.template-11 #header .menu-helper.visible {
  box-shadow: none !important;
}
body.template-11 #header .menu-helper.visible > span {
  background-color: #052877 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.template-11 #header .menu-helper > .menu-level-1 {
  top: 60px !important;
  right: 0 !important;
  width: 280px !important;
  padding: 8px 0 !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e5ea !important;
  border-top: 0 !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14) !important;
  overflow: visible !important;
}
body.template-11 #header .menu-helper > .menu-level-1 > li > a {
  display: flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 10px 44px 10px 20px !important;
  background-color: #ffffff !important;
  color: #292929 !important;
  border-bottom: 1px solid #eceef1 !important;
  font-size: 13.6px !important;
  line-height: 1.35 !important;
}
body.template-11 #header .menu-helper > .menu-level-1 > li:last-child > a {
  border-bottom: 0 !important;
}
body.template-11 #header .menu-helper > .menu-level-1 > li > a:hover,
body.template-11 #header .menu-helper > .menu-level-1 > li > a:focus {
  background-color: #fff3ef !important;
  color: #052877 !important;
}
body.template-11 #header .menu-helper > .menu-level-1 > li.ext > a > .submenu-arrow {
  top: 50% !important;
  right: 18px !important;
  transform: translateY(-50%) !important;
  color: #052877 !important;
}
body.template-11 #header .menu-helper > .menu-level-1 > li.ext > a > .submenu-arrow::after {
  content: "▾" !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #052877 !important;
}

/* Main menu typography: 15% smaller */
body.template-11 #navigation .menu-level-1 > li > a,
body.template-11 #navigation .menu-level-1 > li > a > b,
body.template-11 #header .menu-helper,
body.template-11 #header .menu-helper > span {
  font-size: 13.6px !important;
}

/* Strong visible downward arrows */
body.template-11 #navigation .menu-level-1 > li.ext > a::after,
body.template-11 #header .menu-helper > span::after {
  content: "▾" !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 16px !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

/* Compact mega-menu typography */
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li > div > a,
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li > div > a > span {
  font-size: 13.6px !important;
  line-height: 1.3 !important;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-3,
body.desktop.template-11 #header .navigation-wrapper .menu-level-3 > li,
body.desktop.template-11 #header .navigation-wrapper .menu-level-3 > li > a {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

/* Compact even category cards; long subcategory lists are clipped */
body.desktop.template-11 #header .navigation-wrapper .menu-level-3 {
  height: 35px !important;
  max-height: 35px !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  white-space: normal !important;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-3::after {
  content: none !important;
  display: none !important;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > .menu-item-category {
  display: none !important;
}

/* Subtle category cards in desktop mega menus */
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 {
  column-gap: 8px !important;
  row-gap: 6px !important;
  padding: 6px 8px 10px !important;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li:not(.menu-item-category) {
  display: flex !important;
  flex: 0 1 calc(20% - 6.4px) !important;
  box-sizing: border-box !important;
  height: 86px !important;
  min-height: 86px !important;
  max-height: 86px !important;
  overflow: hidden !important;
  padding: 5px 8px !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(10, 71, 168, 0.48) !important;
  border-radius: 10px !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li:not(.menu-item-category):hover {
  background-color: #fff5f2 !important;
  border-color: #0a47a8 !important;
  box-shadow: 0 4px 12px rgba(10, 71, 168, 0.14) !important;
  transform: translateY(-1px);
}

/* Make the whole desktop mega-menu card clickable */
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li:not(.menu-item-category) {
  position: relative !important;
  cursor: pointer;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li:not(.menu-item-category) > div > a:first-child {
  position: static !important;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li:not(.menu-item-category) > div > a:first-child::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  border-radius: 10px;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li:not(.menu-item-category) .menu-level-3 a {
  position: relative !important;
  z-index: 2 !important;
}

body.template-11 .add-to-cart-button:hover{background:#49b64a!important;border-color:#49b64a!important;color:#fff!important;box-shadow:0 4px 12px rgba(73,182,74,.28)!important}

/* SmartMax store page */
body.id-5657 #content-wrapper {
  background: #f4f6fa;
}
body.id-5657 .breadcrumbs-wrapper,
body.id-5657 .pageArticleDetail > h1,
body.id-5657 .pageArticleDetail > header {
  display: none !important;
}
body.id-5657 #content,
body.id-5657 .content-wrapper-in {
  max-width: 1280px !important;
}
body.id-5657 .content-inner,
body.id-5657 .pageArticleDetail {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.id-5657 .sm-store,
body.id-5657 .sm-store * {
  box-sizing: border-box;
}
body.id-5657 .sm-store {
  --sm-orange: #0a47a8;
  --sm-orange-dark: #052877;
  --sm-blue: #052877;
  --sm-ink: #191a25;
  --sm-muted: #686b7b;
  --sm-line: #e5e7ee;
  color: var(--sm-ink);
  padding: 28px 0 72px;
}
body.id-5657 .sm-store h2,
body.id-5657 .sm-store h3,
body.id-5657 .sm-store p {
  margin-top: 0;
}
body.id-5657 .sm-store h2,
body.id-5657 .sm-store h3 {
  color: var(--sm-ink);
  letter-spacing: -0.025em;
}
body.id-5657 .sm-store__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .75fr);
  gap: 34px;
  align-items: center;
  overflow: hidden;
  padding: 50px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--sm-orange) 0%, #063d8f 58%, var(--sm-orange-dark) 100%);
  box-shadow: 0 20px 48px rgba(80, 38, 29, .18);
}
body.id-5657 .sm-store__hero::before,
body.id-5657 .sm-store__hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  pointer-events: none;
}
body.id-5657 .sm-store__hero::before {
  width: 360px;
  height: 360px;
  right: -170px;
  top: -210px;
}
body.id-5657 .sm-store__hero::after {
  width: 190px;
  height: 190px;
  left: 43%;
  bottom: -135px;
}
body.id-5657 .sm-store__hero-content,
body.id-5657 .sm-store__hero-card {
  position: relative;
  z-index: 1;
}
body.id-5657 .sm-store__eyebrow,
body.id-5657 .sm-store__kicker {
  margin-bottom: 10px !important;
  color: var(--sm-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
}
body.id-5657 .sm-store__eyebrow {
  color: rgba(255, 255, 255, .84) !important;
}
body.id-5657 .sm-store__hero h2 {
  max-width: 720px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.02;
}
body.id-5657 .sm-store__lead {
  max-width: 690px;
  margin-bottom: 28px !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 18px;
  line-height: 1.65;
}
body.id-5657 .sm-store__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
body.id-5657 .sm-store__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
body.id-5657 .sm-store__button:hover {
  transform: translateY(-2px);
}
body.id-5657 .sm-store__button--light {
  background: #fff;
  color: var(--sm-orange-dark) !important;
  box-shadow: 0 10px 24px rgba(92, 30, 19, .18);
}
body.id-5657 .sm-store__button--outline {
  border-color: rgba(255, 255, 255, .72);
  color: #fff !important;
  background: rgba(255, 255, 255, .08);
}
body.id-5657 .sm-store__button--outline:hover {
  background: rgba(255, 255, 255, .16);
}
body.id-5657 .sm-store__hero-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(89, 26, 15, .18);
}
body.id-5657 .sm-store__hero-card strong {
  margin-bottom: 4px;
  color: var(--sm-blue);
  font-size: 21px;
}
body.id-5657 .sm-store__hero-card > span:not(.sm-store__hero-label) {
  color: var(--sm-muted);
}
body.id-5657 .sm-store__hero-card > a {
  margin-top: 16px;
  color: var(--sm-orange-dark) !important;
  font-weight: 800;
}
body.id-5657 .sm-store__hero-label {
  margin-bottom: 12px;
  color: var(--sm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
body.id-5657 .sm-store__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
body.id-5657 .sm-store__badges span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f1efff;
  color: var(--sm-blue);
  font-size: 12px;
  font-weight: 800;
}
body.id-5657 .sm-store__cards {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}
body.id-5657 .sm-store__card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--sm-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(35, 38, 59, .07);
}
body.id-5657 .sm-store__card h3,
body.id-5657 .sm-store__notice h3 {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.25;
}
body.id-5657 .sm-store__card p {
  color: var(--sm-muted);
  line-height: 1.65;
}
body.id-5657 .sm-store__kicker {
  color: var(--sm-orange) !important;
}
body.id-5657 .sm-store__hours {
  display: grid;
  gap: 0;
}
body.id-5657 .sm-store__hours > div {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eceef3;
}
body.id-5657 .sm-store__hours > div:last-child {
  border-bottom: 0;
}
body.id-5657 .sm-store__hours strong {
  color: var(--sm-blue);
  white-space: nowrap;
}
body.id-5657 .sm-store__hours .is-closed,
body.id-5657 .sm-store__hours .is-closed strong {
  color: #9799a6;
}
body.id-5657 .sm-store__checklist {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.id-5657 .sm-store__checklist li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
body.id-5657 .sm-store__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #edf8ee;
  color: #33923c;
  font-size: 13px;
  font-weight: 900;
}
body.id-5657 .sm-store__text-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--sm-orange-dark) !important;
  font-weight: 800;
}
body.id-5657 .sm-store__location {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid var(--sm-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(35, 38, 59, .08);
}
body.id-5657 .sm-store__map {
  min-height: 390px;
  background: #e9eaf0;
}
body.id-5657 .sm-store__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}
body.id-5657 .sm-store__location-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
body.id-5657 .sm-store__location-copy h2,
body.id-5657 .sm-store__section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
}
body.id-5657 .sm-store__location-copy > p:not(.sm-store__kicker) {
  color: var(--sm-muted);
  line-height: 1.7;
}
body.id-5657 .sm-store__contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 10px;
}
body.id-5657 .sm-store__contact-links a {
  padding: 10px 13px;
  border-radius: 10px;
  background: #f5f3ff;
  color: var(--sm-blue) !important;
  font-weight: 800;
}
body.id-5657 .sm-store__notice {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 20px;
  padding: 28px 30px;
  border: 1px solid #dbe8fb;
  border-radius: 18px;
  background: #f5f8fd;
}
body.id-5657 .sm-store__notice-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 15px;
  background: var(--sm-orange);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}
body.id-5657 .sm-store__notice h3 {
  margin-bottom: 8px;
}
body.id-5657 .sm-store__notice p,
body.id-5657 .sm-store__notice address {
  margin-bottom: 0;
  color: var(--sm-muted);
  font-style: normal;
  line-height: 1.55;
}
body.id-5657 .sm-store__media {
  margin-top: 58px;
}
body.id-5657 .sm-store__section-heading {
  max-width: 680px;
  margin: 0 auto 24px;
  text-align: center;
}
body.id-5657 .sm-store__video {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  background: #111;
  box-shadow: 0 16px 40px rgba(25, 26, 37, .16);
}
body.id-5657 .sm-store__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
body.id-5657 .sm-store__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
body.id-5657 .sm-store__gallery a {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: #e7e8ed;
}
body.id-5657 .sm-store__gallery img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform .3s ease;
}
body.id-5657 .sm-store__gallery a:hover img {
  transform: scale(1.035);
}
@media (max-width: 900px) {
  body.id-5657 .sm-store__hero {
    grid-template-columns: 1fr;
  }
  body.id-5657 .sm-store__hero-card {
    max-width: 520px;
  }
  body.id-5657 .sm-store__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.id-5657 .sm-store__card--hours {
    grid-column: 1 / -1;
  }
  body.id-5657 .sm-store__location {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  body.id-5657 #content-wrapper,
  body.id-5657 .content-wrapper-in,
  body.id-5657 #content,
  body.id-5657 .content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.id-5657 .sm-store {
    padding: 14px 12px 48px;
  }
  body.id-5657 .sm-store__hero {
    gap: 24px;
    padding: 28px 22px 22px;
    border-radius: 19px;
  }
  body.id-5657 .sm-store__hero h2 {
    font-size: 34px;
  }
  body.id-5657 .sm-store__lead {
    font-size: 16px;
    line-height: 1.55;
  }
  body.id-5657 .sm-store__actions,
  body.id-5657 .sm-store__contact-links {
    flex-direction: column;
  }
  body.id-5657 .sm-store__button,
  body.id-5657 .sm-store__contact-links a {
    width: 100%;
    min-height: 48px;
    text-align: center;
  }
  body.id-5657 .sm-store__hero-card,
  body.id-5657 .sm-store__card,
  body.id-5657 .sm-store__location-copy {
    padding: 22px;
  }
  body.id-5657 .sm-store__cards {
    grid-template-columns: 1fr;
  }
  body.id-5657 .sm-store__card--hours {
    grid-column: auto;
  }
  body.id-5657 .sm-store__hours > div {
    font-size: 14px;
  }
  body.id-5657 .sm-store__map,
  body.id-5657 .sm-store__map iframe {
    min-height: 290px;
  }
  body.id-5657 .sm-store__notice {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 18px;
  }
  body.id-5657 .sm-store__notice-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 21px;
  }
  body.id-5657 .sm-store__media {
    margin-top: 42px;
  }
  body.id-5657 .sm-store__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  body.id-5657 .sm-store__gallery img {
    height: 135px;
  }
  body.id-5657 .sm-store__video {
    border-radius: 16px;
  }
}

/* SmartMax about page */
body.id-5762 {
  overflow-x: hidden !important;
}
body.id-5762 #content-wrapper {
  background: #f4f6fa;
}
body.id-5762 .breadcrumbs-wrapper,
body.id-5762 .pageArticleDetail > h1,
body.id-5762 .pageArticleDetail > header {
  display: none !important;
}
body.id-5762 #content,
body.id-5762 .content-wrapper-in {
  max-width: 1280px !important;
}
body.id-5762 .content-inner,
body.id-5762 .pageArticleDetail {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.id-5762 .sm-about,
body.id-5762 .sm-about * {
  box-sizing: border-box;
}
body.id-5762 .sm-about {
  --sm-orange: #0a47a8;
  --sm-orange-dark: #052877;
  --sm-blue: #052877;
  --sm-ink: #191a25;
  --sm-muted: #686b7b;
  --sm-line: #e5e7ee;
  color: var(--sm-ink);
  padding: 28px 0 72px;
}
body.id-5762 .sm-about h2,
body.id-5762 .sm-about h3,
body.id-5762 .sm-about p {
  margin-top: 0;
}
body.id-5762 .sm-about h2,
body.id-5762 .sm-about h3 {
  color: var(--sm-ink);
  letter-spacing: -.025em;
}
body.id-5762 .sm-about__hero,
body.id-5762 .sm-about__cta {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--sm-orange) 0%, #063d8f 58%, var(--sm-orange-dark) 100%);
  box-shadow: 0 20px 48px rgba(80, 38, 29, .18);
}
body.id-5762 .sm-about__hero {
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .75fr);
  gap: 34px;
  align-items: center;
  padding: 50px;
}
body.id-5762 .sm-about__hero::before,
body.id-5762 .sm-about__hero::after,
body.id-5762 .sm-about__cta::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .09);
  pointer-events: none;
}
body.id-5762 .sm-about__hero::before {
  width: 360px;
  height: 360px;
  right: -170px;
  top: -210px;
}
body.id-5762 .sm-about__hero::after {
  width: 190px;
  height: 190px;
  left: 43%;
  bottom: -135px;
}
body.id-5762 .sm-about__hero-copy,
body.id-5762 .sm-about__hero-card,
body.id-5762 .sm-about__cta > * {
  position: relative;
  z-index: 1;
}
body.id-5762 .sm-about__eyebrow,
body.id-5762 .sm-about__kicker {
  margin-bottom: 10px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
}
body.id-5762 .sm-about__eyebrow {
  color: rgba(255, 255, 255, .84) !important;
}
body.id-5762 .sm-about__kicker {
  color: var(--sm-orange) !important;
}
body.id-5762 .sm-about__hero h2 {
  max-width: 720px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.02;
}
body.id-5762 .sm-about__lead {
  max-width: 700px;
  margin-bottom: 28px !important;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 18px;
  line-height: 1.65;
}
body.id-5762 .sm-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
body.id-5762 .sm-about__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
body.id-5762 .sm-about__button:hover {
  transform: translateY(-2px);
}
body.id-5762 .sm-about__button--light {
  background: #fff;
  color: var(--sm-orange-dark) !important;
  box-shadow: 0 10px 24px rgba(92, 30, 19, .18);
}
body.id-5762 .sm-about__button--outline {
  border-color: rgba(255, 255, 255, .72);
  color: #fff !important;
  background: rgba(255, 255, 255, .08);
}
body.id-5762 .sm-about__button--outline:hover {
  background: rgba(255, 255, 255, .16);
}
body.id-5762 .sm-about__hero-card {
  display: grid;
  gap: 0;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(89, 26, 15, .18);
}
body.id-5762 .sm-about__hero-label {
  margin-bottom: 12px !important;
  color: var(--sm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
}
body.id-5762 .sm-about__fact {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--sm-line);
}
body.id-5762 .sm-about__fact:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
body.id-5762 .sm-about__fact-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #f1efff;
  color: var(--sm-blue);
  font-size: 12px;
  font-weight: 900;
}
body.id-5762 .sm-about__fact div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
body.id-5762 .sm-about__fact strong {
  color: var(--sm-blue);
  font-size: 16px;
}
body.id-5762 .sm-about__fact div span {
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.45;
}
body.id-5762 .sm-about__intro {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 60px;
  align-items: start;
  padding: 66px 34px 38px;
}
body.id-5762 .sm-about__intro h2,
body.id-5762 .sm-about__audience h2,
body.id-5762 .sm-about__detail-card h2,
body.id-5762 .sm-about__cta h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.13;
}
body.id-5762 .sm-about__intro-copy {
  max-width: 760px;
}
body.id-5762 .sm-about__intro-copy p {
  margin-bottom: 15px;
  color: var(--sm-muted);
  font-size: 17px;
  line-height: 1.75;
}
body.id-5762 .sm-about__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
body.id-5762 .sm-about__card,
body.id-5762 .sm-about__detail-card {
  min-width: 0;
  border: 1px solid var(--sm-line);
  background: #fff;
  box-shadow: 0 10px 30px rgba(35, 38, 59, .07);
}
body.id-5762 .sm-about__card {
  padding: 28px;
  border-radius: 19px;
}
body.id-5762 .sm-about__card-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 11px;
  background: #eef4fc;
  color: var(--sm-orange-dark);
  font-size: 12px;
  font-weight: 900;
}
body.id-5762 .sm-about__card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.25;
}
body.id-5762 .sm-about__card p,
body.id-5762 .sm-about__audience-copy > p:not(.sm-about__kicker),
body.id-5762 .sm-about__cta p {
  margin-bottom: 0;
  color: var(--sm-muted);
  line-height: 1.7;
}
body.id-5762 .sm-about__audience {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: center;
  margin-top: 20px;
  padding: 38px 42px;
  border-radius: 22px;
  background: linear-gradient(135deg, #041f5f 0%, var(--sm-blue) 100%);
  box-shadow: 0 14px 34px rgba(47, 36, 131, .18);
}
body.id-5762 .sm-about__audience .sm-about__kicker {
  color: #9fbce8 !important;
}
body.id-5762 .sm-about__audience h2,
body.id-5762 .sm-about__audience-copy > p:not(.sm-about__kicker) {
  color: #fff;
}
body.id-5762 .sm-about__audience-copy > p:not(.sm-about__kicker) {
  color: rgba(255, 255, 255, .78);
}
body.id-5762 .sm-about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.id-5762 .sm-about__tags span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}
body.id-5762 .sm-about__details {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-top: 20px;
}
body.id-5762 .sm-about__detail-card {
  padding: 34px;
  border-radius: 21px;
}
body.id-5762 .sm-about__detail-card address {
  margin-bottom: 25px;
  color: var(--sm-muted);
  font-style: normal;
  line-height: 1.65;
}
body.id-5762 .sm-about__detail-list,
body.id-5762 .sm-about__bank-list {
  display: grid;
}
body.id-5762 .sm-about__detail-list > div,
body.id-5762 .sm-about__bank-list > div {
  display: grid;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #eceef3;
}
body.id-5762 .sm-about__detail-list > div:last-child,
body.id-5762 .sm-about__bank-list > div:last-child {
  border-bottom: 0;
}
body.id-5762 .sm-about__detail-list > div {
  grid-template-columns: 90px minmax(0, 1fr);
}
body.id-5762 .sm-about__bank-list > div {
  grid-template-columns: minmax(110px, .7fr) minmax(0, 1.3fr);
}
body.id-5762 .sm-about__detail-list span,
body.id-5762 .sm-about__bank-list span {
  color: var(--sm-muted);
  font-size: 13px;
}
body.id-5762 .sm-about__detail-list strong,
body.id-5762 .sm-about__detail-list a,
body.id-5762 .sm-about__bank-list strong {
  min-width: 0;
  color: var(--sm-blue) !important;
  font-weight: 800;
  overflow-wrap: anywhere;
}
body.id-5762 .sm-about__cta {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 35px;
  align-items: center;
  margin-top: 20px;
  padding: 38px 42px;
}
body.id-5762 .sm-about__cta::before {
  width: 220px;
  height: 220px;
  right: 17%;
  bottom: -165px;
}
body.id-5762 .sm-about__cta h2 {
  margin-bottom: 8px;
  color: #fff;
}
body.id-5762 .sm-about__cta p:not(.sm-about__eyebrow) {
  color: rgba(255, 255, 255, .84);
}
@media (max-width: 900px) {
  body.id-5762 .sm-about__hero,
  body.id-5762 .sm-about__intro,
  body.id-5762 .sm-about__audience,
  body.id-5762 .sm-about__details {
    grid-template-columns: 1fr;
  }
  body.id-5762 .sm-about__hero-card {
    max-width: 540px;
  }
  body.id-5762 .sm-about__intro {
    gap: 10px;
  }
  body.id-5762 .sm-about__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.id-5762 .sm-about__card:last-child {
    grid-column: 1 / -1;
  }
  body.id-5762 .sm-about__cta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  body.id-5762 #content-wrapper,
  body.id-5762 .content-wrapper-in,
  body.id-5762 #content,
  body.id-5762 .content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.id-5762 .sm-about {
    padding: 14px 12px 48px;
  }
  body.id-5762 .sm-about__hero {
    gap: 24px;
    padding: 28px 22px 22px;
    border-radius: 19px;
  }
  body.id-5762 .sm-about__hero h2 {
    font-size: 34px;
  }
  body.id-5762 .sm-about__lead {
    font-size: 16px;
    line-height: 1.55;
  }
  body.id-5762 .sm-about__actions {
    flex-direction: column;
  }
  body.id-5762 .sm-about__button {
    width: 100%;
    min-height: 48px;
    text-align: center;
  }
  body.id-5762 .sm-about__hero-card,
  body.id-5762 .sm-about__card,
  body.id-5762 .sm-about__detail-card {
    padding: 22px;
  }
  body.id-5762 .sm-about__intro {
    padding: 42px 10px 24px;
  }
  body.id-5762 .sm-about__intro-copy p {
    font-size: 15px;
    line-height: 1.7;
  }
  body.id-5762 .sm-about__cards {
    grid-template-columns: 1fr;
  }
  body.id-5762 .sm-about__card:last-child {
    grid-column: auto;
  }
  body.id-5762 .sm-about__audience,
  body.id-5762 .sm-about__cta {
    gap: 24px;
    padding: 28px 22px;
    border-radius: 19px;
  }
  body.id-5762 .sm-about__tags {
    gap: 8px;
  }
  body.id-5762 .sm-about__tags span {
    width: 100%;
    border-radius: 10px;
  }
  body.id-5762 .sm-about__detail-list > div,
  body.id-5762 .sm-about__bank-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Desktop mega menu: show category cards without third-level links */
body.desktop.template-11 #header .navigation-wrapper .menu-level-3 {
  display: none !important;
}
body.desktop.template-11 #header .navigation-wrapper .menu-level-2 > li:not(.menu-item-category) {
  height: 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  align-items: center !important;
}

/* SmartMax shipping and payment page */
body.id-5816 {
  overflow-x: hidden !important;
}
body.id-5816 #content-wrapper {
  background: #f4f6fa;
}
body.id-5816 .breadcrumbs-wrapper,
body.id-5816 .pageArticleDetail > h1,
body.id-5816 .pageArticleDetail > header {
  display: none !important;
}
body.id-5816 #content,
body.id-5816 .content-wrapper-in {
  max-width: 1280px !important;
}
body.id-5816 .content-inner,
body.id-5816 .pageArticleDetail {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.id-5816 .sm-shipping,
body.id-5816 .sm-shipping * {
  box-sizing: border-box;
}
body.id-5816 .sm-shipping {
  --sm-orange: #0a47a8;
  --sm-orange-dark: #052877;
  --sm-blue: #052877;
  --sm-ink: #191a25;
  --sm-muted: #686b7b;
  --sm-line: #e5e7ee;
  color: var(--sm-ink);
  padding: 28px 0 72px;
}
body.id-5816 .sm-shipping h2,
body.id-5816 .sm-shipping h3,
body.id-5816 .sm-shipping p {
  margin-top: 0;
}
body.id-5816 .sm-shipping h2,
body.id-5816 .sm-shipping h3 {
  color: var(--sm-ink);
  letter-spacing: -.025em;
}
body.id-5816 .sm-shipping__hero,
body.id-5816 .sm-shipping__cta {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--sm-orange) 0%, #063d8f 58%, var(--sm-orange-dark) 100%);
  box-shadow: 0 20px 48px rgba(80, 38, 29, .18);
}
body.id-5816 .sm-shipping__hero {
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .75fr);
  gap: 34px;
  align-items: center;
  padding: 50px;
}
body.id-5816 .sm-shipping__hero::before,
body.id-5816 .sm-shipping__hero::after,
body.id-5816 .sm-shipping__cta::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  pointer-events: none;
}
body.id-5816 .sm-shipping__hero::before {
  width: 360px;
  height: 360px;
  right: -170px;
  top: -210px;
}
body.id-5816 .sm-shipping__hero::after {
  width: 190px;
  height: 190px;
  left: 43%;
  bottom: -135px;
}
body.id-5816 .sm-shipping__hero-copy,
body.id-5816 .sm-shipping__hero-card,
body.id-5816 .sm-shipping__cta > * {
  position: relative;
  z-index: 1;
}
body.id-5816 .sm-shipping__eyebrow,
body.id-5816 .sm-shipping__kicker {
  margin-bottom: 10px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
}
body.id-5816 .sm-shipping__eyebrow {
  color: rgba(255,255,255,.84) !important;
}
body.id-5816 .sm-shipping__kicker {
  color: var(--sm-orange) !important;
}
body.id-5816 .sm-shipping__hero h2 {
  max-width: 720px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(36px,4.3vw,58px);
  line-height: 1.02;
}
body.id-5816 .sm-shipping__lead {
  max-width: 700px;
  margin-bottom: 28px !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 18px;
  line-height: 1.65;
}
body.id-5816 .sm-shipping__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
body.id-5816 .sm-shipping__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
body.id-5816 .sm-shipping__button:hover {
  transform: translateY(-2px);
}
body.id-5816 .sm-shipping__button--light {
  background: #fff;
  color: var(--sm-orange-dark) !important;
  box-shadow: 0 10px 24px rgba(92,30,19,.18);
}
body.id-5816 .sm-shipping__button--outline {
  border-color: rgba(255,255,255,.72);
  color: #fff !important;
  background: rgba(255,255,255,.08);
}
body.id-5816 .sm-shipping__button--outline:hover {
  background: rgba(255,255,255,.16);
}
body.id-5816 .sm-shipping__hero-card {
  display: grid;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 42px rgba(89,26,15,.18);
}
body.id-5816 .sm-shipping__hero-label {
  margin-bottom: 12px !important;
  color: var(--sm-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
}
body.id-5816 .sm-shipping__fact {
  display: grid;
  grid-template-columns: 78px minmax(0,1fr);
  gap: 13px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--sm-line);
}
body.id-5816 .sm-shipping__fact:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
body.id-5816 .sm-shipping__fact > span {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 5px;
  border-radius: 12px;
  background: #f1efff;
  color: var(--sm-blue);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
body.id-5816 .sm-shipping__fact div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
body.id-5816 .sm-shipping__fact strong {
  color: var(--sm-blue);
}
body.id-5816 .sm-shipping__fact small {
  color: var(--sm-muted);
  line-height: 1.4;
}
body.id-5816 .sm-shipping__section {
  padding-top: 64px;
}
body.id-5816 .sm-shipping__section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
body.id-5816 .sm-shipping__section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(29px,3.2vw,42px);
  line-height: 1.13;
}
body.id-5816 .sm-shipping__section-heading > p:not(.sm-shipping__kicker) {
  color: var(--sm-muted);
  line-height: 1.7;
}
body.id-5816 .sm-shipping__pickup {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid #cdebd0;
  border-radius: 20px;
  background: #f4fcf5;
  box-shadow: 0 10px 28px rgba(48,127,55,.08);
}
body.id-5816 .sm-shipping__pickup-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 16px;
  background: #49b64a;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
}
body.id-5816 .sm-shipping__pickup h3 {
  margin-bottom: 7px;
  font-size: 23px;
}
body.id-5816 .sm-shipping__pickup p:not(.sm-shipping__kicker) {
  margin-bottom: 0;
  color: var(--sm-muted);
  line-height: 1.6;
}
body.id-5816 .sm-shipping__free {
  padding: 10px 14px;
  border-radius: 999px;
  background: #e0f5e2;
  color: #2c8734;
  font-size: 15px;
}
body.id-5816 .sm-shipping__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body.id-5816 .sm-shipping__carrier-heading {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 44px 0 16px;
}
body.id-5816 .sm-shipping__carrier-heading h3 {
  margin-bottom: 4px;
  font-size: 24px;
}
body.id-5816 .sm-shipping__carrier-heading p {
  margin-bottom: 0;
  color: var(--sm-muted);
}
body.id-5816 .sm-shipping__carrier-logo {
  display: inline-grid;
  min-width: 76px;
  min-height: 48px;
  place-items: center;
  padding: 8px 12px;
  border-radius: 13px;
  background: #ffd42a;
  color: #d51b27;
  font-size: 18px;
  font-weight: 900;
}
body.id-5816 .sm-shipping__carrier-logo--blue {
  background: #e8f2ff;
  color: #1765ad;
  font-size: 12px;
}
body.id-5816 .sm-shipping__carrier-logo--red {
  background: #ee2434;
  color: #fff;
}
body.id-5816 .sm-shipping__grid {
  display: grid;
  gap: 18px;
}
body.id-5816 .sm-shipping__grid--three {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
body.id-5816 .sm-shipping__grid--two {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
body.id-5816 .sm-shipping__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--sm-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(35,38,59,.07);
}
body.id-5816 .sm-shipping__card h3 {
  margin-bottom: 17px;
  font-size: 21px;
}
body.id-5816 .sm-shipping__price-list {
  display: grid;
  margin-bottom: 16px;
  border-top: 1px solid #eceef3;
}
body.id-5816 .sm-shipping__price-list > div {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eceef3;
}
body.id-5816 .sm-shipping__price-list span {
  color: var(--sm-muted);
}
body.id-5816 .sm-shipping__price-list strong {
  color: var(--sm-blue);
  white-space: nowrap;
}
body.id-5816 .sm-shipping__note {
  margin-bottom: 17px !important;
  color: var(--sm-muted);
  font-size: 13px;
  line-height: 1.6;
}
body.id-5816 .sm-shipping__addon {
  align-self: flex-start;
  margin-top: auto;
  padding: 8px 11px;
  border-radius: 9px;
  background: #eef4fc;
  color: var(--sm-orange-dark);
  font-size: 12px;
  font-weight: 800;
}
body.id-5816 .sm-shipping__own-delivery {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(190px,.45fr) minmax(250px,.6fr);
  gap: 22px;
  align-items: center;
  margin-top: 44px;
  padding: 30px;
  border: 1px solid var(--sm-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(35,38,59,.07);
}
body.id-5816 .sm-shipping__own-delivery h3 {
  margin-bottom: 6px;
  font-size: 23px;
}
body.id-5816 .sm-shipping__own-delivery p:not(.sm-shipping__kicker) {
  margin-bottom: 0;
  color: var(--sm-muted);
}
body.id-5816 .sm-shipping__own-price {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 13px;
  background: #f5f3ff;
}
body.id-5816 .sm-shipping__own-price span {
  margin-bottom: 4px;
  color: var(--sm-muted);
  font-size: 12px;
}
body.id-5816 .sm-shipping__own-price strong {
  color: var(--sm-blue);
}
body.id-5816 .sm-shipping__notice {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr) auto;
  gap: 17px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 25px;
  border: 1px solid #dbe8fb;
  border-radius: 17px;
  background: #f5f8fd;
}
body.id-5816 .sm-shipping__notice > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: var(--sm-orange);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
body.id-5816 .sm-shipping__notice strong {
  font-size: 16px;
}
body.id-5816 .sm-shipping__notice p {
  margin: 3px 0 0;
  color: var(--sm-muted);
  line-height: 1.55;
}
body.id-5816 .sm-shipping__notice a {
  color: var(--sm-orange-dark) !important;
  font-weight: 800;
}
body.id-5816 .sm-shipping__payments {
  margin-top: 64px;
  padding: 48px 42px;
  border-radius: 24px;
  background: linear-gradient(135deg,#041f5f 0%,var(--sm-blue) 100%);
  box-shadow: 0 16px 38px rgba(47,36,131,.18);
}
body.id-5816 .sm-shipping__section-heading--light h2,
body.id-5816 .sm-shipping__section-heading--light > p:not(.sm-shipping__kicker) {
  color: #fff;
}
body.id-5816 .sm-shipping__section-heading--light .sm-shipping__kicker {
  color: #9fbce8 !important;
}
body.id-5816 .sm-shipping__section-heading--light > p:not(.sm-shipping__kicker) {
  color: rgba(255,255,255,.78);
}
body.id-5816 .sm-shipping__payment-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
}
body.id-5816 .sm-shipping__payment-card {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 17px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 17px;
  background: rgba(255,255,255,.97);
}
body.id-5816 .sm-shipping__payment-card--wide {
  grid-column: 1 / -1;
}
body.id-5816 .sm-shipping__payment-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 15px;
  background: #eef4fc;
  color: var(--sm-orange-dark);
  font-size: 11px;
  font-weight: 900;
}
body.id-5816 .sm-shipping__payment-card h3 {
  margin-bottom: 9px;
  font-size: 20px;
}
body.id-5816 .sm-shipping__payment-card p {
  margin-bottom: 0;
  color: var(--sm-muted);
  line-height: 1.65;
}
body.id-5816 .sm-shipping__accounts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  margin-top: 15px;
}
body.id-5816 .sm-shipping__accounts > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 11px;
  border-radius: 10px;
  background: #f5f3ff;
}
body.id-5816 .sm-shipping__accounts span,
body.id-5816 .sm-shipping__account-detail span {
  color: var(--sm-muted);
  font-size: 12px;
}
body.id-5816 .sm-shipping__accounts strong,
body.id-5816 .sm-shipping__account-detail strong {
  color: var(--sm-blue);
  overflow-wrap: anywhere;
}
body.id-5816 .sm-shipping__payment-note {
  margin-top: 14px !important;
  padding: 10px 12px;
  border-left: 3px solid var(--sm-orange);
  background: #f5f8fd;
  font-size: 13px;
}
body.id-5816 .sm-shipping__account-detail {
  display: grid;
  grid-template-columns: 82px minmax(0,1fr);
  gap: 8px 12px;
}
body.id-5816 .sm-shipping__payment-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--sm-orange-dark) !important;
  font-weight: 800;
}
body.id-5816 .sm-shipping__payment-price {
  display: inline-block;
  margin-top: 10px;
  color: var(--sm-orange-dark);
}
body.id-5816 .sm-shipping__cta {
  grid-template-columns: minmax(0,1fr) auto;
  gap: 35px;
  align-items: center;
  margin-top: 20px;
  padding: 38px 42px;
}
body.id-5816 .sm-shipping__cta::before {
  width: 220px;
  height: 220px;
  right: 17%;
  bottom: -165px;
}
body.id-5816 .sm-shipping__cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(28px,3vw,40px);
  line-height: 1.13;
}
body.id-5816 .sm-shipping__cta p:not(.sm-shipping__eyebrow) {
  margin-bottom: 0;
  color: rgba(255,255,255,.84);
  line-height: 1.65;
}
@media (max-width: 900px) {
  body.id-5816 .sm-shipping__hero,
  body.id-5816 .sm-shipping__grid--three,
  body.id-5816 .sm-shipping__own-delivery {
    grid-template-columns: 1fr;
  }
  body.id-5816 .sm-shipping__hero-card {
    max-width: 540px;
  }
  body.id-5816 .sm-shipping__grid--three {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  body.id-5816 .sm-shipping__grid--three .sm-shipping__card:last-child {
    grid-column: 1 / -1;
  }
  body.id-5816 .sm-shipping__cta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  body.id-5816 #content-wrapper,
  body.id-5816 .content-wrapper-in,
  body.id-5816 #content,
  body.id-5816 .content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.id-5816 .sm-shipping {
    padding: 14px 12px 48px;
  }
  body.id-5816 .sm-shipping__hero {
    gap: 24px;
    padding: 28px 22px 22px;
    border-radius: 19px;
  }
  body.id-5816 .sm-shipping__hero h2 {
    font-size: 34px;
  }
  body.id-5816 .sm-shipping__lead {
    font-size: 16px;
    line-height: 1.55;
  }
  body.id-5816 .sm-shipping__actions {
    flex-direction: column;
  }
  body.id-5816 .sm-shipping__button {
    width: 100%;
    min-height: 48px;
    text-align: center;
  }
  body.id-5816 .sm-shipping__hero-card,
  body.id-5816 .sm-shipping__card,
  body.id-5816 .sm-shipping__payment-card {
    padding: 22px;
  }
  body.id-5816 .sm-shipping__section {
    padding-top: 44px;
  }
  body.id-5816 .sm-shipping__pickup {
    grid-template-columns: 46px minmax(0,1fr);
    gap: 14px;
    padding: 22px 18px;
  }
  body.id-5816 .sm-shipping__pickup-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 21px;
  }
  body.id-5816 .sm-shipping__free {
    grid-column: 1 / -1;
    justify-self: start;
    margin-left: 60px;
  }
  body.id-5816 .sm-shipping__carrier-heading {
    align-items: flex-start;
  }
  body.id-5816 .sm-shipping__grid--three,
  body.id-5816 .sm-shipping__grid--two,
  body.id-5816 .sm-shipping__payment-grid {
    grid-template-columns: 1fr;
  }
  body.id-5816 .sm-shipping__grid--three .sm-shipping__card:last-child,
  body.id-5816 .sm-shipping__payment-card--wide {
    grid-column: auto;
  }
  body.id-5816 .sm-shipping__own-delivery {
    gap: 12px;
    padding: 22px;
  }
  body.id-5816 .sm-shipping__notice {
    grid-template-columns: 42px minmax(0,1fr);
    padding: 20px 18px;
  }
  body.id-5816 .sm-shipping__notice > span {
    width: 42px;
    height: 42px;
  }
  body.id-5816 .sm-shipping__notice a {
    grid-column: 2;
  }
  body.id-5816 .sm-shipping__payments {
    margin-top: 44px;
    padding: 32px 14px;
    border-radius: 19px;
  }
  body.id-5816 .sm-shipping__payment-card {
    grid-template-columns: 44px minmax(0,1fr);
    gap: 13px;
  }
  body.id-5816 .sm-shipping__payment-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 10px;
  }
  body.id-5816 .sm-shipping__accounts {
    grid-template-columns: 1fr;
  }
  body.id-5816 .sm-shipping__account-detail {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  body.id-5816 .sm-shipping__account-detail strong + span {
    margin-top: 7px;
  }
  body.id-5816 .sm-shipping__cta {
    gap: 24px;
    padding: 28px 22px;
    border-radius: 19px;
  }
}

/* SmartMax: grouped EUR banking details on About page */
body.id-5762 .sm-about__bank-list > .sm-about__bank-group {
  display: grid;
  gap: 0;
  margin-top: 14px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(10, 71, 168, .34);
  border-radius: 14px;
  background: #f5f8fd;
}
body.id-5762 .sm-about__bank-group > div {
  display: grid;
  grid-template-columns: minmax(110px, .7fr) minmax(0, 1.3fr);
  gap: 14px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(10, 71, 168, .16);
}
body.id-5762 .sm-about__bank-group > div:last-child {
  border-bottom: 0;
}
body.id-5762 .sm-about__bank-group > div:first-child {
  background: rgba(10, 71, 168, .06);
}
@media (max-width: 640px) {
  body.id-5762 .sm-about__bank-group > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* SmartMax: grouped EUR banking details on About page */
body.id-5762 .sm-about__bank-list > .sm-about__bank-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 14px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(10, 71, 168, .34);
  border-radius: 14px;
  background: #f5f8fd;
}
body.id-5762 .sm-about__bank-group > div {
  display: grid;
  grid-template-columns: minmax(110px, .7fr) minmax(0, 1.3fr);
  gap: 14px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(10, 71, 168, .16);
}
body.id-5762 .sm-about__bank-group > div:last-child {
  border-bottom: 0;
}
body.id-5762 .sm-about__bank-group > div:first-child {
  background: rgba(10, 71, 168, .06);
}
@media (max-width: 640px) {
  body.id-5762 .sm-about__bank-group > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* SmartMax: keep desktop navigation dropdowns above page content */
@media (min-width: 768px) {
  body .navigation-wrapper {
    position: relative;
    z-index: 100 !important;
  }
  body .navigation-in,
  body .menu-helper,
  body .menu-helper > .menu-level-1 {
    z-index: 101 !important;
  }
}

/* SmartMax: local stacking fix for About hero and overflow navigation */
@media (min-width: 768px) {
  body .navigation-wrapper {
    z-index: 1 !important;
  }
  body .navigation-in {
    z-index: auto !important;
  }
  body .menu-helper {
    z-index: 7 !important;
  }
  body .menu-helper > .menu-level-1 {
    z-index: 2 !important;
  }
  body.id-5762 .sm-about__hero {
    z-index: 0;
    isolation: isolate;
  }
}

/* SmartMax: visible phone availability in the About page CTA */
body.id-5762 .sm-about__call-hours {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin: 2px 0 0 !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 1.35 !important;
  text-align: right;
}
body.id-5762 .sm-about__call-hours-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  font-size: 17px;
}
body.id-5762 .sm-about__call-hours strong,
body.id-5762 .sm-about__call-hours small {
  display: block;
  color: #fff;
}
body.id-5762 .sm-about__call-hours strong {
  font-weight: 800;
}
body.id-5762 .sm-about__call-hours small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
}
@media (max-width: 640px) {
  body.id-5762 .sm-about__call-hours {
    justify-content: center;
    text-align: left;
  }
}

/* SmartMax: visible phone availability in the Shipping page CTA */
body.id-5816 .sm-shipping__call-hours {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin: 2px 0 0 !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 1.35 !important;
  text-align: right;
}
body.id-5816 .sm-shipping__call-hours-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  font-size: 17px;
}
body.id-5816 .sm-shipping__call-hours strong,
body.id-5816 .sm-shipping__call-hours small {
  display: block;
  color: #fff;
}
body.id-5816 .sm-shipping__call-hours strong {
  font-weight: 800;
}
body.id-5816 .sm-shipping__call-hours small {
  margin-top: 2px;
  color: rgba(255,255,255,.8);
  font-size: 12px;
}
@media (max-width: 640px) {
  body.id-5816 .sm-shipping__call-hours {
    justify-content: center;
    text-align: left;
  }
}

/* SmartMax: visible phone availability in the Store page hero */
body.id-5657 .sm-store__call-hours {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  margin: 2px 0 0 !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 1.35 !important;
  text-align: left;
}
body.id-5657 .sm-store__call-hours-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  font-size: 17px;
}
body.id-5657 .sm-store__call-hours strong,
body.id-5657 .sm-store__call-hours small {
  display: block;
  color: #fff;
}
body.id-5657 .sm-store__call-hours strong {
  font-weight: 800;
}
body.id-5657 .sm-store__call-hours small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
}

/* SmartMax: darker header text and phone availability */
body.template-11 .top-navigation-bar,
body.template-11 .top-navigation-bar a,
body.template-11 .top-navigation-bar button,
body.template-11 .top-navigation-bar span,
body.template-11 #header .header-top a,
body.template-11 #header .header-top button,
body.template-11 #header .header-top span {
  color: #111318 !important;
}

@media (min-width: 1200px) {
  body.template-11 .top-navigation-contacts .project-phone {
    display: grid !important;
    grid-template-columns: 19px max-content;
    grid-template-rows: 18px 12px;
    column-gap: 7px;
    row-gap: 0;
    align-items: center;
    min-width: 156px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  body.template-11 .top-navigation-contacts .project-phone::before {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0 !important;
  }
  body.template-11 .top-navigation-contacts .project-phone > span {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    line-height: 17px;
  }
  body.template-11 .top-navigation-contacts .project-phone::after {
    content: "Po 13–17 · St, Pá 10–18";
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    color: #111318;
    font-family: "Inter", Arial, sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 11px;
    white-space: nowrap;
  }
}

/* Keep the search control icon-only after increasing header contrast */
body.template-11 #header button[data-testid="searchBtn"] {
  color: transparent !important;
}
body.template-11 #header button[data-testid="searchBtn"]::before {
  color: #111318 !important;
}

/* SmartMax: compact category hero for Spolecenske hry */
body.id-5363 .category-top {
  position: relative;
}

body.id-5363 .category-top > .category-title {
  position: absolute;
  z-index: 3;
  top: 48px;
  left: 36px;
  max-width: 620px;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 31px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em;
  text-transform: none;
  text-shadow: 0 2px 15px rgba(23, 12, 63, .22);
  pointer-events: none;
}

body.id-5363 .category-perex {
  margin: 0 0 14px !important;
}

body.id-5363 .category-perex > p {
  margin: 0 !important;
}

body.id-5363 .sm-games-hero {
  position: relative;
  min-height: 184px;
  overflow: hidden;
  padding: 24px 36px 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 43% 120%, rgba(214, 96, 68, .55) 0, rgba(214, 96, 68, 0) 33%),
    linear-gradient(90deg, rgba(42, 20, 104, .98) 0%, rgba(42, 20, 104, .94) 39%, rgba(42, 20, 104, .58) 62%, rgba(42, 20, 104, .16) 100%),
    url("/user/documents/upload/kategorie/společenské hry.png") center 47% / cover no-repeat;
  box-shadow: 0 12px 28px rgba(40, 24, 87, .13);
  color: #fff;
}

body.id-5363 .sm-games-hero::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -54px;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(255, 255, 255, .055);
  pointer-events: none;
}

body.id-5363 .sm-games-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

body.id-5363 .sm-games-hero__eyebrow {
  display: block;
  margin: 0 0 45px;
  color: #b7cae9;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .18em;
}

body.id-5363 .sm-games-hero__copy > p {
  max-width: 620px;
  margin: 0 0 12px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

body.id-5363 .sm-games-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.id-5363 .sm-games-hero__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(3px);
}

@media (max-width: 767px) {
  body.id-5363 .category-top > .category-title {
    top: 43px;
    left: 21px;
    right: 21px;
    max-width: none;
    font-size: 25px !important;
  }

  body.id-5363 .category-perex {
    margin-bottom: 11px !important;
  }

  body.id-5363 .sm-games-hero {
    min-height: 178px;
    padding: 20px 21px 17px;
    border-radius: 16px;
    background:
      radial-gradient(circle at 88% 118%, rgba(214, 96, 68, .46) 0, rgba(214, 96, 68, 0) 38%),
      linear-gradient(90deg, rgba(42, 20, 104, .98) 0%, rgba(42, 20, 104, .93) 60%, rgba(42, 20, 104, .55) 100%),
      url("/user/documents/upload/kategorie/společenské hry.png") 61% center / cover no-repeat;
  }

  body.id-5363 .sm-games-hero::after {
    right: -36px;
  }

  body.id-5363 .sm-games-hero__eyebrow {
    margin-bottom: 44px;
    font-size: 10px;
  }

  body.id-5363 .sm-games-hero__copy > p {
    max-width: 320px;
    margin-bottom: 10px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  body.id-5363 .sm-games-hero__tags {
    gap: 5px;
  }

  body.id-5363 .sm-games-hero__tags span {
    min-height: 23px;
    padding: 3px 8px;
    font-size: 10px;
  }

  body.id-5363 .sm-games-hero__tags span:last-child {
    display: none;
  }
}

/* SmartMax: shared compact heroes for primary product categories */
body.id-5246 .category-top,body.id-5141 .category-top,body.id-6411 .category-top,body.id-5723 .category-top,body.id-6573 .category-top{position:relative}
body.id-5246 .category-top>.category-title,body.id-5141 .category-top>.category-title,body.id-6411 .category-top>.category-title,body.id-5723 .category-top>.category-title,body.id-6573 .category-top>.category-title{position:absolute;z-index:3;top:48px;left:36px;max-width:650px;margin:0!important;color:#fff!important;font-family:"Inter",Arial,sans-serif!important;font-size:31px!important;font-weight:800!important;line-height:1.08!important;letter-spacing:-.02em;text-transform:none;text-shadow:0 2px 15px rgba(23,12,63,.24);pointer-events:none}
body.id-5246 .category-perex,body.id-5141 .category-perex,body.id-6411 .category-perex,body.id-5723 .category-perex,body.id-6573 .category-perex{margin:0 0 14px!important}
.sm-cat-hero{position:relative;min-height:184px;overflow:hidden;padding:24px 36px 20px;border-radius:22px;background:radial-gradient(circle at 45% 125%,rgba(214,96,68,.62) 0,rgba(214,96,68,0) 34%),linear-gradient(115deg,#2a1468 0%,#33207c 56%,#b94f50 100%);box-shadow:0 12px 28px rgba(40,24,87,.13);color:#fff}
.sm-cat-hero::after{content:"";position:absolute;right:24px;bottom:-54px;width:138px;height:138px;border:1px solid rgba(255,255,255,.23);border-radius:50%;box-shadow:0 0 0 22px rgba(255,255,255,.055);pointer-events:none}
.sm-cat-hero__copy{position:relative;z-index:2;max-width:680px}.sm-cat-hero__eyebrow{display:block;margin:0 0 45px;color:#b7cae9;font-family:"Inter",Arial,sans-serif;font-size:12px;font-weight:800;line-height:1;letter-spacing:.18em}.sm-cat-hero__copy>p{max-width:650px;margin:0 0 12px!important;color:rgba(255,255,255,.9)!important;font-family:"Inter",Arial,sans-serif!important;font-size:14px!important;line-height:1.4!important}.sm-cat-hero__tags{display:flex;flex-wrap:wrap;gap:7px}.sm-cat-hero__tags span{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-family:"Inter",Arial,sans-serif;font-size:11px;font-weight:700;line-height:1;backdrop-filter:blur(3px)}
.sm-cat-hero__visual{position:absolute;z-index:1;top:18px;right:30px;display:grid;width:410px;height:148px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;transform:rotate(-2deg);opacity:.94}.sm-cat-hero__visual span{overflow:hidden;border:1px solid rgba(255,255,255,.42);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 25px rgba(20,10,60,.2)}.sm-cat-hero__visual span:nth-child(2){transform:translateY(9px)}.sm-cat-hero__visual img{display:block;width:100%;height:100%;padding:8px;object-fit:contain}
body.id-5723 .sm-cat-hero--garden{background:radial-gradient(circle at 45% 125%,rgba(214,96,68,.58) 0,rgba(214,96,68,0) 34%),linear-gradient(90deg,rgba(42,20,104,.98) 0%,rgba(42,20,104,.94) 40%,rgba(42,20,104,.56) 65%,rgba(42,20,104,.14) 100%),url("/user/documents/upload/kategorie/hry na zahradu.png") center 46%/cover no-repeat}
@media(max-width:1000px){.sm-cat-hero__visual{right:8px;width:360px;opacity:.38}.sm-cat-hero__copy{max-width:620px}}
@media(max-width:767px){body.id-5246 .category-top>.category-title,body.id-5141 .category-top>.category-title,body.id-6411 .category-top>.category-title,body.id-5723 .category-top>.category-title,body.id-6573 .category-top>.category-title{top:43px;left:21px;right:21px;max-width:none;font-size:24px!important}body.id-5246 .category-perex,body.id-5141 .category-perex,body.id-6411 .category-perex,body.id-5723 .category-perex,body.id-6573 .category-perex{margin-bottom:11px!important}.sm-cat-hero{min-height:178px;padding:20px 21px 17px;border-radius:16px}.sm-cat-hero__eyebrow{margin-bottom:44px;font-size:10px}.sm-cat-hero__copy>p{max-width:325px;margin-bottom:10px!important;font-size:12.5px!important;line-height:1.35!important}.sm-cat-hero__tags{gap:5px}.sm-cat-hero__tags span{min-height:23px;padding:3px 8px;font-size:10px}.sm-cat-hero__tags span:last-child{display:none}.sm-cat-hero__visual{top:22px;right:-92px;width:310px;height:136px;gap:8px;opacity:.18}.sm-cat-hero__visual img{padding:5px}body.id-5723 .sm-cat-hero--garden{background:radial-gradient(circle at 88% 118%,rgba(214,96,68,.46) 0,rgba(214,96,68,0) 38%),linear-gradient(90deg,rgba(42,20,104,.98) 0%,rgba(42,20,104,.93) 60%,rgba(42,20,104,.55) 100%),url("/user/documents/upload/kategorie/hry na zahradu.png") 58% center/cover no-repeat}}
/* SMARTMAX v23 — učesaný informační panel detailu produktu */
body.type-product .p-info-wrapper{
  background:#fff!important;
  border:1px solid rgba(217,102,72,.24)!important;
  border-radius:24px!important;
  box-shadow:0 16px 42px rgba(39,31,71,.09)!important;
  padding:30px!important;
}
body.type-product .p-info-headline{
  display:block!important;
  margin:0 0 18px!important;
}
body.type-product .p-info-headline h1{
  max-width:100%!important;
  margin:0 0 20px!important;
  color:#171522!important;
  font-size:clamp(30px,2.65vw,44px)!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
  line-height:1.08!important;
}
body.type-product .p-detail-info{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  flex-wrap:wrap!important;
  gap:10px 14px!important;
  margin:0!important;
}
body.type-product .p-detail-info .stars-wrapper{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px 10px!important;
  width:auto!important;
  min-height:42px!important;
  margin:0!important;
  padding:8px 13px!important;
  border:1px solid rgba(217,102,72,.42)!important;
  border-radius:999px!important;
  background:#fff7f3!important;
  box-shadow:none!important;
}
body.type-product .p-detail-info .stars,
body.type-product .p-detail-info .stars-label,
body.type-product .p-detail-info .btn--link{
  margin:0!important;
}
body.type-product .p-detail-info .stars-label,
body.type-product .p-detail-info .btn--link{
  color:#645f72!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.type-product .p-detail-info .btn--link{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  text-decoration:underline!important;
}
body.type-product .p-detail-info>div:not(.stars-wrapper){
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px 12px!important;
  padding:10px 13px!important;
  border-radius:12px!important;
  background:#f2f0fb!important;
  color:#052877!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.type-product .p-detail-info>div:not(.stars-wrapper) a,
body.type-product .p-detail-info .p-code{
  color:#052877!important;
  font-size:12px!important;
}
body.type-product .p-short-description-block{
  margin:18px 0 0!important;
  padding:15px 17px!important;
  border-left:4px solid #0a47a8!important;
  border-radius:0 14px 14px 0!important;
  background:#f7f7fa!important;
}
body.type-product .p-short-description-block .p-short-description,
body.type-product .p-short-description-block .p-short-description p{
  margin:0!important;
  color:#4f4b5f!important;
  font-size:16px!important;
  line-height:1.5!important;
}
body.type-product .p-short-description-block>p{
  margin:9px 0 0!important;
}
body.type-product .p-short-description-block a.chevron-after{
  color:#d15f42!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
body.type-product .p-info-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) minmax(190px,.8fr)!important;
  gap:14px!important;
  margin:18px 0 0!important;
}
body.type-product .p-info-grid .detail-grid-item{
  min-width:0!important;
  margin:0!important;
  padding:17px 18px!important;
  border:1px solid #ece9e6!important;
  border-radius:16px!important;
  box-shadow:none!important;
}
body.type-product .detail-price-block{
  background:#f7faff!important;
  border-color:rgba(217,102,72,.28)!important;
}
body.type-product .detail-availability-block{
  background:#f1faf3!important;
  border-color:rgba(73,182,74,.24)!important;
}
body.type-product .p-info-grid .detail-grid-title{
  margin:0 0 8px!important;
  color:#6d6878!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
body.type-product .p-final-price-wrapper{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:5px 10px!important;
}
body.type-product .p-final-price-wrapper .price-standard{
  color:#8b8795!important;
  font-size:18px!important;
}
body.type-product .p-final-price-wrapper .price-save{
  order:-1!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#0a47a8!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
}
body.type-product .p-final-price-wrapper .price-final{
  color:#171522!important;
  font-size:34px!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
  line-height:1.05!important;
}
body.type-product .p-final-price-wrapper .price-additional{
  flex-basis:100%!important;
  color:#7c7788!important;
  font-size:12px!important;
}
body.type-product .detail-availability-block .availability-value,
body.type-product .detail-availability-block .availability-label{
  color:#198b2a!important;
  font-size:18px!important;
  font-weight:800!important;
}
body.type-product .p-info-grid .detail-parameters{
  display:none!important;
}
body.type-product .add-to-cart{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  gap:12px!important;
  margin:14px 0 0!important;
  padding:14px!important;
  border:1px solid #e7e4ed!important;
  border-radius:17px!important;
  background:#f6f5f9!important;
}
body.type-product .add-to-cart .quantity{
  width:132px!important;
  min-width:132px!important;
  height:54px!important;
  border:1px solid #d9d5e0!important;
  border-radius:13px!important;
  background:#fff!important;
}
body.type-product .add-to-cart .quantity input{
  height:52px!important;
  color:#171522!important;
  font-size:20px!important;
  font-weight:800!important;
}
body.type-product .add-to-cart .quantity .increase,
body.type-product .add-to-cart .quantity .decrease{
  color:#052877!important;
}
body.type-product .add-to-cart .add-to-cart-button{
  width:100%!important;
  min-height:54px!important;
  margin:0!important;
  border:1px solid #0a47a8!important;
  border-radius:13px!important;
  background:#0a47a8!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(217,102,72,.24)!important;
  font-size:18px!important;
  font-weight:800!important;
}
body.type-product .add-to-cart .add-to-cart-button:hover{
  border-color:#49b64a!important;
  background:#49b64a!important;
  box-shadow:0 8px 18px rgba(73,182,74,.25)!important;
}
body.type-product .social-buttons-wrapper{
  margin:14px 0 0!important;
  padding:12px 2px 0!important;
  border-top:1px solid #ece9ef!important;
}
body.type-product .social-buttons-wrapper .link-icons{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:10px 18px!important;
}
body.type-product .social-buttons-wrapper .link-icons a{
  color:#686376!important;
  font-size:12px!important;
  font-weight:700!important;
}
@media (max-width:1199px){
  body.type-product .p-info-wrapper{padding:24px!important}
  body.type-product .p-info-headline h1{font-size:clamp(28px,4vw,38px)!important}
  body.type-product .p-detail-info{align-items:flex-start!important;flex-direction:column!important}
  body.type-product .p-info-grid{grid-template-columns:1fr!important}
}
@media (max-width:767px){
  body.type-product .p-info-wrapper{
    margin-top:18px!important;
    padding:20px!important;
    border-radius:18px!important;
  }
  body.type-product .p-info-headline h1{
    margin-bottom:15px!important;
    font-size:30px!important;
  }
  body.type-product .p-detail-info .stars-wrapper,
  body.type-product .p-detail-info>div:not(.stars-wrapper){width:100%!important}
  body.type-product .p-info-grid{gap:10px!important}
  body.type-product .add-to-cart{grid-template-columns:1fr!important}
  body.type-product .add-to-cart .quantity{width:100%!important;min-width:0!important}
body.type-product .social-buttons-wrapper .link-icons{justify-content:center!important}
}

/* SMARTMAX v27 — členěné produktové karty v kategoriích i na titulní straně */
body.type-category #products .product .p,
body.type-index .products-block .product .p{
  --sm-card-orange:#0a47a8;
  --sm-card-orange-soft:rgba(10,71,168,.24);
  --sm-card-violet:#052877;
  --sm-card-panel:#f7f7fb;
}

body.type-category #products .product .image,
body.type-index .products-block .product .image{
  box-sizing:border-box!important;
  overflow:visible!important;
  margin-bottom:14px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(42,24,72,.05)!important;
}
body.type-category #products .product .image img,
body.type-index .products-block .product .image img{
  border-radius:15px!important;
}

/* Jediná mezera pod obrázkem — bez druhé vodorovné linky. */
body.type-category #products .product .p-in,
body.type-index .products-block .product .p-in{
  display:flex!important;
  box-sizing:border-box!important;
  padding-top:0!important;
  flex-direction:column!important;
  gap:10px!important;
  border-top:0!important;
}

/* Název produktu jako vlastní panel. */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  display:flex!important;
  box-sizing:border-box!important;
  min-height:78px!important;
  padding:11px 12px!important;
  flex-direction:column!important;
  justify-content:center!important;
  border:1px solid rgba(48,32,143,.12)!important;
  border-left:4px solid var(--sm-card-orange)!important;
  border-radius:12px!important;
  background:var(--sm-card-panel)!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  height:auto!important;
  min-height:50px!important;
  max-height:none!important;
  margin:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

body.type-category #products .product .p-bottom,
body.type-index .products-block .product .p-bottom{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}

/* Cena a dostupnost jsou dvě samostatné mini-karty jako na detailu. */
body.type-category #products .product .p-bottom>div[data-micro="offer"],
body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:72px!important;
  grid-template-columns:minmax(0,1fr) 82px!important;
  column-gap:8px!important;
  align-items:stretch!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  display:flex!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:72px!important;
  margin:0!important;
  padding:10px 8px!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
  border:1px solid rgba(10,71,168,.24)!important;
  border-radius:12px!important;
  background:#f7faff!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  display:flex!important;
  width:100%!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-standard,
body.type-index .products-block .product .price-standard{
  margin-right:0!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-final strong,
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-final strong,
body.type-index .products-block .product .price-additional{
  width:auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-additional{
  margin-top:4px!important;
}

body.type-category #products .product .p-tools,
body.type-index .products-block .product .p-tools{
  display:flex!important;
  box-sizing:border-box!important;
  width:82px!important;
  max-width:none!important;
  min-height:72px!important;
  margin:0!important;
  padding:8px 5px!important;
  flex:none!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #e3e1eb!important;
  border-radius:12px!important;
  background:#f7f7fb!important;
  text-align:center!important;
}
body.type-category #products .product [data-micro-availability="https://schema.org/InStock"] .p-tools,
body.type-index .products-block .product [data-micro-availability="https://schema.org/InStock"] .p-tools{
  border-color:rgba(73,182,74,.28)!important;
  background:#f1faf3!important;
}
body.type-category #products .product [data-micro-availability="https://schema.org/OutOfStock"] .p-tools,
body.type-index .products-block .product [data-micro-availability="https://schema.org/OutOfStock"] .p-tools{
  border-color:rgba(217,102,72,.30)!important;
  background:#fff5f1!important;
}
body.type-category #products .product .availability,
body.type-index .products-block .product .availability{
  width:100%!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-align:center!important;
}

/* Popis produktu jako třetí oddělený panel. */
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  box-sizing:border-box!important;
  min-height:78px!important;
  margin:0!important;
  padding:11px 12px!important;
  border:1px solid rgba(48,32,143,.10)!important;
  border-radius:12px!important;
  background:#fbfbfd!important;
  line-height:1.5!important;
}

@media (max-width:767px){
  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    margin-bottom:11px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .image img,
  body.type-index .products-block .product .image img{
    border-radius:12px!important;
  }
  body.type-category #products .product .p-in,
  body.type-index .products-block .product .p-in,
  body.type-category #products .product .p-bottom,
  body.type-index .products-block .product .p-bottom{
    gap:7px!important;
  }
  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in,
  body.type-category #products .product .p-desc,
  body.type-index .products-block .product .p-desc{
    min-height:0!important;
    padding:9px 10px!important;
  }
  body.type-category #products .product .name,
  body.type-index .products-block .product .name{
    min-height:0!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"],
  body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:7px!important;
  }
  body.type-category #products .product .p-tools,
  body.type-index .products-block .product .p-tools{
    width:100%!important;
    min-height:48px!important;
  }
}

/* SMARTMAX v36 — reset původního absolutního rozložení filtru */
body.type-category.template-11 #filters .slider-header{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
}
body.type-category.template-11 #filters .slider-header .from,
body.type-category.template-11 #filters .slider-header .to{
  position:static!important;
  width:auto!important;
  min-width:92px!important;
  flex:0 0 auto!important;
}
body.type-category.template-11 #filters .slider-content{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  margin:0!important;
}
body.type-category.template-11 #filters .filter-label{
  position:relative!important;
  text-indent:0!important;
}
body.type-category.template-11 #filters .filter-label::before{
  position:static!important;
  inset:auto!important;
  margin:0!important;
  transform:none!important;
}

/* SMARTMAX v26 — sjednocené produktové karty v kategoriích */
body.type-category #products .product .image{
  box-sizing:border-box!important;
  overflow:visible!important;
  margin-bottom:16px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(42,24,72,.05)!important;
}
body.type-category #products .product .image img{
  border-radius:15px!important;
}
body.type-category #products .product .p-in{
  box-sizing:border-box!important;
  padding-top:14px!important;
  border-top:1px solid rgba(10,71,168,.24)!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:56px!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  column-gap:8px!important;
  align-items:center!important;
}
body.type-category #products .product .prices{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  margin:3px 0!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
}
body.type-category #products .product .price-final{
  display:flex!important;
  width:100%!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-standard{
  margin-right:0!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-final strong,
body.type-category #products .product .price-additional{
  white-space:nowrap!important;
}
body.type-category #products .product .p-tools{
  width:auto!important;
  max-width:105px!important;
  margin:3px 0!important;
  flex:none!important;
  text-align:right!important;
}
body.type-category #products .product .availability{
  width:auto!important;
  text-align:right!important;
}

@media (max-width:767px){
  body.type-category #products .product .image{
    margin-bottom:12px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .p-in{
    padding-top:11px!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:3px!important;
  }
  body.type-category #products .product .p-tools,
  body.type-category #products .product .availability{
    max-width:none!important;
    text-align:left!important;
  }
}

/* SMARTMAX v28 — finální pořadí pravidel produktových karet */
body.type-category #products .product .image{
  margin-bottom:14px!important;
}
body.type-category #products .product .p-in{
  display:flex!important;
  box-sizing:border-box!important;
  padding-top:0!important;
  flex-direction:column!important;
  gap:10px!important;
  border-top:0!important;
}
body.type-category #products .product .p-bottom{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:72px!important;
  grid-template-columns:minmax(0,1fr) 82px!important;
  column-gap:8px!important;
  align-items:stretch!important;
}
body.type-category #products .product .prices{
  display:flex!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:72px!important;
  margin:0!important;
  padding:10px 8px!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
}
body.type-category #products .product .p-tools{
  display:flex!important;
  box-sizing:border-box!important;
  width:82px!important;
  max-width:none!important;
  min-height:72px!important;
  margin:0!important;
  padding:8px 5px!important;
  flex:none!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
body.type-category #products .product .availability{
  width:100%!important;
  text-align:center!important;
}

@media (max-width:767px){
  body.type-category #products .product .image{
    margin-bottom:11px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .p-in,
  body.type-category #products .product .p-bottom{
    gap:7px!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:7px!important;
  }
  body.type-category #products .product .p-tools{
    width:100%!important;
    max-width:none!important;
    min-height:48px!important;
    text-align:center!important;
  }
}

/* SMARTMAX v29 — jedna linka pod obrázkem a výraznější členění obsahu */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  border-top:0!important;
  border-right-color:rgba(48,32,143,.17)!important;
  border-bottom-color:rgba(48,32,143,.17)!important;
  box-shadow:0 5px 12px rgba(42,24,72,.04)!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  border-color:rgba(10,71,168,.32)!important;
  box-shadow:0 5px 12px rgba(10,71,168,.04)!important;
}
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  border-color:rgba(48,32,143,.16)!important;
  background:#f8f8fc!important;
  box-shadow:0 5px 12px rgba(42,24,72,.035)!important;
}

/* SMARTMAX v30 — kompaktní názvy a dostupnost pod cenou */
body.type-category #products .product .image,
body.type-index .products-block .product .image{
  margin-bottom:6px!important;
}
body.type-category #products .product .p-in,
body.type-index .products-block .product .p-in{
  gap:8px!important;
}
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  box-sizing:border-box!important;
  height:96px!important;
  min-height:96px!important;
  max-height:96px!important;
  padding:10px 12px!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  border-left:1px solid rgba(48,32,143,.17)!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  min-height:0!important;
  line-height:1.25!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"],
body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:0!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  row-gap:8px!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  min-height:68px!important;
  padding:9px 10px!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  display:flex!important;
  align-items:baseline!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
}
body.type-category #products .product .p-tools,
body.type-index .products-block .product .p-tools{
  width:100%!important;
  max-width:none!important;
  min-height:44px!important;
  margin:0!important;
  padding:8px 12px!important;
}
body.type-category #products .product .availability,
body.type-index .products-block .product .availability{
  width:100%!important;
  font-size:12px!important;
  line-height:1.25!important;
  text-align:center!important;
  white-space:normal!important;
}

@media (max-width:767px){
  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    margin-bottom:5px!important;
  }
  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:9px 10px!important;
  }
}

/* SMARTMAX v31 — bez prázdného bloku hodnocení nad názvem */
body.type-category #products .product .p-in-in>.ratings-wrapper,
body.type-index .products-block .product .p-in-in>.ratings-wrapper{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}

/* SMARTMAX v32 — čistý název a popisek, název reaguje na hover */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  padding:10px 0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  color:#111318!important;
  transition:color .18s ease,transform .18s ease!important;
}
body.type-category #products .product .p-in-in:hover .name,
body.type-category #products .product .name:focus-visible,
body.type-index .products-block .product .p-in-in:hover .name,
body.type-index .products-block .product .name:focus-visible{
  color:#0a47a8!important;
  transform:translateX(2px)!important;
}
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  padding:8px 0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#111318!important;
}
body.type-category #products .product .p-desc *,
body.type-index .products-block .product .p-desc *{
  color:#111318!important;
}

/* SMARTMAX v33 — název produktu 16 px a na střed */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  align-items:center!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  width:100%!important;
  font-size:16px!important;
  line-height:1.3!important;
  text-align:center!important;
}
body.type-category #products .product .p-in-in:hover .name,
body.type-category #products .product .name:focus-visible,
body.type-index .products-block .product .p-in-in:hover .name,
body.type-index .products-block .product .name:focus-visible{
  transform:translateY(-1px)!important;
}

body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  align-items:center!important;
  text-align:center!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  justify-content:center!important;
}
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-additional{
  width:100%!important;
  text-align:center!important;
}

/* SMARTMAX v34 — světle šedý podklad cenového bloku */
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  background:#f7f7f7!important;
}

/* SMARTMAX v37 — mobilní produktové karty bez překryvů */
@media (max-width:767px){
  body.type-category #products .product,
  body.type-index .products-block .product,
  body.type-category #products .product .p,
  body.type-index .products-block .product .p{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }

  body.type-category #products .product .p,
  body.type-index .products-block .product .p{
    display:flex!important;
    padding-bottom:0!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }

  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    flex:0 0 auto!important;
    margin-bottom:0!important;
  }

  body.type-category #products .product .p-in,
  body.type-index .products-block .product .p-in{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:0 14px!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:0!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:15px 0 13px!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }

  body.type-category #products .product .name,
  body.type-index .products-block .product .name{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    line-height:1.3!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-bottom,
  body.type-index .products-block .product .p-bottom{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:0!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-bottom>div[data-micro="offer"],
  body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:8px!important;
  }

  body.type-category #products .product .prices,
  body.type-index .products-block .product .prices{
    width:100%!important;
    height:auto!important;
    min-height:70px!important;
    max-height:none!important;
    margin:0!important;
    padding:10px 12px!important;
    flex:0 0 auto!important;
  }

  body.type-category #products .product .p-tools,
  body.type-index .products-block .product .p-tools{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:46px!important;
    max-height:none!important;
    margin:0!important;
    padding:9px 12px!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.type-category #products .product .availability,
  body.type-index .products-block .product .availability{
    position:static!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    line-height:1.25!important;
    text-align:center!important;
  }

  body.type-category #products .product .p-desc,
  body.type-index .products-block .product .p-desc{
    position:static!important;
    inset:auto!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:14px 2px 12px!important;
    flex:0 0 auto!important;
    line-height:1.45!important;
    overflow:visible!important;
    transform:none!important;
  }

  body.type-category #products .product .product-btn,
  body.type-index .products-block .product .product-btn{
    position:static!important;
    inset:auto!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:4px 14px 18px!important;
    flex:0 0 auto!important;
  }

  body.type-category #products .product .product-btn form,
  body.type-index .products-block .product .product-btn form{
    width:100%!important;
    margin:0!important;
    text-align:center!important;
  }

  body.type-category #products .product .product-btn .btn,
  body.type-index .products-block .product .product-btn .btn{
    width:min(100%,260px)!important;
    margin:0 auto!important;
  }
}

/* SMARTMAX v35 — moderní kompaktní filtr kategorií */
body.type-category.template-11 .filters-unveil-button-wrapper{
  margin:0 0 12px!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:54px!important;
  padding:0 20px!important;
  border:1px solid #0a47a8!important;
  border-radius:14px!important;
  background:#0a47a8!important;
  box-shadow:0 8px 20px rgba(34,27,70,.10)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  transition:background .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button:hover,
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button:focus-visible{
  background:#c95339!important;
  box-shadow:0 10px 24px rgba(34,27,70,.16)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::after{
  content:""!important;
  flex:0 0 11px!important;
  width:11px!important;
  height:11px!important;
  margin:-5px 2px 0 16px!important;
  border:0!important;
  border-right:2px solid #fff!important;
  border-bottom:2px solid #fff!important;
  transform:rotate(45deg)!important;
  transition:transform .2s ease,margin .2s ease!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper:has(+ #filters.visible) .unveil-button::after{
  margin:5px 2px 0 16px!important;
  transform:rotate(225deg)!important;
}

body.type-category.template-11 #filters.visible{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin:0 0 24px!important;
  padding:16px!important;
  overflow:visible!important;
  border:1px solid rgba(10,71,168,.34)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(37,31,74,.10)!important;
}
body.type-category.template-11 #filters #price-filter-form{
  display:none!important;
}
body.type-category.template-11 #filters .filter-sections,
body.type-category.template-11 #filters #category-filter-hover{
  display:contents!important;
}
body.type-category.template-11 #filters .filter-section-button{
  display:none!important;
}
body.type-category.template-11 #filters .slider-wrapper{
  flex:1 1 100%!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:16px 18px 20px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:14px!important;
  background:#f7f7f7!important;
}
body.type-category.template-11 #filters .filter-section:not(.filter-section-button):not(.filter-section-count){
  flex:1 1 280px!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:16px 18px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:14px!important;
  background:#f7f7f7!important;
}
body.type-category.template-11 #filters h4{
  margin:0 0 13px!important;
  padding:0!important;
  border:0!important;
  color:#171928!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
body.type-category.template-11 #filters h4::after{
  content:""!important;
  display:block!important;
  width:32px!important;
  height:3px!important;
  margin-top:8px!important;
  border-radius:999px!important;
  background:#0a47a8!important;
}

body.type-category.template-11 #filters .slider-header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 14px!important;
}
body.type-category.template-11 #filters .slider-header .from,
body.type-category.template-11 #filters .slider-header .to{
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  padding:5px 10px!important;
  border:1px solid #e3e0e9!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#052877!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
}
body.type-category.template-11 #filters .slider-content{
  padding:5px 9px 3px!important;
}
body.type-category.template-11 #filters .ui-slider{
  height:7px!important;
  border:0!important;
  border-radius:999px!important;
  background:#e4e2ea!important;
  box-shadow:inset 0 1px 2px rgba(28,23,56,.08)!important;
}
body.type-category.template-11 #filters .ui-slider-range{
  border:0!important;
  border-radius:999px!important;
  background:#0a47a8!important;
}
body.type-category.template-11 #filters .ui-slider-handle{
  top:-7px!important;
  width:21px!important;
  height:21px!important;
  margin-left:-10px!important;
  border:3px solid #0a47a8!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 3px 9px rgba(38,31,77,.18)!important;
  cursor:grab!important;
}
body.type-category.template-11 #filters .ui-slider-handle:hover,
body.type-category.template-11 #filters .ui-slider-handle:focus-visible{
  border-color:#052877!important;
  box-shadow:0 0 0 4px rgba(47,36,131,.12),0 3px 9px rgba(38,31,77,.18)!important;
  outline:0!important;
}

body.type-category.template-11 #filters .param-filter-top{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
body.type-category.template-11 #filters .param-filter-top form{
  display:contents!important;
}
body.type-category.template-11 #filters fieldset{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.type-category.template-11 #filters fieldset > div{
  display:inline-flex!important;
  margin:0!important;
}
body.type-category.template-11 #filters input[type="checkbox"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  opacity:0!important;
}
body.type-category.template-11 #filters .filter-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:36px!important;
  margin:0!important;
  padding:7px 10px!important;
  border:1px solid #e1dee8!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#171928!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.2!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
body.type-category.template-11 #filters .filter-label::before{
  content:""!important;
  flex:0 0 15px!important;
  width:15px!important;
  height:15px!important;
  border:2px solid #b9b4c8!important;
  border-radius:5px!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 3px #fff!important;
  transition:border-color .18s ease,background .18s ease!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label{
  border-color:#0a47a8!important;
  background:#fff0eb!important;
  color:#041f5f!important;
  box-shadow:0 3px 10px rgba(10,71,168,.10)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::before{
  border-color:#0a47a8!important;
  background:#0a47a8!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:focus-visible + .filter-label{
  outline:0!important;
  box-shadow:0 0 0 3px rgba(47,36,131,.14)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:not(:disabled) + .filter-label:hover{
  border-color:#0a47a8!important;
  color:#041f5f!important;
  transform:translateY(-1px)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:disabled + .filter-label{
  opacity:.45!important;
  cursor:not-allowed!important;
}
body.type-category.template-11 #filters .filter-count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:22px!important;
  min-height:20px!important;
  margin:0!important;
  padding:2px 6px!important;
  border-radius:999px!important;
  background:#f0eef9!important;
  color:#052877!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
}
body.type-category.template-11 #filters .filter-section-count{
  flex:1 1 100%!important;
  width:100%!important;
  min-height:38px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.type-category.template-11 #filters .filter-total-count{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:100%!important;
  min-height:38px!important;
  padding:7px 12px!important;
  border-radius:10px!important;
  background:#f0eef9!important;
  color:#57516f!important;
  font-size:12px!important;
  font-weight:650!important;
}
body.type-category.template-11 #filters .filter-total-count strong{
  margin-left:4px!important;
  color:#052877!important;
  font-size:14px!important;
  font-weight:850!important;
}

@media (max-width:767px){
  body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button{
    min-height:50px!important;
    padding:0 15px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  body.type-category.template-11 #filters.visible{
    gap:10px!important;
    padding:10px!important;
    border-radius:15px!important;
  }
  body.type-category.template-11 #filters .slider-wrapper,
  body.type-category.template-11 #filters .filter-section:not(.filter-section-button):not(.filter-section-count){
    flex:1 1 100%!important;
    padding:14px!important;
    border-radius:12px!important;
  }
  body.type-category.template-11 #filters h4{
    margin-bottom:11px!important;
    font-size:13px!important;
  }
  body.type-category.template-11 #filters .filter-label{
    min-height:34px!important;
    padding:6px 9px!important;
    font-size:12px!important;
  }
  body.type-category.template-11 #filters .filter-total-count{
    justify-content:center!important;
  }
}

/* SMARTMAX v38 — přesné vystředění mobilního tlačítka Do košíku */
@media (max-width:767px){
  body.type-category #products .product .product-btn form,
  body.type-index .products-block .product .product-btn form{
    display:flex!important;
    width:100%!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.type-category #products .product .product-btn .btn,
  body.type-index .products-block .product .product-btn .btn{
    display:inline-flex!important;
    width:min(100%,260px)!important;
    margin:0 auto!important;
    align-items:center!important;
    justify-content:center!important;
  }
}

/* SMARTMAX v40 - ciste ovladaci prvky filtru */
body.type-category.template-11 #filters .ui-slider::after,
body.type-category.template-11 #filters .ui-slider-handle::after{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 #filters .ui-slider-range{
  top:0!important;
  bottom:auto!important;
  height:100%!important;
}

body.type-category.template-11 #filters .ui-slider-handle{
  top:50%!important;
  box-sizing:border-box!important;
  transform:translateY(-50%)!important;
}

body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::before{
  background-color:#0a47a8!important;
  background-image:none!important;
}

body.type-category.template-11 #filters .filter-label::after{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  top:11px!important;
  left:16px!important;
  width:5px!important;
  height:9px!important;
  border:solid #fff!important;
  border-width:0 2px 2px 0!important;
  background:transparent!important;
  transform:rotate(45deg)!important;
}

@media (max-width:767px){
  body.type-category.template-11 #filters h4::after{
    content:none!important;
    display:none!important;
  }
}

/* SMARTMAX v41 - jedna sipka tlacitka filtru */
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::before{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::after,
body.type-category.template-11 .filters-unveil-button-wrapper:has(+ #filters.visible) .unveil-button::after{
  margin:0 2px 0 16px!important;
  transform-origin:50% 50%!important;
}


/* SMARTMAX v24 — dostupnost, množství a hodnocení ve spodním řádku */
body.type-product .p-info-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
}
body.type-product .p-info-grid .detail-grid-item{
  box-sizing:border-box!important;
  display:flex!important;
  width:100%!important;
  max-width:none!important;
  min-height:140px!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body.type-product .detail-availability-block{
  background:#f7f7fb!important;
  border-color:#e5e1eb!important;
}
body.type-product .detail-availability-block.sm-availability-available{
  background:#f1faf3!important;
  border-color:rgba(73,182,74,.28)!important;
}
body.type-product .detail-availability-block.sm-availability-unavailable{
  background:#fff5f1!important;
  border-color:rgba(217,102,72,.34)!important;
}
body.type-product .detail-availability-block .availability-value,
body.type-product .detail-availability-block .availability-label{
  color:#052877!important;
  font-size:17px!important;
  line-height:1.25!important;
}
body.type-product .detail-availability-block.sm-availability-available .availability-value,
body.type-product .detail-availability-block.sm-availability-available .availability-label{
  color:#198b2a!important;
}
body.type-product .detail-availability-block.sm-availability-unavailable .availability-value,
body.type-product .detail-availability-block.sm-availability-unavailable .availability-label{
  color:#c9563b!important;
}

body.type-product .add-to-cart{
  grid-template-columns:142px minmax(0,1fr)!important;
}
body.type-product .add-to-cart .quantity{
  position:relative!important;
  display:grid!important;
  overflow:hidden!important;
  width:142px!important;
  min-width:142px!important;
  height:54px!important;
  grid-template-columns:44px minmax(0,1fr) 44px!important;
  grid-template-rows:52px!important;
  gap:0!important;
  border:1px solid rgba(217,102,72,.38)!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 3px 10px rgba(39,31,71,.05)!important;
}
body.type-product .add-to-cart .quantity label{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  grid-column:2!important;
  grid-row:1!important;
}
body.type-product .add-to-cart .quantity input{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#171522!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:52px!important;
  text-align:center!important;
  -moz-appearance:textfield!important;
}
body.type-product .add-to-cart .quantity input::-webkit-inner-spin-button,
body.type-product .add-to-cart .quantity input::-webkit-outer-spin-button{
  margin:0!important;
  -webkit-appearance:none!important;
}
body.type-product .add-to-cart .quantity .increase,
body.type-product .add-to-cart .quantity .decrease{
  position:static!important;
  display:flex!important;
  width:44px!important;
  min-width:44px!important;
  height:52px!important;
  margin:0!important;
  padding:0!important;
  align-items:center!important;
  justify-content:center!important;
  transform:none!important;
  border:0!important;
  border-radius:0!important;
  background:#f7faff!important;
  color:#d15f42!important;
  box-shadow:none!important;
}
body.type-product .add-to-cart .quantity .decrease{
  grid-column:1!important;
  grid-row:1!important;
  border-right:1px solid #f0dfd8!important;
}
body.type-product .add-to-cart .quantity .increase{
  grid-column:3!important;
  grid-row:1!important;
  border-left:1px solid #f0dfd8!important;
}
body.type-product .add-to-cart .quantity .increase__sign,
body.type-product .add-to-cart .quantity .decrease__sign{
  color:inherit!important;
  font-size:23px!important;
  font-weight:700!important;
  line-height:1!important;
}
body.type-product .add-to-cart .quantity .increase:hover,
body.type-product .add-to-cart .quantity .decrease:hover{
  background:#0a47a8!important;
  color:#fff!important;
}

body.type-product .social-buttons-wrapper{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:10px 12px!important;
}
body.type-product .social-buttons-wrapper .social-buttons{
  display:flex!important;
  order:1!important;
  flex:0 0 auto!important;
  align-items:center!important;
  margin:0!important;
}
body.type-product .social-buttons-wrapper .sm-rating-bottom{
  display:inline-flex!important;
  order:2!important;
  width:auto!important;
  min-height:32px!important;
  margin:0!important;
  padding:6px 10px!important;
  align-items:center!important;
  flex:0 1 auto!important;
  flex-wrap:wrap!important;
  gap:5px 8px!important;
  border:1px solid rgba(217,102,72,.25)!important;
  border-radius:999px!important;
  background:#f7faff!important;
}
body.type-product .social-buttons-wrapper .sm-rating-bottom .stars{
  display:inline-flex!important;
  align-items:center!important;
}
body.type-product .social-buttons-wrapper .sm-rating-bottom .star{
  width:14px!important;
  height:14px!important;
  font-size:14px!important;
}
body.type-product .social-buttons-wrapper .sm-rating-bottom .stars-label,
body.type-product .social-buttons-wrapper .sm-rating-bottom .btn--link{
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:#686376!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.2!important;
}
body.type-product .social-buttons-wrapper .sm-rating-bottom .btn--link{
  text-decoration:underline!important;
}
body.type-product .social-buttons-wrapper .link-icons{
  order:3!important;
  width:auto!important;
  margin-left:auto!important;
}

@media (max-width:767px){
  body.type-product .p-info-grid{grid-template-columns:1fr!important}
  body.type-product .p-info-grid .detail-grid-item{min-height:0!important}
  body.type-product .add-to-cart{grid-template-columns:1fr!important}
  body.type-product .add-to-cart .quantity{
    width:100%!important;
    min-width:0!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
  }
  body.type-product .add-to-cart .quantity .increase,
  body.type-product .add-to-cart .quantity .decrease{width:48px!important;min-width:48px!important}
  body.type-product .social-buttons-wrapper .link-icons{
    width:100%!important;
    margin-left:0!important;
    justify-content:flex-start!important;
  }
}


/* SMARTMAX v24 fix — rating jen dole, čistý ovladač množství */
body.type-product .p-info-headline .stars-wrapper{display:none!important}
body.type-product .add-to-cart .quantity .increase-tooltip,
body.type-product .add-to-cart .quantity .decrease-tooltip{display:none!important}


/* SMARTMAX v25 – funkční a čitelný ovladač množství */
body.type-product .add-to-cart .quantity input.amount,
body.type-product .add-to-cart .quantity input[name="amount"]{
  font-family:Inter,Arial,sans-serif!important;
  font-variant-numeric:tabular-nums!important;
}


/* SMARTMAX v29 – viditelné a ovladatelné varianty produktu */
body.type-product .detail-parameters-block:has(.hidden-split-parameter){
  min-height:140px!important;
  padding:16px 18px!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter){
  display:table!important;
  width:100%!important;
  margin:8px 0 0!important;
  table-layout:fixed!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) tr{
  display:table-row!important;
  width:100%!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) th,
body.type-product .detail-parameters:has(.hidden-split-parameter) td{
  display:table-cell!important;
  padding:5px 0!important;
  border:0!important;
  vertical-align:middle!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) th{
  width:34%!important;
  padding-right:10px!important;
  color:#5f5a6d!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
}
body.type-product .detail-parameters select.hidden-split-parameter{
  box-sizing:border-box!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:42px!important;
  margin:0!important;
  padding:0 34px 0 12px!important;
  border:1px solid rgba(217,102,72,.42)!important;
  border-radius:10px!important;
  background-color:#fff!important;
  color:#171522!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:700!important;
  cursor:pointer!important;
}
body.type-product .detail-parameters select.hidden-split-parameter:focus{
  border-color:#0a47a8!important;
  outline:2px solid rgba(217,102,72,.18)!important;
  outline-offset:1px!important;
}
@media (max-width:767px){
  body.type-product .detail-parameters:has(.hidden-split-parameter) th,
  body.type-product .detail-parameters:has(.hidden-split-parameter) td{
    display:block!important;
    width:100%!important;
    padding:3px 0!important;
  }
  body.type-product .detail-parameters:has(.hidden-split-parameter) td{
    padding-bottom:8px!important;
  }
}


/* SMARTMAX v33 – galerie produktu, odznaky a náhledy */
body.type-product .p-image{
  box-sizing:border-box!important;
  overflow:visible!important;
  border:1px solid rgba(217,102,72,.24)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(39,31,71,.09)!important;
}
body.type-product .p-image .p-main-image{
  display:flex!important;
  overflow:hidden!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:23px!important;
  background:#fff!important;
}
body.type-product .p-image .p-main-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:23px!important;
  object-fit:contain!important;
  background:#fff!important;
}
html body.type-product .p-thumbnails-wrapper{
  overflow:visible!important;
  margin-top:2px!important;
  padding-bottom:7px!important;
  margin-bottom:-7px!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnails-inner{
  padding-bottom:4px!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail{
  box-sizing:border-box!important;
  overflow:hidden!important;
  height:100px!important;
  margin-bottom:3px!important;
  border:1px solid rgba(217,102,72,.30)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(39,31,71,.05)!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:11px!important;
  object-fit:contain!important;
  background:#fff!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(217,102,72,.72)!important;
  box-shadow:0 7px 18px rgba(39,31,71,.10)!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail.highlighted{
  border:2px solid #0a47a8!important;
  box-shadow:0 6px 16px rgba(217,102,72,.14)!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail.highlighted img{
  border:0!important;
}
@media (max-width:767px){
  body.type-product .p-image{
    border-radius:18px!important;
    box-shadow:0 10px 28px rgba(39,31,71,.08)!important;
  }
  body.type-product .p-image .p-main-image,
  body.type-product .p-image .p-main-image img{
    border-radius:17px!important;
  }
  html body.type-product .p-thumbnails-wrapper .p-thumbnail{
    border-radius:10px!important;
  }
  html body.type-product .p-thumbnails-wrapper .p-thumbnail img{
    border-radius:9px!important;
  }
}


/* SOURCE: ikulecnik-apollo-v3.css */
/* iKulecnik Apollo v3 â€“ rozlozeni podle SmartMaxu, modra varianta */
:root {
    --ik-v3-blue: #052877;
    --ik-v3-blue-hover: #0a47a8;
    --ik-v3-ink: #15171c;
    --ik-v3-muted: #666d7a;
    --ik-v3-line: #dce4f2;
    --ik-v3-soft: #f5f7fb;
}

body.template-11,
body.template-11 h1,
body.template-11 h2,
body.template-11 h3,
body.template-11 p,
body.template-11 a,
body.template-11 button,
body.template-11 input,
body.template-11 span,
body.template-11 strong,
body.template-11 small {
    font-family: "Inter", Arial, sans-serif !important;
}

/* Horni seda lista podle SmartMaxu */
body.template-11 .top-navigation-bar {
    min-height: 44px !important;
    background: #f5f7fa !important;
    border-top: 4px solid #333 !important;
    border-bottom: 1px solid #e7eaf0 !important;
    color: #111318 !important;
}

body.template-11 .top-navigation-bar > .container {
    display: flex !important;
    width: min(100% - 32px, 1440px) !important;
    min-height: 40px !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.template-11 .top-navigation-bar .site-name,
body.template-11 .top-navigation-bar .msg-part,
body.template-11 .top-navigation-bar .responsive-tools {
    display: none !important;
}

body.template-11 .ik-v3-top-links {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0;
    overflow: hidden;
    white-space: nowrap;
}

body.template-11 .ik-v3-top-links a {
    display: inline-flex;
    align-items: center;
    color: #111318 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 40px;
    text-decoration: none !important;
}

body.template-11 .ik-v3-top-links a:hover {
    color: var(--ik-v3-blue) !important;
}

body.template-11 .ik-v3-top-links a:not(:last-child)::after {
    content: "â€˘";
    margin: 0 12px;
    color: #858b98;
}

body.template-11 .top-navigation-bar .nav-part {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

body.template-11 .top-navigation-tools,
body.template-11 .top-navigation-tools .dropdown {
    display: flex !important;
    align-items: center !important;
}

body.template-11 .top-navigation-tools .dropdown::before {
    content: "â–Ł";
    margin-right: 8px;
    color: #6e7890;
    font-size: 17px;
}

body.template-11 .top-navigation-tools .dropdown > span {
    display: none !important;
}

body.template-11 .top-navigation-tools .dropdown button {
    padding: 0 20px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111318 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* Bile zahlavi â€“ stejne proporce jako SmartMax */
body.template-11 #header {
    position: relative !important;
    top: auto !important;
    background: #fff !important;
}

body.template-11 #header .navigation-wrapper {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.template-11 #header .header-top {
    display: grid !important;
    width: min(100% - 48px, 1440px) !important;
    min-height: 116px !important;
    grid-template-columns: 270px minmax(360px, 1fr) auto auto !important;
    align-items: center !important;
    gap: 24px !important;
    margin: 0 auto !important;
    padding: 20px 0 14px !important;
}

body.template-11 #header .site-name-wrapper {
    grid-column: 1;
    width: 270px !important;
    min-width: 270px !important;
}

body.template-11 #header .site-name,
body.template-11 #header .site-name a {
    display: flex !important;
    width: 100% !important;
    height: 76px !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

body.template-11 #header .site-name img {
    display: block !important;
    width: auto !important;
    max-width: 230px !important;
    height: 76px !important;
    object-fit: contain !important;
    object-position: left center !important;
}

body.template-11 #header .search {
    grid-column: 2;
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

body.template-11 #header .search fieldset {
    display: flex !important;
    overflow: hidden !important;
    height: 52px !important;
    border: 1px solid #d8dde7 !important;
    border-radius: 13px !important;
    background: #f5f6f8 !important;
}

body.template-11 #header .search .search-input {
    height: 50px !important;
    flex: 1 1 auto !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: #171a21 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

body.template-11 #header .search button[data-testid="searchBtn"] {
    display: flex !important;
    width: 56px !important;
    height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
}

body.template-11 #header .search button[data-testid="searchBtn"]::before {
    color: #15171c !important;
    font-size: 24px !important;
}

body.template-11 #header .top-navigation-contacts {
    grid-column: 3;
    display: flex !important;
    min-width: 252px !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.template-11 #header .top-navigation-contacts > strong {
    display: none !important;
}

body.template-11 .ik-v3-phone,
body.template-11 .ik-v3-mail {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #111318 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

body.template-11 .ik-v3-phone-icon,
body.template-11 .ik-v3-mail-icon {
    color: var(--ik-v3-blue);
    font-size: 18px;
    line-height: 1;
}

body.template-11 .ik-v3-phone span:last-child {
    display: grid !important;
    line-height: 1.1 !important;
}

body.template-11 .ik-v3-phone strong {
    color: #111318 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

body.template-11 .ik-v3-phone small {
    margin-top: 2px;
    color: #333943 !important;
    font-size: 8.5px !important;
    font-weight: 600 !important;
}

body.template-11 .ik-v3-mail {
    font-size: 13px !important;
    font-weight: 500 !important;
}

body.template-11 #header .navigation-buttons {
    grid-column: 4;
    display: flex !important;
    min-width: 245px !important;
    height: 54px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    margin: 0 !important;
}

body.template-11 #header .top-nav-button-login,
body.template-11 #header .click-cart {
    position: relative;
}

body.template-11 #header .top-nav-button-login {
    min-height: 48px !important;
    padding: 0 22px 0 38px !important;
    border-right: 1px solid #c7ccd6 !important;
    background: transparent !important;
    color: #111318 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body.template-11 #header .cart-count {
    display: flex !important;
    min-width: 125px !important;
    min-height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 16px 0 52px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111318 !important;
    box-shadow: none !important;
}

body.template-11 #header .cart-count::before {
    background: var(--ik-v3-blue) !important;
    color: #fff !important;
}

body.template-11 #header .cart-price {
    color: #111318 !important;
    font-size: 14px !important;
}

/* Modre menu pres celou sirku, bez tlacitka Kategorie */
body.desktop.template-11 #navigation .nav-submenu-box {
    display: none !important;
}

body.template-11 #header::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 58px;
    background: var(--ik-v3-blue);
    pointer-events: none;
}

body.template-11 #navigation {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-width: none !important;
    height: 58px !important;
    background: var(--ik-v3-blue) !important;
}

body.desktop.template-11 #navigation .navigation-in {
    display: flex !important;
    width: min(100% - 48px, 1440px) !important;
    height: 58px !important;
    align-items: stretch !important;
    margin: 0 auto !important;
    background: var(--ik-v3-blue) !important;
}

body.desktop.template-11 #navigation .navigation-in-bottom {
    display: none !important;
}

body.desktop.template-11 #navigation .top-navigation-menu {
    display: flex !important;
    width: 100% !important;
    height: 58px !important;
    align-items: stretch !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu {
    display: flex !important;
    width: calc(100% - 92px) !important;
    height: 58px !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li {
    display: flex !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li:nth-child(n+7) {
    display: none !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li > a {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li > a:hover {
    background: var(--ik-v3-blue-hover) !important;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: flex !important;
    width: 92px !important;
    height: 58px !important;
    order: 2 !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    background: var(--ik-v3-blue) !important;
    color: #fff !important;
    cursor: pointer;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger span {
    color: #fff !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger span::after {
    content: "â–ľ";
    margin-left: 10px;
    font-size: 15px;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger:hover,
body.desktop.template-11 #navigation .top-navigation-menu-trigger.is-open {
    background: var(--ik-v3-blue-hover) !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu-helper {
    position: absolute !important;
    z-index: 1100 !important;
    top: 58px !important;
    right: 0 !important;
    display: none !important;
    width: 285px !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    list-style: none !important;
    background: #fff !important;
    border: 1px solid var(--ik-v3-line) !important;
    border-top: 0 !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 14px 32px rgba(5, 40, 119, .16) !important;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger.is-open ~ .top-navigation-bar-menu-helper,
body.desktop.template-11 #navigation .top-navigation-bar-menu-helper:hover {
    display: block !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu-helper li a {
    display: block !important;
    padding: 11px 18px !important;
    border-bottom: 1px solid #edf0f5 !important;
    color: #20242c !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    text-decoration: none !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu-helper li a:hover {
    background: #eef3ff !important;
    color: var(--ik-v3-blue) !important;
}

/* Nova titulni kompozice */
body.type-index #content-wrapper {
    background: #fff !important;
}

body.type-index .banners-row {
    display: none !important;
}

body.type-index .ik-v3-home {
    width: min(100% - 48px, 1440px);
    margin: 28px auto 44px;
}

body.type-index .ik-v3-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(320px, .95fr);
    gap: 24px;
}

body.type-index .ik-v3-hero {
    position: relative;
    display: flex;
    min-height: 380px;
    align-items: center;
    overflow: hidden;
    padding: 36px;
    background-position: center;
    background-size: cover;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(19, 27, 47, .12);
}

body.type-index .ik-v3-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20, 12, 18, .36), rgba(20, 12, 18, .02) 72%);
}

body.type-index .ik-v3-hero-card {
    position: relative;
    z-index: 1;
    width: min(420px, 92%);
    padding: 34px 36px;
    border-radius: 17px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(10, 15, 30, .18);
}

body.type-index .ik-v3-hero-card h1 {
    margin: 0 0 14px !important;
    color: #111318 !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em;
    text-transform: none !important;
}

body.type-index .ik-v3-hero-card p {
    margin: 0 0 20px !important;
    color: #59606c !important;
    font-size: 16px !important;
}

body.type-index .ik-v3-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.type-index .ik-v3-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 2px solid var(--ik-v3-blue);
    border-radius: 9px;
    background: var(--ik-v3-blue);
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
}

body.type-index .ik-v3-btn:hover {
    border-color: var(--ik-v3-blue-hover);
    background: var(--ik-v3-blue-hover);
}

body.type-index .ik-v3-btn--ghost {
    background: #fff;
    color: var(--ik-v3-blue) !important;
}

body.type-index .ik-v3-services {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 12px;
}

body.type-index .ik-v3-service {
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border: 1px solid var(--ik-v3-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(25, 35, 58, .06);
    color: var(--ik-v3-ink) !important;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body.type-index .ik-v3-service:hover {
    border-color: #9bb2e4;
    box-shadow: 0 12px 28px rgba(5, 40, 119, .12);
    transform: translateY(-2px);
}

body.type-index .ik-v3-service-icon {
    display: flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf2ff;
    color: var(--ik-v3-blue);
    font-size: 31px;
}

body.type-index .ik-v3-service h2 {
    margin: 0 0 4px !important;
    color: #17191e !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

body.type-index .ik-v3-service p {
    margin: 0 0 6px !important;
    color: #626874 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

body.type-index .ik-v3-service strong {
    color: var(--ik-v3-blue) !important;
    font-size: 13px !important;
}

body.type-index .ik-v3-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

body.type-index .ik-v3-category {
    overflow: hidden;
    padding: 8px 8px 14px;
    border: 1px solid var(--ik-v3-line);
    border-radius: 14px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 22px rgba(25, 35, 58, .05);
}

body.type-index .ik-v3-category img {
    display: block;
    width: 100%;
    height: 146px;
    object-fit: cover;
    border-radius: 10px;
}

body.type-index .ik-v3-category h2 {
    min-height: 28px;
    margin: 10px 0 9px !important;
    color: #121419 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

body.type-index .ik-v3-category a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 7px;
    background: var(--ik-v3-blue);
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
}

body.type-index .ik-v3-category a:hover {
    background: var(--ik-v3-blue-hover);
}

@media (max-width: 1199px) {
    body.template-11 #header .header-top {
        grid-template-columns: 220px minmax(300px, 1fr) auto !important;
        gap: 18px !important;
    }
    body.template-11 #header .site-name-wrapper { width: 220px !important; min-width: 220px !important; }
    body.template-11 #header .site-name img { max-width: 195px !important; }
    body.template-11 #header .top-navigation-contacts { display: none !important; }
    body.template-11 #header .navigation-buttons { grid-column: 3; }
    body.type-index .ik-v3-hero-grid { grid-template-columns: 1.65fr 1fr; }
}

@media (max-width: 991px) {
    body.template-11 .ik-v3-top-links a:nth-child(n+5) { display: none !important; }
    body.template-11 #header .header-top {
        width: min(100% - 28px, 960px) !important;
        grid-template-columns: 190px 1fr auto !important;
        gap: 14px !important;
    }
    body.template-11 #header .site-name-wrapper { width: 190px !important; min-width: 190px !important; }
    body.template-11 #header .site-name img { max-width: 170px !important; }
    body.template-11 #header .navigation-buttons { min-width: 115px !important; gap: 8px !important; }
    body.template-11 #header .top-nav-button-login span,
    body.template-11 #header .cart-price { display: none !important; }
    body.template-11 #header .top-nav-button-login { width: 48px !important; padding: 0 !important; border: 0 !important; }
    body.template-11 #header .cart-count { min-width: 52px !important; padding: 0 !important; }
    body.type-index .ik-v3-home { width: min(100% - 28px, 960px); }
    body.type-index .ik-v3-hero-grid { grid-template-columns: 1fr; }
    body.type-index .ik-v3-services { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
    body.type-index .ik-v3-service { grid-template-columns: 58px 1fr; padding: 16px; }
    body.type-index .ik-v3-service-icon { width: 54px; height: 54px; font-size: 25px; }
    body.type-index .ik-v3-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    body.template-11 .top-navigation-bar { min-height: 0 !important; border-top-width: 3px !important; }
    body.template-11 .top-navigation-bar > .container { min-height: 0 !important; }
    body.template-11 .ik-v3-top-links { display: none !important; }
    body.template-11 .top-navigation-bar .nav-part { display: none !important; }
    body.template-11 #header .header-top {
        display: flex !important;
        width: 100% !important;
        min-height: 78px !important;
        padding: 8px 14px !important;
    }
    body.template-11 #header .site-name-wrapper { width: 190px !important; min-width: 0 !important; margin-right: auto !important; }
    body.template-11 #header .site-name,
    body.template-11 #header .site-name a { height: 62px !important; }
    body.template-11 #header .site-name img { height: 60px !important; max-width: 182px !important; }
    body.template-11 #header .search { display: none !important; }
    body.template-11 #header .navigation-buttons { min-width: auto !important; }
    body.template-11 #header::after { display: none !important; }
    body.template-11 #navigation { height: auto !important; background: #fff !important; }
    body.type-index .ik-v3-home { width: calc(100% - 24px); margin-top: 14px; }
    body.type-index .ik-v3-hero { min-height: 410px; padding: 18px; background-position: 62% center; }
    body.type-index .ik-v3-hero-card { width: 100%; padding: 25px 23px; }
    body.type-index .ik-v3-hero-card h1 { font-size: 30px !important; }
    body.type-index .ik-v3-services { grid-template-columns: 1fr; }
    body.type-index .ik-v3-categories { grid-template-columns: 1fr 1fr; gap: 12px; }
    body.type-index .ik-v3-category img { height: 120px; }
    body.type-index .ik-v3-category h2 { font-size: 15px !important; }
}

@media (max-width: 480px) {
    body.type-index .ik-v3-actions { display: grid; }
    body.type-index .ik-v3-btn { width: 100%; }
    body.type-index .ik-v3-categories { grid-template-columns: 1fr; }
    body.type-index .ik-v3-category img { height: 170px; }
}



/* SOURCE: ikulecnik-pages-v1.css */
/* iKulecnik - spolecny vzhled obsahovych stran */
:root {
    --ik-page-blue: #052877;
    --ik-page-blue-light: #0a47a8;
    --ik-page-ink: #15171c;
    --ik-page-muted: #667085;
    --ik-page-line: #dbe4f2;
    --ik-page-soft: #f5f7fb;
    --ik-page-warm: #fff8f5;
}

.ik-page {
    width: min(100%, 1200px);
    margin: 28px auto 64px;
    color: var(--ik-page-ink);
    font-family: "Inter", Arial, sans-serif;
}

.ik-page *,
.ik-page *::before,
.ik-page *::after {
    box-sizing: border-box;
}

.ik-page a {
    text-decoration: none;
}

.ik-page__hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 32px;
    align-items: center;
    padding: clamp(34px, 5vw, 64px);
    border-radius: 26px;
    background: linear-gradient(135deg, var(--ik-page-blue) 0%, #0b3e9b 100%);
    color: #fff;
    box-shadow: 0 20px 48px rgba(5, 40, 119, .16);
}

.ik-page__hero::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.ik-page__hero-copy,
.ik-page__hero-card {
    position: relative;
    z-index: 1;
}

.ik-page__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #bfd2ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ik-page__hero h1,
.ik-page__hero h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.04;
}

.ik-page__hero p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.65;
}

.ik-page__hero-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    background: rgba(255, 255, 255, .97);
    color: var(--ik-page-ink);
    box-shadow: 0 18px 34px rgba(3, 22, 70, .18);
}

.ik-page__hero-card h3 {
    margin: 0 0 12px;
    color: var(--ik-page-blue);
    font-size: 22px;
}

.ik-page__hero-card p,
.ik-page__hero-card a {
    color: var(--ik-page-ink);
    font-size: 15px;
}

.ik-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ik-page__btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 2px solid #fff;
    border-radius: 12px;
    background: #fff;
    color: var(--ik-page-blue) !important;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ik-page__btn--ghost {
    background: transparent;
    color: #fff !important;
}

.ik-page__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(3, 22, 70, .2);
}

.ik-page__section {
    margin-top: 28px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--ik-page-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(22, 42, 82, .07);
}

.ik-page__section h2 {
    margin: 0 0 18px;
    color: var(--ik-page-ink);
    font-size: clamp(25px, 3vw, 34px);
}

.ik-page__section > p {
    color: var(--ik-page-muted);
    font-size: 16px;
    line-height: 1.7;
}

.ik-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ik-page__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ik-page__card {
    padding: 24px;
    border: 1px solid var(--ik-page-line);
    border-radius: 18px;
    background: var(--ik-page-soft);
}

.ik-page__card h3 {
    margin: 0 0 10px;
    color: var(--ik-page-blue);
    font-size: 20px;
}

.ik-page__card p,
.ik-page__card li {
    margin: 0;
    color: var(--ik-page-muted);
    font-size: 15px;
    line-height: 1.65;
}

.ik-page__card ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.ik-page__hours {
    display: grid;
    gap: 0;
    margin: 0;
}

.ik-page__hours div,
.ik-page__data-row {
    display: grid;
    grid-template-columns: minmax(110px, .8fr) minmax(0, 1.4fr);
    gap: 18px;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid var(--ik-page-line);
}

.ik-page__hours div:last-child,
.ik-page__data-row:last-child {
    border-bottom: 0;
}

.ik-page__hours dt,
.ik-page__data-row span:first-child {
    color: var(--ik-page-muted);
    font-weight: 700;
}

.ik-page__hours dd,
.ik-page__data-row strong {
    margin: 0;
    color: var(--ik-page-ink);
    font-weight: 800;
}

.ik-page__notice {
    margin-top: 20px;
    padding: 18px 20px;
    border-left: 5px solid var(--ik-page-blue-light);
    border-radius: 12px;
    background: #edf3ff;
    color: #263753;
    line-height: 1.6;
}

.ik-page__notice--warn {
    border-left-color: #d54738;
    background: var(--ik-page-warm);
    color: #6b2a22;
}

.ik-page__media {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    border: 1px solid var(--ik-page-line);
    border-radius: 18px;
}

.ik-page__gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ik-page__gallery a {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--ik-page-line);
    border-radius: 14px;
    background: var(--ik-page-soft);
}

.ik-page__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.ik-page__gallery a:hover img {
    transform: scale(1.04);
}

.ik-page__cta {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 28px 32px;
    border-radius: 20px;
    background: var(--ik-page-blue);
    color: #fff;
}

.ik-page__cta h2,
.ik-page__cta p {
    margin: 0;
    color: #fff;
}

.ik-page__cta p {
    margin-top: 6px;
    color: rgba(255, 255, 255, .82);
}

@media (max-width: 767px) {
    .ik-page {
        margin: 16px auto 42px;
    }

    .ik-page__hero,
    .ik-page__grid,
    .ik-page__grid--2 {
        grid-template-columns: 1fr;
    }

    .ik-page__hero {
        gap: 22px;
        padding: 28px 22px;
        border-radius: 18px;
    }

    .ik-page__hero h1,
    .ik-page__hero h2 {
        font-size: 32px;
    }

    .ik-page__section {
        margin-top: 18px;
        padding: 22px 18px;
        border-radius: 16px;
    }

    .ik-page__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ik-page__cta {
        align-items: stretch;
        flex-direction: column;
        padding: 24px 20px;
    }

    .ik-page__actions,
    .ik-page__btn {
        width: 100%;
    }

    .ik-page__hours div,
    .ik-page__data-row {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}



/* SOURCE: ikulecnik-apollo-v4.css */
/* iKulecnik Apollo v4 - presnejsi hlavicka podle SmartMaxu */

@media (min-width: 992px) {
    body.desktop.template-11 #header .header-top {
        grid-template-columns: 220px minmax(300px, 1fr) 252px 245px !important;
        grid-template-rows: 82px !important;
        gap: 24px !important;
        min-height: 116px !important;
        padding: 17px 0 !important;
    }

    body.desktop.template-11 #header .site-name-wrapper,
    body.desktop.template-11 #header .search,
    body.desktop.template-11 #header .top-navigation-contacts,
    body.desktop.template-11 #header .navigation-buttons {
        grid-row: 1 !important;
        align-self: center !important;
    }

    body.desktop.template-11 #header .site-name-wrapper {
        grid-column: 1 !important;
        width: 220px !important;
        min-width: 0 !important;
        height: 82px !important;
    }

    body.desktop.template-11 #header .site-name,
    body.desktop.template-11 #header .site-name a {
        width: 220px !important;
        height: 82px !important;
    }

    body.desktop.template-11 #header .site-name img {
        width: auto !important;
        max-width: 178px !important;
        height: auto !important;
        max-height: 82px !important;
    }

    body.desktop.template-11 #header .search {
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 560px !important;
        margin: 0 auto !important;
    }

    body.desktop.template-11 #header .top-navigation-contacts {
        grid-column: 3 !important;
        min-width: 252px !important;
    }

    body.desktop.template-11 #header .navigation-buttons {
        grid-column: 4 !important;
        min-width: 245px !important;
    }

    /* Puvodni produktove kategorie zustavaji dostupne v mobilnim hamburgeru,
       na pocitaci je nahrazuje stejne menu jako na SmartMaxu. */
    body.desktop.template-11 #navigation .navigation-in > .menu-level-1,
    body.desktop.template-11 #navigation .navigation-in > .navigation-in-bottom,
    body.desktop.template-11 #navigation .menu-helper {
        display: none !important;
    }

    body.desktop.template-11 #navigation .top-navigation-menu {
        display: flex !important;
        width: 100% !important;
        height: 58px !important;
        flex: 1 1 100% !important;
        align-items: stretch !important;
        position: relative !important;
    }

    body.desktop.template-11 #navigation .top-navigation-bar-menu {
        display: flex !important;
        width: calc(100% - 92px) !important;
        height: 58px !important;
        flex: 1 1 auto !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        overflow: hidden !important;
    }

    body.desktop.template-11 #navigation .top-navigation-bar-menu > li {
        min-width: 0 !important;
        flex: 1 1 0 !important;
    }

    body.desktop.template-11 #navigation .top-navigation-bar-menu > li > a {
        padding: 0 10px !important;
        font-size: 13px !important;
    }

    body.desktop.template-11 #navigation .top-navigation-menu-trigger {
        display: flex !important;
        width: 92px !important;
        min-width: 92px !important;
        height: 58px !important;
        flex: 0 0 92px !important;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    body.desktop.template-11 #header .header-top {
        width: calc(100% - 48px) !important;
        grid-template-columns: 190px minmax(270px, 1fr) 228px 245px !important;
        gap: 18px !important;
    }

    body.desktop.template-11 #header .site-name-wrapper,
    body.desktop.template-11 #header .site-name,
    body.desktop.template-11 #header .site-name a {
        width: 190px !important;
    }

    body.desktop.template-11 #header .site-name img {
        max-width: 168px !important;
    }

    body.desktop.template-11 #header .top-navigation-contacts {
        min-width: 228px !important;
        gap: 10px !important;
    }

    body.desktop.template-11 .ik-v3-mail {
        font-size: 12px !important;
    }
}

/* Stare bannery se po vlozeni nove titulni sekce uz nesmeji zobrazit pod ni. */
body.type-index.template-11 .banners-row,
body.type-index.template-11 .next-to-carousel-banners {
    display: none !important;
}




/* SOURCE: ikulecnik-shop-v5.css */
/* iKulecnik Apollo - produktovy detail, karty a filtr; modra varianta overenych uprav SmartMax */
:root{--ik-brand:#0a47a8;--ik-brand-dark:#052877;--ik-brand-soft:#edf3ff;}
/* iKULECNIK v23 Ă˘â‚¬â€ť uĂ„Ĺ¤esanÄ‚Ëť informaĂ„Ĺ¤nÄ‚Â­ panel detailu produktu */
body.type-product .p-info-wrapper{
  background:#fff!important;
  border:1px solid rgba(10,71,168,.24)!important;
  border-radius:24px!important;
  box-shadow:0 16px 42px rgba(39,31,71,.09)!important;
  padding:30px!important;
}
body.type-product .p-info-headline{
  display:block!important;
  margin:0 0 18px!important;
}
body.type-product .p-info-headline h1{
  max-width:100%!important;
  margin:0 0 20px!important;
  color:#171522!important;
  font-size:clamp(30px,2.65vw,44px)!important;
  font-weight:800!important;
  letter-spacing:-.035em!important;
  line-height:1.08!important;
}
body.type-product .p-detail-info{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  flex-wrap:wrap!important;
  gap:10px 14px!important;
  margin:0!important;
}
body.type-product .p-detail-info .stars-wrapper{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px 10px!important;
  width:auto!important;
  min-height:42px!important;
  margin:0!important;
  padding:8px 13px!important;
  border:1px solid rgba(10,71,168,.42)!important;
  border-radius:999px!important;
  background:#f4f7ff!important;
  box-shadow:none!important;
}
body.type-product .p-detail-info .stars,
body.type-product .p-detail-info .stars-label,
body.type-product .p-detail-info .btn--link{
  margin:0!important;
}
body.type-product .p-detail-info .stars-label,
body.type-product .p-detail-info .btn--link{
  color:#645f72!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.type-product .p-detail-info .btn--link{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  text-decoration:underline!important;
}
body.type-product .p-detail-info>div:not(.stars-wrapper){
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px 12px!important;
  padding:10px 13px!important;
  border-radius:12px!important;
  background:#f2f0fb!important;
  color:#052877!important;
  font-size:12px!important;
  font-weight:700!important;
}
body.type-product .p-detail-info>div:not(.stars-wrapper) a,
body.type-product .p-detail-info .p-code{
  color:#052877!important;
  font-size:12px!important;
}
body.type-product .p-short-description-block{
  margin:18px 0 0!important;
  padding:15px 17px!important;
  border-left:4px solid #0a47a8!important;
  border-radius:0 14px 14px 0!important;
  background:#f7f7fa!important;
}
body.type-product .p-short-description-block .p-short-description,
body.type-product .p-short-description-block .p-short-description p{
  margin:0!important;
  color:#4f4b5f!important;
  font-size:16px!important;
  line-height:1.5!important;
}
body.type-product .p-short-description-block>p{
  margin:9px 0 0!important;
}
body.type-product .p-short-description-block a.chevron-after{
  color:#0a47a8!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
body.type-product .p-info-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) minmax(190px,.8fr)!important;
  gap:14px!important;
  margin:18px 0 0!important;
}
body.type-product .p-info-grid .detail-grid-item{
  min-width:0!important;
  margin:0!important;
  padding:17px 18px!important;
  border:1px solid #ece9e6!important;
  border-radius:16px!important;
  box-shadow:none!important;
}
body.type-product .detail-price-block{
  background:#f5f8ff!important;
  border-color:rgba(10,71,168,.28)!important;
}
body.type-product .detail-availability-block{
  background:#f1faf3!important;
  border-color:rgba(73,182,74,.24)!important;
}
body.type-product .p-info-grid .detail-grid-title{
  margin:0 0 8px!important;
  color:#6d6878!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
}
body.type-product .p-final-price-wrapper{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:5px 10px!important;
}
body.type-product .p-final-price-wrapper .price-standard{
  color:#8b8795!important;
  font-size:18px!important;
}
body.type-product .p-final-price-wrapper .price-save{
  order:-1!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#0a47a8!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
}
body.type-product .p-final-price-wrapper .price-final{
  color:#171522!important;
  font-size:34px!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
  line-height:1.05!important;
}
body.type-product .p-final-price-wrapper .price-additional{
  flex-basis:100%!important;
  color:#7c7788!important;
  font-size:12px!important;
}
body.type-product .detail-availability-block .availability-value,
body.type-product .detail-availability-block .availability-label{
  color:#198b2a!important;
  font-size:18px!important;
  font-weight:800!important;
}
body.type-product .p-info-grid .detail-parameters{
  display:none!important;
}
body.type-product .add-to-cart{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  gap:12px!important;
  margin:14px 0 0!important;
  padding:14px!important;
  border:1px solid #e7e4ed!important;
  border-radius:17px!important;
  background:#f6f5f9!important;
}
body.type-product .add-to-cart .quantity{
  width:132px!important;
  min-width:132px!important;
  height:54px!important;
  border:1px solid #d9d5e0!important;
  border-radius:13px!important;
  background:#fff!important;
}
body.type-product .add-to-cart .quantity input{
  height:52px!important;
  color:#171522!important;
  font-size:20px!important;
  font-weight:800!important;
}
body.type-product .add-to-cart .quantity .increase,
body.type-product .add-to-cart .quantity .decrease{
  color:#052877!important;
}
body.type-product .add-to-cart .add-to-cart-button{
  width:100%!important;
  min-height:54px!important;
  margin:0!important;
  border:1px solid #0a47a8!important;
  border-radius:13px!important;
  background:#0a47a8!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(10,71,168,.24)!important;
  font-size:18px!important;
  font-weight:800!important;
}
body.type-product .add-to-cart .add-to-cart-button:hover{
  border-color:#49b64a!important;
  background:#49b64a!important;
  box-shadow:0 8px 18px rgba(73,182,74,.25)!important;
}
body.type-product .social-buttons-wrapper{
  margin:14px 0 0!important;
  padding:12px 2px 0!important;
  border-top:1px solid #ece9ef!important;
}
body.type-product .social-buttons-wrapper .link-icons{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:10px 18px!important;
}
body.type-product .social-buttons-wrapper .link-icons a{
  color:#686376!important;
  font-size:12px!important;
  font-weight:700!important;
}
@media (max-width:1199px){
  body.type-product .p-info-wrapper{padding:24px!important}
  body.type-product .p-info-headline h1{font-size:clamp(28px,4vw,38px)!important}
  body.type-product .p-detail-info{align-items:flex-start!important;flex-direction:column!important}
  body.type-product .p-info-grid{grid-template-columns:1fr!important}
}
@media (max-width:767px){
  body.type-product .p-info-wrapper{
    margin-top:18px!important;
    padding:20px!important;
    border-radius:18px!important;
  }
  body.type-product .p-info-headline h1{
    margin-bottom:15px!important;
    font-size:30px!important;
  }
  body.type-product .p-detail-info .stars-wrapper,
  body.type-product .p-detail-info>div:not(.stars-wrapper){width:100%!important}
  body.type-product .p-info-grid{gap:10px!important}
  body.type-product .add-to-cart{grid-template-columns:1fr!important}
  body.type-product .add-to-cart .quantity{width:100%!important;min-width:0!important}
body.type-product .social-buttons-wrapper .link-icons{justify-content:center!important}
}

/* iKULECNIK v27 Ă˘â‚¬â€ť Ă„Ĺ¤lenĂ„â€şnÄ‚Â© produktovÄ‚Â© karty v kategoriÄ‚Â­ch i na titulnÄ‚Â­ stranĂ„â€ş */
body.type-category #products .product .p,
body.type-index .products-block .product .p{
  --sm-card-orange:#0a47a8;
  --sm-card-orange-soft:rgba(10,71,168,.24);
  --sm-card-violet:#052877;
  --sm-card-panel:#f7f7fb;
}

body.type-category #products .product .image,
body.type-index .products-block .product .image{
  box-sizing:border-box!important;
  overflow:visible!important;
  margin-bottom:14px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(42,24,72,.05)!important;
}
body.type-category #products .product .image img,
body.type-index .products-block .product .image img{
  border-radius:15px!important;
}

/* JedinÄ‚Ë‡ mezera pod obrÄ‚Ë‡zkem Ă˘â‚¬â€ť bez druhÄ‚Â© vodorovnÄ‚Â© linky. */
body.type-category #products .product .p-in,
body.type-index .products-block .product .p-in{
  display:flex!important;
  box-sizing:border-box!important;
  padding-top:0!important;
  flex-direction:column!important;
  gap:10px!important;
  border-top:0!important;
}

/* NÄ‚Ë‡zev produktu jako vlastnÄ‚Â­ panel. */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  display:flex!important;
  box-sizing:border-box!important;
  min-height:78px!important;
  padding:11px 12px!important;
  flex-direction:column!important;
  justify-content:center!important;
  border:1px solid rgba(48,32,143,.12)!important;
  border-left:4px solid var(--sm-card-orange)!important;
  border-radius:12px!important;
  background:var(--sm-card-panel)!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  height:auto!important;
  min-height:50px!important;
  max-height:none!important;
  margin:0!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

body.type-category #products .product .p-bottom,
body.type-index .products-block .product .p-bottom{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}

/* Cena a dostupnost jsou dvĂ„â€ş samostatnÄ‚Â© mini-karty jako na detailu. */
body.type-category #products .product .p-bottom>div[data-micro="offer"],
body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:72px!important;
  grid-template-columns:minmax(0,1fr) 82px!important;
  column-gap:8px!important;
  align-items:stretch!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  display:flex!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:72px!important;
  margin:0!important;
  padding:10px 8px!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
  border:1px solid rgba(10,71,168,.24)!important;
  border-radius:12px!important;
  background:#f5f8ff!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  display:flex!important;
  width:100%!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-standard,
body.type-index .products-block .product .price-standard{
  margin-right:0!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-final strong,
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-final strong,
body.type-index .products-block .product .price-additional{
  width:auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-additional{
  margin-top:4px!important;
}

body.type-category #products .product .p-tools,
body.type-index .products-block .product .p-tools{
  display:flex!important;
  box-sizing:border-box!important;
  width:82px!important;
  max-width:none!important;
  min-height:72px!important;
  margin:0!important;
  padding:8px 5px!important;
  flex:none!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #e3e1eb!important;
  border-radius:12px!important;
  background:#f7f7fb!important;
  text-align:center!important;
}
body.type-category #products .product [data-micro-availability="https://schema.org/InStock"] .p-tools,
body.type-index .products-block .product [data-micro-availability="https://schema.org/InStock"] .p-tools{
  border-color:rgba(73,182,74,.28)!important;
  background:#f1faf3!important;
}
body.type-category #products .product [data-micro-availability="https://schema.org/OutOfStock"] .p-tools,
body.type-index .products-block .product [data-micro-availability="https://schema.org/OutOfStock"] .p-tools{
  border-color:rgba(10,71,168,.30)!important;
  background:#edf3ff!important;
}
body.type-category #products .product .availability,
body.type-index .products-block .product .availability{
  width:100%!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-align:center!important;
}

/* Popis produktu jako tÄąâ„˘etÄ‚Â­ oddĂ„â€şlenÄ‚Ëť panel. */
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  box-sizing:border-box!important;
  min-height:78px!important;
  margin:0!important;
  padding:11px 12px!important;
  border:1px solid rgba(48,32,143,.10)!important;
  border-radius:12px!important;
  background:#fbfbfd!important;
  line-height:1.5!important;
}

@media (max-width:767px){
  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    margin-bottom:11px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .image img,
  body.type-index .products-block .product .image img{
    border-radius:12px!important;
  }
  body.type-category #products .product .p-in,
  body.type-index .products-block .product .p-in,
  body.type-category #products .product .p-bottom,
  body.type-index .products-block .product .p-bottom{
    gap:7px!important;
  }
  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in,
  body.type-category #products .product .p-desc,
  body.type-index .products-block .product .p-desc{
    min-height:0!important;
    padding:9px 10px!important;
  }
  body.type-category #products .product .name,
  body.type-index .products-block .product .name{
    min-height:0!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"],
  body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:7px!important;
  }
  body.type-category #products .product .p-tools,
  body.type-index .products-block .product .p-tools{
    width:100%!important;
    min-height:48px!important;
  }
}

/* iKULECNIK v36 Ă˘â‚¬â€ť reset pÄąĹ»vodnÄ‚Â­ho absolutnÄ‚Â­ho rozloÄąÄľenÄ‚Â­ filtru */
body.type-category.template-11 #filters .slider-header{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
}
body.type-category.template-11 #filters .slider-header .from,
body.type-category.template-11 #filters .slider-header .to{
  position:static!important;
  width:auto!important;
  min-width:92px!important;
  flex:0 0 auto!important;
}
body.type-category.template-11 #filters .slider-content{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  margin:0!important;
}
body.type-category.template-11 #filters .filter-label{
  position:relative!important;
  text-indent:0!important;
}
body.type-category.template-11 #filters .filter-label::before{
  position:static!important;
  inset:auto!important;
  margin:0!important;
  transform:none!important;
}

/* iKULECNIK v26 Ă˘â‚¬â€ť sjednocenÄ‚Â© produktovÄ‚Â© karty v kategoriÄ‚Â­ch */
body.type-category #products .product .image{
  box-sizing:border-box!important;
  overflow:visible!important;
  margin-bottom:16px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(42,24,72,.05)!important;
}
body.type-category #products .product .image img{
  border-radius:15px!important;
}
body.type-category #products .product .p-in{
  box-sizing:border-box!important;
  padding-top:14px!important;
  border-top:1px solid rgba(10,71,168,.24)!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:56px!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  column-gap:8px!important;
  align-items:center!important;
}
body.type-category #products .product .prices{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  margin:3px 0!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
}
body.type-category #products .product .price-final{
  display:flex!important;
  width:100%!important;
  align-items:baseline!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-standard{
  margin-right:0!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
body.type-category #products .product .price-final strong,
body.type-category #products .product .price-additional{
  white-space:nowrap!important;
}
body.type-category #products .product .p-tools{
  width:auto!important;
  max-width:105px!important;
  margin:3px 0!important;
  flex:none!important;
  text-align:right!important;
}
body.type-category #products .product .availability{
  width:auto!important;
  text-align:right!important;
}

@media (max-width:767px){
  body.type-category #products .product .image{
    margin-bottom:12px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .p-in{
    padding-top:11px!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:3px!important;
  }
  body.type-category #products .product .p-tools,
  body.type-category #products .product .availability{
    max-width:none!important;
    text-align:left!important;
  }
}

/* iKULECNIK v28 Ă˘â‚¬â€ť finÄ‚Ë‡lnÄ‚Â­ poÄąâ„˘adÄ‚Â­ pravidel produktovÄ‚Ëťch karet */
body.type-category #products .product .image{
  margin-bottom:14px!important;
}
body.type-category #products .product .p-in{
  display:flex!important;
  box-sizing:border-box!important;
  padding-top:0!important;
  flex-direction:column!important;
  gap:10px!important;
  border-top:0!important;
}
body.type-category #products .product .p-bottom{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:72px!important;
  grid-template-columns:minmax(0,1fr) 82px!important;
  column-gap:8px!important;
  align-items:stretch!important;
}
body.type-category #products .product .prices{
  display:flex!important;
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
  min-height:72px!important;
  margin:0!important;
  padding:10px 8px!important;
  flex:none!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
}
body.type-category #products .product .p-tools{
  display:flex!important;
  box-sizing:border-box!important;
  width:82px!important;
  max-width:none!important;
  min-height:72px!important;
  margin:0!important;
  padding:8px 5px!important;
  flex:none!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
body.type-category #products .product .availability{
  width:100%!important;
  text-align:center!important;
}

@media (max-width:767px){
  body.type-category #products .product .image{
    margin-bottom:11px!important;
    border-radius:13px!important;
  }
  body.type-category #products .product .p-in,
  body.type-category #products .product .p-bottom{
    gap:7px!important;
  }
  body.type-category #products .product .p-bottom>div[data-micro="offer"]{
    grid-template-columns:1fr!important;
    row-gap:7px!important;
  }
  body.type-category #products .product .p-tools{
    width:100%!important;
    max-width:none!important;
    min-height:48px!important;
    text-align:center!important;
  }
}

/* iKULECNIK v29 Ă˘â‚¬â€ť jedna linka pod obrÄ‚Ë‡zkem a vÄ‚ËťraznĂ„â€şjÄąË‡Ä‚Â­ Ă„Ĺ¤lenĂ„â€şnÄ‚Â­ obsahu */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  border-top:0!important;
  border-right-color:rgba(48,32,143,.17)!important;
  border-bottom-color:rgba(48,32,143,.17)!important;
  box-shadow:0 5px 12px rgba(42,24,72,.04)!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  border-color:rgba(10,71,168,.32)!important;
  box-shadow:0 5px 12px rgba(10,71,168,.04)!important;
}
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  border-color:rgba(48,32,143,.16)!important;
  background:#f8f8fc!important;
  box-shadow:0 5px 12px rgba(42,24,72,.035)!important;
}

/* iKULECNIK v30 Ă˘â‚¬â€ť kompaktnÄ‚Â­ nÄ‚Ë‡zvy a dostupnost pod cenou */
body.type-category #products .product .image,
body.type-index .products-block .product .image{
  margin-bottom:6px!important;
}
body.type-category #products .product .p-in,
body.type-index .products-block .product .p-in{
  gap:8px!important;
}
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  box-sizing:border-box!important;
  height:96px!important;
  min-height:96px!important;
  max-height:96px!important;
  padding:10px 12px!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
  border-left:1px solid rgba(48,32,143,.17)!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  min-height:0!important;
  line-height:1.25!important;
}
body.type-category #products .product .p-bottom>div[data-micro="offer"],
body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
  display:grid!important;
  min-height:0!important;
  grid-template-columns:1fr!important;
  grid-template-rows:auto auto!important;
  row-gap:8px!important;
}
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  min-height:68px!important;
  padding:9px 10px!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  display:flex!important;
  align-items:baseline!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
}
body.type-category #products .product .p-tools,
body.type-index .products-block .product .p-tools{
  width:100%!important;
  max-width:none!important;
  min-height:44px!important;
  margin:0!important;
  padding:8px 12px!important;
}
body.type-category #products .product .availability,
body.type-index .products-block .product .availability{
  width:100%!important;
  font-size:12px!important;
  line-height:1.25!important;
  text-align:center!important;
  white-space:normal!important;
}

@media (max-width:767px){
  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    margin-bottom:5px!important;
  }
  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:9px 10px!important;
  }
}

/* iKULECNIK v31 Ă˘â‚¬â€ť bez prÄ‚Ë‡zdnÄ‚Â©ho bloku hodnocenÄ‚Â­ nad nÄ‚Ë‡zvem */
body.type-category #products .product .p-in-in>.ratings-wrapper,
body.type-index .products-block .product .p-in-in>.ratings-wrapper{
  display:none!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}

/* iKULECNIK v32 Ă˘â‚¬â€ť Ă„Ĺ¤istÄ‚Ëť nÄ‚Ë‡zev a popisek, nÄ‚Ë‡zev reaguje na hover */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  padding:10px 0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  color:#111318!important;
  transition:color .18s ease,transform .18s ease!important;
}
body.type-category #products .product .p-in-in:hover .name,
body.type-category #products .product .name:focus-visible,
body.type-index .products-block .product .p-in-in:hover .name,
body.type-index .products-block .product .name:focus-visible{
  color:#0a47a8!important;
  transform:translateX(2px)!important;
}
body.type-category #products .product .p-desc,
body.type-index .products-block .product .p-desc{
  padding:8px 0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#111318!important;
}
body.type-category #products .product .p-desc *,
body.type-index .products-block .product .p-desc *{
  color:#111318!important;
}

/* iKULECNIK v33 Ă˘â‚¬â€ť nÄ‚Ë‡zev produktu 16 px a na stÄąâ„˘ed */
body.type-category #products .product .p-in-in,
body.type-index .products-block .product .p-in-in{
  align-items:center!important;
}
body.type-category #products .product .name,
body.type-index .products-block .product .name{
  width:100%!important;
  font-size:16px!important;
  line-height:1.3!important;
  text-align:center!important;
}
body.type-category #products .product .p-in-in:hover .name,
body.type-category #products .product .name:focus-visible,
body.type-index .products-block .product .p-in-in:hover .name,
body.type-index .products-block .product .name:focus-visible{
  transform:translateY(-1px)!important;
}

body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  align-items:center!important;
  text-align:center!important;
}
body.type-category #products .product .price-final,
body.type-index .products-block .product .price-final{
  justify-content:center!important;
}
body.type-category #products .product .price-additional,
body.type-index .products-block .product .price-additional{
  width:100%!important;
  text-align:center!important;
}

/* iKULECNIK v34 Ă˘â‚¬â€ť svĂ„â€ştle ÄąË‡edÄ‚Ëť podklad cenovÄ‚Â©ho bloku */
body.type-category #products .product .prices,
body.type-index .products-block .product .prices{
  background:#f7f7f7!important;
}

/* iKULECNIK v37 Ă˘â‚¬â€ť mobilnÄ‚Â­ produktovÄ‚Â© karty bez pÄąâ„˘ekryvÄąĹ» */
@media (max-width:767px){
  body.type-category #products .product,
  body.type-index .products-block .product,
  body.type-category #products .product .p,
  body.type-index .products-block .product .p{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }

  body.type-category #products .product .p,
  body.type-index .products-block .product .p{
    display:flex!important;
    padding-bottom:0!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }

  body.type-category #products .product .image,
  body.type-index .products-block .product .image{
    flex:0 0 auto!important;
    margin-bottom:0!important;
  }

  body.type-category #products .product .p-in,
  body.type-index .products-block .product .p-in{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:0 14px!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:0!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-in-in,
  body.type-index .products-block .product .p-in-in{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:15px 0 13px!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }

  body.type-category #products .product .name,
  body.type-index .products-block .product .name{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    line-height:1.3!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-bottom,
  body.type-index .products-block .product .p-bottom{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:0!important;
    overflow:visible!important;
  }

  body.type-category #products .product .p-bottom>div[data-micro="offer"],
  body.type-index .products-block .product .p-bottom>div[data-micro="offer"]{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    flex:0 0 auto!important;
    flex-direction:column!important;
    gap:8px!important;
  }

  body.type-category #products .product .prices,
  body.type-index .products-block .product .prices{
    width:100%!important;
    height:auto!important;
    min-height:70px!important;
    max-height:none!important;
    margin:0!important;
    padding:10px 12px!important;
    flex:0 0 auto!important;
  }

  body.type-category #products .product .p-tools,
  body.type-index .products-block .product .p-tools{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:46px!important;
    max-height:none!important;
    margin:0!important;
    padding:9px 12px!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.type-category #products .product .availability,
  body.type-index .products-block .product .availability{
    position:static!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    line-height:1.25!important;
    text-align:center!important;
  }

  body.type-category #products .product .p-desc,
  body.type-index .products-block .product .p-desc{
    position:static!important;
    inset:auto!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:14px 2px 12px!important;
    flex:0 0 auto!important;
    line-height:1.45!important;
    overflow:visible!important;
    transform:none!important;
  }

  body.type-category #products .product .product-btn,
  body.type-index .products-block .product .product-btn{
    position:static!important;
    inset:auto!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:4px 14px 18px!important;
    flex:0 0 auto!important;
  }

  body.type-category #products .product .product-btn form,
  body.type-index .products-block .product .product-btn form{
    width:100%!important;
    margin:0!important;
    text-align:center!important;
  }

  body.type-category #products .product .product-btn .btn,
  body.type-index .products-block .product .product-btn .btn{
    width:min(100%,260px)!important;
    margin:0 auto!important;
  }
}

/* iKULECNIK v35 Ă˘â‚¬â€ť modernÄ‚Â­ kompaktnÄ‚Â­ filtr kategoriÄ‚Â­ */
body.type-category.template-11 .filters-unveil-button-wrapper{
  margin:0 0 12px!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:54px!important;
  padding:0 20px!important;
  border:1px solid #0a47a8!important;
  border-radius:14px!important;
  background:#0a47a8!important;
  box-shadow:0 8px 20px rgba(34,27,70,.10)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  transition:background .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button:hover,
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button:focus-visible{
  background:#052877!important;
  box-shadow:0 10px 24px rgba(34,27,70,.16)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::after{
  content:""!important;
  flex:0 0 11px!important;
  width:11px!important;
  height:11px!important;
  margin:-5px 2px 0 16px!important;
  border:0!important;
  border-right:2px solid #fff!important;
  border-bottom:2px solid #fff!important;
  transform:rotate(45deg)!important;
  transition:transform .2s ease,margin .2s ease!important;
}
body.type-category.template-11 .filters-unveil-button-wrapper:has(+ #filters.visible) .unveil-button::after{
  margin:5px 2px 0 16px!important;
  transform:rotate(225deg)!important;
}

body.type-category.template-11 #filters.visible{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:14px!important;
  margin:0 0 24px!important;
  padding:16px!important;
  overflow:visible!important;
  border:1px solid rgba(10,71,168,.34)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(37,31,74,.10)!important;
}
body.type-category.template-11 #filters #price-filter-form{
  display:none!important;
}
body.type-category.template-11 #filters .filter-sections,
body.type-category.template-11 #filters #category-filter-hover{
  display:contents!important;
}
body.type-category.template-11 #filters .filter-section-button{
  display:none!important;
}
body.type-category.template-11 #filters .slider-wrapper{
  flex:1 1 100%!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:16px 18px 20px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:14px!important;
  background:#f7f7f7!important;
}
body.type-category.template-11 #filters .filter-section:not(.filter-section-button):not(.filter-section-count){
  flex:1 1 280px!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:16px 18px!important;
  border:1px solid rgba(10,71,168,.28)!important;
  border-radius:14px!important;
  background:#f7f7f7!important;
}
body.type-category.template-11 #filters h4{
  margin:0 0 13px!important;
  padding:0!important;
  border:0!important;
  color:#171928!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
}
body.type-category.template-11 #filters h4::after{
  content:""!important;
  display:block!important;
  width:32px!important;
  height:3px!important;
  margin-top:8px!important;
  border-radius:999px!important;
  background:#0a47a8!important;
}

body.type-category.template-11 #filters .slider-header{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 14px!important;
}
body.type-category.template-11 #filters .slider-header .from,
body.type-category.template-11 #filters .slider-header .to{
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  padding:5px 10px!important;
  border:1px solid #e3e0e9!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#052877!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
}
body.type-category.template-11 #filters .slider-content{
  padding:5px 9px 3px!important;
}
body.type-category.template-11 #filters .ui-slider{
  height:7px!important;
  border:0!important;
  border-radius:999px!important;
  background:#e4e2ea!important;
  box-shadow:inset 0 1px 2px rgba(28,23,56,.08)!important;
}
body.type-category.template-11 #filters .ui-slider-range{
  border:0!important;
  border-radius:999px!important;
  background:#0a47a8!important;
}
body.type-category.template-11 #filters .ui-slider-handle{
  top:-7px!important;
  width:21px!important;
  height:21px!important;
  margin-left:-10px!important;
  border:3px solid #0a47a8!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 3px 9px rgba(38,31,77,.18)!important;
  cursor:grab!important;
}
body.type-category.template-11 #filters .ui-slider-handle:hover,
body.type-category.template-11 #filters .ui-slider-handle:focus-visible{
  border-color:#052877!important;
  box-shadow:0 0 0 4px rgba(47,36,131,.12),0 3px 9px rgba(38,31,77,.18)!important;
  outline:0!important;
}

body.type-category.template-11 #filters .param-filter-top{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
body.type-category.template-11 #filters .param-filter-top form{
  display:contents!important;
}
body.type-category.template-11 #filters fieldset{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.type-category.template-11 #filters fieldset > div{
  display:inline-flex!important;
  margin:0!important;
}
body.type-category.template-11 #filters input[type="checkbox"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  opacity:0!important;
}
body.type-category.template-11 #filters .filter-label{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:36px!important;
  margin:0!important;
  padding:7px 10px!important;
  border:1px solid #e1dee8!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#171928!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.2!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
body.type-category.template-11 #filters .filter-label::before{
  content:""!important;
  flex:0 0 15px!important;
  width:15px!important;
  height:15px!important;
  border:2px solid #b9b4c8!important;
  border-radius:5px!important;
  background:#fff!important;
  box-shadow:inset 0 0 0 3px #fff!important;
  transition:border-color .18s ease,background .18s ease!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label{
  border-color:#0a47a8!important;
  background:#edf3ff!important;
  color:#052877!important;
  box-shadow:0 3px 10px rgba(10,71,168,.10)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::before{
  border-color:#0a47a8!important;
  background:#0a47a8!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:focus-visible + .filter-label{
  outline:0!important;
  box-shadow:0 0 0 3px rgba(47,36,131,.14)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:not(:disabled) + .filter-label:hover{
  border-color:#0a47a8!important;
  color:#052877!important;
  transform:translateY(-1px)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:disabled + .filter-label{
  opacity:.45!important;
  cursor:not-allowed!important;
}
body.type-category.template-11 #filters .filter-count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:22px!important;
  min-height:20px!important;
  margin:0!important;
  padding:2px 6px!important;
  border-radius:999px!important;
  background:#f0eef9!important;
  color:#052877!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1!important;
}
body.type-category.template-11 #filters .filter-section-count{
  flex:1 1 100%!important;
  width:100%!important;
  min-height:38px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.type-category.template-11 #filters .filter-total-count{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  width:100%!important;
  min-height:38px!important;
  padding:7px 12px!important;
  border-radius:10px!important;
  background:#f0eef9!important;
  color:#57516f!important;
  font-size:12px!important;
  font-weight:650!important;
}
body.type-category.template-11 #filters .filter-total-count strong{
  margin-left:4px!important;
  color:#052877!important;
  font-size:14px!important;
  font-weight:850!important;
}

@media (max-width:767px){
  body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button{
    min-height:50px!important;
    padding:0 15px!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  body.type-category.template-11 #filters.visible{
    gap:10px!important;
    padding:10px!important;
    border-radius:15px!important;
  }
  body.type-category.template-11 #filters .slider-wrapper,
  body.type-category.template-11 #filters .filter-section:not(.filter-section-button):not(.filter-section-count){
    flex:1 1 100%!important;
    padding:14px!important;
    border-radius:12px!important;
  }
  body.type-category.template-11 #filters h4{
    margin-bottom:11px!important;
    font-size:13px!important;
  }
  body.type-category.template-11 #filters .filter-label{
    min-height:34px!important;
    padding:6px 9px!important;
    font-size:12px!important;
  }
  body.type-category.template-11 #filters .filter-total-count{
    justify-content:center!important;
  }
}

/* iKULECNIK v38 Ă˘â‚¬â€ť pÄąâ„˘esnÄ‚Â© vystÄąâ„˘edĂ„â€şnÄ‚Â­ mobilnÄ‚Â­ho tlaĂ„Ĺ¤Ä‚Â­tka Do koÄąË‡Ä‚Â­ku */
@media (max-width:767px){
  body.type-category #products .product .product-btn form,
  body.type-index .products-block .product .product-btn form{
    display:flex!important;
    width:100%!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.type-category #products .product .product-btn .btn,
  body.type-index .products-block .product .product-btn .btn{
    display:inline-flex!important;
    width:min(100%,260px)!important;
    margin:0 auto!important;
    align-items:center!important;
    justify-content:center!important;
  }
}

/* iKULECNIK v40 - ciste ovladaci prvky filtru */
body.type-category.template-11 #filters .ui-slider::after,
body.type-category.template-11 #filters .ui-slider-handle::after{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 #filters .ui-slider-range{
  top:0!important;
  bottom:auto!important;
  height:100%!important;
}

body.type-category.template-11 #filters .ui-slider-handle{
  top:50%!important;
  box-sizing:border-box!important;
  transform:translateY(-50%)!important;
}

body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::before{
  background-color:#0a47a8!important;
  background-image:none!important;
}

body.type-category.template-11 #filters .filter-label::after{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  top:11px!important;
  left:16px!important;
  width:5px!important;
  height:9px!important;
  border:solid #fff!important;
  border-width:0 2px 2px 0!important;
  background:transparent!important;
  transform:rotate(45deg)!important;
}

@media (max-width:767px){
  body.type-category.template-11 #filters h4::after{
    content:none!important;
    display:none!important;
  }
}

/* iKULECNIK v41 - jedna sipka tlacitka filtru */
body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::before{
  content:none!important;
  display:none!important;
}

body.type-category.template-11 .filters-unveil-button-wrapper .unveil-button::after,
body.type-category.template-11 .filters-unveil-button-wrapper:has(+ #filters.visible) .unveil-button::after{
  margin:0 2px 0 16px!important;
  transform-origin:50% 50%!important;
}

/* iKulecnik: produktova galerie, odznaky a nahledy */
body.type-product .p-image{
  box-sizing:border-box!important;
  overflow:visible!important;
  border:1px solid rgba(10,71,168,.24)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(5,40,119,.09)!important;
}
body.type-product .p-image .p-main-image{
  display:flex!important;
  overflow:hidden!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:23px!important;
  background:#fff!important;
}
body.type-product .p-image .p-main-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:23px!important;
  object-fit:contain!important;
  background:#fff!important;
}
html body.type-product .p-thumbnails-wrapper{
  overflow:visible!important;
  margin-top:2px!important;
  margin-bottom:-7px!important;
  padding-bottom:7px!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnails-inner{
  padding-bottom:4px!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail{
  box-sizing:border-box!important;
  overflow:hidden!important;
  height:100px!important;
  margin-bottom:3px!important;
  border:1px solid rgba(10,71,168,.30)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(5,40,119,.05)!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:11px!important;
  object-fit:contain!important;
  background:#fff!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(10,71,168,.72)!important;
  box-shadow:0 7px 18px rgba(5,40,119,.10)!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail.highlighted{
  border:2px solid #0a47a8!important;
  box-shadow:0 6px 16px rgba(10,71,168,.14)!important;
}
html body.type-product .p-thumbnails-wrapper .p-thumbnail.highlighted img{
  border:0!important;
}

/* iKulecnik: skutecne klikaci plochy tlacitek mnozstvi */
body.type-product .add-to-cart .quantity .increase::before,
body.type-product .add-to-cart .quantity .decrease::before{
  display:none!important;
  content:none!important;
  pointer-events:none!important;
}

/* iKulecnik: viditelne a ovladatelne varianty produktu */
body.type-product .detail-parameters-block:has(.hidden-split-parameter){
  min-height:140px!important;
  padding:16px 18px!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter){
  display:table!important;
  width:100%!important;
  margin:8px 0 0!important;
  table-layout:fixed!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) tr{
  display:table-row!important;
  width:100%!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) th,
body.type-product .detail-parameters:has(.hidden-split-parameter) td{
  display:table-cell!important;
  padding:5px 0!important;
  border:0!important;
  vertical-align:middle!important;
}
body.type-product .detail-parameters:has(.hidden-split-parameter) th{
  width:34%!important;
  padding-right:10px!important;
  color:#5f6470!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
}
body.type-product .detail-parameters select.hidden-split-parameter{
  box-sizing:border-box!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:42px!important;
  margin:0!important;
  padding:0 34px 0 12px!important;
  border:1px solid rgba(10,71,168,.42)!important;
  border-radius:10px!important;
  background-color:#fff!important;
  color:#171522!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:14px!important;
  font-weight:700!important;
  cursor:pointer!important;
}
body.type-product .detail-parameters select.hidden-split-parameter:focus{
  border-color:#0a47a8!important;
  outline:2px solid rgba(10,71,168,.18)!important;
  outline-offset:1px!important;
}

@media (max-width:767px){
  body.type-product .p-image{
    border-radius:18px!important;
    box-shadow:0 10px 28px rgba(5,40,119,.08)!important;
  }
  body.type-product .p-image .p-main-image,
  body.type-product .p-image .p-main-image img{
    border-radius:17px!important;
  }
  html body.type-product .p-thumbnails-wrapper .p-thumbnail{
    height:82px!important;
    border-radius:10px!important;
  }
  html body.type-product .p-thumbnails-wrapper .p-thumbnail img{
    border-radius:9px!important;
  }
  body.type-product .detail-parameters:has(.hidden-split-parameter) th,
  body.type-product .detail-parameters:has(.hidden-split-parameter) td{
    display:block!important;
    width:100%!important;
    padding:3px 0!important;
  }
  body.type-product .detail-parameters:has(.hidden-split-parameter) td{
    padding-bottom:8px!important;
  }
}

/* iKulecnik: stabilni mrizka variant, ceny a dostupnosti */
html body.type-product .p-info-wrapper .p-info-grid{
  display:grid!important;
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  flex:none!important;
  grid-template-columns:minmax(0,1.2fr) minmax(190px,.8fr)!important;
  overflow:visible!important;
}
html body.type-product .p-info-grid .detail-grid-item{
  width:auto!important;
  max-width:100%!important;
  min-width:0!important;
}
html body.type-product .p-info-grid .detail-parameters-block:has(.hidden-split-parameter){
  grid-column:1!important;
  grid-row:1!important;
}
html body.type-product .p-info-grid:has(.detail-parameters-block) .detail-price-block{
  grid-column:2!important;
  grid-row:1!important;
}
html body.type-product .p-info-grid:has(.detail-parameters-block) .detail-availability-block{
  grid-column:1 / -1!important;
  grid-row:2!important;
}
html body.type-product .p-info-grid .detail-parameters-block ~ .detail-parameters-block{
  display:none!important;
}
html body.type-product .detail-parameters:has(.hidden-split-parameter){
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
html body.type-product .detail-parameters select.hidden-split-parameter{
  position:static!important;
  inset:auto!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
}

body.type-product .p-final-price-wrapper .price-final{
  white-space:nowrap!important;
  font-size:clamp(28px,2.2vw,34px)!important;
}

body.type-category.template-11 #filters .slider-wrapper > h4{
  display:block!important;
}

/* iKulecnik: modre a citelne razeni produktu */
body.type-category.template-11 .listSorting{
  margin:0 0 22px!important;
}
body.type-category.template-11 .listSorting__controls{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  list-style:none!important;
}
body.type-category.template-11 .listSorting__controls > li{
  margin:0!important;
  padding:0!important;
  border:0!important;
}
body.type-category.template-11 .listSorting__control{
  min-height:42px!important;
  padding:0 18px!important;
  border:1px solid #0a47a8!important;
  border-radius:10px!important;
  background:#0a47a8!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  transition:background .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
body.type-category.template-11 .listSorting__control:hover,
body.type-category.template-11 .listSorting__control:focus-visible,
body.type-category.template-11 .listSorting__control.active,
body.type-category.template-11 .listSorting__control[aria-current="true"]{
  background:#052877!important;
  border-color:#052877!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 8px 18px rgba(5,40,119,.18)!important;
}

@media (max-width:767px){
  html body.type-product .p-info-wrapper .p-info-grid{
    grid-template-columns:1fr!important;
  }
  html body.type-product .p-info-grid .detail-parameters-block:has(.hidden-split-parameter),
  html body.type-product .p-info-grid:has(.detail-parameters-block) .detail-price-block,
  html body.type-product .p-info-grid:has(.detail-parameters-block) .detail-availability-block{
    grid-column:1!important;
    grid-row:auto!important;
  }
  body.type-category.template-11 .listSorting__controls{
    gap:8px!important;
  }
  body.type-category.template-11 .listSorting__controls > li{
    flex:1 1 calc(50% - 8px)!important;
  }
  body.type-category.template-11 .listSorting__control{
    width:100%!important;
    min-height:40px!important;
    padding:0 10px!important;
    font-size:12px!important;
  }
}
/* Encoding-safe decorative symbols. */
body.template-11 .ik-v3-top-links a:not(:last-child)::after {
  content: "\2022" !important;
}

body.template-11 .top-navigation-tools .dropdown::before {
  content: "\25A3" !important;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger span::after {
  content: "\25BE" !important;
}
/* Final desktop header cleanup. */
body.template-11 #header::before {
  content: none !important;
  display: none !important;
}

body.desktop.template-11 #navigation .top-navigation-menu-trigger::before,
body.desktop.template-11 #navigation .top-navigation-menu-trigger::after {
  content: none !important;
  display: none !important;
}

body.desktop.template-11 #navigation .top-navigation-bar-menu > li::before {
  content: none !important;
  display: none !important;
}

/* iKulecnik v4 final: product categories in the blue desktop navigation. */
@media (min-width: 992px) {
  body.desktop.template-11 .top-navigation-bar .top-navigation-menu {
    display: none !important;
  }

  body.desktop.template-11 #navigation .navigation-in {
    display: flex !important;
    width: min(100% - 48px, 1460px) !important;
    height: 58px !important;
    margin: 0 auto !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    overflow: visible !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li {
    position: relative !important;
    display: flex !important;
    min-width: 0 !important;
    height: 58px !important;
    margin: 0 !important;
    flex: 1 1 0 !important;
    align-items: stretch !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li:nth-child(n+7):not(.ik-product-more) {
    display: none !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li > a,
  body.desktop.template-11 #navigation .ik-product-more-button {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 58px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: normal !important;
    cursor: pointer !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li:hover > a,
  body.desktop.template-11 #navigation .ik-product-more.is-open > .ik-product-more-button,
  body.desktop.template-11 #navigation .ik-product-more-button:hover {
    background: #052877 !important;
  }

  body.desktop.template-11 #navigation .ik-product-more {
    flex: 0 0 94px !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown {
    position: absolute !important;
    z-index: 9999 !important;
    top: 58px !important;
    right: 0 !important;
    display: none !important;
    width: 330px !important;
    max-height: min(70vh, 620px) !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #dce5f4 !important;
    border-radius: 0 0 14px 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(5, 40, 119, .2) !important;
    overflow: auto !important;
    list-style: none !important;
  }

  body.desktop.template-11 #navigation .ik-product-more.is-open > .ik-product-more-dropdown {
    display: block !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li > a {
    display: block !important;
    padding: 11px 13px !important;
    border-radius: 8px !important;
    color: #151515 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li > a:hover {
    background: #edf3ff !important;
    color: #052877 !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .navigation-in-bottom,
  body.desktop.template-11 #navigation .menu-helper,
  body.desktop.template-11 #navigation .top-navigation-menu {
    display: none !important;
  }
}

/* iKulecnik v4 final: stable category product cards. */
body.type-category.template-11 #products .products-block > .product {
  display: flex !important;
  height: auto !important;
  min-height: 520px !important;
}

body.type-category.template-11 #products .products-block > .product > .p {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 520px !important;
  padding: 0 14px 16px !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .image {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 0 6px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.type-category.template-11 #products .products-block .product .p-in {
  display: flex !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

body.type-category.template-11 #products .products-block .product .p-in-in {
  display: flex !important;
  min-height: 82px !important;
  padding: 10px 4px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .name {
  display: -webkit-box !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  text-align: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .name:hover,
body.type-category.template-11 #products .products-block .product .name:focus-visible {
  color: #0a47a8 !important;
}

body.type-category.template-11 #products .products-block .product .p-bottom,
body.type-category.template-11 #products .products-block .product .p-bottom > [data-micro="offer"] {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  flex-direction: column !important;
  gap: 8px !important;
}

body.type-category.template-11 #products .products-block .product .prices {
  display: flex !important;
  width: 100% !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 12px !important;
  background: #f7f7f7 !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 10px !important;
  text-align: center !important;
}

body.type-category.template-11 #products .products-block .product .price-final {
  display: flex !important;
  width: auto !important;
  margin: 0 !important;
  align-items: baseline !important;
  justify-content: center !important;
}

body.type-category.template-11 #products .products-block .product .p-tools {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
}

body.type-category.template-11 #products .products-block .product .availability {
  display: flex !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid #bfe5c7 !important;
  border-radius: 12px !important;
  background: #eff9f1 !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.type-category.template-11 #products .products-block .product .p-desc {
  display: -webkit-box !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 10px 3px 8px !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

body.type-category.template-11 #products .products-block .product .product-btn:has(> .quantity):not(:has(.btn)):not(:has(form)) {
  display: none !important;
}

body.type-category.template-11 #products .products-block .product .product-btn {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: auto 0 0 !important;
  padding: 10px 0 0 !important;
  align-items: center !important;
  justify-content: center !important;
}

body.type-category.template-11 #products .products-block .product .product-btn .btn,
body.type-category.template-11 #products .products-block .product .product-btn form {
  width: min(100%, 230px) !important;
  margin: 0 auto !important;
}

/* iKulecnik v4 final: compact and overflow-safe mobile header and cards. */
@media (max-width: 991px) {
  html,
  body.template-11 {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.template-11 .top-navigation-bar {
    display: none !important;
  }

  body.template-11 #header {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11 #header .header-top {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 7px 14px !important;
    align-items: center !important;
    gap: 8px !important;
  }

  body.template-11 #header .site-name-wrapper,
  body.template-11 #header .site-name,
  body.template-11 #header .site-name a {
    position: static !important;
    display: flex !important;
    width: auto !important;
    height: 62px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto !important;
    align-items: center !important;
  }

  body.template-11 #header .site-name img {
    display: block !important;
    width: auto !important;
    max-width: 185px !important;
    height: auto !important;
    max-height: 58px !important;
  }

  body.template-11 #header .search,
  body.template-11 #header .top-navigation-contacts {
    display: none !important;
  }

  body.template-11 #header .navigation-buttons {
    position: static !important;
    display: flex !important;
    width: auto !important;
    height: 62px !important;
    min-width: 145px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
  }

  body.template-11 #header .navigation-buttons > a,
  body.template-11 #header .navigation-buttons > div,
  body.template-11 #header .navigation-buttons > button {
    position: static !important;
    margin: 0 !important;
  }

  body.template-11 #navigation .ik-product-more {
    display: none !important;
  }

  body.type-index.template-11 .ik-v3-home {
    width: calc(100% - 24px) !important;
    margin: 12px auto 24px !important;
  }

  body.type-index.template-11 .ik-v3-hero-grid,
  body.type-index.template-11 .ik-v3-services,
  body.type-index.template-11 .ik-v3-categories {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 767px) {
  body.type-category.template-11 #products .products-block {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.type-category.template-11 #products .products-block > .product,
  body.type-category.template-11 #products .products-block > .product > .p {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  body.type-category.template-11 #products .products-block > .product > .p {
    padding: 0 14px 16px !important;
  }

  body.type-category.template-11 #products .products-block .product .image {
    aspect-ratio: 4 / 3 !important;
  }

  body.type-category.template-11 #products .products-block .product .p-in-in {
    min-height: 74px !important;
  }

  body.type-category.template-11 #products .products-block .product .product-btn .btn,
  body.type-category.template-11 #products .products-block .product .product-btn form {
    width: min(100%, 280px) !important;
  }
}


html.ik-custom-v6 body.type-category.template-11 #products.products-block > .product {
  display: flex !important;
  height: auto !important;
  min-height: 520px !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block > .product > .p {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 520px !important;
  padding: 0 14px 16px !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .image {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 0 6px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .p-in {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  overflow: visible !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .p-in-in {
  display: flex !important;
  width: 100% !important;
  min-height: 82px !important;
  margin: 0 !important;
  padding: 10px 4px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .name {
  display: -webkit-box !important;
  height: auto !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  text-align: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .name:hover,
html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .name:focus-visible {
  color: #0a47a8 !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .p-bottom,
html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .p-bottom > [data-micro="offer"] {
  display: flex !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  gap: 8px !important;
  overflow: visible !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .prices {
  display: flex !important;
  width: 100% !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 12px !important;
  background: #f7f7f7 !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-align: center !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .price-final {
  display: flex !important;
  width: auto !important;
  margin: 0 !important;
  align-items: baseline !important;
  justify-content: center !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .p-tools {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .availability {
  position: static !important;
  display: flex !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid #bfe5c7 !important;
  border-radius: 12px !important;
  background: #eff9f1 !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .p-desc {
  position: static !important;
  display: -webkit-box !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 10px 3px 8px !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .product-btn:has(> .quantity):not(:has(.btn)):not(:has(form)) {
  display: none !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .product-btn {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: auto 0 0 !important;
  padding: 10px 0 0 !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
}

html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .product-btn .btn,
html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .product-btn form {
  width: min(100%, 230px) !important;
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  html.ik-custom-v6 body.type-category.template-11 #products.products-block {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  html.ik-custom-v6 body.type-category.template-11 #products.products-block > .product,
  html.ik-custom-v6 body.type-category.template-11 #products.products-block > .product > .p {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .p-in-in {
    min-height: 74px !important;
  }

  html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .product-btn .btn,
  html.ik-custom-v6 body.type-category.template-11 #products.products-block .product .product-btn form {
    width: min(100%, 280px) !important;
  }
}


/* iKulecnik identity, Apollo compatibility and overflow safety. */
:root {
  --ik-blue: #0a47a8;
  --ik-blue-dark: #052877;
  --color-primary: #0a47a8;
  --color-primary-hover: #052877;
}

@media (min-width: 992px) {
  body.desktop.template-11 #header .header-top > .site-name-wrapper,
  body.desktop.template-11 #header .header-top > .search,
  body.desktop.template-11 #header .header-top > .top-navigation-contacts,
  body.desktop.template-11 #header .header-top > .navigation-buttons {
    grid-row: 1 !important;
    order: 0 !important;
  }
  body.desktop.template-11 .top-navigation-bar .top-navigation-menu { display: none !important; }
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 { display: flex !important; }
  body.desktop.template-11 #navigation .top-navigation-menu { display: none !important; }
  body.desktop.template-11 #navigation .navigation-in {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: min(calc(100% - 48px), 1440px) !important;
    max-width: 1440px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 {
    width: 100% !important;
    height: 58px !important;
    align-items: stretch !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li {
    display: flex !important;
    visibility: visible !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li > a {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border: 0 !important;
    color: #fff !important;
    visibility: visible !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }
  body.desktop.template-11 #header .navigation-wrapper > .menu-helper {
    display: none !important;
  }

  /* The Apollo menu is absolutely pinned to the viewport by default. Keep the
     blue bar full-width, but centre both the categories and their mega menu in
     the same 1440 px content column as the header. */
  body.desktop.template-11 #navigation {
    overflow: visible !important;
  }
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 {
    position: static !important;
    overflow: visible !important;
  }
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext {
    position: static !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 {
    position: absolute !important;
    z-index: 10020 !important;
    top: 58px !important;
    right: 0 !important;
    left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    max-height: min(70vh, 520px) !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid #d8e3f3 !important;
    border-top: 0 !important;
    border-radius: 0 0 16px 16px !important;
    background: #fff !important;
    box-shadow: 0 16px 34px rgba(8, 35, 86, .18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(5px) !important;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext:hover > .menu-level-2,
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext:focus-within > .menu-level-2 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 > li:not(.menu-item-category) {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr) !important;
    gap: 10px !important;
    width: auto !important;
    min-width: 0 !important;
    height: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;
    margin: 0 !important;
    padding: 9px !important;
    align-items: center !important;
    overflow: hidden !important;
    border: 1px solid rgba(10, 71, 168, .34) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 > li:not(.menu-item-category):hover {
    border-color: var(--ik-blue) !important;
    background: #f5f8fd !important;
    box-shadow: 0 5px 14px rgba(10, 71, 168, .12) !important;
    transform: translateY(-1px) !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 > li > a.menu-image {
    display: flex !important;
    width: 68px !important;
    height: 62px !important;
    min-width: 68px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #fff !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 > li > a.menu-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 68px !important;
    max-height: 62px !important;
    object-fit: contain !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 > li > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 > li > div > a:first-child,
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 > li > div > a:first-child > span {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    color: #111318 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  /* As on SmartMax: show the actual product-category cards, not another dense
     level of textual subcategories inside them. */
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 .menu-level-3,
  body.desktop.template-11 #navigation .navigation-in > .menu-level-1 > li.ext > .menu-level-2 > .menu-item-category {
    display: none !important;
  }
}

body.template-11 #header .cart-count::before {
  content: "\e929" !important;
  font-family: "apollo" !important;
  font-size: 28px !important;
}

body.template-11 .ik-v3-top-links a:not(:last-child)::after { content: "\2022" !important; }
body.template-11 .top-navigation-tools .dropdown::before { content: "" !important; margin: 0 !important; }
body.desktop.template-11 #navigation .top-navigation-menu-trigger span::after { content: "\25BE" !important; }

@media (max-width: 991px) {
  html, body.template-11, body.template-11 .overall-wrapper,
  body.template-11 #content-wrapper, body.template-11 .content-wrapper-in,
  body.template-11 #content, body.template-11 #header,
  body.template-11 #header .header-top {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  html, body.template-11 { overflow-x: hidden !important; }
}

/* v7: restore Apollo's proven SmartMax mobile header.  The earlier iKulecnik
   homepage layer moved the desktop logo and cart into the mobile header and
   hid the mobile search/menu bar.  These rules deliberately match the live
   SmartMax geometry while keeping iKulecnik's blue colour mapping. */
@media (max-width: 767px) {
  body.template-11 .top-navigation-bar {
    display: block !important;
    position: fixed !important;
    z-index: 10030 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: #fff !important;
  }

  body.template-11 .top-navigation-bar > .container {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 0 !important;
    padding: 0 20px !important;
    overflow: visible !important;
  }

  body.template-11 .top-navigation-bar .site-name {
    display: flex !important;
    position: absolute !important;
    z-index: 6 !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 15px !important;
    width: 132px !important;
    max-width: 200px !important;
    height: 50px !important;
    align-items: center !important;
  }

  body.template-11 .top-navigation-bar .site-name a,
  body.template-11 .top-navigation-bar .site-name img {
    display: block !important;
    width: 132px !important;
    max-width: 132px !important;
    height: 30px !important;
    max-height: 30px !important;
    object-fit: contain !important;
  }

  body.template-11 .top-navigation-bar .top-navigation-tools {
    display: flex !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11 .top-navigation-bar .responsive-tools {
    display: flex !important;
    height: 50px !important;
    margin: 0 -10px 0 auto !important;
    align-items: center !important;
  }

  body.template-11 #header {
    position: relative !important;
    z-index: 6 !important;
    top: 50px !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 60px !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }

  body.template-11 #header .navigation-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 60px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 20px !important;
    overflow: visible !important;
  }

  body.template-11 #header .header-top {
    display: block !important;
    width: 100% !important;
    height: 60px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11 #header .site-name-wrapper {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11 #header .site-name {
    display: none !important;
  }

  body.template-11 #header .search {
    display: block !important;
    width: 100% !important;
    height: 60px !important;
    margin: 0 !important;
    padding: 10px 0 !important;
  }

  body.template-11 #header .navigation-buttons {
    display: flex !important;
    position: relative !important;
    top: 0 !important;
    right: -20px !important;
    bottom: 0 !important;
    left: 20px !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-11 #navigation {
    position: fixed !important;
    z-index: 1000 !important;
    top: 50px !important;
    right: 0 !important;
    bottom: -50px !important;
    left: 1% !important;
    width: 99% !important;
    height: calc(100vh - 15px) !important;
    padding: 0 0 50px !important;
    overflow: visible !important;
    background: var(--ik-blue-dark) !important;
    transform: translateX(100%) !important;
  }

  body.template-11.navigation-window-visible #navigation,
  body.template-11.menu-visible #navigation {
    transform: translateX(0) !important;
  }

  body.template-11 #navigation .navigation-in {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    overflow: auto !important;
    background: var(--ik-blue-dark) !important;
    transform: none !important;
  }
}
/* v8: corrected desktop contact strip and cart geometry after removing
   Adamin.  Apollo renders the contacts in .top-navigation-bar (outside
   #header), while the white header itself contains only logo, search and
   navigation buttons. */
.site-msg.information {
  display: none !important;
}

@media (min-width: 992px) {
  body.desktop.template-11 #header .header-top {
    grid-template-columns: 190px minmax(300px, 1fr) 380px !important;
    column-gap: 18px !important;
  }

  body.desktop.template-11 #header .site-name-wrapper {
    grid-column: 1 !important;
  }

  body.desktop.template-11 #header .search {
    grid-column: 2 !important;
    max-width: 560px !important;
  }

  body.desktop.template-11 #header .navigation-buttons {
    grid-column: 3 !important;
    width: 380px !important;
    min-width: 380px !important;
    gap: 12px !important;
  }

  body.desktop.template-11 #header .top-nav-button-login {
    width: 200px !important;
    min-width: 200px !important;
    flex: 0 0 200px !important;
    padding-right: 18px !important;
    padding-left: 38px !important;
  }

  body.desktop.template-11 #header .cart-count {
    width: 168px !important;
    min-width: 168px !important;
    flex: 0 0 168px !important;
    justify-content: flex-end !important;
    padding: 0 12px 0 48px !important;
    white-space: nowrap !important;
  }

  body.desktop.template-11 #header .cart-price {
    display: block !important;
    width: auto !important;
    min-width: 72px !important;
    height: auto !important;
    white-space: nowrap !important;
    line-height: 20px !important;
    text-align: left !important;
  }

  body.desktop.template-11 .top-navigation-bar .top-navigation-contacts {
    display: flex !important;
    right: 16px !important;
    left: auto !important;
    width: auto !important;
    min-width: 432px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    padding: 3px 14px !important;
    border-radius: 0 0 18px 18px !important;
    background: #f5f6f8 !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phones {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phone,
  body.desktop.template-11 .top-navigation-bar .ik-v3-mail {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #111318 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phone > span:last-child {
    display: grid !important;
    line-height: 1.05 !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phone strong {
    color: #111318 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phone small {
    margin-top: 2px !important;
    color: #303642 !important;
    font-size: 7.5px !important;
    font-weight: 650 !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v3-mail {
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v3-phone-icon,
  body.desktop.template-11 .top-navigation-bar .ik-v3-mail-icon {
    color: var(--ik-blue) !important;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 992px) and (max-width: 1120px) {
  body.desktop.template-11 #header .header-top {
    grid-template-columns: 170px minmax(260px, 1fr) 350px !important;
    column-gap: 14px !important;
  }

  body.desktop.template-11 #header .navigation-buttons {
    width: 350px !important;
    min-width: 350px !important;
    gap: 8px !important;
  }

  body.desktop.template-11 #header .top-nav-button-login {
    width: 178px !important;
    min-width: 178px !important;
    flex-basis: 178px !important;
  }

  body.desktop.template-11 #header .cart-count {
    width: 164px !important;
    min-width: 164px !important;
    flex-basis: 164px !important;
  }

  body.desktop.template-11 .top-navigation-bar .top-navigation-contacts {
    min-width: 410px !important;
    gap: 10px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
/* v9: SmartMax header rhythm -- compact contact strip, controls on a
   dedicated lower row. */
@media (min-width: 992px) {
  body.desktop.template-11 #header .header-top {
    align-items: center !important;
    padding-top: 50px !important;
    padding-bottom: 10px !important;
  }

  body.desktop.template-11 .top-navigation-bar .top-navigation-contacts {
    top: 45px !important;
    height: 35px !important;
    min-height: 35px !important;
    gap: 11px !important;
    padding: 0 12px !important;
    border-radius: 0 0 15px 15px !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phones {
    gap: 10px !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phone,
  body.desktop.template-11 .top-navigation-bar .ik-v3-mail {
    gap: 5px !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phone strong {
    font-size: 11px !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v8-phone small {
    margin-top: 1px !important;
    font-size: 7px !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v3-mail {
    font-size: 11.5px !important;
  }

  body.desktop.template-11 .top-navigation-bar .ik-v3-phone-icon svg,
  body.desktop.template-11 .top-navigation-bar .ik-v3-mail-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
}
/* v10: iKulecnik typography -- Barlow Condensed headings + Inter UI. */
:root {
  --template-font: "Inter", Arial, sans-serif !important;
  --template-headings-font: "Barlow Condensed", "Arial Narrow", Arial, sans-serif !important;
  --ik-ui-font: "Inter", Arial, sans-serif;
  --ik-heading-font: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
}

html,
body,
input,
select,
textarea,
button,
.btn,
.button,
#navigation,
#navigation a,
.top-navigation-bar,
.header-top,
.menu-helper,
.navigation-buttons,
.products,
.product,
.product .name,
.product .description,
.breadcrumbs,
.pagination,
.filters,
.footer,
#footer {
  font-family: var(--ik-ui-font) !important;
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
.homepage-group-title,
.welcome h1,
.welcome h2,
.content-inner > header h1,
.category-title,
.product-detail .p-detail-inner-header h1,
.ik-hero h1,
.ik-hero h2 {
  font-family: var(--ik-heading-font) !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
}

h4,
h5,
h6,
.h4,
.h5,
.h6,
.footer h4,
.footer h5,
#footer h4,
#footer h5,
.benefitBanner__title,
.category-header {
  font-family: var(--ik-heading-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

#navigation a,
.menu-helper,
.btn,
.button,
button,
.navigation-buttons a {
  font-weight: 700 !important;
}

.price,
.price-final,
.price-standard,
.price-save,
.product .price,
.p-final-price-wrapper,
.p-final-price-wrapper strong,
.cart-price,
.price-wrapper {
  font-family: var(--ik-ui-font) !important;
  font-weight: 800 !important;
}
/* v11: win over the legacy body.template-11 Inter heading rule. */
body.template-11 h1,
body.template-11 h2,
body.template-11 h3,
body.template-11 .h1,
body.template-11 .h2,
body.template-11 .h3,
body.template-11 .homepage-group-title,
body.template-11 .welcome h1,
body.template-11 .welcome h2,
body.template-11 .content-inner > header h1,
body.template-11 .category-title,
body.template-11 .product-detail .p-detail-inner-header h1,
body.template-11 .ik-v3-hero-card h1,
body.template-11 .ik-hero h1,
body.template-11 .ik-hero h2 {
  font-family: var(--ik-heading-font) !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
}

body.template-11 h4,
body.template-11 h5,
body.template-11 h6,
body.template-11 .h4,
body.template-11 .h5,
body.template-11 .h6,
body.template-11 .footer h4,
body.template-11 .footer h5,
body.template-11 #footer h4,
body.template-11 #footer h5,
body.template-11 .benefitBanner__title,
body.template-11 .category-header {
  font-family: var(--ik-heading-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}
/* v12: homepage category cards are single, fully clickable links. */
body.type-index .ik-v3-category {
  display:block;
  color:var(--ik-v3-ink)!important;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body.type-index .ik-v3-category:hover {
  border-color:#9bb2e4;
  box-shadow:0 13px 30px rgba(5,40,119,.13);
  transform:translateY(-3px);
}
body.type-index .ik-v3-category img { transition:transform .25s ease; }
body.type-index .ik-v3-category:hover img { transform:scale(1.025); }
body.type-index .ik-v3-category-cta {
  display:inline-flex;
  min-height:38px;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:7px;
  background:var(--ik-v3-blue);
  color:#fff!important;
  font-size:13px!important;
  font-weight:750!important;
  text-decoration:none!important;
}
body.type-index .ik-v3-category:hover .ik-v3-category-cta { background:var(--ik-v3-blue-hover); }
/* v13: mini cart in yellow-green billiard-cloth colours. */
#cart-widget {
  border-color:rgba(118,151,42,.38)!important;
  box-shadow:0 18px 42px rgba(12,35,72,.18)!important;
}
#cart-widget .cart-widget-button {
  padding:26px 44px 32px!important;
  background:linear-gradient(135deg,#9acd32 0%,#7ea52e 100%)!important;
  border-top:1px solid rgba(255,255,255,.32)!important;
}
#cart-widget #continue-order-button {
  background:#082f7a!important;
  border:1px solid rgba(255,255,255,.28)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(4,31,82,.23)!important;
}
#cart-widget #continue-order-button:hover,
#cart-widget #continue-order-button:focus {
  background:#061f55!important;
  box-shadow:0 12px 28px rgba(4,31,82,.3)!important;
  transform:translateY(-1px);
}
#cart-widget .quantity,
#cart-widget .quantity input,
#cart-widget .quantity .increase,
#cart-widget .quantity .decrease {
  border-color:#8fb339!important;
}
#cart-widget .quantity .increase,
#cart-widget .quantity .decrease,
#cart-widget .quantity .increase__sign,
#cart-widget .quantity .decrease__sign {
  color:#6f9228!important;
}
#cart-widget .cart-widget-product,
#cart-widget .cart-widget-product-unit {
  border-color:rgba(118,151,42,.22)!important;
}
@media (max-width:767px) {
  #cart-widget .cart-widget-button { padding:20px 22px 24px!important; }
}
/* v14: product badges must remain fully visible inside rounded cards. */
.products .product .image > .flags-default {
  top:12px!important;
  left:12px!important;
  right:auto!important;
  bottom:auto!important;
  z-index:7!important;
  max-width:calc(100% - 24px)!important;
  transform:none!important;
  gap:6px;
}
.products .product .image > .flags-extra {
  top:12px!important;
  right:12px!important;
  left:auto!important;
  bottom:auto!important;
  z-index:7!important;
  transform:none!important;
}
.products .product .image > .flags-default .flag,
.products .product .image > .flags-extra .flag {
  margin:0!important;
}
@media (max-width:767px) {
  .products .product .image > .flags-default {
    top:10px!important;
    left:10px!important;
    max-width:calc(100% - 20px)!important;
  }
  .products .product .image > .flags-extra {
    top:10px!important;
    right:10px!important;
  }
}
/* v15: compact and predictable desktop More menu. */
@media (min-width: 992px) {
  body.desktop.template-11 #navigation .ik-product-more-button {
    gap: 9px !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-button .ik-product-more-chevron {
    position: static !important;
    display: block !important;
    flex: 0 0 8px !important;
    width: 8px !important;
    height: 8px !important;
    margin: -4px 0 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg) !important;
    transform-origin: center !important;
    transition: transform .18s ease, margin .18s ease !important;
  }

  body.desktop.template-11 #navigation .ik-product-more.is-open > .ik-product-more-button .ik-product-more-chevron {
    margin-top: 4px !important;
    transform: rotate(225deg) !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown {
    right: 0 !important;
    left: auto !important;
    top: 58px !important;
    width: min(390px, calc(100vw - 24px)) !important;
    max-height: calc(100vh - 84px) !important;
    padding: 10px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 1px solid rgba(13, 48, 128, .16) !important;
    border-radius: 0 0 16px 16px !important;
    background: #fff !important;
    box-shadow: 0 18px 38px rgba(14, 35, 78, .16) !important;
  }

  body.desktop.template-11 #navigation .ik-product-more.is-open > .ik-product-more-dropdown {
    display: block !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li > a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 43px !important;
    margin: 0 !important;
    padding: 9px 13px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    text-align: left !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown > li > a:hover,
  body.desktop.template-11 #navigation .ik-product-more-dropdown > li > a:focus-visible {
    background: #eef4ff !important;
    color: #0d3080 !important;
  }

  body.desktop.template-11 #navigation .ik-product-more-dropdown .submenu-arrow,
  body.desktop.template-11 #navigation .ik-product-more-dropdown .menu-image,
  body.desktop.template-11 #navigation .ik-product-more-dropdown .menu-level-2,
  body.desktop.template-11 #navigation .ik-product-more-dropdown .menu-level-3 {
    display: none !important;
  }
}
/* v16: responsive benefit cards. */
body.template-11 .benefitBanner.position--benefitHomepage {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 14px !important;
  width: 100% !important;
  height: auto !important;
  margin: 24px auto 30px !important;
  padding: 14px !important;
  overflow: visible !important;
  border: 1px solid rgba(13, 48, 128, .10) !important;
  border-radius: 22px !important;
  background: #f4f7fc !important;
  box-shadow: 0 12px 32px rgba(20, 42, 83, .08) !important;
}

body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__item {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 104px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 17px 16px !important;
  overflow: hidden !important;
  border: 1px solid #d9e3f4 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 7px 18px rgba(20, 42, 83, .07) !important;
}

body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__picture {
  display: flex !important;
  flex: 0 0 58px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #edf3ff !important;
}

body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__img {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(17%) sepia(57%) saturate(2503%) hue-rotate(211deg) brightness(85%) contrast(101%) !important;
}

body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__content {
  display: flex !important;
  min-width: 0 !important;
  height: auto !important;
  align-items: center !important;
}

body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__title {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: #111827 !important;
  font-family: var(--ik-heading-font, "Barlow Condensed", "Arial Narrow", Arial, sans-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
}

@media (max-width: 1100px) {
  body.template-11 .benefitBanner.position--benefitHomepage {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.template-11 .benefitBanner.position--benefitHomepage {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 16px auto 22px !important;
    padding: 10px !important;
    border-radius: 18px !important;
  }

  body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__item {
    min-height: 82px !important;
    gap: 12px !important;
    padding: 13px 14px !important;
    border-radius: 14px !important;
  }

  body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__picture {
    flex-basis: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
  }

  body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__img {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
  }

  body.template-11 .benefitBanner.position--benefitHomepage .benefitBanner__title {
    font-size: 17px !important;
  }
}
/* Store page: white supporting copy on dark-blue panels */
.ik-page--store .ik-page__hero-copy > p,
.ik-page--store .ik-page__cta p {
  color: #fff !important;
  opacity: .94 !important;
}