:root {
  --template-font: "Inter";
  --template-headings-font: "SN Pro";
}

@font-face {
  font-family: "SN Pro";
  src: url("https://supernotes.app/static/SNPro-VariableRegular-7a2cd2a026abc9b56eeae5c364645da3.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

/* SMARTMAX v42 — jednotná typografie všech skutečných nadpisů. */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SN Pro", "Inter", Arial, sans-serif !important;
  font-weight: 600 !important;
}

/* 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: #f15c3c;
  --sm-orange-dark: #d94f33;
  --sm-blue: #2f2483;
  --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%, #e55235 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: #fff1ed;
  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 #ffd5ca;
  border-radius: 14px;
  background: #fff7f4;
}
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,#29206f 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: #ffad99 !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: #fff1ed;
  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: #fff7f4;
  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: #f5a08b; 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: #2f2483 !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: #f15c3c;
  pointer-events: none;
  z-index: 0;
}
body.template-11 #navigation,
body.template-11 #navigation .navigation-in,
body.template-11 #header .menu-helper {
  background-color: #f15c3c !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: #d94f33 !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: #d94f33 !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: #d94f33 !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: #2f2483 !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: #2f2483 !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(241, 92, 60, 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: #f15c3c !important;
  box-shadow: 0 4px 12px rgba(241, 92, 60, 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: #f15c3c;
  --sm-orange-dark: #d94f33;
  --sm-blue: #2f2483;
  --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%, #e55235 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 #ffd5ca;
  border-radius: 18px;
  background: #fff7f4;
}
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: #f15c3c;
  --sm-orange-dark: #d94f33;
  --sm-blue: #2f2483;
  --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%, #e55235 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: #fff1ed;
  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, #29206f 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: #ffad99 !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: #f15c3c;
  --sm-orange-dark: #d94f33;
  --sm-blue: #2f2483;
  --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%, #e55235 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: #fff1ed;
  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 #ffd5ca;
  border-radius: 17px;
  background: #fff7f4;
}
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,#29206f 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: #ffad99 !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: #fff1ed;
  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: #fff7f4;
  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(241, 92, 60, .34);
  border-radius: 14px;
  background: #fff7f4;
}
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(241, 92, 60, .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(241, 92, 60, .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(241, 92, 60, .34);
  border-radius: 14px;
  background: #fff7f4;
}
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(241, 92, 60, .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(241, 92, 60, .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: #f5a08b;
  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:#f5a08b;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:#30208f!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:#30208f!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 #d96648!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:#fff8f4!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:#d96648!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:#30208f!important;
}
body.type-product .add-to-cart .add-to-cart-button{
  width:100%!important;
  min-height:54px!important;
  margin:0!important;
  border:1px solid #d96648!important;
  border-radius:13px!important;
  background:#d96648!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:#de6548;
  --sm-card-orange-soft:rgba(222,101,72,.24);
  --sm-card-violet:#30208f;
  --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(222,101,72,.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(222,101,72,.24)!important;
  border-radius:12px!important;
  background:#fff8f4!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(222,101,72,.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(222,101,72,.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(222,101,72,.32)!important;
  box-shadow:0 5px 12px rgba(222,101,72,.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:#de6548!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 #de6548!important;
  border-radius:14px!important;
  background:#de6548!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(222,101,72,.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(222,101,72,.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(222,101,72,.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:#de6548!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:#2f2483!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:#de6548!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 #de6548!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:#2f2483!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:#de6548!important;
  background:#fff0eb!important;
  color:#9f3e29!important;
  box-shadow:0 3px 10px rgba(222,101,72,.10)!important;
}
body.type-category.template-11 #filters input[type="checkbox"]:checked + .filter-label::before{
  border-color:#de6548!important;
  background:#de6548!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:#de6548!important;
  color:#9f3e29!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:#2f2483!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:#2f2483!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:#de6548!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 v43 — SN Pro 600 pro skutečné i komponentové nadpisy. */
html body h1:not([data-sm-heading-font]):not([data-sm-heading-weight]):not([data-sm-heading-style]),
html body h2:not([data-sm-heading-font]):not([data-sm-heading-weight]):not([data-sm-heading-style]),
html body h3:not([data-sm-heading-font]):not([data-sm-heading-weight]):not([data-sm-heading-style]),
html body h4:not([data-sm-heading-font]):not([data-sm-heading-weight]):not([data-sm-heading-style]),
html body h5:not([data-sm-heading-font]):not([data-sm-heading-weight]):not([data-sm-heading-style]),
html body h6:not([data-sm-heading-font]):not([data-sm-heading-weight]):not([data-sm-heading-style]),
html body .category-title,
html body .homepage-group-title,
html body .products-block .product .name,
html body .products-block .product .name a {
  font-family: "SN Pro", "Inter", Arial, sans-serif !important;
  font-weight: 600 !important;
}

html body.type-product #dkLabBookmark10546 .sm-shipping h2,
html body.type-product #dkLabBookmark10546 .sm-shipping h3,
html body.type-category.template-11 #filters h4 {
  font-family: "SN Pro", "Inter", Arial, sans-serif !important;
  font-weight: 600 !important;
}

/* SMARTMAX v44 — kompaktní a responzivní názvy podkategorií. */
body.type-category .subcategories.with-image > li {
  display: flex !important;
}

body.type-category .subcategories.with-image > li > a {
  width: 100% !important;
  min-height: 88px !important;
  padding: 8px 32px 8px 8px !important;
  align-items: center !important;
}

body.type-category .subcategories.with-image > li > a > .image {
  display: flex !important;
  width: 72px !important;
  height: 60px !important;
  flex: 0 0 72px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.type-category .subcategories.with-image > li > a > .image img {
  width: auto !important;
  height: auto !important;
  max-width: 68px !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

body.type-category .subcategories.with-image > li > a > .text {
  display: block !important;
  min-width: 0 !important;
  padding-left: 8px !important;
  flex: 1 1 auto !important;
  overflow: visible !important;
  color: #111318 !important;
  font-family: "SN Pro", "Inter", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.01em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: auto !important;
  text-wrap: balance;
}

@media (max-width: 767px) {
  body.type-category .subcategories.with-image {
    align-items: stretch !important;
  }

  body.type-category .subcategories.with-image > li {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding: 5px !important;
  }

  body.type-category .subcategories.with-image > li > a {
    min-height: 132px !important;
    padding: 8px 22px 8px 8px !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  body.type-category .subcategories.with-image > li > a > .image {
    width: 100% !important;
    height: 50px !important;
    margin: 0 0 6px !important;
    flex: 0 0 50px !important;
  }

  body.type-category .subcategories.with-image > li > a > .image img {
    max-width: 60px !important;
    max-height: 48px !important;
  }

  body.type-category .subcategories.with-image > li > a > .text {
    width: 100% !important;
    padding-left: 0 !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }
}

/* SMARTMAX v45 - viditelne priplatkove parametry v detailu produktu */
body.type-product .p-info-grid .detail-parameters-block:has(.surcharge-parameter) {
  min-height: 0 !important;
  padding: 16px 18px !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

body.type-product .p-info-grid .detail-parameters-block:has(.surcharge-parameter) > .detail-grid-title {
  font-size: 0 !important;
}

body.type-product .p-info-grid .detail-parameters-block:has(.surcharge-parameter) > .detail-grid-title::after {
  content: "Příplatkové volby" !important;
  font-family: "SN Pro", "Inter", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) {
  display: block !important;
  width: 100% !important;
  margin: 7px 0 0 !important;
}

body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) > tbody {
  display: block !important;
  width: 100% !important;
}

body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) .surcharge-list {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: 10px !important;
  align-items: center !important;
}

body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) th,
body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) td {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  vertical-align: middle !important;
}

body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) th {
  color: #5f5a6d !important;
  font-family: "SN Pro", "Inter", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) .question-tooltip {
  display: inline-flex !important;
  width: 18px !important;
  height: 18px !important;
  margin-left: 4px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(217, 102, 72, .42) !important;
  border-radius: 50% !important;
  color: #d96648 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.type-product .p-info-grid .detail-parameters select.surcharge-parameter {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 36px 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 .p-info-grid .detail-parameters select.surcharge-parameter:focus {
  border-color: #d96648 !important;
  outline: 2px solid rgba(217, 102, 72, .18) !important;
  outline-offset: 1px !important;
}

@media (max-width: 767px) {
  body.type-product .p-info-grid .detail-parameters-block:has(.surcharge-parameter) {
    padding: 14px !important;
  }

  body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) .surcharge-list {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 7px !important;
  }

  body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) th,
  body.type-product .p-info-grid .detail-parameters:has(.surcharge-parameter) td {
    width: 100% !important;
  }
}
