/*
 * Tvujoriginal.cz — Product Experience Panel v8.1 — STABLE 2.0.1 compatible
 */

:root {
  --to-px-ink: #2c211a;
  --to-px-muted: #6d635c;
  --to-px-brand: #b6a99a;
  --to-px-brand-dark: #6c4b32;
  --to-px-green: #84ab09;
  --to-px-chat: #ffcccc;
  --to-px-chat-text: #6b3f43;
  --to-px-gold: #d7a53d;
  --to-px-soft: #faf7f2;
  --to-px-line: rgba(67, 45, 31, .12);
}

.to-px,
.to-px * {
  box-sizing: border-box;
}

.to-px {
  width: 100%;
  margin: 16px 0 0;
  overflow: hidden;
  color: var(--to-px-ink);
  font-family: inherit;
  background: #fff;
  border: 1px solid var(--to-px-line);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(44, 33, 26, .07);
}

.to-px svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.to-px__master-trigger {
  display: block;
  width: 100%;
  padding: 18px 20px 16px;
  color: var(--to-px-ink);
  text-align: left;
  font: inherit;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 165, 61, .12), transparent 34%),
    linear-gradient(120deg, rgba(182, 169, 154, .22), rgba(255, 255, 255, .96) 58%),
    #fff;
  border: 0;
  cursor: pointer;
}

.to-px__master-top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.to-px__master-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--to-px-brand-dark);
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(182, 169, 154, .44);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(44,33,26,.08);
}

.to-px__master-icon svg { width: 24px; height: 24px; }

.to-px__master-copy strong,
.to-px__master-copy small { display: block; }

.to-px__master-copy strong {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.to-px__master-copy small {
  margin-top: 4px;
  color: var(--to-px-muted);
  font-size: 12px;
  line-height: 1.45;
}

.to-px__master-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  color: var(--to-px-brand-dark);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(182,169,154,.35);
  border-radius: 999px;
}

.to-px__master-action svg { width: 16px; transition: transform .22s ease; }
.to-px__master-trigger[aria-expanded="true"] .to-px__master-action svg { transform: rotate(180deg); }

.to-px__value-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0 0 62px;
}

.to-px__value-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 31px;
  padding: 6px 10px;
  color: #4f3d30;
  font-size: 10.5px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(182,169,154,.35);
  border-radius: 999px;
  box-shadow: 0 5px 13px rgba(44,33,26,.045);
}

.to-px__value-badge svg { width: 15px; height: 15px; color: var(--to-px-brand-dark); }
.to-px__value-badge b { font-weight: 750; }

.to-px__included-line {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 13px 0 0 62px;
  color: #587000;
  font-size: 10.5px;
}

.to-px__included-line svg { width: 15px; height: 15px; color: var(--to-px-green); }

.to-px__body {
  border-top: 1px solid var(--to-px-line);
  animation: toPxReveal .28s ease both;
}

@keyframes toPxReveal {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.to-px__hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    var(--to-hero-image) center center / cover no-repeat,
    #332b25;
}

.to-px__hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 21, 20, .96) 0%, rgba(22, 21, 20, .82) 38%, rgba(22, 21, 20, .18) 72%, rgba(22, 21, 20, .05) 100%),
    linear-gradient(0deg, rgba(22, 21, 20, .25), transparent 45%);
}

.to-px__hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 64%);
  padding: 44px 46px;
  color: #fff;
}

.to-px__hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #e2b873;
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.to-px__hero-kicker svg {
  width: 21px;
}

.to-px__hero h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -.025em;
}

.to-px__hero p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.65;
}

.to-px__hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 27px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.to-px__hero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.to-px__hero-facts svg {
  width: 17px;
  color: #e2b873;
}


.to-px__value-section {
  padding: 28px 28px 30px;
  background: linear-gradient(180deg, #fff, #fcfaf7);
  border-bottom: 1px solid var(--to-px-line);
}

.to-px__section-heading--value { margin-bottom: 20px; }

.to-px__value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.to-px__value-item {
  display: flex;
  gap: 11px;
  min-height: 91px;
  padding: 15px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(182,169,154,.26);
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(44,33,26,.045);
}

.to-px__value-item-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--to-px-brand-dark);
  background: var(--to-px-soft);
  border-radius: 50%;
}

.to-px__value-item-icon svg { width: 18px; height: 18px; }
.to-px__value-item p { margin: 0; }
.to-px__value-item strong,
.to-px__value-item small { display: block; }
.to-px__value-item strong { font-size: 12px; line-height: 1.35; }
.to-px__value-item small { margin-top: 4px; color: var(--to-px-muted); font-size: 10px; line-height: 1.45; }

.to-px__value-note {
  display: flex;
  gap: 8px;
  margin-top: 13px;
  padding: 11px 14px;
  align-items: center;
  justify-content: center;
  color: #587000;
  font-size: 11px;
  text-align: center;
  background: rgba(132,171,9,.08);
  border: 1px solid rgba(132,171,9,.2);
  border-radius: 11px;
}

.to-px__value-note svg { width: 17px; height: 17px; color: var(--to-px-green); }

.to-px__category-story {
  padding: 27px 34px 24px;
  text-align: center;
}

.to-px__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--to-px-brand-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.to-px__category-story h2 {
  max-width: 800px;
  margin: 0 auto;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.28;
}

.to-px__category-story p {
  max-width: 820px;
  margin: 11px auto 0;
  color: var(--to-px-muted);
  font-size: 14px;
  line-height: 1.7;
}

.to-px__trust-row {
  display: grid;
  grid-template-columns: .9fr 1.25fr 1.2fr;
  margin: 0 28px;
  border: 1px solid var(--to-px-line);
  border-radius: 14px;
  box-shadow: 0 7px 22px rgba(44, 33, 26, .035);
}

.to-px__rating,
.to-px__quote,
.to-px__micro-trust {
  padding: 19px 20px;
}

.to-px__review-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition:
    background-color .18s ease,
    transform .18s ease;
}

.to-px__review-link:hover {
  background: #fffaf4;
}

.to-px__review-link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(255, 204, 204, .8);
  outline-offset: -3px;
}

.to-px__quote,
.to-px__micro-trust {
  border-left: 1px solid var(--to-px-line);
}

.to-px__rating > span {
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.to-px__rating strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 18px;
}

.to-px__rating strong b {
  margin-right: 8px;
  color: var(--to-px-gold);
  letter-spacing: .05em;
}

.to-px__rating small,
.to-px__quote small {
  display: block;
  margin-top: 6px;
  color: var(--to-px-muted);
  font-size: 10px;
}

.to-px__quote blockquote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.55;
}

.to-px__micro-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.to-px__micro-trust > div {
  display: grid;
  gap: 7px;
  justify-items: center;
  text-align: center;
}

.to-px__micro-trust svg {
  width: 24px;
  height: 24px;
  color: var(--to-px-brand-dark);
}

.to-px__micro-trust strong {
  font-size: 10px;
  line-height: 1.35;
}

.to-px__advisor {
  padding: 30px 28px 27px;
}

.to-px__section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 17px;
}

.to-px__section-heading span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(108, 75, 50, .24));
}

.to-px__section-heading span:last-child {
  background: linear-gradient(90deg, rgba(108, 75, 50, .24), transparent);
}

.to-px__section-heading h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}

.to-px__accordion {
  display: grid;
  gap: 7px;
}

.to-px__accordion-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--to-px-line);
  border-radius: 12px;
  box-shadow: 0 3px 13px rgba(44, 33, 26, .025);
}

.to-px__accordion-trigger {
  display: grid;
  width: 100%;
  min-height: 89px;
  grid-template-columns: 54px 116px minmax(0, 1fr) 24px;
  gap: 14px;
  padding: 9px 16px;
  align-items: center;
  color: var(--to-px-ink);
  text-align: left;
  font: inherit;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.to-px__accordion-trigger:hover {
  background: #fdfbf8;
}

.to-px__accordion-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--to-px-brand-dark);
  background: #f4ede4;
  border-radius: 50%;
}

.to-px__accordion-icon svg {
  width: 24px;
  height: 24px;
}

.to-px__accordion-thumb {
  width: 116px;
  height: 69px;
  overflow: hidden;
  background: var(--to-px-soft);
  border-radius: 9px;
}

.to-px__accordion-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.to-px__accordion-title strong,
.to-px__accordion-title small {
  display: block;
}

.to-px__accordion-title strong {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.to-px__accordion-title small {
  margin-top: 5px;
  color: var(--to-px-muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.to-px__accordion-chevron {
  color: var(--to-px-brand-dark);
}

.to-px__accordion-chevron svg {
  width: 17px;
  transition: transform .2s ease;
}

.to-px__accordion-trigger[aria-expanded="true"] .to-px__accordion-chevron svg {
  transform: rotate(180deg);
}

.to-px__accordion-content {
  padding: 0 22px 23px 84px;
  border-top: 1px solid var(--to-px-line);
  animation: toPxReveal .22s ease both;
}

.to-px__topic {
  padding-top: 20px;
}

.to-px__topic h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 600;
}

.to-px__topic > p {
  margin: 9px 0 0;
  color: var(--to-px-muted);
  font-size: 13.5px;
  line-height: 1.7;
}

.to-px__topic-grid,
.to-px__font-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 17px;
}

.to-px__topic-grid > div,
.to-px__font-grid > div {
  padding: 15px;
  background: var(--to-px-soft);
  border-radius: 11px;
}

.to-px__topic-grid strong,
.to-px__topic-grid span,
.to-px__font-grid strong,
.to-px__font-grid small {
  display: block;
}

.to-px__topic-grid strong,
.to-px__font-grid strong {
  font-size: 12px;
}

.to-px__topic-grid span,
.to-px__font-grid small {
  margin-top: 5px;
  color: var(--to-px-muted);
  font-size: 10.5px;
  line-height: 1.5;
}

.to-px__font-grid {
  text-align: center;
}

.to-px__font-grid > div > span {
  display: block;
  min-height: 42px;
  margin-bottom: 7px;
  font-size: 25px;
  line-height: 1.4;
}

.to-px__font-script {
  font-family: "Monotype Corsiva", "Brush Script MT", cursive;
}

.to-px__font-classic {
  font-family: Georgia, serif;
  letter-spacing: .07em;
}

.to-px__font-bold {
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.to-px__note {
  padding: 12px 14px;
  background: #f4ede4;
  border-radius: 10px;
}

.to-px__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.to-px__chips span {
  padding: 8px 11px;
  font-size: 10.5px;
  font-weight: 700;
  background: var(--to-px-soft);
  border: 1px solid var(--to-px-line);
  border-radius: 999px;
}

.to-px__steps {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.to-px__steps > div {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  padding-bottom: 15px;
}

.to-px__steps > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 0;
  left: 15px;
  width: 1px;
  background: var(--to-px-line);
}

.to-px__steps > div > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--to-px-brand-dark);
  font-size: 11px;
  font-weight: 800;
  background: #f4ede4;
  border-radius: 50%;
}

.to-px__steps p {
  margin: 0;
  padding-top: 1px;
}

.to-px__steps strong,
.to-px__steps small {
  display: block;
}

.to-px__steps strong {
  font-size: 12px;
}

.to-px__steps small {
  margin-top: 3px;
  color: var(--to-px-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.to-px__gift-for {
  padding: 13px 15px;
  background: var(--to-px-soft);
  border-radius: 10px;
}

.to-px__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 17px;
  margin-top: 17px;
}

.to-px__feature {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 9px;
}

.to-px__feature > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: var(--to-px-green);
  background: rgba(132, 171, 9, .12);
  border-radius: 50%;
}

.to-px__feature svg {
  width: 14px;
}

.to-px__feature p {
  margin: 0;
}

.to-px__feature strong,
.to-px__feature small {
  display: block;
}

.to-px__feature strong {
  font-size: 12px;
}

.to-px__feature small {
  margin-top: 3px;
  color: var(--to-px-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.to-px__review-card {
  margin-top: 18px;
  padding: 15px 17px;
  background: #fffaf2;
  border: 1px solid rgba(215, 165, 61, .22);
  border-radius: 11px;
}

.to-px__review-stars {
  color: var(--to-px-gold);
  letter-spacing: .07em;
}

.to-px__review-card blockquote {
  margin: 7px 0 0;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.55;
}

.to-px__review-card small {
  display: block;
  margin-top: 5px;
  color: var(--to-px-muted);
  font-size: 10px;
}

.to-px__origin {
  display: grid;
  grid-template-columns: 112px minmax(0, 1.25fr) minmax(230px, .8fr);
  gap: 20px;
  padding: 22px 28px;
  align-items: center;
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 204, 204, .32), transparent 24%),
    linear-gradient(100deg, #fff7f7, #fff 72%);
  border-top: 1px solid var(--to-px-line);
}

.to-px__origin-photo {
  position: relative;
  width: 104px;
  height: 104px;
}

.to-px__origin-photo img {
  width: 104px;
  height: 104px;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(107, 63, 67, .1),
    0 10px 23px rgba(107, 63, 67, .13);
}

.to-px__origin-online {
  position: absolute;
  right: 5px;
  bottom: 8px;
  width: 16px;
  height: 16px;
  background: #84ab09;
  border: 3px solid #fff;
  border-radius: 50%;
}

.to-px__origin-copy > span {
  display: block;
  margin-bottom: 5px;
  color: var(--to-px-chat-text);
  font-family: "Monotype Corsiva", "Brush Script MT", cursive;
  font-size: 24px;
}

.to-px__origin-copy strong,
.to-px__origin-copy small {
  display: block;
}

.to-px__origin-copy strong {
  font-size: 14px;
}

.to-px__origin-copy p {
  margin: 7px 0 0;
  color: var(--to-px-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.to-px__origin-copy small {
  margin-top: 5px;
  color: var(--to-px-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.to-px__origin-actions {
  display: grid;
  gap: 13px;
}

.to-px__origin-points {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.to-px__origin-points span {
  display: grid;
  gap: 5px;
  justify-items: center;
  color: var(--to-px-muted);
  font-size: 9px;
  text-align: center;
}

.to-px__origin-points svg {
  width: 22px;
  height: 22px;
  color: var(--to-px-chat-text);
}

.to-px__chat {
  display: inline-flex;
  min-height: 46px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--to-px-chat-text);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  background: var(--to-px-chat);
  border: 1px solid rgba(107, 63, 67, .12);
  border-radius: 11px;
  box-shadow: 0 9px 20px rgba(255, 204, 204, .55);
  cursor: pointer;
  transition:
    transform .18s ease,
    background-color .18s ease,
    box-shadow .18s ease;
}

.to-px__chat:hover {
  background: #ffc2c2;
  box-shadow: 0 11px 24px rgba(255, 194, 194, .62);
  transform: translateY(-1px);
}

.to-px__chat:focus-visible {
  outline: 3px solid rgba(107, 63, 67, .2);
  outline-offset: 3px;
}

.to-px__chat svg {
  width: 17px;
}

.to-px__bottom-trust {
  display: flex;
  gap: 28px;
  padding: 14px 28px;
  justify-content: center;
  color: var(--to-px-muted);
  background: #fff;
  border-top: 1px solid var(--to-px-line);
}

.to-px__bottom-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 9.5px;
}

.to-px__bottom-trust svg {
  width: 17px;
  color: var(--to-px-brand-dark);
}

@media (max-width: 767px) {
  .to-px {
    margin-top: 13px;
    border-radius: 14px;
  }

  .to-px__master-trigger { padding: 14px; }

  .to-px__master-top {
    grid-template-columns: 40px minmax(0, 1fr) 34px;
    gap: 10px;
  }

  .to-px__master-icon { width: 40px; height: 40px; }
  .to-px__master-icon svg { width: 21px; height: 21px; }
  .to-px__master-copy strong { font-size: 14px; }
  .to-px__master-copy small { font-size: 10.5px; }

  .to-px__master-action {
    width: 34px;
    height: 34px;
    padding: 0;
    justify-content: center;
  }

  .to-px__master-action-text { display: none; }

  .to-px__value-badges {
    gap: 6px;
    margin: 12px 0 0;
  }

  .to-px__value-badge {
    min-height: 29px;
    padding: 5px 8px;
    font-size: 9.5px;
  }

  .to-px__included-line {
    margin: 10px 0 0;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .to-px__value-section { padding: 23px 14px 25px; }
  .to-px__value-grid { grid-template-columns: 1fr; gap: 8px; }
  .to-px__value-item { min-height: auto; padding: 12px; }
  .to-px__value-note { align-items: flex-start; text-align: left; }

  .to-px__hero {
    min-height: 440px;
    align-items: flex-end;
    background-position: center top;
  }

  .to-px__hero-overlay {
    background:
      linear-gradient(0deg, rgba(22, 21, 20, .97) 0%, rgba(22, 21, 20, .82) 47%, rgba(22, 21, 20, .1) 82%),
      linear-gradient(90deg, rgba(22, 21, 20, .35), transparent);
  }

  .to-px__hero-content {
    width: 100%;
    padding: 27px 18px 22px;
  }

  .to-px__hero-kicker {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .to-px__hero h2 {
    font-size: 29px;
  }

  .to-px__hero p {
    margin-top: 13px;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .to-px__hero-facts {
    gap: 10px 14px;
    margin-top: 18px;
    padding-top: 14px;
  }

  .to-px__hero-facts span {
    font-size: 9.5px;
  }

  .to-px__category-story {
    padding: 22px 16px 18px;
  }

  .to-px__category-story h2 {
    font-size: 20px;
  }

  .to-px__category-story p {
    font-size: 12.5px;
    line-height: 1.62;
  }

  .to-px__trust-row {
    grid-template-columns: 1fr;
    margin: 0 14px;
  }

  .to-px__rating,
  .to-px__quote,
  .to-px__micro-trust {
    padding: 15px;
  }

  .to-px__quote,
  .to-px__micro-trust {
    border-top: 1px solid var(--to-px-line);
    border-left: 0;
  }

  .to-px__advisor {
    padding: 25px 14px 20px;
  }

  .to-px__section-heading {
    gap: 10px;
  }

  .to-px__section-heading h2 {
    font-size: 20px;
  }

  .to-px__accordion-trigger {
    min-height: 78px;
    grid-template-columns: 44px 70px minmax(0, 1fr) 18px;
    gap: 9px;
    padding: 8px 10px;
  }

  .to-px__accordion-icon {
    width: 44px;
    height: 44px;
  }

  .to-px__accordion-icon svg {
    width: 20px;
    height: 20px;
  }

  .to-px__accordion-thumb {
    width: 70px;
    height: 55px;
  }

  .to-px__accordion-title strong {
    font-size: 13px;
  }

  .to-px__accordion-title small {
    display: none;
  }

  .to-px__accordion-content {
    padding: 0 13px 18px;
  }

  .to-px__topic h3 {
    font-size: 18px;
  }

  .to-px__topic > p {
    font-size: 12.5px;
    line-height: 1.62;
  }

  .to-px__topic-grid,
  .to-px__font-grid,
  .to-px__features {
    grid-template-columns: 1fr;
  }

  .to-px__origin {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 13px;
    padding: 18px 15px;
    align-items: start;
  }

  .to-px__origin-photo,
  .to-px__origin-photo img {
    width: 70px;
    height: 70px;
  }

  .to-px__origin-online {
    right: 2px;
    bottom: 3px;
    width: 14px;
    height: 14px;
  }

  .to-px__origin-copy > span {
    font-size: 20px;
  }

  .to-px__origin-copy p {
    font-size: 11.5px;
  }

  .to-px__origin-actions {
    grid-column: 1 / -1;
  }

  .to-px__origin-points {
    justify-content: center;
  }

  .to-px__chat {
    width: 100%;
  }

  .to-px__bottom-trust {
    display: grid;
    gap: 9px;
    padding: 13px 15px;
    justify-content: start;
  }
}

/* V10 – horní karta, bezpečně kompatibilní se STABLE 2.0.1 */
body.type-product #to-product-experience-v7 .to-px__master-trigger .to-stable20-panel.to-v82-master-card {
  visibility: visible !important;
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  padding: 17px 22px !important;
  pointer-events: none !important;
}

body.type-product .to-v82-master-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

body.type-product .to-v82-master-icon {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #d9cec4 !important;
  box-shadow: 0 4px 12px rgba(74,57,43,.07) !important;
}

body.type-product .to-v82-master-icon svg {
  width: 21px !important;
  height: 21px !important;
  color: #7f6e60 !important;
}

body.type-product .to-v82-master-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  min-width: 0 !important;
}

body.type-product .to-v82-master-copy strong {
  color: #342d28 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

body.type-product .to-v82-master-copy small {
  color: #776a60 !important;
  font-size: 11.5px !important;
  line-height: 1.35 !important;
}

body.type-product .to-v82-chips {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

body.type-product .to-v82-chip {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 7px 9px !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid #ddd2c8 !important;
  color: #4d4239 !important;
  font-size: 10.5px !important;
  line-height: 1.15 !important;
  box-shadow: 0 2px 7px rgba(74,57,43,.035) !important;
}

body.type-product .to-v82-chip svg {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  color: #837264 !important;
}

body.type-product .to-v82-chip b {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-weight: 750 !important;
}

body.type-product .to-v82-master-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body.type-product .to-v82-master-bottom > b {
  color: #617f08 !important;
  font-size: 10.5px !important;
  line-height: 1.2 !important;
}

body.type-product .to-v82-master-bottom > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #5f5147 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

body.type-product .to-v82-master-bottom svg {
  width: 15px !important;
  height: 15px !important;
  transition: transform .2s ease !important;
}

body.type-product #to-product-experience-v7 .to-px__master-trigger[aria-expanded="true"] .to-v82-master-bottom svg {
  transform: rotate(180deg) !important;
}

@media (max-width: 767px) {
  body.type-product #to-product-experience-v7 .to-px__master-trigger {
    min-height: 214px !important;
  }

  body.type-product #to-product-experience-v7 .to-px__master-trigger .to-stable20-panel.to-v82-master-card {
    padding: 14px !important;
    gap: 9px !important;
  }

  body.type-product .to-v82-master-copy strong {
    font-size: 15px !important;
  }

  body.type-product .to-v82-master-copy small {
    font-size: 10.5px !important;
  }

  body.type-product .to-v82-chips {
    gap: 6px !important;
  }

  body.type-product .to-v82-chip {
    padding: 7px 8px !important;
    font-size: 9.8px !important;
  }

  body.type-product .to-v82-master-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 5px !important;
  }
}

/* V10 – čisté benefity bez rámečků a tabulkového vzhledu */
body.type-product .to-v82-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 18px !important;
  padding: 3px 0 1px !important;
}

body.type-product .to-v82-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #4d4239 !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

body.type-product .to-v82-chip svg {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  color: #8d7a69 !important;
  stroke-width: 1.7 !important;
}

body.type-product .to-v82-chip b {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  font-weight: 700 !important;
}

body.type-product .to-v82-chip:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  margin-left: 10px;
  border-radius: 50%;
  background: #cbbfb5;
  opacity: .9;
}

body.type-product #to-product-experience-v7 .to-px__master-trigger .to-stable20-panel.to-v82-master-card {
  gap: 12px !important;
  padding: 18px 22px !important;
}

body.type-product .to-v82-master-icon {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  width: 34px !important;
  height: 34px !important;
  flex-basis: 34px !important;
}

body.type-product .to-v82-master-icon svg {
  width: 25px !important;
  height: 25px !important;
  stroke-width: 1.55 !important;
}

body.type-product .to-v82-master-bottom {
  padding-top: 2px !important;
  border-top: 1px solid rgba(141,122,105,.16) !important;
}

@media (max-width: 767px) {
  body.type-product #to-product-experience-v7 .to-px__master-trigger {
    min-height: 204px !important;
  }

  body.type-product .to-v82-chips {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 12px !important;
  }

  body.type-product .to-v82-chip {
    font-size: 10.2px !important;
  }

  body.type-product .to-v82-chip:not(:last-child)::after {
    display: none !important;
  }

  body.type-product .to-v82-chip b {
    white-space: normal !important;
  }
}

/* V10 – finální prémiové doladění */
body.type-product #to-product-experience-v7,
body.type-product #to-product-experience-v7 * {
  font-family: inherit !important;
}

body.type-product #to-product-experience-v7 .to-px__master-trigger {
  position: relative !important;
}

body.type-product .to-v85-free-badge {
  position: absolute !important;
  top: 13px !important;
  right: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: rgba(182,169,154,.17) !important;
  border: 1px solid rgba(141,122,105,.2) !important;
  color: #746456 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

body.type-product .to-v82-master-icon {
  color: #8a735f !important;
}

body.type-product .to-v82-master-icon svg {
  width: 29px !important;
  height: 29px !important;
  filter: drop-shadow(0 2px 4px rgba(83,65,49,.08)) !important;
}

body.type-product .to-v82-master-copy strong {
  font-size: 18px !important;
  line-height: 1.22 !important;
  letter-spacing: -.01em !important;
}

body.type-product .to-v82-master-copy small {
  margin-top: 3px !important;
  max-width: 520px !important;
  color: #6f6258 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

body.type-product .to-v82-chip {
  font-size: 12px !important;
}

body.type-product .to-v82-chip svg {
  width: 17px !important;
  height: 17px !important;
}

body.type-product .to-v82-master-bottom > b,
body.type-product .to-v82-master-bottom > span {
  font-size: 11.5px !important;
}

body.type-product #to-product-experience-v7 a,
body.type-product #to-product-experience-v7 a:hover,
body.type-product #to-product-experience-v7 a:focus,
body.type-product #to-product-experience-v7 a:visited {
  text-decoration: none !important;
}

body.type-product #to-product-experience-v7 a[href*="hodnoceni-obchodu"] {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

body.type-product #to-product-experience-v7 .to-px__content,
body.type-product #to-product-experience-v7 .to-px__content p,
body.type-product #to-product-experience-v7 .to-px__content li,
body.type-product #to-product-experience-v7 .to-px__content a {
  font-family: inherit !important;
}

body.type-product #to-product-experience-v7 .to-px__content {
  animation: toV85Reveal .24s ease-out both;
}

@keyframes toV85Reveal {
  from { opacity: 0; transform: translateY(-3px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  body.type-product .to-v85-free-badge {
    top: 11px !important;
    right: 12px !important;
    font-size: 9px !important;
    padding: 4px 7px !important;
  }

  body.type-product .to-v82-master-copy {
    padding-right: 76px !important;
  }

  body.type-product .to-v82-master-copy strong {
    font-size: 16px !important;
  }

  body.type-product .to-v82-master-copy small {
    font-size: 12px !important;
    line-height: 1.42 !important;
  }

  body.type-product .to-v82-chip {
    font-size: 10.8px !important;
  }
}

/* V10 – vlastní horní karta panelu */
body.type-product #to-product-experience-v7 .to-px__master-trigger {
  position: relative !important;
  min-height: 190px !important;
  overflow: hidden !important;
}

body.type-product #to-product-experience-v7 .to-px__master-trigger > .to-v10-hidden-original {
  display: none !important;
}

body.type-product #to-product-experience-v7 .to-v10-master {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 15px !important;
  box-sizing: border-box !important;
  padding: 20px 22px 18px !important;
  font-family: inherit !important;
  color: #3e352f !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(182,169,154,.18), transparent 34%),
    linear-gradient(135deg, #fbfaf8 0%, #f6f1ec 100%) !important;
  border: 1px solid rgba(141,122,105,.24) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(74,57,43,.08) !important;
  pointer-events: none !important;
}

body.type-product .to-v10-top {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 13px !important;
}

body.type-product .to-v10-icon {
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  color: #a98345 !important;
}

body.type-product .to-v10-icon svg {
  width: 34px !important;
  height: 34px !important;
  filter: drop-shadow(0 3px 6px rgba(123,91,39,.13)) !important;
}

body.type-product .to-v10-copy {
  min-width: 0 !important;
}

body.type-product .to-v10-title {
  color: #302923 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -.015em !important;
}

body.type-product .to-v10-subtitle {
  margin-top: 4px !important;
  color: #6f6258 !important;
  font-size: 13.5px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

body.type-product .to-v10-badge {
  align-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 11px !important;
  border-radius: 999px !important;
  color: #6f5529 !important;
  background: linear-gradient(135deg, #f3dfac 0%, #e8c878 100%) !important;
  border: 1px solid rgba(158,118,41,.22) !important;
  box-shadow: 0 4px 12px rgba(158,118,41,.12) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.type-product .to-v10-benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px 20px !important;
  padding-left: 2px !important;
}

body.type-product .to-v10-benefit {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #4d4239 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

body.type-product .to-v10-benefit svg {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  color: #8ba207 !important;
}

body.type-product .to-v10-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(141,122,105,.16) !important;
}

body.type-product .to-v10-included {
  color: #658008 !important;
  font-size: 11.5px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

body.type-product .to-v10-more {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: #5c4f45 !important;
  font-size: 11.5px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

body.type-product .to-v10-more svg {
  width: 16px !important;
  height: 16px !important;
  transition: transform .2s ease !important;
}

body.type-product #to-product-experience-v7 .to-px__master-trigger[aria-expanded="true"] .to-v10-more svg {
  transform: rotate(180deg) !important;
}

@media (max-width: 767px) {
  body.type-product #to-product-experience-v7 .to-px__master-trigger {
    min-height: 238px !important;
  }

  body.type-product #to-product-experience-v7 .to-v10-master {
    padding: 17px 15px 15px !important;
    gap: 13px !important;
    border-radius: 14px !important;
  }

  body.type-product .to-v10-top {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  body.type-product .to-v10-icon {
    width: 38px !important;
    height: 38px !important;
  }

  body.type-product .to-v10-icon svg {
    width: 30px !important;
    height: 30px !important;
  }

  body.type-product .to-v10-title {
    font-size: 16px !important;
  }

  body.type-product .to-v10-subtitle {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  body.type-product .to-v10-badge {
    grid-column: 1 / -1 !important;
    margin-left: 48px !important;
    justify-self: start !important;
    font-size: 9px !important;
    padding: 6px 9px !important;
  }

  body.type-product .to-v10-benefits {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 12px !important;
  }

  body.type-product .to-v10-benefit {
    font-size: 10.8px !important;
  }

  body.type-product .to-v10-footer {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
}

/* V10.1 – schválený prémiový vzhled */
body.type-product #to-product-experience-v7,
body.type-product #to-product-experience-v7 * {
  font-family: inherit !important;
}

body.type-product #to-product-experience-v7 .to-px__master-trigger {
  position: relative !important;
  min-height: 292px !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.type-product #to-product-experience-v7 .to-v101-hide-legacy {
  display: none !important;
}

body.type-product #to-product-experience-v7 .to-v101-master {
  position: absolute !important;
  inset: 0 !important;
  z-index: 20 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  padding: 18px 22px 16px !important;
  color: #332922 !important;
  background:
    radial-gradient(circle at 90% 8%, rgba(232,200,120,.16), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fbf8f4 100%) !important;
  border: 1px solid rgba(151,128,105,.2) !important;
  border-radius: 17px !important;
  box-shadow: 0 10px 28px rgba(58,45,34,.09) !important;
  pointer-events: none !important;
}

body.type-product .to-v101-head {
  display: grid !important;
  grid-template-columns: 128px minmax(0,1fr) auto !important;
  align-items: center !important;
  gap: 17px !important;
}

body.type-product .to-v101-illustration {
  width: 128px !important;
  height: 94px !important;
  display: grid !important;
  place-items: center !important;
  color: #b88d4d !important;
}

body.type-product .to-v101-hero-svg {
  width: 128px !important;
  height: 94px !important;
  overflow: visible !important;
  filter: drop-shadow(0 4px 6px rgba(139,100,43,.09)) !important;
}

body.type-product .to-v101-heading {
  min-width: 0 !important;
}

body.type-product .to-v101-title {
  color: #30251f !important;
  font-family: inherit !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -.015em !important;
}

body.type-product .to-v101-subtitle {
  margin-top: 7px !important;
  max-width: 560px !important;
  color: #6c5e55 !important;
  font-family: inherit !important;
  font-size: 13.5px !important;
  line-height: 1.48 !important;
  font-weight: 500 !important;
}

body.type-product .to-v101-badge {
  align-self: start !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px 12px !important;
  color: #5e461e !important;
  background: linear-gradient(135deg,#f8e6b7 0%,#e9c66d 100%) !important;
  border: 1px solid rgba(163,119,37,.2) !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 13px rgba(157,111,29,.14) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.type-product .to-v101-badge span {
  font-size: 13px !important;
  color: #b8832b !important;
}

body.type-product .to-v101-benefits {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  border-top: 1px solid rgba(151,128,105,.15) !important;
  border-bottom: 1px solid rgba(151,128,105,.15) !important;
  padding: 14px 0 !important;
}

body.type-product .to-v101-benefit {
  display: grid !important;
  grid-template-columns: 35px minmax(0,1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  padding: 0 17px !important;
  border-right: 1px solid rgba(151,128,105,.17) !important;
}

body.type-product .to-v101-benefit:first-child {
  padding-left: 4px !important;
}

body.type-product .to-v101-benefit:last-child {
  border-right: 0 !important;
  padding-right: 4px !important;
}

body.type-product .to-v101-benefit i {
  width: 35px !important;
  height: 35px !important;
  display: grid !important;
  place-items: center !important;
  color: #b58a4a !important;
  font-style: normal !important;
}

body.type-product .to-v101-benefit i svg {
  width: 31px !important;
  height: 31px !important;
}

body.type-product .to-v101-benefit span {
  min-width: 0 !important;
}

body.type-product .to-v101-benefit b {
  display: block !important;
  color: #342a24 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

body.type-product .to-v101-benefit small {
  display: block !important;
  margin-top: 3px !important;
  color: #75685f !important;
  font-size: 10.5px !important;
  line-height: 1.32 !important;
  font-weight: 500 !important;
}

body.type-product .to-v101-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

body.type-product .to-v101-reviews {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #3c3028 !important;
  text-decoration: none !important;
  pointer-events: auto !important;
}

body.type-product .to-v101-reviews:hover,
body.type-product .to-v101-reviews:focus,
body.type-product .to-v101-reviews:visited {
  color: #3c3028 !important;
  text-decoration: none !important;
}

body.type-product .to-v101-reviews i {
  width: 27px !important;
  height: 27px !important;
  flex: 0 0 27px !important;
  color: #c28e35 !important;
  font-style: normal !important;
}

body.type-product .to-v101-reviews i svg {
  width: 27px !important;
  height: 27px !important;
}

body.type-product .to-v101-reviews span {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

body.type-product .to-v101-reviews b {
  font-size: 14px !important;
  font-weight: 850 !important;
}

body.type-product .to-v101-reviews small {
  display: block !important;
  margin-top: 3px !important;
  color: #75685f !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
}

body.type-product .to-v101-open {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #392d26 !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

body.type-product .to-v101-open svg {
  width: 18px !important;
  height: 18px !important;
  transition: transform .22s ease !important;
}

body.type-product #to-product-experience-v7 .to-px__master-trigger[aria-expanded="true"] .to-v101-open svg {
  transform: rotate(180deg) !important;
}

@media (max-width: 900px) {
  body.type-product #to-product-experience-v7 .to-px__master-trigger {
    min-height: 360px !important;
  }

  body.type-product .to-v101-head {
    grid-template-columns: 105px minmax(0,1fr) !important;
  }

  body.type-product .to-v101-badge {
    grid-column: 2 !important;
    justify-self: start !important;
  }

  body.type-product .to-v101-benefits {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    row-gap: 14px !important;
  }

  body.type-product .to-v101-benefit:nth-child(2) {
    border-right: 0 !important;
  }

  body.type-product .to-v101-benefit:nth-child(3),
  body.type-product .to-v101-benefit:nth-child(4) {
    padding-top: 13px !important;
    border-top: 1px solid rgba(151,128,105,.13) !important;
  }
}

@media (max-width: 600px) {
  body.type-product #to-product-experience-v7 .to-px__master-trigger {
    min-height: 475px !important;
  }

  body.type-product #to-product-experience-v7 .to-v101-master {
    padding: 15px 14px 13px !important;
    gap: 13px !important;
    border-radius: 14px !important;
  }

  body.type-product .to-v101-head {
    grid-template-columns: 76px minmax(0,1fr) !important;
    gap: 10px !important;
  }

  body.type-product .to-v101-illustration,
  body.type-product .to-v101-hero-svg {
    width: 76px !important;
    height: 66px !important;
  }

  body.type-product .to-v101-title {
    font-size: 16px !important;
    line-height: 1.22 !important;
  }

  body.type-product .to-v101-subtitle {
    margin-top: 4px !important;
    font-size: 11.5px !important;
    line-height: 1.38 !important;
  }

  body.type-product .to-v101-badge {
    grid-column: 1 / -1 !important;
    margin-left: 86px !important;
    padding: 6px 9px !important;
    font-size: 8.5px !important;
  }

  body.type-product .to-v101-benefits {
    grid-template-columns: 1fr !important;
    padding: 9px 0 !important;
    row-gap: 0 !important;
  }

  body.type-product .to-v101-benefit,
  body.type-product .to-v101-benefit:first-child,
  body.type-product .to-v101-benefit:last-child,
  body.type-product .to-v101-benefit:nth-child(3),
  body.type-product .to-v101-benefit:nth-child(4) {
    grid-template-columns: 30px minmax(0,1fr) !important;
    padding: 8px 2px !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(151,128,105,.11) !important;
  }

  body.type-product .to-v101-benefit:last-child {
    border-bottom: 0 !important;
  }

  body.type-product .to-v101-benefit i,
  body.type-product .to-v101-benefit i svg {
    width: 27px !important;
    height: 27px !important;
  }

  body.type-product .to-v101-benefit b {
    font-size: 11.5px !important;
  }

  body.type-product .to-v101-benefit small {
    font-size: 9.8px !important;
  }

  body.type-product .to-v101-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 9px !important;
  }

  body.type-product .to-v101-open {
    align-self: flex-end !important;
  }
}


/* V10.1 – bezpečnostní oprava kolize se starší vrstvou */
body.type-product #to-product-experience-v7 .to-px__master-trigger > .to-v101-master {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.type-product #to-product-experience-v7 .to-px__master-trigger > .to-v10-master,
body.type-product #to-product-experience-v7 .to-px__master-trigger > .to-stable20-panel,
body.type-product #to-product-experience-v7 .to-px__master-trigger > .to-v82-master-card {
  display: none !important;
}
