@charset "UTF-8";

:root {
  --pdp-bg: #090a0f;
  --pdp-surface: rgba(15, 16, 24, 0.84);
  --pdp-surface-strong: rgba(22, 23, 33, 0.92);
  --pdp-surface-soft: rgba(255, 255, 255, 0.055);
  --pdp-border: rgba(255, 255, 255, 0.12);
  --pdp-border-strong: rgba(255, 255, 255, 0.2);
  --pdp-text: rgba(255, 255, 255, 0.96);
  --pdp-muted: rgba(228, 231, 239, 0.68);
  --pdp-soft: rgba(228, 231, 239, 0.48);
  --pdp-violet: #8d5cff;
  --pdp-violet-strong: #a179ff;
  --pdp-amber: #ff7a2f;
  --pdp-gold: #ffba45;
  --pdp-green: #43d6a3;
  --pdp-radius-lg: 18px;
  --pdp-radius-md: 14px;
  --pdp-radius-sm: 8px;
  --pdp-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --pdp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-route-name="product"] #main-content.container-xxl {
  width: min(1516px, calc(100vw - 48px));
  max-width: none;
  overflow-x: clip;
  padding-right: 0;
  padding-left: 0;
  padding-top: 66px !important;
}

html[data-route-name="product"] .breadcrumb-nav {
  width: min(1516px, calc(100vw - 48px));
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
}

#main-content {
  contain: none;
}

.tc-pdp-shell,
.tc-pdp-shell * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.tc-pdp-shell {
  position: relative;
  isolation: isolate;
  color: var(--pdp-text);
  padding: 4px 0 12px;
  max-width: 100%;
  overflow-x: clip;
}

.tc-pdp-bg {
  position: absolute;
  top: -24px;
  left: 50%;
  width: 100vw;
  height: 600px;
  z-index: -1;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 11% 44%, rgba(141, 92, 255, 0.18), transparent 28%),
    radial-gradient(circle at 87% 34%, rgba(255, 122, 47, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(13, 14, 22, 0.96), rgba(7, 8, 13, 0));
  border-radius: 0 0 28px 28px;
}

.tc-pdp-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.tc-gallery-card,
.tc-product-panel {
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-lg);
  background: linear-gradient(180deg, rgba(22, 23, 33, 0.9), rgba(10, 11, 17, 0.88));
  box-shadow: var(--pdp-shadow);
  backdrop-filter: blur(20px);
}

.tc-media-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.tc-gallery-card {
  padding: 16px;
  min-width: 0;
}

.tc-product-panel {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 112px);
  min-height: 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 15px 18px 10px;
  background:
    radial-gradient(circle at 88% 24%, rgba(141, 92, 255, 0.13), transparent 28%),
    radial-gradient(circle at 78% 92%, rgba(255, 122, 47, 0.11), transparent 25%),
    linear-gradient(180deg, rgba(22, 23, 33, 0.92), rgba(9, 10, 16, 0.9));
}

.tc-media-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 410px;
  aspect-ratio: 1.66 / 1;
  overflow: hidden;
  border-radius: var(--pdp-radius-md);
  background:
    radial-gradient(circle at 42% 48%, rgba(255, 132, 53, 0.2), transparent 28%),
    linear-gradient(115deg, rgba(23, 14, 8, 0.82), rgba(16, 17, 25, 0.62)),
    linear-gradient(180deg, #13141b, #090a0f);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tc-media-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 23% 67%, rgba(255, 122, 47, 0.28), transparent 17%),
    radial-gradient(circle at 50% 48%, transparent 0 34%, rgba(0, 0, 0, 0.2) 66%),
    linear-gradient(90deg, rgba(255, 122, 47, 0.2), transparent 28%, transparent 72%, rgba(141, 92, 255, 0.13)),
    linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.52));
  opacity: 0.9;
  z-index: 1;
}

.tc-media-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
  background-image:
    radial-gradient(circle, rgba(255, 156, 72, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 1px, transparent 2px),
    linear-gradient(180deg, transparent 58%, rgba(255, 106, 28, 0.08));
  background-size: 74px 68px, 118px 96px, 100% 100%;
  background-position: 18px 22px, 64px 38px, 0 0;
  mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72) 26%, rgba(0, 0, 0, 0.62) 86%, transparent);
}

.tc-media-ambient {
  position: absolute;
  inset: 12px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(140deg, rgba(255, 122, 47, 0.32), transparent 44%),
    linear-gradient(330deg, rgba(141, 92, 255, 0.18), transparent 42%);
  filter: blur(32px);
  opacity: 0.72;
}

.tc-media-sparks {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.tc-media-sparks span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 147, 68, 0.82);
  box-shadow: 0 0 14px rgba(255, 122, 47, 0.72);
  animation: tcSparkDrift 7s linear infinite;
}

.tc-media-sparks span:nth-child(1) { left: 12%; top: 72%; animation-delay: -1s; }
.tc-media-sparks span:nth-child(2) { left: 31%; top: 18%; animation-delay: -3s; }
.tc-media-sparks span:nth-child(3) { left: 52%; top: 78%; animation-delay: -5s; }
.tc-media-sparks span:nth-child(4) { left: 69%; top: 24%; animation-delay: -2s; }
.tc-media-sparks span:nth-child(5) { left: 83%; top: 64%; animation-delay: -4s; }
.tc-media-sparks span:nth-child(6) { left: 44%; top: 42%; animation-delay: -6s; }

@keyframes tcSparkDrift {
  0% { opacity: 0; transform: translate3d(0, 16px, 0) scale(0.7); }
  18% { opacity: 0.9; }
  100% { opacity: 0; transform: translate3d(18px, -76px, 0) scale(1.15); }
}

@keyframes tcCtaEmber {
  0%, 100% {
    opacity: 0.78;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(5px) saturate(1);
  }
  45% {
    opacity: 0.98;
    transform: translate3d(-2px, -1px, 0) scale(1.08);
    filter: blur(3px) saturate(1.22);
  }
  70% {
    opacity: 0.86;
    transform: translate3d(1px, 0, 0) scale(1.03);
    filter: blur(4px) saturate(1.08);
  }
}

@keyframes tcPrintEdgePulse {
  0%, 100% {
    opacity: 0.7;
    filter: blur(7px) saturate(1.02);
    transform: translate3d(0, 0, 0) scaleX(1);
  }
  44% {
    opacity: 1;
    filter: blur(5px) saturate(1.25);
    transform: translate3d(2px, -1px, 0) scaleX(1.025);
  }
  72% {
    opacity: 0.82;
    filter: blur(6px) saturate(1.12);
    transform: translate3d(-1px, 0, 0) scaleX(1.01);
  }
}

@keyframes tcCartFlame {
  0%, 100% {
    opacity: 0.78;
    filter: blur(5px) saturate(1.08);
    transform: translate3d(0, 1px, 0) scale(0.98);
  }
  38% {
    opacity: 1;
    filter: blur(2.4px) saturate(1.36);
    transform: translate3d(-5px, -2px, 0) scale(1.14);
  }
  68% {
    opacity: 0.92;
    filter: blur(3.6px) saturate(1.2);
    transform: translate3d(3px, 0, 0) scale(1.05);
  }
}

@keyframes tcCartSheenSweep {
  0%, 22% {
    opacity: 0;
    transform: translate3d(-150%, 0, 0) skewX(-18deg);
  }
  34% {
    opacity: 0.46;
  }
  52% {
    opacity: 0.14;
    transform: translate3d(430%, 0, 0) skewX(-18deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(430%, 0, 0) skewX(-18deg);
  }
}

@keyframes tcCartHaloPulse {
  0%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 -8px 18px rgba(0, 0, 0, 0.34),
      0 0 0 1px rgba(255, 255, 255, 0.04),
      0 16px 36px rgba(0, 0, 0, 0.28),
      -8px -4px 28px rgba(141, 92, 255, 0.23),
      12px 9px 32px rgba(255, 104, 24, 0.3);
  }
  45% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      inset 0 -9px 21px rgba(0, 0, 0, 0.32),
      0 0 0 1px rgba(141, 92, 255, 0.18),
      0 18px 38px rgba(0, 0, 0, 0.3),
      -12px -5px 34px rgba(141, 92, 255, 0.3),
      16px 12px 42px rgba(255, 104, 24, 0.42);
  }
}

@keyframes tcLogoFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.035);
  }
}

.tc-media-stage picture {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
}

.tc-media-hero-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
  padding: 2.4%;
  object-fit: contain;
  object-position: center;
  cursor: zoom-in;
  transform: scale(0.965);
  transition: opacity 220ms ease, transform 360ms var(--pdp-ease), filter 360ms ease;
}

.tc-media-stage:hover .tc-media-hero-img {
  transform: scale(0.985);
  filter: saturate(1.04) contrast(1.03);
}

.tc-media-hero-img.is-switching {
  opacity: 0;
  transform: scale(0.985);
}

.tc-media-logo-lockup {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 5px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  pointer-events: none;
}

.tc-media-logo-lockup img {
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

.tc-media-controls {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  display: grid;
  gap: 10px;
}

.tc-icon-btn,
.tc-panel-icon-btn,
.tc-related-fav {
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-sm);
  color: var(--pdp-text);
  background: rgba(18, 19, 28, 0.72);
  backdrop-filter: blur(16px);
  transition: transform 180ms var(--pdp-ease), border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.tc-icon-btn {
  width: 42px;
  height: 42px;
}

.tc-icon-btn:hover,
.tc-icon-btn:focus-visible,
.tc-panel-icon-btn:hover,
.tc-panel-icon-btn:focus-visible,
.tc-related-fav:hover,
.tc-related-fav:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(141, 92, 255, 0.64);
  background: rgba(141, 92, 255, 0.2);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.tc-icon-btn.is-copied,
.tc-panel-icon-btn.is-copied,
.tc-panel-icon-btn.is-shared {
  color: #171923;
  border-color: rgba(67, 214, 163, 0.74);
  background: var(--pdp-green);
}

.tc-thumb-shell {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.tc-thumb-nav {
  display: grid;
  place-items: center;
  width: 34px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--pdp-radius-sm);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(10, 11, 16, 0.64);
  transition: transform 160ms var(--pdp-ease), border-color 160ms ease, background 160ms ease;
}

.tc-thumb-nav:hover,
.tc-thumb-nav:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(141, 92, 255, 0.56);
  background: rgba(141, 92, 255, 0.16);
}

.tc-thumb-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 112px;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  min-height: 92px;
  padding: 2px 1px;
  scrollbar-width: thin;
  scrollbar-color: rgba(141, 92, 255, 0.5) transparent;
}

.tc-thumbnail {
  position: relative;
  height: 88px;
  min-width: 112px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--pdp-radius-sm);
  background: rgba(255, 255, 255, 0.06);
  padding: 0;
  cursor: pointer;
  transition: transform 180ms var(--pdp-ease), border-color 180ms ease, box-shadow 180ms ease;
}

.tc-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tc-thumbnail.active,
.tc-thumbnail:hover,
.tc-thumbnail:focus-visible {
  border-color: var(--pdp-violet);
  box-shadow: 0 0 0 2px rgba(141, 92, 255, 0.24);
  transform: translateY(-2px);
}

.tc-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.tc-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 12px 14px;
  background: rgba(12, 13, 20, 0.74);
  color: var(--pdp-muted);
}

.tc-trust-item svg {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.74);
}

.tc-trust-item span {
  display: grid;
  gap: 2px;
}

.tc-trust-item strong {
  color: var(--pdp-text);
  font-size: 0.86rem;
  line-height: 1.15;
}

.tc-trust-item small {
  color: var(--pdp-soft);
  font-size: 0.78rem;
  line-height: 1.2;
}

.tc-custom-print-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(252px, 294px);
  align-items: center;
  gap: 18px;
  min-height: 112px;
  margin-top: 0;
  overflow: hidden;
  padding: 14px 18px;
  border: 2px solid rgba(255, 121, 42, 0.76);
  border-radius: var(--pdp-radius-md);
  color: var(--pdp-text);
  text-decoration: none;
  background:
    radial-gradient(ellipse at 8% 50%, rgba(255, 122, 47, 0.42), transparent 27%),
    radial-gradient(ellipse at 52% 12%, rgba(255, 186, 69, 0.14), transparent 28%),
    radial-gradient(ellipse at 95% 78%, rgba(255, 122, 47, 0.26), transparent 32%),
    linear-gradient(90deg, rgba(70, 38, 20, 0.86), rgba(43, 25, 16, 0.8) 48%, rgba(47, 29, 18, 0.84)),
    rgba(25, 15, 11, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 223, 183, 0.16),
    inset 0 -26px 42px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 169, 77, 0.12),
    0 18px 48px rgba(255, 94, 22, 0.15),
    0 0 38px rgba(255, 122, 47, 0.2);
  transition: transform 180ms var(--pdp-ease), border-color 180ms ease, box-shadow 180ms ease;
}

.tc-custom-print-card::before {
  content: "";
  position: absolute;
  inset: auto 14px -16px 14px;
  height: 42px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 7% 82%, rgba(255, 119, 32, 0.42), transparent 36%),
    radial-gradient(ellipse at 94% 92%, rgba(255, 194, 76, 0.52), rgba(255, 107, 22, 0.16) 40%, transparent 72%),
    linear-gradient(90deg, rgba(255, 103, 24, 0.22), rgba(255, 141, 43, 0.08) 58%, rgba(255, 211, 100, 0.28));
  filter: blur(8px);
  opacity: 0.66;
  animation: tcPrintEdgePulse 4.2s ease-in-out infinite;
}

.tc-custom-print-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 170, 80, 0.1), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
  pointer-events: none;
}

.tc-custom-print-card:hover,
.tc-custom-print-card:focus-visible {
  color: var(--pdp-text);
  transform: translateY(-2px);
  border-color: rgba(255, 147, 62, 0.9);
  box-shadow:
    0 20px 48px rgba(255, 122, 47, 0.23),
    0 0 42px rgba(255, 122, 47, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.tc-custom-print-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 94px;
  height: 82px;
}

.tc-custom-print-mark::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 122, 47, 0.22), transparent 64%),
    linear-gradient(135deg, rgba(255, 186, 69, 0.1), transparent);
  filter: blur(4px);
  opacity: 0.9;
}

.tc-custom-print-mark img {
  position: relative;
  width: 78px;
  height: 78px;
  object-fit: contain;
  opacity: 0.92;
  filter:
    drop-shadow(0 0 11px rgba(255, 122, 47, 0.32))
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.34));
  animation: tcLogoFloat 4.8s ease-in-out infinite;
}

.tc-custom-print-copy {
  display: grid;
  gap: 5px;
  align-content: center;
  min-width: 0;
}

.tc-custom-print-copy strong,
.tc-custom-print-action {
  font-size: 0.99rem;
  font-weight: 800;
}

.tc-custom-print-copy strong {
  color: #ffb46f;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.tc-custom-print-copy small {
  color: rgba(255, 236, 221, 0.72);
  max-width: 470px;
  font-size: 0.86rem;
  line-height: 1.35;
}

.tc-custom-print-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 58px;
  padding: 0 22px;
  border: 1px solid rgba(255, 220, 180, 0.3);
  border-radius: 12px;
  white-space: nowrap;
  color: #fff0dc;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -11px 20px rgba(0, 0, 0, 0.13),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.tc-custom-print-action svg:first-child {
  color: #ffc08a;
}

.tc-product-panel-actions {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  gap: 10px;
}

.tc-panel-icon-btn {
  width: 48px;
  height: 48px;
}

.tc-product-kicker {
  color: var(--pdp-muted);
  font-size: 0.84rem;
  margin-right: 118px;
  margin-top: 5px;
  margin-bottom: 0;
}

.tc-product-title {
  max-width: calc(100% - 118px);
  margin: 0;
  color: var(--pdp-text);
  font-size: 1.76rem;
  line-height: 1.08;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.tc-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: center;
  margin-top: 7px;
  color: var(--pdp-soft);
  font-size: 0.85rem;
}

.tc-rating-safe {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--pdp-text);
  font-weight: 800;
}

.tc-rating-safe span,
.tc-sku-line {
  color: var(--pdp-soft);
  font-weight: 650;
}

.tc-sku-line span {
  color: rgba(229, 231, 238, 0.68);
}

.tc-meta-dot {
  color: rgba(255, 255, 255, 0.34);
}

.tc-rating-safe svg,
.tc-related-rating {
  color: var(--pdp-gold);
}

.tc-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.tc-info-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-sm);
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.045));
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.tc-info-badge:first-child {
  border-color: rgba(255, 122, 47, 0.46);
  background:
    radial-gradient(circle at 14% 52%, rgba(255, 122, 47, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.045));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(255, 122, 47, 0.12);
}

.tc-badge-emoji {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 0.92rem;
  line-height: 1;
}

.tc-price-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.tc-price-values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.tc-current-price {
  font-size: 1.72rem;
  line-height: 1;
  font-weight: 900;
}

.tc-old-price {
  color: rgba(255, 255, 255, 0.36);
  font-size: 1.04rem;
  text-decoration: line-through;
}

.tc-discount-badge,
.tc-related-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: var(--pdp-radius-sm);
  color: #fff;
  background: linear-gradient(135deg, #ff5368, #dc2d53);
  font-weight: 850;
  font-size: 0.78rem;
}

.tc-selector-block {
  margin-top: 10px;
}

.tc-selector-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  color: var(--pdp-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.tc-soft-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pdp-soft);
  text-decoration: none;
  font-weight: 600;
  transition: color 160ms ease;
}

.tc-soft-link:hover,
.tc-soft-link:focus-visible {
  color: var(--pdp-violet-strong);
}

.tc-size-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  margin: -5px -3px -8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px 3px 8px;
  scrollbar-color: rgba(141, 92, 255, 0.58) transparent;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.tc-size-grid::-webkit-scrollbar {
  height: 4px;
}

.tc-size-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(141, 92, 255, 0.42);
}

.tc-size-grid::-webkit-scrollbar-track {
  background: transparent;
}

.tc-size-option {
  display: grid;
  flex: 0 0 68px;
  place-items: center;
  min-width: 68px;
  min-height: 42px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-sm);
  color: var(--pdp-text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  scroll-snap-align: start;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  transition: transform 160ms var(--pdp-ease), border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.btn-check:checked + .tc-size-option,
.btn-check:focus-visible + .tc-size-option,
.tc-size-option:hover,
.tc-size-option:focus-visible {
  border-color: var(--pdp-violet);
  background: rgba(141, 92, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(141, 92, 255, 0.42),
    0 0 18px rgba(141, 92, 255, 0.16);
  transform: translateY(-1px);
}

.tc-selector-split {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 16px;
}

.tc-color-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.tc-color-choice {
  display: grid;
  place-items: center;
  gap: 7px;
  min-width: 54px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  line-height: 1;
}

.tc-color-option {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: transform 160ms var(--pdp-ease), border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.tc-color-dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--primary-color, #111) 0 50%, var(--secondary-color, var(--primary-color, #111)) 50% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    inset 0 0 0 3px rgba(0, 0, 0, 0.2),
    inset 0 -8px 14px rgba(0, 0, 0, 0.24);
}

.tc-color-option.active,
.tc-color-option:hover,
.tc-color-option:focus-visible {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 2px rgba(141, 92, 255, 0.72),
    0 0 0 5px rgba(141, 92, 255, 0.18),
    0 0 20px rgba(141, 92, 255, 0.24);
  transform: translateY(-1px);
}

.tc-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.tc-fit-option {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 11px;
  min-height: 64px;
  padding: 10px;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-sm);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.028));
  cursor: pointer;
  transition: transform 160ms var(--pdp-ease), border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.tc-fit-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 19px;
  height: 19px;
  border-radius: 999px;
  background: transparent;
}

.btn-check:checked + .tc-fit-option .tc-fit-check,
.tc-fit-option.active .tc-fit-check {
  background: var(--pdp-violet);
  box-shadow: 0 0 14px rgba(141, 92, 255, 0.48);
}

.btn-check:checked + .tc-fit-option .tc-fit-check::before,
.tc-fit-option.active .tc-fit-check::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.btn-check:checked + .tc-fit-option,
.tc-fit-option.active,
.tc-fit-option:hover,
.tc-fit-option:focus-visible {
  border-color: var(--pdp-violet);
  background:
    radial-gradient(circle at 92% 14%, rgba(141, 92, 255, 0.22), transparent 26%),
    rgba(141, 92, 255, 0.11);
  box-shadow:
    0 0 0 1px rgba(141, 92, 255, 0.44),
    0 0 22px rgba(141, 92, 255, 0.16);
  transform: translateY(-1px);
}

.tc-fit-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: rgba(168, 139, 255, 0.96);
}

.tc-fit-icon-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  opacity: 0.58;
  filter: grayscale(0.45) saturate(0.8);
  transition: opacity 160ms ease, filter 160ms ease, transform 160ms var(--pdp-ease);
}

.btn-check:checked + .tc-fit-option .tc-fit-icon-img,
.tc-fit-option.active .tc-fit-icon-img,
.tc-fit-option:hover .tc-fit-icon-img,
.tc-fit-option:focus-visible .tc-fit-icon-img {
  opacity: 1;
  filter: none;
  transform: scale(1.05);
}

.tc-fit-copy {
  display: grid;
  gap: 3px;
}

.tc-fit-copy strong {
  font-size: 0.86rem;
  line-height: 1.12;
}

.tc-fit-copy small {
  color: var(--pdp-soft);
  font-size: 0.76rem;
  line-height: 1.25;
}

.tc-product-tabs {
  margin-top: 10px;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.tc-tab-list {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-tab-btn {
  position: relative;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: var(--pdp-muted);
  background: transparent;
  font-size: 0.98rem;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.tc-tab-btn:hover,
.tc-tab-btn:focus-visible,
.tc-tab-btn.active {
  color: var(--pdp-text);
  background: rgba(141, 92, 255, 0.025);
}

.tc-tab-btn::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -1px;
  width: min(78px, 100%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pdp-violet), var(--pdp-violet-strong));
  opacity: 0;
  transform: translateX(50%) scaleX(0.55);
  transition: opacity 160ms ease, transform 160ms var(--pdp-ease);
}

.tc-tab-btn.active::after {
  opacity: 1;
  transform: translateX(50%) scaleX(1);
}

.tc-tab-panel {
  padding: 10px 12px;
}

.tc-desc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.tc-desc-copy {
  min-width: 0;
}

.tc-desc-checks {
  margin-top: 8px;
}

.tc-desc-collapse {
  --tc-desc-collapsed-height: 196px;
  position: relative;
}

.tc-desc-collapse-content {
  overflow: visible;
  transition: max-height 260ms var(--pdp-ease);
}

.tc-desc-collapse.is-collapsible .tc-desc-collapse-content {
  overflow: hidden;
}

.tc-desc-collapse.is-collapsible.is-collapsed .tc-desc-collapse-content {
  max-height: var(--tc-desc-collapsed-height);
}

.tc-desc-collapse.is-collapsible.is-expanded .tc-desc-collapse-content {
  max-height: var(--tc-desc-expanded-height, none);
}

.tc-desc-collapse.is-collapsible.is-collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 46px;
  left: 0;
  height: 62px;
  border-radius: 0 0 var(--pdp-radius-sm) var(--pdp-radius-sm);
  background:
    linear-gradient(180deg, rgba(18, 18, 27, 0), rgba(17, 17, 25, 0.54) 48%, rgba(15, 15, 23, 0.86) 100%);
  pointer-events: none;
  z-index: 1;
}

.tc-desc-more {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid rgba(141, 92, 255, 0.38);
  border-radius: 999px;
  color: rgba(237, 231, 255, 0.94);
  background:
    radial-gradient(circle at 20% 0%, rgba(141, 92, 255, 0.18), transparent 54%),
    rgba(141, 92, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 12px 28px rgba(0, 0, 0, 0.2);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms var(--pdp-ease);
}

.tc-desc-more:hover,
.tc-desc-more:focus-visible {
  border-color: rgba(166, 128, 255, 0.82);
  background: rgba(141, 92, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 18px rgba(141, 92, 255, 0.22),
    0 12px 28px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.tc-desc-more[hidden] {
  display: none;
}

.tc-mini-size-card {
  display: grid;
  gap: 5px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--pdp-radius-sm);
  background: rgba(255, 255, 255, 0.05);
  color: var(--pdp-muted);
  font-size: 0.68rem;
  line-height: 1.14;
}

.tc-mini-size-card strong {
  color: var(--pdp-text);
  font-size: 0.72rem;
}

.tc-mini-size-card table {
  width: 100%;
  border-collapse: collapse;
}

.tc-mini-size-card th,
.tc-mini-size-card td {
  padding: 2px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.tc-mini-size-card tr:last-child th,
.tc-mini-size-card tr:last-child td {
  border-bottom: 0;
}

.tc-mini-size-link {
  justify-self: start;
  border: 0;
  padding: 0;
  color: var(--pdp-violet-strong);
  background: transparent;
  font-size: 0.7rem;
  font-weight: 800;
}

.tc-tab-panel[hidden] {
  display: none;
}

@media (min-width: 992px) {
  .tc-tab-panel {
    min-height: 196px;
    overflow: visible;
  }
}

.tc-lead-copy,
.tc-rich-copy,
.tc-muted-copy,
.tc-guide-notes,
.tc-check-list,
.tc-care-item span {
  color: var(--pdp-muted);
  font-size: 0.84rem;
  line-height: 1.38;
}

.tc-lead-copy {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.tc-rich-copy--compact {
  margin: 8px 0 0;
  color: rgba(228, 231, 239, 0.56);
  font-size: 0.8rem;
}

.tc-rich-copy p:last-child,
.tc-muted-copy:last-child {
  margin-bottom: 0;
}

.tc-desc-section {
  display: grid;
  gap: 5px;
  margin-top: 12px;
}

.tc-desc-section h2 {
  margin: 0;
  color: var(--pdp-text);
  font-size: 0.95rem;
  font-weight: 900;
}

.tc-size-guide-card {
  display: grid;
  gap: 14px;
}

.tc-guide-eyebrow {
  color: var(--pdp-violet-strong);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tc-guide-title {
  margin: 2px 0 0;
  color: var(--pdp-text);
  font-size: 1rem;
  font-weight: 850;
}

.tc-size-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pdp-radius-sm);
}

.tc-size-table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
  color: var(--pdp-muted);
  font-size: 0.82rem;
}

.tc-size-table th,
.tc-size-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.tc-size-table th {
  color: var(--pdp-text);
  font-weight: 850;
  background: rgba(255, 255, 255, 0.05);
}

.tc-size-table tr:last-child td {
  border-bottom: 0;
}

.tc-size-table-key {
  color: var(--pdp-text);
  font-weight: 850;
}

.tc-size-image-link img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  border-radius: var(--pdp-radius-sm);
  border: 1px solid var(--pdp-border);
  background: rgba(255, 255, 255, 0.04);
}

.tc-check-list {
  display: grid;
  gap: 6px;
}

.tc-check-list div {
  position: relative;
  padding-left: 22px;
}

.tc-check-list div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--pdp-violet-strong);
  border-bottom: 2px solid var(--pdp-violet-strong);
  transform: rotate(-45deg);
}

.tc-desc-bullets {
  gap: 8px;
}

.tc-desc-bullets div {
  padding-left: 20px;
}

.tc-desc-bullets div::before {
  top: 0.58em;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 1px;
  background: linear-gradient(135deg, #ffbd58, var(--pdp-amber));
  box-shadow: 0 0 10px rgba(255, 122, 47, 0.58);
  transform: rotate(45deg);
}

.tc-guide-subtitle {
  color: var(--pdp-text);
  font-weight: 850;
}

.tc-guide-cta,
.tc-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tc-guide-cta {
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(141, 92, 255, 0.28);
  border-radius: var(--pdp-radius-sm);
  color: var(--pdp-text);
  text-decoration: none;
  background: rgba(141, 92, 255, 0.08);
}

.tc-guide-cta span:first-child {
  display: grid;
  gap: 2px;
}

.tc-guide-cta small {
  color: var(--pdp-muted);
}

.tc-outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-sm);
  color: var(--pdp-text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
}

.tc-care-grid,
.tc-delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.tc-care-copy,
.tc-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--pdp-radius-sm);
  background: rgba(255, 255, 255, 0.04);
}

.tc-care-copy {
  padding: 12px;
  color: var(--pdp-muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.tc-care-item {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--pdp-radius-sm);
  background: rgba(255, 255, 255, 0.04);
}

.tc-care-item strong {
  color: var(--pdp-text);
  font-size: 0.86rem;
}

.tc-faq-list {
  display: grid;
  gap: 10px;
}

.tc-faq-item {
  padding: 0 12px;
  color: var(--pdp-muted);
}

.tc-faq-item summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pdp-text);
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
}

.tc-faq-item summary::-webkit-details-marker {
  display: none;
}

.tc-faq-item summary::after {
  content: "+";
  margin-left: auto;
  color: var(--pdp-violet-strong);
  font-size: 1.05rem;
  font-weight: 900;
}

.tc-faq-item[open] summary::after {
  content: "-";
}

.tc-faq-item div {
  padding: 0 0 12px;
  font-size: 0.84rem;
  line-height: 1.42;
}

.tc-purchase-bar {
  display: grid;
  grid-template-columns: 122px minmax(340px, 1fr) 158px;
  gap: 14px;
  align-items: stretch;
  margin-top: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(141, 92, 255, 0.25);
  border-radius: var(--pdp-radius-md);
  background:
    radial-gradient(circle at 3% 0%, rgba(141, 92, 255, 0.22), transparent 32%),
    radial-gradient(circle at 72% 110%, rgba(255, 122, 47, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.032));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tc-qty-wrap {
  display: grid;
  gap: 7px;
  color: var(--pdp-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.tc-qty-control {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-sm);
  background: rgba(255, 255, 255, 0.06);
}

.tc-qty-control button,
.tc-qty-control input {
  border: 0;
  color: var(--pdp-text);
  background: transparent;
  text-align: center;
  font-weight: 850;
}

.tc-qty-control button {
  color: rgba(255, 255, 255, 0.8);
  transition: background 160ms ease, color 160ms ease;
}

.tc-qty-control button:hover,
.tc-qty-control button:focus-visible {
  color: var(--pdp-text);
  background: rgba(141, 92, 255, 0.16);
}

.tc-qty-control input {
  width: 100%;
  -moz-appearance: textfield;
}

.tc-qty-control input::-webkit-outer-spin-button,
.tc-qty-control input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.tc-add-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 60px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #fff;
  background:
    radial-gradient(ellipse at 105% 88%, rgba(255, 122, 47, 0.055), transparent 23%) padding-box,
    radial-gradient(ellipse at -4% 10%, rgba(141, 92, 255, 0.13), transparent 27%) padding-box,
    linear-gradient(180deg, #0d0d12 0%, #050506 62%, #020203 100%) padding-box,
    linear-gradient(108deg, rgba(141, 92, 255, 0.96) 0%, rgba(141, 92, 255, 0.32) 28%, rgba(255, 122, 47, 0.72) 70%, rgba(255, 179, 67, 1) 100%) border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -8px 18px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 16px 36px rgba(0, 0, 0, 0.28),
    -8px -4px 28px rgba(141, 92, 255, 0.23),
    12px 9px 32px rgba(255, 104, 24, 0.3);
  font-weight: 900;
  font-size: 1.02rem;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: tcCartHaloPulse 4.6s ease-in-out infinite;
  transition: transform 180ms var(--pdp-ease), box-shadow 180ms ease, border-color 180ms ease;
}

.tc-add-btn::before {
  content: "";
  position: absolute;
  inset: -92% auto -92% -36%;
  width: 28%;
  z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), rgba(255, 190, 102, 0.18), transparent);
  transform: translate3d(-150%, 0, 0) skewX(-18deg);
  animation: tcCartSheenSweep 4.1s ease-in-out infinite;
  pointer-events: none;
}

.tc-add-btn::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 34%;
  height: 72%;
  z-index: 1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 100% 100%, rgba(255, 238, 149, 0.98) 0 9%, rgba(255, 160, 39, 0.9) 22%, rgba(255, 103, 18, 0.5) 42%, rgba(255, 88, 12, 0.18) 58%, transparent 75%);
  filter: blur(4.2px);
  opacity: 0.88;
  animation: tcCartFlame 2.25s ease-in-out infinite;
  transition: opacity 180ms ease, filter 180ms ease;
}

.tc-add-btn span,
.tc-add-btn svg {
  position: relative;
  z-index: 2;
}

.tc-add-btn span {
  transform: translateY(1px);
}

.tc-add-cart-icon {
  color: var(--pdp-violet-strong);
  filter: drop-shadow(0 0 10px rgba(141, 92, 255, 0.48));
}

.tc-add-btn:hover,
.tc-add-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -10px 22px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(141, 92, 255, 0.34),
    -12px -4px 36px rgba(141, 92, 255, 0.24),
    16px 12px 36px rgba(255, 104, 24, 0.38);
}

.tc-add-btn:hover::after,
.tc-add-btn:focus-visible::after {
  filter: blur(2.8px) saturate(1.26);
  opacity: 1;
}

.tc-add-btn:active {
  transform: translateY(1px) scale(0.99);
}

.tc-add-btn.btn-success {
  border-color: rgba(67, 214, 163, 0.86);
  box-shadow: 0 0 28px rgba(67, 214, 163, 0.28);
}

.tc-add-btn.btn-danger {
  border-color: rgba(255, 83, 104, 0.88);
  box-shadow: 0 0 28px rgba(255, 83, 104, 0.24);
}

.tc-purchase-side {
  display: grid;
  align-content: center;
  gap: 9px;
  color: var(--pdp-soft);
  font-size: 0.78rem;
  line-height: 1.25;
}

.tc-purchase-side span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}

.tc-purchase-side svg {
  color: rgba(255, 255, 255, 0.56);
}

.tc-points-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
  border: 0;
  color: var(--pdp-muted);
  background: transparent;
  font-size: 0.84rem;
  text-align: left;
}

.tc-points-line svg {
  color: var(--pdp-gold);
}

.tc-related-panel {
  margin-top: 12px;
  padding: 20px;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-lg);
  background: linear-gradient(180deg, rgba(18, 19, 29, 0.88), rgba(10, 11, 17, 0.88));
  box-shadow: var(--pdp-shadow);
}

.tc-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.tc-related-head h2 {
  margin: 0;
  color: var(--pdp-text);
  font-size: 1.15rem;
  font-weight: 850;
}

.tc-related-head a {
  color: var(--pdp-violet-strong);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
}

.tc-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tc-related-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-md);
  background: rgba(255, 255, 255, 0.055);
  transition: transform 180ms var(--pdp-ease), border-color 180ms ease, box-shadow 180ms ease;
}

.tc-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(141, 92, 255, 0.42);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.tc-related-link {
  display: grid;
  min-width: 0;
  color: var(--pdp-text);
  text-decoration: none;
}

.tc-related-image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 122, 47, 0.12), transparent 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.tc-related-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 7px;
  transition: transform 260ms var(--pdp-ease);
}

.tc-related-card:hover .tc-related-image-wrap img {
  transform: scale(1.04);
}

.tc-related-discount {
  position: absolute;
  left: 10px;
  top: 10px;
}

.tc-related-info {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 13px 14px 15px;
}

.tc-related-title {
  min-height: 2.55em;
  color: var(--pdp-text);
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.tc-related-meta {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.tc-related-rating {
  font-size: 0.84rem;
  font-weight: 850;
}

.tc-related-price {
  color: var(--pdp-text);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.tc-related-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
}

.tc-sticky-mobile {
  display: none;
}

.tc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2050;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  background:
    radial-gradient(circle at 74% 82%, rgba(255, 122, 47, 0.14), transparent 30%),
    radial-gradient(circle at 22% 16%, rgba(141, 92, 255, 0.16), transparent 34%),
    rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.tc-lightbox.is-visible {
  opacity: 1;
}

.tc-lightbox-viewport {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  touch-action: none;
  cursor: zoom-in;
}

.tc-lightbox.is-zoomed .tc-lightbox-viewport {
  cursor: grab;
}

.tc-lightbox.is-zoomed .tc-lightbox-viewport:active {
  cursor: grabbing;
}

.tc-lightbox img {
  max-width: min(94vw, 1200px);
  max-height: calc(100vh - 118px);
  object-fit: contain;
  border-radius: var(--pdp-radius-md);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  transform-origin: center;
  transition: transform 120ms ease;
  user-select: none;
}

.tc-lightbox-toolbar {
  justify-self: end;
  display: flex;
  gap: 8px;
  align-items: center;
}

.tc-lightbox button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-sm);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.tc-lightbox-reset {
  width: 64px !important;
  font-size: 0.76rem;
  font-weight: 800;
}

.tc-lightbox-close {
  font-size: 1.6rem;
  line-height: 1;
}

.tc-recent-panel {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-lg);
  background: linear-gradient(180deg, rgba(18, 19, 29, 0.74), rgba(10, 11, 17, 0.84));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.tc-recent-panel[hidden] {
  display: none;
}

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

.tc-recent-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--pdp-radius-sm);
  color: var(--pdp-text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 180ms var(--pdp-ease), border-color 180ms ease, background 180ms ease;
}

.tc-recent-card:hover,
.tc-recent-card:focus-visible {
  color: var(--pdp-text);
  transform: translateY(-2px);
  border-color: rgba(141, 92, 255, 0.42);
  background: rgba(141, 92, 255, 0.08);
}

.tc-recent-image {
  display: block;
  width: 78px;
  height: 96px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.tc-recent-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tc-recent-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.tc-recent-copy strong {
  overflow: hidden;
  color: var(--pdp-text);
  font-size: 0.86rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-recent-copy small {
  color: var(--pdp-soft);
  font-size: 0.74rem;
}

.tc-recent-copy b {
  color: var(--pdp-text);
  font-size: 0.84rem;
}

.product-modal-fullscreen .modal-content {
  border: 1px solid var(--pdp-border);
  border-radius: var(--pdp-radius-md);
  color: var(--pdp-text);
  background: rgba(15, 16, 24, 0.96);
}

.modal-header-modern,
.modal-body-modern {
  padding: 18px;
}

.modal-title-section-modern,
.delivery-item-modern {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.delivery-info-content-modern {
  display: grid;
  gap: 14px;
}

.delivery-text-modern {
  color: var(--pdp-muted);
}

.delivery-text-modern strong,
.modal-title-modern {
  color: var(--pdp-text);
}

@media (min-width: 1200px) and (max-width: 1500px) {
  html[data-route-name="product"] #main-content.container-xxl,
  html[data-route-name="product"] .breadcrumb-nav {
    width: calc(100vw - 48px);
  }

  .tc-pdp-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }

  .tc-media-stage,
  .tc-media-stage picture,
  .tc-media-hero-img {
    min-height: 360px;
  }

  .tc-thumb-strip {
    grid-auto-columns: 102px;
    min-height: 82px;
  }

  .tc-thumbnail {
    min-width: 102px;
    height: 78px;
  }

  .tc-purchase-bar {
    grid-template-columns: 108px minmax(310px, 1fr) 134px;
    gap: 12px;
  }

  .tc-custom-print-card {
    grid-template-columns: 68px minmax(0, 1fr) minmax(220px, 250px);
    gap: 12px;
    padding: 12px 14px;
  }

  .tc-custom-print-mark {
    width: 68px;
    height: 64px;
  }

  .tc-custom-print-mark img {
    width: 58px;
    height: 58px;
  }

  .tc-custom-print-copy strong {
    line-height: 1.13;
    font-size: 0.9rem;
  }

  .tc-custom-print-action {
    min-height: 50px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .tc-tab-panel {
    min-height: 208px;
  }

  .tc-desc-collapse {
    --tc-desc-collapsed-height: 176px;
  }

  .tc-desc-collapse.is-collapsible.is-collapsed::after {
    height: 56px;
  }
}

@media (max-width: 1199.98px) {
  html[data-route-name="product"] #main-content.container-xxl,
  html[data-route-name="product"] .breadcrumb-nav {
    width: min(1180px, calc(100vw - 36px));
  }

  .tc-pdp-grid {
    grid-template-columns: 1fr;
  }

  .tc-product-panel {
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
    scrollbar-gutter: auto;
    padding: 20px;
  }

  .tc-media-stage,
  .tc-media-stage picture,
  .tc-media-hero-img {
    min-height: 390px;
  }

  .tc-purchase-bar {
    grid-template-columns: 138px minmax(190px, 1fr);
  }

  .tc-purchase-side {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .tc-price-row {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 12px;
  }

  .tc-price-values {
    min-width: 0;
  }

}

@media (max-width: 991.98px) {
  html[data-route-name="product"] .bottom-nav {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(calc(100% + 24px)) !important;
  }

  html[data-route-name="product"] #main-content.container-xxl,
  html[data-route-name="product"] .breadcrumb-nav {
    width: min(720px, calc(100vw - 28px));
  }

  .tc-pdp-grid {
    display: block;
  }

  .tc-media-panel,
  .tc-product-panel {
    grid-column: auto;
  }

  .tc-product-panel {
    position: relative;
    top: auto;
    max-height: none;
    min-height: auto;
    overflow: visible;
    scrollbar-gutter: auto;
    margin-top: 18px;
  }

  .tc-media-stage,
  .tc-media-stage picture,
  .tc-media-hero-img {
    min-height: 440px;
  }

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

@media (max-width: 767.98px) {
  html[data-route-name="product"] #main-content.container-xxl,
  html[data-route-name="product"] .breadcrumb-nav {
    width: calc(100vw - 24px);
    padding-top: 82px !important;
  }

  html[data-route-name="product"] .breadcrumb-nav {
    padding-top: 0 !important;
  }

  .tc-pdp-shell {
    padding-bottom: calc(128px + env(safe-area-inset-bottom));
  }

  .tc-pdp-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .tc-media-panel {
    display: contents;
  }

  .tc-gallery-card {
    order: 1;
  }

  .tc-product-panel {
    order: 2;
    position: relative;
    margin-top: 10px;
    padding-top: 14px;
  }

  .tc-trust-strip {
    order: 3;
  }

  .tc-custom-print-card {
    order: 4;
  }

  .tc-media-panel,
  .tc-gallery-card,
  .tc-product-panel,
  .tc-trust-strip,
  .tc-custom-print-card,
  .tc-related-panel,
  .tc-recent-panel {
    width: 100%;
    min-width: 0;
  }

  .tc-gallery-card,
  .tc-product-panel,
  .tc-related-panel {
    border-radius: 14px;
    padding: 12px;
  }

  .tc-media-stage {
    min-height: clamp(360px, 118vw, 520px);
    aspect-ratio: 4 / 5;
  }

  .tc-media-stage picture,
  .tc-media-hero-img {
    height: 100%;
    min-height: 0;
  }

  .tc-media-hero-img {
    padding: 1.5%;
    transform: none;
  }

  .tc-media-logo-lockup {
    top: 16px;
    font-size: 0.68rem;
  }

  .tc-media-controls {
    top: 12px;
    left: 12px;
  }

  .tc-thumb-shell {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 7px;
    margin-top: 10px;
  }

  .tc-thumb-nav {
    width: 28px;
    height: 36px;
  }

  .tc-thumb-strip {
    grid-auto-columns: 70px;
    min-height: 52px;
  }

  .tc-thumbnail {
    min-width: 70px;
    height: 50px;
  }

  .tc-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tc-trust-item {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 5px;
    min-width: 0;
    min-height: 54px;
    padding: 8px 5px;
    text-align: center;
  }

  .tc-trust-item svg {
    width: 18px;
    height: 18px;
  }

  .tc-trust-item span {
    min-width: 0;
  }

  .tc-trust-item strong {
    font-size: 0.68rem;
    line-height: 1.1;
  }

  .tc-trust-item small {
    display: none;
  }

  .tc-custom-print-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px 12px;
    min-height: 0;
    padding: 12px;
  }

  .tc-custom-print-copy {
    gap: 4px;
  }

  .tc-custom-print-copy strong {
    font-size: 0.92rem;
  }

  .tc-custom-print-copy small {
    max-width: none;
    font-size: 0.78rem;
    line-height: 1.28;
  }

  .tc-custom-print-action {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-height: 42px;
    padding: 0 13px;
  }

  .tc-custom-print-mark,
  .tc-custom-print-mark img {
    width: 54px;
    height: 54px;
  }

  .tc-product-panel-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    justify-content: flex-end;
    margin-bottom: 0;
    z-index: 3;
  }

  .tc-product-kicker,
  .tc-product-title {
    max-width: none;
    margin-right: 0;
  }

  .tc-product-title {
    font-size: 1.42rem;
    padding-right: 104px;
  }

  .tc-current-price {
    font-size: 1.46rem;
  }

  .tc-size-grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: -4px -2px -5px;
    overflow-x: visible;
    padding: 4px 2px 5px;
  }

  .tc-size-option {
    flex: initial;
    min-width: 0;
    min-height: 40px;
    padding: 0 6px;
  }

  .tc-selector-split,
  .tc-fit-grid,
  .tc-care-grid,
  .tc-delivery-grid,
  .tc-desc-layout {
    grid-template-columns: 1fr;
  }

  .tc-desc-collapse {
    --tc-desc-collapsed-height: 318px;
  }

  .tc-price-row {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 12px;
  }

  .tc-price-values {
    min-width: 0;
  }

  .tc-mini-size-card {
    display: none;
  }

  .tc-tab-list {
    gap: 16px;
    padding: 0 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tc-tab-list::-webkit-scrollbar {
    display: none;
  }

  .tc-tab-btn {
    min-width: auto;
    min-height: 44px;
    padding: 0;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .tc-tab-panel {
    padding: 14px;
  }

  .tc-purchase-bar {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .tc-purchase-side {
    display: none;
  }

  .tc-related-panel {
    padding: 14px;
    overflow: visible;
  }

  .tc-recent-panel {
    padding: 16px 0 16px 16px;
    overflow: hidden;
  }

  .tc-related-head {
    padding-right: 0;
  }

  .tc-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .tc-related-card {
    flex: initial;
    scroll-snap-align: initial;
  }

  .tc-related-info {
    padding: 10px;
  }

  .tc-related-title {
    font-size: 0.82rem;
    line-height: 1.22;
  }

  .tc-related-meta {
    flex-wrap: wrap;
    gap: 4px 8px;
  }

  .tc-related-fav {
    width: 34px;
    height: 34px;
    top: 8px;
    right: 8px;
  }

  .tc-recent-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px 2px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .tc-recent-card {
    flex: 0 0 82%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .tc-lightbox {
    padding: 12px;
  }

  .tc-lightbox-toolbar {
    justify-self: center;
    width: 100%;
    justify-content: center;
  }

  .tc-lightbox img {
    max-width: 96vw;
    max-height: calc(100vh - 112px);
  }

  .tc-sticky-mobile {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 1031;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    min-height: 66px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    color: var(--pdp-text);
    background: rgba(11, 12, 18, 0.9);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.44);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms var(--pdp-ease);
  }

  .tc-sticky-mobile.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .tc-sticky-price {
    display: grid;
    gap: 2px;
    min-width: 94px;
  }

  .tc-sticky-price span {
    font-weight: 900;
  }

  .tc-sticky-price small {
    color: var(--pdp-soft);
    text-decoration: line-through;
  }

  .tc-sticky-add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    min-height: 46px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #fff;
    background:
      radial-gradient(ellipse at 108% 86%, rgba(255, 122, 47, 0.13), transparent 24%) padding-box,
      linear-gradient(180deg, #0d0d12, #050506 68%, #020203) padding-box,
      linear-gradient(108deg, rgba(141, 92, 255, 0.95), rgba(141, 92, 255, 0.34) 30%, rgba(255, 122, 47, 0.7) 74%, rgba(255, 186, 69, 1)) border-box;
    box-shadow:
      -8px -3px 22px rgba(141, 92, 255, 0.18),
      10px 10px 28px rgba(255, 104, 24, 0.32);
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0;
    animation: tcCartHaloPulse 4.6s ease-in-out infinite;
  }

  .tc-sticky-add-btn::before {
    content: "";
    position: absolute;
    inset: -90% auto -90% -42%;
    width: 34%;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), rgba(255, 190, 102, 0.16), transparent);
    transform: translate3d(-150%, 0, 0) skewX(-18deg);
    animation: tcCartSheenSweep 4.1s ease-in-out infinite;
    pointer-events: none;
  }

  .tc-sticky-add-btn span {
    position: relative;
    z-index: 2;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tc-sticky-add-btn::after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: -13px;
    width: 44%;
    height: 78%;
    border-radius: 999px 0 13px 0;
    background: radial-gradient(ellipse at 98% 94%, rgba(255, 210, 88, 0.96), rgba(255, 117, 24, 0.78) 28%, rgba(255, 102, 25, 0.3) 49%, transparent 72%);
    filter: blur(3.8px);
    animation: tcCartFlame 2.25s ease-in-out infinite;
    pointer-events: none;
  }

  .tc-sticky-add-btn:active {
    transform: translateY(1px) scale(0.99);
  }
}

@media (max-width: 640px) {
  .tc-media-stage {
    min-height: clamp(340px, 120vw, 470px);
  }

  .tc-gallery-card,
  .tc-product-panel,
  .tc-related-panel {
    padding: 10px;
  }

  .tc-trust-item {
    min-height: 50px;
    padding: 7px 4px;
  }

  .tc-trust-item strong {
    font-size: 0.64rem;
  }

  .tc-related-grid {
    gap: 9px;
  }
}

@media (max-width: 420px) {
  .tc-media-stage {
    min-height: clamp(320px, 118vw, 430px);
  }

  .tc-trust-item {
    gap: 4px;
    min-height: 50px;
    padding: 7px 3px;
  }

  .tc-trust-item svg {
    width: 16px;
    height: 16px;
  }

  .tc-trust-item strong {
    font-size: 0.58rem;
  }

  .tc-related-panel {
    padding: 12px;
  }

  .tc-related-grid {
    gap: 8px;
  }

  .tc-related-info {
    padding: 8px;
  }

  .tc-related-price,
  .tc-related-rating {
    font-size: 0.78rem;
  }

  .tc-size-grid {
    grid-auto-flow: row;
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tc-product-meta {
    font-size: 0.8rem;
  }

  .tc-badge-row {
    gap: 7px;
  }

  .tc-info-badge {
    width: auto;
    justify-content: flex-start;
    padding: 0 9px;
    font-size: 0.76rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-pdp-shell *,
  .tc-pdp-shell *::before,
  .tc-pdp-shell *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .tc-media-stage:hover .tc-media-hero-img,
  .tc-related-card:hover .tc-related-image-wrap img {
    transform: none;
  }

  .tc-media-sparks span {
    animation: none;
  }
}
