:root {
  --tlc-compare-accent: var(--tlc-color-brand, #ffb91f);
  --tlc-compare-accent-strong: var(--tlc-color-brand-strong, #c77d00);
  --tlc-compare-ink: var(--tlc-color-ink, #202020);
  --tlc-compare-muted: var(--tlc-color-muted, #6b6f76);
  --tlc-compare-line: var(--tlc-color-border, #e4e5e7);
  --tlc-compare-paper: var(--tlc-color-paper, #fff);
  --tlc-compare-soft: var(--tlc-color-surface, #f6f6f4);
  --tlc-compare-dark: #17212c;
  --tlc-compare-dark-soft: #263342;
  --tlc-compare-difference: #fff8e7;
  --tlc-compare-success: var(--tlc-color-success, #287a49);
  --tlc-compare-danger: #a33a35;
  --tlc-compare-focus: 0 0 0 3px rgb(255 185 31 / 34%);
  --tlc-compare-shadow: 0 20px 55px rgb(23 33 44 / 12%);
}

.tlc-compare-toggle {
  align-items: center;
  background: var(--tlc-compare-paper);
  border: 1px solid #d4d7dc;
  border-radius: 7px;
  box-sizing: border-box;
  color: #3f4650;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 0.55rem;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.tlc-compare-toggle:hover {
  border-color: #9299a3;
  color: var(--tlc-compare-ink);
  transform: translateY(-1px);
}

.tlc-compare-toggle:focus-visible {
  border-color: var(--tlc-compare-accent-strong);
  box-shadow: var(--tlc-compare-focus);
  color: var(--tlc-compare-ink);
  outline: none;
}

.tlc-compare-toggle.is-selected {
  background: #fff7df;
  border-color: var(--tlc-compare-accent-strong);
  box-shadow: inset 3px 0 0 var(--tlc-compare-accent);
  color: var(--tlc-compare-ink);
}

.tlc-compare-toggle--choose {
  border-style: dashed;
}

.tlc-compare-toggle[aria-disabled="true"] {
  cursor: not-allowed;
  filter: grayscale(0.3);
  opacity: 0.52;
  transform: none;
}

.tlc-compare-toggle__icon {
  fill: none;
  height: 1.22rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 1.22rem;
}

.tlc-compare-toggle__icon path {
  stroke-width: 2;
}

.tlc-product-card .tlc-compare-toggle--catalog {
  margin: 0.65rem 0 0;
  width: 100%;
}

.single-product .tlc-compare-toggle--product {
  margin-top: 0.85rem;
  min-width: 190px;
}

.tlc-compare-tray[hidden],
.tlc-comparison [hidden] {
  display: none !important;
}

.tlc-compare-tray {
  bottom: max(0.8rem, env(safe-area-inset-bottom));
  left: 50%;
  max-width: min(1040px, calc(100vw - 2rem));
  position: fixed;
  transform: translateX(-50%);
  transition: max-width 180ms ease;
  width: 100%;
  z-index: 9995;
}

.tlc-compare-tray.is-collapsed {
  max-width: min(390px, calc(100vw - 2rem));
}

.tlc-compare-tray__inner {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgb(255 255 255 / 97%);
  border: 1px solid rgb(23 33 44 / 14%);
  border-top: 3px solid var(--tlc-compare-accent);
  border-radius: 12px;
  box-shadow: 0 22px 65px rgb(12 20 30 / 24%);
  display: grid;
  gap: 0.6rem 1rem;
  grid-template-columns: minmax(210px, 0.7fr) minmax(320px, 1.8fr) auto;
  padding: 0.8rem 0.85rem;
}

.tlc-compare-tray__heading {
  align-items: center;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-width: 0;
}

.tlc-compare-tray__symbol {
  align-items: center;
  background: var(--tlc-compare-dark);
  border-radius: 8px;
  color: var(--tlc-compare-accent);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.tlc-compare-tray__symbol svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 22px;
}

.tlc-compare-tray__title,
.tlc-compare-tray__subtitle {
  margin: 0;
}

.tlc-compare-tray__title {
  color: var(--tlc-compare-ink);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.2;
}

.tlc-compare-tray__title span {
  background: #fff3cf;
  border-radius: 999px;
  color: #704a00;
  display: inline-block;
  font-size: 0.69rem;
  margin-left: 0.28rem;
  padding: 0.16rem 0.42rem;
  vertical-align: 0.08rem;
}

.tlc-compare-tray__subtitle {
  color: var(--tlc-compare-muted);
  font-size: 0.71rem;
  line-height: 1.25;
  margin-top: 0.18rem;
}

.tlc-compare-tray__collapse {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #626975;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.tlc-compare-tray__collapse:hover,
.tlc-compare-tray__collapse:focus-visible {
  background: #f0f1f3;
  color: var(--tlc-compare-ink);
  outline: none;
}

.tlc-compare-tray__collapse:focus-visible {
  box-shadow: var(--tlc-compare-focus);
}

.tlc-compare-tray__collapse svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
  width: 18px;
}

.tlc-compare-tray__collapse[aria-expanded="false"] svg {
  transform: rotate(180deg);
}

.tlc-compare-tray.is-collapsed .tlc-compare-tray__inner {
  grid-template-columns: 1fr;
}

.tlc-compare-tray.is-collapsed .tlc-compare-tray__items,
.tlc-compare-tray.is-collapsed .tlc-compare-tray__actions,
.tlc-compare-tray.is-collapsed .tlc-compare-tray__status {
  display: none;
}

.tlc-compare-tray__items {
  display: flex;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  padding: 0.15rem;
  scrollbar-width: thin;
}

.tlc-compare-tray__items li {
  align-items: center;
  background: #f4f5f6;
  border: 1px solid transparent;
  border-radius: 8px;
  display: grid;
  flex: 1 1 150px;
  gap: 0.45rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-width: 125px;
  padding: 0.36rem;
}

.tlc-compare-tray__items li:hover {
  border-color: #d9dce1;
}

.tlc-compare-tray__items img,
.tlc-compare-tray__position {
  background: #fff;
  border-radius: 6px;
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.tlc-compare-tray__position {
  align-items: center;
  color: var(--tlc-compare-muted);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 750;
  justify-content: center;
}

.tlc-compare-tray__name {
  display: -webkit-box;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tlc-compare-tray__items button,
.tlc-comparison-product__remove {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #707782;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}

.tlc-compare-tray__items button svg,
.tlc-comparison-product__remove svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 17px;
}

.tlc-compare-tray__items button:hover,
.tlc-compare-tray__items button:focus-visible,
.tlc-comparison-product__remove:hover,
.tlc-comparison-product__remove:focus-visible {
  background: #e6e8eb;
  color: var(--tlc-compare-ink);
  outline: none;
}

.tlc-compare-tray__items button:focus-visible,
.tlc-comparison-product__remove:focus-visible {
  box-shadow: var(--tlc-compare-focus);
}

.tlc-compare-tray__actions {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3rem;
}

.tlc-compare-tray__clear {
  background: none;
  border: 0;
  color: var(--tlc-compare-muted);
  cursor: pointer;
  font-size: 0.71rem;
  min-height: 26px;
  padding: 0.1rem 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tlc-compare-tray__clear:hover,
.tlc-compare-tray__clear:focus-visible {
  color: var(--tlc-compare-ink);
  outline: none;
}

.tlc-compare-tray__submit {
  align-items: center;
  background: var(--tlc-compare-dark);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 0.4rem;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.tlc-compare-tray__submit svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.tlc-compare-tray__submit:hover,
.tlc-compare-tray__submit:focus-visible {
  background: #293849;
  color: #fff;
  outline: none;
}

.tlc-compare-tray__submit:focus-visible {
  box-shadow: var(--tlc-compare-focus);
}

.tlc-compare-tray__submit[aria-disabled="true"] {
  background: #a9afb7;
  box-shadow: none;
  cursor: not-allowed;
}

.tlc-compare-tray__status {
  color: #774900;
  font-size: 0.72rem;
  grid-column: 1 / -1;
  line-height: 1.2;
  margin: 0;
  min-height: 0;
  text-align: center;
}

.tlc-compare-tray__status:empty {
  display: none;
}

.tlc-comparison-route {
  background: #f7f7f5;
}

.tlc-comparison-route .tlc-product-comparison-fallback {
  padding-block: clamp(0.75rem, 1.5vw, 1.25rem) clamp(3.5rem, 7vw, 7rem);
}

.tlc-product-comparison-fallback > .container {
  max-width: 1680px;
}

.tlc-comparison {
  color: var(--tlc-compare-ink);
  position: relative;
}

.tlc-comparison-empty {
  align-items: center;
  background: var(--tlc-compare-paper);
  border: 1px solid var(--tlc-compare-line);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgb(23 33 44 / 6%);
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  grid-template-columns: auto minmax(280px, 1fr) minmax(280px, 0.8fr);
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.tlc-comparison-empty__visual {
  align-items: center;
  display: flex;
}

.tlc-comparison-empty__visual span {
  align-items: center;
  background: #f6f7f8;
  border: 1px solid #e2e4e7;
  border-radius: 14px;
  color: #59616b;
  display: inline-flex;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.tlc-comparison-empty__visual span:last-child {
  background: #fff6da;
  border-color: #f0cf75;
  color: #765000;
}

.tlc-comparison-empty__visual svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 34px;
}

.tlc-comparison-empty__visual i {
  border-top: 2px dashed #c8cbd0;
  display: block;
  width: 28px;
}

.tlc-comparison-empty.is-error .tlc-comparison-empty__visual span:last-child {
  background: #fff0ef;
  border-color: #e4aaa7;
  color: var(--tlc-compare-danger);
}

.tlc-comparison-empty__kicker {
  color: var(--tlc-compare-accent-strong) !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem !important;
  text-transform: uppercase;
}

.tlc-comparison-empty__copy h2 {
  color: var(--tlc-compare-ink);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  letter-spacing: -0.02em;
  margin: 0;
}

.tlc-comparison-empty__copy > p {
  color: var(--tlc-compare-muted);
  line-height: 1.55;
  margin: 0.7rem 0 0;
  max-width: 600px;
}

.tlc-comparison-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.tlc-comparison-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 750;
  gap: 0.45rem;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.tlc-comparison-button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.tlc-comparison-button--primary {
  background: var(--tlc-compare-dark);
  color: #fff;
}

.tlc-comparison-button--primary:hover,
.tlc-comparison-button--primary:focus-visible {
  background: #293849;
  color: #fff;
  outline: none;
}

.tlc-comparison-button--secondary {
  background: #fff;
  border-color: #cfd2d7;
  color: var(--tlc-compare-ink);
}

.tlc-comparison-button--secondary:hover,
.tlc-comparison-button--secondary:focus-visible {
  background: #f4f5f6;
  border-color: #9fa4ac;
  outline: none;
}

.tlc-comparison-button:focus-visible {
  box-shadow: var(--tlc-compare-focus);
}

.tlc-comparison-empty__steps {
  border-left: 1px solid var(--tlc-compare-line);
  display: grid;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0.2rem 0 0.2rem clamp(1.25rem, 3vw, 2.5rem);
}

.tlc-comparison-empty__steps li {
  align-items: start;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto 1fr;
}

.tlc-comparison-empty__steps li > span {
  align-items: center;
  background: #fff4d2;
  border-radius: 50%;
  color: #704a00;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.tlc-comparison-empty__steps p {
  color: var(--tlc-compare-muted);
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0;
}

.tlc-comparison-empty__steps strong {
  color: var(--tlc-compare-ink);
  display: block;
  font-size: 0.82rem;
  margin-bottom: 0.12rem;
}

.tlc-comparison-workspace {
  background: var(--tlc-compare-paper);
  border: 1px solid var(--tlc-compare-line);
  border-radius: 14px;
  box-shadow: 0 14px 38px rgb(23 33 44 / 7%);
  overflow: hidden;
}

.tlc-comparison__toolbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--tlc-compare-line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  justify-content: space-between;
  padding: 0.85rem 1rem;
}

.tlc-comparison__toolbar-heading {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.tlc-comparison__toolbar-heading span {
  color: var(--tlc-compare-ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.tlc-comparison__toolbar-heading small {
  color: var(--tlc-compare-muted);
  font-size: 0.7rem;
  margin-top: 0.15rem;
}

.tlc-comparison__toolbar-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tlc-comparison__difference-toggle {
  align-items: center;
  color: #424851;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.76rem;
  gap: 0.48rem;
  min-height: 40px;
  padding-inline: 0.35rem 0.5rem;
}

.tlc-comparison__difference-toggle input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.tlc-comparison__difference-toggle > span {
  background: #c7cbd1;
  border-radius: 999px;
  display: inline-block;
  height: 22px;
  padding: 2px;
  position: relative;
  transition: background-color 160ms ease;
  width: 40px;
}

.tlc-comparison__difference-toggle > span::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  content: "";
  display: block;
  height: 18px;
  transition: transform 160ms ease;
  width: 18px;
}

.tlc-comparison__difference-toggle input:checked + span {
  background: var(--tlc-compare-dark);
}

.tlc-comparison__difference-toggle input:checked + span::after {
  transform: translateX(18px);
}

.tlc-comparison__difference-toggle input:focus-visible + span {
  box-shadow: var(--tlc-compare-focus);
}

.tlc-comparison__group-actions {
  align-items: center;
  border-left: 1px solid var(--tlc-compare-line);
  display: flex;
  gap: 0.12rem;
  padding-left: 0.45rem;
}

.tlc-comparison__group-actions button {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #5c626b;
  cursor: pointer;
  font-size: 0.72rem;
  min-height: 36px;
  padding: 0.4rem 0.5rem;
}

.tlc-comparison__group-actions button:hover,
.tlc-comparison__group-actions button:focus-visible {
  background: #f0f1f3;
  color: var(--tlc-compare-ink);
  outline: none;
}

.tlc-comparison__group-actions button:focus-visible {
  box-shadow: var(--tlc-compare-focus);
}

.tlc-comparison__share {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd2d7;
  border-radius: 7px;
  color: #343a43;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 0.38rem;
  min-height: 40px;
  padding: 0.55rem 0.72rem;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.tlc-comparison__share svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.tlc-comparison__share:hover,
.tlc-comparison__share:focus-visible {
  background: #f5f6f7;
  border-color: #9da3ab;
  outline: none;
}

.tlc-comparison__share:focus-visible {
  box-shadow: var(--tlc-compare-focus);
}

.tlc-comparison__share.is-success {
  background: #edf8f1;
  border-color: #89b99d;
  color: var(--tlc-compare-success);
}

.tlc-comparison__scroll-hint {
  align-items: center;
  background: #fff8e7;
  color: #75510b;
  display: none;
  font-size: 0.72rem;
  gap: 0.35rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
}

.tlc-comparison__scroll-hint svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 17px;
}

.tlc-comparison__scroll {
  max-height: min(76vh, 980px);
  overflow: auto;
  overscroll-behavior: contain;
  position: relative;
  scrollbar-color: #b6bbc2 #f1f2f3;
  scrollbar-width: thin;
}

.tlc-comparison__scroll:focus-visible {
  box-shadow: inset var(--tlc-compare-focus);
  outline: none;
}

.tlc-comparison__table {
  background: #fff;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  min-width: max(100%, 800px);
  table-layout: fixed;
  width: max-content;
}

.tlc-comparison__table th,
.tlc-comparison__table td {
  border: 0;
  border-bottom: 1px solid var(--tlc-compare-line);
  border-right: 1px solid var(--tlc-compare-line);
  box-sizing: border-box;
  min-width: clamp(245px, 21vw, 310px);
  padding: 0.9rem 1rem;
  text-align: center;
  vertical-align: middle;
}

.tlc-comparison__table th:last-child,
.tlc-comparison__table td:last-child {
  border-right: 0;
}

.tlc-comparison__table th:first-child,
.tlc-comparison__table td:first-child {
  min-width: clamp(225px, 19vw, 275px);
  width: clamp(225px, 19vw, 275px);
}

.tlc-comparison__table thead th {
  background: #fff;
  box-shadow: 0 7px 16px rgb(23 33 44 / 6%);
  height: 156px;
  position: sticky;
  top: 0;
  vertical-align: top;
  z-index: 4;
}

.tlc-comparison__table thead th:first-child {
  left: 0;
  z-index: 7;
}

.tlc-comparison__attribute-heading {
  color: var(--tlc-compare-ink);
  padding-top: 0.85rem !important;
  text-align: left !important;
}

.tlc-comparison__attribute-heading > span,
.tlc-comparison__attribute-heading > small,
.tlc-comparison__attribute-heading > a {
  display: block;
}

.tlc-comparison__attribute-heading > span {
  font-size: 1rem;
  font-weight: 800;
}

.tlc-comparison__attribute-heading > small {
  color: var(--tlc-compare-muted);
  font-size: 0.72rem;
  font-weight: 500;
  margin-top: 0.25rem;
}

.tlc-comparison__attribute-heading > a {
  color: var(--tlc-compare-ink);
  font-size: 0.76rem;
  font-weight: 750;
  margin-top: 0.65rem;
  text-decoration-color: var(--tlc-compare-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.tlc-comparison__attribute-heading > a:hover,
.tlc-comparison__attribute-heading > a:focus-visible {
  color: var(--tlc-compare-accent-strong);
  outline: none;
}

.tlc-comparison-product {
  padding: 0.3rem 0.65rem 0.45rem !important;
  position: sticky;
}

.tlc-comparison-product__topline {
  align-items: center;
  display: flex;
  min-height: 21px;
  padding-left: 0.15rem;
}

.tlc-comparison-product__topline > span {
  color: #858b94;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tlc-comparison-product__topline > strong {
  background: #fff0c2;
  border-radius: 999px;
  color: #714900;
  font-size: 0.62rem;
  margin-left: 0.45rem;
  padding: 0.18rem 0.42rem;
}

.tlc-comparison-product__remove {
  margin-left: auto;
}

.tlc-comparison-product__link {
  color: var(--tlc-compare-ink);
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
}

.tlc-comparison-product__name {
  display: -webkit-box;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.2;
  min-height: 2.2em;
  overflow: hidden;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tlc-comparison-product__link:hover .tlc-comparison-product__name,
.tlc-comparison-product__link:focus-visible .tlc-comparison-product__name {
  color: var(--tlc-compare-accent-strong);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tlc-comparison-product__link:focus-visible {
  border-radius: 7px;
  box-shadow: var(--tlc-compare-focus);
  outline: none;
}

.tlc-comparison-product__price {
  color: var(--tlc-compare-ink);
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0.18rem;
  text-align: left;
}

.tlc-comparison-product__price del {
  color: #8c9199;
  font-size: 0.74rem;
  font-weight: 500;
}

.tlc-comparison-product__price ins {
  color: var(--tlc-compare-danger);
  text-decoration: none;
}

.tlc-comparison-product__stock {
  align-items: center;
  display: flex;
  font-size: 0.65rem;
  font-weight: 650;
  gap: 0.32rem;
  margin-top: 0.12rem;
}

.tlc-comparison-product__stock i {
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
}

.tlc-comparison-product__stock.is-in-stock {
  color: var(--tlc-compare-success);
}

.tlc-comparison-product__stock.is-out-of-stock {
  color: var(--tlc-compare-danger);
}

.tlc-comparison-product__action {
  background: var(--tlc-compare-dark);
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 0.72rem;
  font-weight: 750;
  margin-top: 0.28rem;
  min-height: 32px;
  padding: 0.38rem 0.5rem;
  text-decoration: none;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tlc-comparison-product__action:hover,
.tlc-comparison-product__action:focus-visible {
  background: #2a394a;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.tlc-comparison-product__action:focus-visible {
  box-shadow: var(--tlc-compare-focus);
}

.tlc-comparison-group__heading th {
  background: #eef0f2;
  left: 0;
  padding: 0;
  position: sticky;
  text-align: left;
  z-index: 3;
}

.tlc-comparison-group__heading button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tlc-compare-ink);
  cursor: pointer;
  display: flex;
  min-height: 54px;
  padding: 0.65rem 1rem;
  text-align: left;
  width: 100%;
}

.tlc-comparison-group__heading button:hover,
.tlc-comparison-group__heading button:focus-visible {
  background: #e5e8eb;
  outline: none;
}

.tlc-comparison-group__heading button:focus-visible {
  box-shadow: inset var(--tlc-compare-focus);
}

.tlc-comparison-group__title {
  display: flex;
  flex-direction: column;
}

.tlc-comparison-group__title strong {
  font-size: 0.88rem;
  font-weight: 800;
}

.tlc-comparison-group__title small {
  color: var(--tlc-compare-muted);
  font-size: 0.65rem;
  font-weight: 500;
  margin-top: 0.05rem;
}

.tlc-comparison-group__difference-count {
  background: #fff4d2;
  border-radius: 999px;
  color: #765000;
  font-size: 0.64rem;
  font-weight: 700;
  margin-left: auto;
  padding: 0.22rem 0.5rem;
}

.tlc-comparison-group__heading svg {
  fill: none;
  height: 20px;
  margin-left: 0.65rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 160ms ease;
  width: 20px;
}

.tlc-comparison-group__heading button[aria-expanded="false"] svg {
  transform: rotate(-90deg);
}

.tlc-comparison__table tbody th[scope="row"] {
  background: #fff;
  color: #3d444d;
  left: 0;
  position: sticky;
  text-align: left;
  z-index: 2;
}

.tlc-comparison__row-label {
  display: block;
  font-size: 0.81rem;
  font-weight: 700;
  line-height: 1.3;
}

.tlc-comparison__row-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.24rem;
}

.tlc-comparison__row-meta small {
  color: var(--tlc-compare-muted);
  font-size: 0.64rem;
  font-weight: 500;
}

.tlc-comparison__row-meta em {
  align-items: center;
  color: #936000;
  display: inline-flex;
  font-size: 0.59rem;
  font-style: normal;
  font-weight: 750;
  gap: 0.22rem;
  text-transform: uppercase;
}

.tlc-comparison__row-meta em i {
  background: var(--tlc-compare-accent);
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  width: 5px;
}

.tlc-comparison__table td {
  color: #4d535b;
  font-size: 0.83rem;
  line-height: 1.35;
}

.tlc-comparison__table td.is-different {
  background: var(--tlc-compare-difference);
  color: #413712;
  font-weight: 700;
}

.tlc-comparison__missing {
  color: #959aa2;
  font-size: 0.74rem;
  font-style: italic;
  font-weight: 400;
}

.tlc-comparison__footer {
  align-items: center;
  background: #fafafa;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.8rem 1rem;
}

.tlc-comparison__footer p {
  align-items: center;
  color: var(--tlc-compare-muted);
  display: flex;
  font-size: 0.69rem;
  gap: 0.45rem;
  line-height: 1.35;
  margin: 0;
  max-width: 800px;
}

.tlc-comparison__footer svg {
  fill: none;
  flex: 0 0 auto;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 18px;
}

.tlc-comparison__footer > a {
  color: var(--tlc-compare-ink);
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 750;
  text-decoration-color: var(--tlc-compare-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.tlc-comparison__footer > a:hover,
.tlc-comparison__footer > a:focus-visible {
  color: var(--tlc-compare-accent-strong);
  outline: none;
}

.tlc-comparison__filter-status {
  color: var(--tlc-compare-muted);
  font-size: 0.75rem;
  margin: 0.65rem 0 0;
  min-height: 1em;
  text-align: right;
}

.tlc-comparison-toast {
  background: var(--tlc-compare-dark);
  border-left: 4px solid var(--tlc-compare-accent);
  border-radius: 7px;
  bottom: 1rem;
  box-shadow: 0 14px 35px rgb(14 22 31 / 22%);
  color: #fff;
  font-size: 0.8rem;
  left: 50%;
  max-width: min(440px, calc(100vw - 2rem));
  padding: 0.75rem 1rem;
  position: fixed;
  transform: translateX(-50%);
  z-index: 9997;
}

.tlc-product-comparison-fallback__content {
  background: #fff;
  border: 1px solid var(--tlc-compare-line);
  border-radius: 12px;
  margin-block: 2rem;
  padding: clamp(1.5rem, 5vw, 4rem);
  text-align: center;
}

.tlc-product-comparison-fallback__eyebrow {
  color: var(--tlc-compare-accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .tlc-comparison-empty {
    grid-template-columns: auto 1fr;
  }

  .tlc-comparison-empty__steps {
    border-left: 0;
    border-top: 1px solid var(--tlc-compare-line);
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    padding: 1.5rem 0 0;
  }

  .tlc-compare-tray__inner {
    grid-template-columns: minmax(210px, 0.7fr) minmax(280px, 1.5fr) auto;
  }
}

@media (max-width: 820px) {
  .tlc-compare-tray {
    bottom: max(0.5rem, env(safe-area-inset-bottom));
    max-width: calc(100vw - 1rem);
  }

  .tlc-compare-tray__inner {
    gap: 0.55rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.65rem;
  }

  .tlc-compare-tray__heading {
    grid-column: 1;
  }

  .tlc-compare-tray__items {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .tlc-compare-tray__actions {
    grid-column: 2;
    grid-row: 1;
  }

  .tlc-compare-tray__status {
    grid-row: 3;
  }

  .tlc-comparison__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .tlc-comparison__toolbar-actions {
    justify-content: space-between;
  }

  .tlc-comparison__scroll-hint {
    display: flex;
  }

  .tlc-comparison__table {
    scroll-snap-type: x proximity;
  }

  .tlc-comparison__table th,
  .tlc-comparison__table td {
    min-width: 230px;
    scroll-snap-align: start;
  }

  .tlc-comparison__table th:first-child,
  .tlc-comparison__table td:first-child {
    min-width: 185px;
    width: 185px;
  }

  .tlc-comparison__table thead th {
    height: 162px;
  }
}

@media (max-width: 640px) {
  .tlc-comparison-route .tlc-product-comparison-fallback {
    padding-block: 0.75rem 4rem;
  }

  .tlc-product-comparison-fallback > .container {
    padding-inline: 0.65rem;
  }

  .tlc-comparison-empty {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    padding: 1.4rem;
    text-align: center;
  }

  .tlc-comparison-empty__visual {
    justify-content: center;
  }

  .tlc-comparison-empty__actions {
    justify-content: center;
  }

  .tlc-comparison-empty__steps {
    grid-column: 1;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .tlc-comparison-workspace {
    border-radius: 10px;
  }

  .tlc-comparison__toolbar-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .tlc-comparison__difference-toggle {
    grid-column: 1 / -1;
  }

  .tlc-comparison__group-actions {
    border-left: 0;
    padding-left: 0;
  }

  .tlc-comparison__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .tlc-comparison__table th,
  .tlc-comparison__table td {
    min-width: 208px;
    padding: 0.75rem;
  }

  .tlc-comparison__table th:first-child,
  .tlc-comparison__table td:first-child {
    min-width: 152px;
    width: 152px;
  }

  .tlc-comparison__table thead th {
    height: 168px;
  }

  .tlc-comparison-product {
    padding-inline: 0.65rem !important;
  }

  .tlc-comparison__attribute-heading {
    padding-top: 0.75rem !important;
  }

  .tlc-comparison__attribute-heading > span {
    font-size: 0.86rem;
  }

  .tlc-comparison-group__difference-count {
    display: none;
  }
}

@media (max-width: 480px) {
  .tlc-compare-tray__symbol {
    display: none;
  }

  .tlc-compare-tray__heading {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .tlc-compare-tray__submit span {
    max-width: 88px;
  }

  .tlc-compare-tray__items li {
    min-width: 145px;
  }

  .tlc-comparison__group-actions button {
    font-size: 0.68rem;
    padding-inline: 0.36rem;
  }

  .tlc-comparison__share {
    padding-inline: 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tlc-compare-toggle,
  .tlc-compare-tray,
  .tlc-compare-tray__collapse svg,
  .tlc-comparison-product__action,
  .tlc-comparison-group__heading svg,
  .tlc-comparison__difference-toggle > span,
  .tlc-comparison__difference-toggle > span::after {
    scroll-behavior: auto;
    transition: none;
  }
}

@media (forced-colors: active) {
  .tlc-comparison__table td.is-different,
  .tlc-compare-toggle.is-selected,
  .tlc-comparison-group__difference-count {
    border: 2px solid Highlight;
  }

  .tlc-comparison-product__stock i,
  .tlc-comparison__row-meta em i {
    background: CanvasText;
  }
}
