/**
 * Canonical white product-page system.
 *
 * The selectors stay scoped to the product page so the header and footer keep
 * their existing theme contract while every WooCommerce product shares one
 * readable information flow.
 */

.pdp-page--unified {
  --pdp-thumb-size: 64px;
  --pdp-thumb-rail: 72px;
  --pdp-thumb-gap: 12px;
  --pdp-ink: #112a43;
  --pdp-muted: #49647f;
  --pdp-blue: #0b59c7;
  --pdp-blue-dark: #073b91;
  --pdp-blue-soft: #eaf3ff;
  --pdp-navy: #062b63;
  --pdp-yellow: #f4b400;
  --pdp-yellow-soft: #fff8da;
  --pdp-green: #147a46;
  --pdp-green-soft: #eaf8ef;
  --pdp-line: var(--pdp-unified-line);
  --pdp-soft: #f4f8fd;
  --pdp-white: var(--pdp-unified-surface);
  --pdp-unified-surface: #fff;
  --pdp-unified-line: #c9d8ea;
  color: var(--pdp-ink);
  background: var(--pdp-white);
  font-size: 15px;
  line-height: 1.65;
  /* Keep the product information flow compact without scaling the site chrome. */
  zoom: 1;
}

.pdp-page--unified,
.pdp-page--unified * {
  box-sizing: border-box;
}

.pdp-page--unified > .section-sm,
.pdp-page--unified > .section,
.pdp-page--unified > .pdp-unified-details,
.pdp-page--unified > .pdp-reviews-section,
.pdp-page--unified > .pdp-resource-section,
.pdp-page--unified > .pdp-recommend-section,
.pdp-page--unified > .pdp-unified-faq {
  border-top: 0;
  background: var(--pdp-white);
}

.pdp-page--unified .container,
.pdp-page--unified .pdp-unified-section__inner,
.pdp-page--unified .pdp-unified-faq__inner {
  width: min(1320px, calc(100% - 40px));
  max-width: 1320px;
  margin-inline: auto;
}

.pdp-page--unified .pdp-shell,
.pdp-page--unified .pdp-gallery,
.pdp-page--unified .pdp-info,
.pdp-page--unified .pdp-intro-card,
.pdp-page--unified .pdp-shipping-preview,
.pdp-page--unified .pdp-primary-price,
.pdp-page--unified .pdp-tier-disclosure,
   .pdp-page--unified .pdp-price-summary__item,
   .pdp-page--unified .pdp-reviews-section__body {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.pdp-page--unified .pdp-shell {
  gap: clamp(32px, 4vw, 64px);
}

.pdp-page--unified .btn-rfq {
  border-style: solid;
}

.pdp-page--unified .pdp-title {
  color: var(--pdp-ink);
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}

.pdp-page--unified .pdp-summary {
  color: var(--pdp-muted);
  font-size: 15px;
  line-height: 1.75;
}

.pdp-page--unified .pdp-intro-card,
.pdp-page--unified .pdp-shipping-preview,
.pdp-page--unified .pdp-primary-price,
.pdp-page--unified .pdp-price-summary__item,
.pdp-page--unified .pdp-tier-disclosure {
  border: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-intro-card {
  margin-top: 28px;
  padding: 0 0 24px;
}

.pdp-page--unified .pdp-intro-card__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px 16px;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-intro-card__content {
  padding: 22px 24px 0;
}

.pdp-page--unified .pdp-shipping-preview,
.pdp-page--unified .pdp-primary-price,
.pdp-page--unified .pdp-price-summary__item {
  background: var(--pdp-white);
}

.pdp-page--unified .pdp-primary-price {
  border-color: var(--pdp-line);
}

.pdp-page--unified .pdp-primary-price__value {
  color: var(--pdp-blue);
}

.pdp-page--unified .pdp-unified-details {
  width: 100%;
  background: var(--pdp-white);
}

.pdp-page--unified .pdp-unified-section,
.pdp-page--unified .pdp-unified-faq,
.pdp-page--unified .pdp-resource-section,
.pdp-page--unified .pdp-recommend-section {
  padding: clamp(56px, 7vw, 96px) 0;
  border-top: 1px solid var(--pdp-line);
  background: var(--pdp-white);
}

.pdp-page--unified .pdp-unified-information {
  padding: 56px 0 64px;
  border-top: 1px solid var(--pdp-line);
  background: #f7faff;
}

.pdp-page--unified .pdp-unified-section__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin: 0 0 30px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--pdp-line);
  text-align: left;
}

.pdp-page--unified .pdp-unified-information__header {
  margin-bottom: 28px;
}

.pdp-page--unified .pdp-unified-information__content {
  display: grid;
  gap: 48px;
}

.pdp-page--unified .pdp-unified-information__block {
  min-width: 0;
}

.pdp-page--unified .pdp-unified-information__block + .pdp-unified-information__block {
  margin-top: 4px;
}

.pdp-page--unified .pdp-unified-section__header h2,
.pdp-page--unified .pdp-resource-section .section-title,
.pdp-page--unified .pdp-recommend-section .section-title,
.pdp-page--unified .pdp-reviews-section__header h2 {
  max-width: 1100px;
  margin: 0 auto;
  color: var(--pdp-blue);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.pdp-page--unified .pdp-unified-section__header p,
.pdp-page--unified .pdp-resource-section .section-subtitle {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--pdp-muted);
  font-size: 18px;
  line-height: 1.75;
}

.pdp-page--unified .pdp-unified-information__header h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.15;
}

.pdp-page--unified .pdp-unified-information__header p {
  max-width: 780px;
  font-size: 16px;
  line-height: 1.65;
}

.pdp-page--unified .pdp-unified-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--pdp-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pdp-page--unified .pdp-unified-section__header .btn {
  display: inline-flex;
  margin: 0;
  align-self: end;
  border-color: var(--pdp-blue);
  border-radius: 4px;
  background: var(--pdp-blue);
  box-shadow: none;
}

.pdp-page--unified .pdp-unified-section__header .btn:hover,
.pdp-page--unified .pdp-unified-section__header .btn:focus-visible {
  border-color: var(--pdp-blue-dark);
  background: var(--pdp-blue-dark);
}

.pdp-page--unified .pdp-unified-fitment__notice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px 26px;
  border: 1px solid #bfd2ea;
  border-left: 4px solid var(--pdp-blue);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 42, 67, .06);
}

.pdp-page--unified .pdp-unified-fitment__notice h3,
.pdp-page--unified .pdp-unified-fitment__checklist h3,
.pdp-page--unified .pdp-unified-richtext h3 {
  margin: 0 0 12px;
  padding-left: 18px;
  border-left: 6px solid var(--pdp-yellow);
  color: var(--pdp-blue);
  font-size: 28px;
  line-height: 1.3;
}

.pdp-page--unified .pdp-unified-fitment__notice h3 {
  margin: 8px 0 10px;
  padding: 0;
  border-left: 0;
  color: var(--pdp-ink);
  font-size: 25px;
}

.pdp-page--unified .pdp-unified-fitment__notice p,
.pdp-page--unified .pdp-unified-fitment__checklist p {
  max-width: 1100px;
  margin: 0;
  color: var(--pdp-muted);
  font-size: 17px;
  line-height: 1.75;
}

.pdp-page--unified .pdp-unified-fitment__label,
.pdp-page--unified .pdp-unified-fitment__status {
  color: var(--pdp-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pdp-page--unified .pdp-unified-fitment__label {
  color: var(--pdp-blue);
}

.pdp-page--unified .pdp-unified-fitment__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #a9d8bb;
  background: var(--pdp-green-soft);
  color: var(--pdp-green);
  white-space: nowrap;
}

.pdp-page--unified .pdp-unified-fitment__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pdp-green);
}

.pdp-page--unified .pdp-unified-fitment__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pdp-page--unified .pdp-unified-fitment__tags span {
  padding: 5px 9px;
  border: 1px solid #bfd2ea;
  border-radius: 3px;
  color: var(--pdp-blue-dark);
  background: #f7faff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
}

.pdp-page--unified .pdp-unified-fitment__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 34px 0 0;
  border-top: 0;
  border-bottom: 0;
}

.pdp-page--unified .pdp-unified-fitment__steps article {
  position: relative;
  min-width: 0;
  padding: 28px 24px 30px;
  border-left: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-unified-fitment__steps article:first-child {
  border-left: 0;
}

.pdp-page--unified .pdp-unified-fitment__steps article::before,
.pdp-page--unified .pdp-resource-card::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--pdp-blue);
  content: "";
  transition: width .3s ease;
}

.pdp-page--unified .pdp-unified-fitment__steps article:hover::before,
.pdp-page--unified .pdp-unified-fitment__steps article:focus-within::before,
.pdp-page--unified .pdp-resource-card:hover::before,
.pdp-page--unified .pdp-resource-card:focus-visible::before {
  width: 100%;
}

.pdp-page--unified .pdp-unified-fitment__steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pdp-ink);
  font-size: 36px;
  line-height: 1;
}

.pdp-page--unified .pdp-unified-fitment__steps span {
  color: var(--pdp-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.pdp-page--unified .pdp-unified-fitment__steps h3 {
  margin: 12px 0 8px;
  color: var(--pdp-ink);
  font-size: 20px;
  line-height: 1.35;
}

.pdp-page--unified .pdp-unified-fitment__steps p {
  margin: 0;
  color: var(--pdp-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pdp-page--unified .pdp-unified-fitment__checklist {
  padding-top: 4px;
}

.pdp-page--unified .pdp-unified-fitment__checklist h3 {
  font-size: 1.35rem;
}

.pdp-page--unified .pdp-unified-richtext {
  max-width: 1240px;
  margin-inline: auto;
  color: var(--pdp-muted);
  font-size: 17px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.pdp-page--unified .pdp-unified-richtext > *:first-child { margin-top: 0; }
.pdp-page--unified .pdp-unified-richtext > *:last-child { margin-bottom: 0; }
.pdp-page--unified .pdp-unified-richtext p { margin: 0 0 18px; }
.pdp-page--unified .pdp-unified-richtext h2 { margin: 42px 0 18px; color: var(--pdp-blue-dark); font-size: 34px; }
.pdp-page--unified .pdp-unified-richtext h4 { margin: 28px 0 14px; color: var(--pdp-ink); font-size: 20px; }
.pdp-page--unified .pdp-unified-richtext ul,
.pdp-page--unified .pdp-unified-richtext ol { margin: 16px 0 22px; padding-left: 24px; }
.pdp-page--unified .pdp-unified-richtext li { margin: 8px 0; }
.pdp-page--unified .pdp-unified-richtext img { max-width: 100%; height: auto; }

.pdp-page--unified .pdp-unified-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 28px;
  border-top: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-unified-facts > div {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-unified-facts dt,
.pdp-page--unified .pdp-unified-specifications__table th {
  color: var(--pdp-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pdp-page--unified .pdp-unified-facts dd {
  margin: 0;
  color: var(--pdp-ink);
  font-size: 17px;
  overflow-wrap: anywhere;
}

.pdp-page--unified .pdp-unified-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 32px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pdp-page--unified .pdp-unified-checklist li {
  position: relative;
  padding-left: 22px;
  color: var(--pdp-muted);
  font-size: 17px;
}

.pdp-page--unified .pdp-unified-checklist li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  color: var(--pdp-blue);
  background: var(--pdp-blue);
  content: "";
  font-weight: 800;
}

.pdp-page--unified .pdp-unified-note {
  margin: 28px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--pdp-blue);
  background: var(--pdp-blue-soft);
  color: var(--pdp-muted);
  font-size: 16px;
}

.pdp-page--unified .pdp-unified-specifications__table-wrap,
.pdp-page--unified .pdp-unified-richtext table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pdp-page--unified .pdp-unified-specifications__table,
.pdp-page--unified .pdp-unified-richtext table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.pdp-page--unified .pdp-unified-specifications__table th,
.pdp-page--unified .pdp-unified-specifications__table td,
.pdp-page--unified .pdp-unified-richtext th,
.pdp-page--unified .pdp-unified-richtext td {
  padding: 19px 20px;
  border-bottom: 1px solid var(--pdp-line);
  text-align: left;
  vertical-align: top;
}

.pdp-page--unified .pdp-unified-specifications__table th,
.pdp-page--unified .pdp-unified-richtext th {
  background: var(--pdp-blue-soft);
  border-right: 1px solid #c1d5f2;
  color: var(--pdp-blue-dark);
}

/*
 * The specification header row keeps the same light surface as every other
 * label cell on the page. The solid blue band was a leftover from the
 * pre-unified template and clashed with the caliper content tables, which
 * already use the light surface.
 */
.pdp-page--unified .pdp-unified-specifications__table tbody tr:first-child th {
  border-color: var(--pdp-line);
  background: var(--pdp-blue-soft);
  color: var(--pdp-blue-dark);
}

.pdp-page--unified .pdp-unified-richtext table thead th,
.pdp-page--unified .pdp-unified-richtext table tbody tr:first-child th {
  border-color: var(--pdp-blue);
  background: var(--pdp-blue);
  color: #fff;
}

.pdp-page--unified .pdp-unified-specifications__table td,
.pdp-page--unified .pdp-unified-richtext td {
  color: var(--pdp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.pdp-page--unified .pdp-unified-specifications__table tr:nth-child(even) td,
.pdp-page--unified .pdp-unified-richtext table tr:nth-child(even) td {
  background: #fbfdff;
}

.pdp-page--unified .pdp-unified-specifications__table tr:hover td,
.pdp-page--unified .pdp-unified-richtext table tr:hover td {
  background: #f1f7ff;
}

.pdp-page--unified .pdp-unified-specifications__empty { color: transparent; }

.pdp-page--unified .pdp-reviews-section__body {
  border: 0;
  padding: 0;
}

.pdp-page--unified .pdp-reviews__score-card,
.pdp-page--unified .pdp-reviews__list-panel,
.pdp-page--unified .pdp-reviews__form-panel,
.pdp-page--unified .pdp-reviews__empty {
  border: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pdp-page--unified .pdp-unified-faq {
  padding-bottom: clamp(72px, 8vw, 112px);
}

.pdp-page--unified .pdp-unified-faq .pdp-unified-section__header {
  max-width: 1100px;
  margin-inline: auto;
}

.pdp-page--unified .pdp-unified-faq__list {
  max-width: 1200px;
  margin-inline: auto;
  border-top: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-unified-faq-item {
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-unified-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 20px;
  color: var(--pdp-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  transition: color .2s ease, background-color .2s ease;
}

.pdp-page--unified .pdp-unified-faq-item summary::-webkit-details-marker { display: none; }

.pdp-page--unified .pdp-unified-faq-item summary::after {
  flex: 0 0 auto;
  color: var(--pdp-blue);
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.pdp-page--unified .pdp-unified-faq-item[open] summary {
  border-left: 4px solid var(--pdp-blue);
  background: var(--pdp-blue-soft);
}

.pdp-page--unified .pdp-unified-faq-item[open] summary::after { content: "-"; }

.pdp-page--unified .pdp-unified-faq-item summary:hover,
.pdp-page--unified .pdp-unified-faq-item summary:focus-visible {
  color: var(--pdp-blue);
  background: var(--pdp-blue-soft);
}

.pdp-page--unified .pdp-unified-faq-item__answer {
  max-width: 1000px;
  padding: 0 64px 24px 24px;
  color: var(--pdp-muted);
  font-size: 17px;
  line-height: 1.8;
}

.pdp-page--unified .pdp-unified-faq-item__answer p { margin: 0 0 12px; }
.pdp-page--unified .pdp-unified-empty { margin: 0; color: var(--pdp-muted); }

.pdp-page--unified .slp-article-breadcrumbs {
  border-bottom: 1px solid rgba(148, 163, 184, .22);
  background: var(--pdp-white);
}

.pdp-page--unified .slp-article-breadcrumbs .container {
  overflow-x: auto;
  scrollbar-width: thin;
}

.pdp-page--unified .slp-article-breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
  margin: 0;
  padding: 13px 0;
  list-style: none;
  color: var(--pdp-muted);
  font-size: 15px;
  line-height: 1.4;
}

.pdp-page--unified .slp-article-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.pdp-page--unified .slp-article-breadcrumbs li:not(:last-child)::after {
  color: #94a3b8;
  content: ">";
}

.pdp-page--unified .slp-article-breadcrumbs a {
  color: var(--pdp-blue);
  font-weight: 650;
}

.pdp-page--unified .slp-article-breadcrumbs [aria-current="page"] {
  color: var(--pdp-ink);
  font-weight: 650;
}

.pdp-page--unified .pdp-share-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr);
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  padding: 28px 0;
  border-top: 0;
  border-bottom: 0;
}

.pdp-page--unified .pdp-share-tools h2 {
  margin: 0 0 6px;
  color: var(--pdp-ink);
  font-size: 1.35rem;
}

.pdp-page--unified .pdp-share-tools p {
  margin: 0;
  color: var(--pdp-muted);
  line-height: 1.6;
}

.pdp-page--unified .pdp-share-tools__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pdp-page--unified .pdp-share-tools__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  aspect-ratio: 1;
  color: var(--pdp-ink);
  background: transparent;
  transition: transform .2s ease;
}

.pdp-page--unified .pdp-share-tools__button:hover,
.pdp-page--unified .pdp-share-tools__button:focus-visible {
  border-color: transparent;
  color: inherit;
  background: transparent;
  box-shadow: none;
  transform: translateY(-2px);
}

.pdp-page--unified .pdp-share-tools__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-sizing: border-box;
  aspect-ratio: 1;
  color: #fff;
  background: #334155;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1;
}

.pdp-page--unified .pdp-share-tools__mark svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.pdp-page--unified .pdp-share-tools__button--facebook .pdp-share-tools__mark { background: #1877f2; }
.pdp-page--unified .pdp-share-tools__button--tiktok .pdp-share-tools__mark { background: #111827; }
.pdp-page--unified .pdp-share-tools__button--instagram .pdp-share-tools__mark { background: #e1306c; }
.pdp-page--unified .pdp-share-tools__button--wechat .pdp-share-tools__mark { background: #168c46; }
.pdp-page--unified .pdp-share-tools__button--xiaohongshu .pdp-share-tools__mark { background: #d9232e; }
.pdp-page--unified .pdp-share-tools__button--reddit .pdp-share-tools__mark { background: #ff4500; }
.pdp-page--unified .pdp-share-tools__button--instagram .pdp-share-tools__mark svg { fill: none; }

.pdp-page--unified .pdp-share-tools__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------------------------------------------------------------------------
 * Caliper page layout contract — single source of truth.
 *
 * Authored structure:
 *   .caliper-product-page
 *     └─ section.cpp-section      full-bleed band
 *          └─ div.cpp-container    readable column (max 1180px)
 *
 * The band spans the viewport; the container keeps the copy readable. A body
 * that is NOT authored with .cpp-section stays inside the article column, so
 * an un-wrapped page can never stretch the layout again.
 * ------------------------------------------------------------------------- */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--pdp-ink);
  background: var(--pdp-white);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page * {
  box-sizing: border-box;
}

/* Full-bleed bands are opt-in: they require the authored section structure. */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page:has(> .cpp-section) {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-container,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .module-container {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin-inline: auto;
}

/* ==========================================================================
 * Caliper page visual system (2026-09-14)
 *
 * Content markup is authored elsewhere; this block only decides how it looks.
 * One rhythm, one type scale and one surface treatment for every block the
 * generator emits: section, container, lead, callout, note, prose grid,
 * four-card grid, table, FAQ and figure.
 * ======================================================================== */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section {
  width: 100%;
  margin: 0;
  padding: clamp(52px, 6vw, 76px) 0;
  background: var(--pdp-white);
  border-top: 1px solid var(--pdp-line);
}

/* No striped bands: hairlines separate sections, whitespace carries the rhythm. */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section:nth-child(even) {
  background: var(--pdp-white);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section:first-child {
  border-top: 0;
  padding-top: 8px;
}

/* Headings: one left-aligned hierarchy; the accent belongs to H3 only. */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section h2 {
  margin: 0 0 24px;
  color: var(--pdp-blue);
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-align: left;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section h3 {
  margin: 32px 0 12px;
  padding-left: 14px;
  border-left: 4px solid var(--pdp-yellow);
  color: var(--pdp-ink);
  font-size: 21px;
  line-height: 1.35;
}

/*
 * Records authored before the .cpp-section contract still matched the older
 * .pdp-unified-richtext h3 voice (6px bar, blue, 28px), so two sections of the
 * same page disagreed. The caliper letter wins on the legacy markup too, which
 * gives both content generations one H3 treatment.
 */
.pdp-page--unified .pdp-unified-richtext .caliper-product-page h3 {
  margin: 32px 0 12px;
  padding-left: 14px;
  border-left: 4px solid var(--pdp-yellow);
  color: var(--pdp-ink);
  font-size: 21px;
  line-height: 1.35;
}

/* Body copy */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page p,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page li {
  color: var(--pdp-muted);
  font-size: 16px;
  line-height: 1.75;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page p {
  margin: 0 0 18px;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-lead {
  font-size: 19px;
  line-height: 1.7;
  color: var(--pdp-ink);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section > .cpp-container > p,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section > .cpp-container > ul {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

/* Detail gallery: a component like the others, available to any SKU. */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 24px;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-detail-gallery figure {
  display: flex;
  flex-direction: column;
  margin: 0;
}

/*
 * One media box per gallery image. Records carry mixed source ratios (a square
 * installation diagram next to 4:3 workshop photos), so without a fixed box the
 * rows ended at different heights. contain keeps every pixel of the diagram
 * visible, and the shared box height lines the tops and captions up.
 */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-detail-gallery figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

/* Callout and note: same surface, different accent weight. */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-callout {
  margin: 0 0 24px;
  padding: 22px 26px;
  border: 1px solid var(--pdp-line);
  border-left: 4px solid var(--pdp-blue);
  border-radius: 10px;
  background: var(--pdp-blue-soft);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-callout p {
  margin: 0;
  color: var(--pdp-ink);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-callout-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--pdp-blue);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-callout ul {
  margin: 0;
  padding-left: 20px;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-callout li + li {
  margin-top: 8px;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-note {
  margin: 0 0 24px;
  padding: 16px 20px;
  border: 1px solid var(--pdp-line);
  border-left: 4px solid var(--pdp-blue);
  border-radius: 8px;
  background: var(--pdp-blue-soft);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-note p {
  margin: 0;
  font-size: 15px;
}

/* Standalone list block */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section > .cpp-container > ul {
  margin: 0 0 24px;
  padding: 20px 24px 20px 44px;
  border: 1px solid var(--pdp-line);
  border-radius: 12px;
  background: #fff;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section > .cpp-container > ul li + li {
  margin-top: 10px;
}

/* Two-column prose */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-prose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-prose-grid h3 {
  margin-top: 0;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-prose-grid > div > :last-child {
  margin-bottom: 0;
}

/* Four-card grid */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-four-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 8px;
  border: 0;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-four-grid > *,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--pdp-line);
  border-top: 3px solid var(--pdp-blue);
  border-radius: 12px;
  background: #fff;
  transition: background-color .18s ease, border-color .18s ease;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-four-grid > *:hover,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-card:hover {
  border-color: var(--pdp-blue);
  background: #f8fafc;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-four-grid h3,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-card h3 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 1.35;
  color: var(--pdp-blue);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-four-grid > * p,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

/* Tables */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap {
  width: 100%;
  margin: 0 0 26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--pdp-line);
  border-radius: 12px;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap table,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-procurement-table {
  width: 100%;
  min-width: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap th,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-procurement-table th {
  padding: 12px 16px;
  color: var(--pdp-blue);
  background: var(--pdp-blue-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap td,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-procurement-table td {
  padding: 14px 16px;
  color: var(--pdp-ink);
  background: #fff;
  font-size: 15px;
  line-height: 1.65;
  border-top: 1px solid #eef1f5;
  vertical-align: top;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap tr:nth-child(even) td,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-procurement-table tr:nth-child(even) td {
  background: #fbfcfe;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap th:first-child,
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap td:first-child {
  width: 24%;
}

/* FAQ */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-source-faq {
  width: min(900px, 100%);
  margin: 0 auto;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-source-faq details {
  margin: 0 0 12px;
  border: 1px solid var(--pdp-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-source-faq summary {
  position: relative;
  padding: 16px 48px 16px 20px;
  color: var(--pdp-ink);
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  list-style: none;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-source-faq summary::-webkit-details-marker {
  display: none;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-source-faq summary::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  color: var(--pdp-blue);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-source-faq details[open] summary {
  background: #f8fafc;
  border-bottom: 1px solid var(--pdp-line);
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-source-faq details[open] summary::after {
  content: '\2212';
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-source-faq details > p {
  margin: 0;
  padding: 16px 20px 20px;
  font-size: 16px;
}

/* Figures */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section > .cpp-container > figure {
  max-width: 980px;
  margin: 0 auto 26px;
  padding: 12px;
  border: 1px solid var(--pdp-line);
  border-radius: 12px;
  background: #fff;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page figure figcaption {
  margin: 10px 2px 0;
  color: var(--pdp-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Links and inline emphasis */
.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page a {
  color: var(--pdp-blue);
  text-underline-offset: 2px;
}

.pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page strong {
  color: var(--pdp-ink);
}


@media (max-width: 900px) {
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-four-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section { padding: 40px 0; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section:first-child { padding-top: 4px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section h2 { font-size: 26px; margin-bottom: 18px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section h3,
  .pdp-page--unified .pdp-unified-richtext .caliper-product-page h3 { font-size: 19px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-lead { font-size: 17px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-four-grid,
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-prose-grid { grid-template-columns: 1fr; gap: 14px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section > .cpp-container > ul { padding: 18px 18px 18px 34px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-detail-gallery { grid-template-columns: 1fr; gap: 16px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap th { font-size: 12px; padding: 10px 12px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap td { font-size: 14px; padding: 12px 12px; }
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap th:first-child,
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-table-wrap td:first-child { width: 30%; }
}





@media (max-width: 1200px) {
  .pdp-page--unified .pdp-title { font-size: 32px; }
  .pdp-page--unified .pdp-unified-section__header h2,
  .pdp-page--unified .pdp-resource-section .section-title,
  .pdp-page--unified .pdp-recommend-section .section-title,
  .pdp-page--unified .pdp-reviews-section__header h2 { font-size: 40px; }
  .pdp-page--unified .pdp-unified-fitment__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdp-page--unified .pdp-unified-fitment__steps article:nth-child(3) { border-left: 0; border-top: 1px solid var(--pdp-line); }
  .pdp-page--unified .pdp-unified-fitment__steps article:nth-child(4) { border-top: 1px solid var(--pdp-line); }
}

@media (max-width: 768px) {
  .pdp-page--unified { font-size: 16px; }
  .pdp-page--unified .pdp-title { font-size: 28px; }
  .pdp-page--unified .pdp-summary { font-size: 15px; }
  .pdp-page--unified .pdp-unified-section__header h2,
  .pdp-page--unified .pdp-resource-section .section-title,
  .pdp-page--unified .pdp-recommend-section .section-title,
  .pdp-page--unified .pdp-reviews-section__header h2 { font-size: 34px; }
  .pdp-page--unified .container,
  .pdp-page--unified .pdp-unified-section__inner,
  .pdp-page--unified .pdp-unified-faq__inner,
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-container,
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .module-container { width: min(1180px, calc(100% - 28px)); }
  .pdp-page--unified .pdp-unified-section,
  .pdp-page--unified .pdp-unified-faq,
  .pdp-page--unified .pdp-resource-section,
  .pdp-page--unified .pdp-recommend-section,
  .pdp-page--unified .pdp-reviews-section { padding: 48px 0; }
  .pdp-page--unified .pdp-unified-information__header {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pdp-page--unified .pdp-unified-information__header .btn {
    justify-self: start;
  }
  .pdp-page--unified .pdp-unified-fitment__notice {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pdp-page--unified .pdp-unified-fitment__notice .btn {
    justify-self: start;
  }
  .pdp-page--unified .pdp-unified-fitment__status { margin-top: 18px; }
  .pdp-page--unified .pdp-unified-fitment__steps { grid-template-columns: 1fr; }
  .pdp-page--unified .pdp-unified-fitment__steps article,
  .pdp-page--unified .pdp-unified-fitment__steps article:nth-child(3),
  .pdp-page--unified .pdp-unified-fitment__steps article:nth-child(4) { border-top: 1px solid var(--pdp-line); border-left: 0; }
  .pdp-page--unified .pdp-unified-fitment__steps article:first-child { border-top: 0; }
  .pdp-page--unified .pdp-unified-facts,
  .pdp-page--unified .pdp-unified-checklist { grid-template-columns: 1fr; }
  .pdp-page--unified .pdp-unified-facts > div { grid-template-columns: 1fr; gap: 6px; }
  .pdp-page--unified .pdp-unified-specifications__table { table-layout: auto; }
  .pdp-page--unified .pdp-unified-specifications__table tr { display: grid; grid-template-columns: 1fr; }
  .pdp-page--unified .pdp-unified-specifications__table th,
  .pdp-page--unified .pdp-unified-specifications__table td { width: auto; border-bottom: 0; padding: 10px 0; }
  .pdp-page--unified .pdp-unified-specifications__table tr { border-bottom: 1px solid var(--pdp-line); }
  .pdp-page--unified .pdp-unified-richtext { font-size: 16px; }
  .pdp-page--unified .pdp-share-tools { grid-template-columns: 1fr; }
  .pdp-page--unified .pdp-unified-faq-item summary { min-height: 64px; padding: 17px 14px; font-size: 17px; }
  .pdp-page--unified .pdp-unified-faq-item__answer { padding: 0 18px 20px; }
  .pdp-page--unified .slp-article-breadcrumbs ol { padding: 11px 0; font-size: .8rem; }
}

@media (max-width: 640px) {
  .pdp-page--unified .pdp-title { font-size: 26px; }
  .pdp-page--unified .pdp-unified-richtext h2,
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section h2 { font-size: 24px; }
  .pdp-page--unified .pdp-unified-richtext h3,
  .pdp-page--unified .pdp-unified-description .pdp-unified-richtext .caliper-product-page .cpp-section h3,
  .pdp-page--unified .pdp-unified-richtext .caliper-product-page h3 { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .pdp-page--unified .pdp-unified-fitment__steps article,
  .pdp-page--unified .pdp-share-tools__button,
  .pdp-page--unified .pdp-unified-faq-item summary { transition: none; }
}

/*
 * Resource and recommendation surfaces
 * -------------------------------------
 * These components share the unified PDP design tokens. Product media uses
 * contain so source photos keep their original proportions inside a stable
 * stage; the recommendation pager keeps both pages server-rendered for SEO
 * and progressive enhancement.
 */
.pdp-page--unified .pdp-resource-section {
  background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.pdp-page--unified .pdp-resource-section .section-header {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.pdp-page--unified .pdp-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}

.pdp-page--unified .pdp-resource-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 224px;
  padding: 24px 22px 26px;
  border: 1px solid #d9e5f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 42, 67, .06);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pdp-page--unified .pdp-resource-card:hover,
.pdp-page--unified .pdp-resource-card:focus-visible {
  border-color: #8ab8ec;
  box-shadow: 0 18px 36px rgba(11, 89, 199, .12);
  transform: translateY(-4px);
}

.pdp-page--unified .pdp-resource-card__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pdp-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pdp-page--unified .pdp-resource-card__eyebrow b {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--pdp-blue);
  font-size: 11px;
  letter-spacing: 0;
}

.pdp-page--unified .pdp-resource-card strong {
  max-width: 19ch;
  font-size: 18px;
  line-height: 1.35;
}

.pdp-page--unified .pdp-resource-card p {
  max-width: 32ch;
  font-size: 15px;
  line-height: 1.6;
}

.pdp-page--unified .pdp-resource-card__arrow {
  align-self: end;
  justify-self: end;
  margin-top: auto;
  color: var(--pdp-blue);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

.pdp-page--unified .pdp-recommend-section {
  background: #fff;
}

.pdp-page--unified .pdp-recommend-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  text-align: left;
}

.pdp-page--unified .pdp-section-kicker {
  margin: 0 0 8px;
  color: var(--pdp-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pdp-page--unified .pdp-recommend-section__header .section-title {
  margin: 0;
}

.pdp-page--unified .pdp-recommend-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.pdp-page--unified .pdp-recommend-control {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid #b7cee7;
  border-radius: 50%;
  color: var(--pdp-blue);
  background: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.pdp-page--unified .pdp-recommend-control:hover:not(:disabled),
.pdp-page--unified .pdp-recommend-control:focus-visible:not(:disabled) {
  border-color: var(--pdp-blue);
  color: #fff;
  background: var(--pdp-blue);
}

.pdp-page--unified .pdp-recommend-control:disabled {
  color: #9bb1c9;
  background: #f5f8fc;
  cursor: not-allowed;
}

.pdp-page--unified .pdp-recommend-page-status {
  min-width: 42px;
  color: var(--pdp-muted);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.pdp-page--unified .pdp-recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pdp-page--unified .pdp-recommend-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid #d9e5f2;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(17, 42, 67, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pdp-page--unified .pdp-recommend-card:hover,
.pdp-page--unified .pdp-recommend-card:focus-within {
  border-color: #8ab8ec;
  box-shadow: 0 18px 36px rgba(11, 89, 199, .12);
  transform: translateY(-4px);
}

.pdp-page--unified .pdp-recommend-card__media {
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #f7faff;
}

.pdp-page--unified .pdp-recommend-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border: 0;
  object-fit: cover;
  object-position: center;
}

.pdp-page--unified .pdp-recommend-card__body {
  display: grid;
  gap: 8px;
  min-height: 156px;
  padding: 18px 18px 20px;
  text-align: left;
}

.pdp-page--unified .pdp-recommend-card__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--pdp-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.pdp-page--unified .pdp-recommend-card__meta {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  color: var(--pdp-muted);
  font-size: .9rem;
}

.pdp-page--unified .pdp-recommend-card__price {
  color: var(--pdp-blue);
  font-size: 20px;
  font-weight: 800;
}

.pdp-page--unified .pdp-recommend-page[hidden] {
  display: none;
}

@media (max-width: 1200px) {
  .pdp-page--unified .pdp-resource-grid,
  .pdp-page--unified .pdp-recommend-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .pdp-page--unified .pdp-resource-grid,
  .pdp-page--unified .pdp-recommend-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdp-page--unified .pdp-recommend-section__header { align-items: start; }
}

@media (max-width: 640px) {
  .pdp-page--unified .pdp-resource-grid,
  .pdp-page--unified .pdp-recommend-grid { grid-template-columns: 1fr; }
  .pdp-page--unified .pdp-recommend-section__header { display: block; }
  .pdp-page--unified .pdp-recommend-controls { margin-top: 20px; }
  .pdp-page--unified .pdp-recommend-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .pdp-page--unified .pdp-recommend-card__media {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdp-page--unified .pdp-resource-card,
  .pdp-page--unified .pdp-recommend-card,
  .pdp-page--unified .pdp-recommend-control { transition: none; }
}

/* Match the approved standalone HTML preview in the live WooCommerce hero. */
.pdp-page--unified > .section-sm:first-of-type {
  padding: 18px 0 44px;
}

.pdp-page--unified > .section-sm:first-of-type > .container {
  width: min(1320px, calc(100% - 40px));
  max-width: 1320px;
  padding-right: 0;
  padding-left: 0;
}

.pdp-page--unified .pdp-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: start;
}

.pdp-page--unified .pdp-gallery--has-thumbs {
  position: static;
  display: grid;
  grid-template-columns: var(--pdp-thumb-rail) minmax(0, 1fr);
  gap: var(--pdp-thumb-gap);
  align-items: start;
  padding-left: 0;
}

.pdp-page--unified .pdp-gallery--has-thumbs .pdp-main-media {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  max-width: none;
  margin: 0;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #dce2ea;
  border-radius: 6px;
}

.pdp-page--unified .pdp-main-image {
  padding: 0;
}

.pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumbs {
  position: static;
  grid-column: 1;
  grid-row: 1;
  width: var(--pdp-thumb-rail);
  max-height: 580px;
  margin: 0;
  align-items: stretch;
}

.pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb {
  width: var(--pdp-thumb-size);
  height: var(--pdp-thumb-size);
  flex: 0 0 auto;
  padding: 3px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce2ea;
  border-radius: 5px;
}

.pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb.active,
.pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb[aria-current="true"] {
  padding: 2px;
  border: 2px solid #155eef;
  box-shadow: 0 0 0 2px #edf4ff;
}

.pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb img {
  padding: 0;
  border-radius: 2px;
  object-fit: cover;
}

.pdp-media-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: #25324a;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(220, 226, 234, .9);
  border-radius: 5px;
  box-shadow: 0 4px 14px rgba(23, 32, 51, .1);
  font-size: 12px;
  font-weight: 750;
  pointer-events: none;
}

.pdp-media-badge svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.pdp-page--unified .pdp-info {
  min-width: 0;
  padding-top: 2px;
}

.pdp-page--unified .pdp-meta-line {
  gap: 8px;
  margin-bottom: 10px;
  color: #617089;
  font-size: 12px;
  font-weight: 700;
}

.pdp-page--unified .pdp-brand {
  display: none;
}

.pdp-page--unified .pdp-meta-line .badge-info {
  padding: 5px 8px;
  border: 0;
  border-radius: 4px;
  color: #08664a;
  background: #eaf8f2;
}

.pdp-page--unified .pdp-title {
  max-width: 700px;
  margin: 0;
  color: #101a2c;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
}

.pdp-page--unified .pdp-product-utility {
  min-height: 42px;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}

.pdp-page--unified .pdp-rating-summary {
  color: #4d5b72;
  font-size: 12px;
  font-weight: 750;
}

.pdp-page--unified .pdp-rating-stars {
  color: #c48a00;
}

.pdp-page--unified .pdp-rating-stars svg {
  width: 16px;
  height: 16px;
}

.pdp-page--unified .pdp-rating-stars {
  flex: 0 0 auto;
  white-space: nowrap;
}

.pdp-page--unified .pdp-rating-stars svg.is-filled {
  fill: currentColor;
}

.pdp-page--unified .pdp-product-utility__actions {
  display: grid;
  grid-template-columns: repeat(4, 42px);
  grid-auto-rows: 42px;
  gap: 6px;
  width: max-content;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.pdp-page--unified .pdp-utility-button {
  box-sizing: border-box;
  flex: 0 0 42px;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  padding: 0;
  overflow: visible;
  border-radius: 5px;
  color: #344158;
  background: #fff;
  border-color: #cfd7e2;
  font-size: 0;
}

.pdp-page--unified .pdp-utility-button > span:not(.pdp-question-count),
.pdp-page--unified .pdp-favorite__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pdp-page--unified .pdp-question-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 9px;
  color: #fff;
  background: #c9122b;
  font-size: 9px;
  font-weight: 850;
  line-height: 14px;
}

.pdp-page--unified .pdp-summary {
  margin: 10px 0 18px;
  color: #53647e;
  font-size: 16px;
  line-height: 1.65;
}

.pdp-page--unified .pdp-pricing {
  display: block;
  margin: 0;
}

.pdp-page--unified .pdp-primary-price {
  padding: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pdp-page--unified .pdp-primary-price__heading {
  display: none;
}

.pdp-page--unified .pdp-primary-price__main {
  gap: 9px;
  margin: 0;
}

.pdp-page--unified .pdp-primary-price__value {
  color: #c9122b;
  font-size: 34px;
  font-weight: 850;
  line-height: 1;
}

.pdp-page--unified .pdp-primary-price__value small,
.pdp-page--unified .pdp-primary-price__label {
  color: #617089;
  font-size: 13px;
}

.pdp-page--unified .pdp-primary-price__value small::after {
  content: ",";
}

.pdp-page--unified .pdp-primary-price__context {
  gap: 9px;
  margin: 0;
  color: #52647a;
  font-size: 13px;
}

.pdp-page--unified .pdp-primary-price__next {
  margin-left: auto;
  color: #087a55;
  font-size: 12px;
  font-weight: 800;
}

.pdp-page--unified .pdp-primary-price__next [data-pdp-next-tier-label]::after {
  content: ":";
}

.pdp-page--unified .pdp-policy-links {
  display: none;
}

.pdp-page--unified .pdp-tier-disclosure {
  border: 0;
  border-top: 1px solid #dce2ea;
  border-bottom: 1px solid #dce2ea;
  border-radius: 0;
  background: transparent;
}

.pdp-page--unified .pdp-tier-disclosure > summary {
  min-height: 42px;
  padding: 8px 2px;
  color: #283348;
  font-size: 12px;
}

.pdp-page--unified .pdp-tier-disclosure > summary .badge {
  color: #087a55;
  background: #eaf8f2;
}

.pdp-decision-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 0 13px;
  border-bottom: 1px solid #dce2ea;
}

.pdp-decision-links a {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 7px;
  color: #46536a;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
}

.pdp-decision-links a + a {
  border-left: 1px solid #e8ecf1;
  border-radius: 0;
}

.pdp-decision-links a:hover,
.pdp-decision-links a:focus-visible {
  color: #155eef;
  background: #edf4ff;
}

.pdp-decision-links svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.pdp-page--unified .pdp-purchase-form {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 10px;
  padding: 18px 0 17px;
  border-bottom: 1px solid #dce2ea;
}

.pdp-page--unified .pdp-qty-row {
  display: contents;
}

.pdp-page--unified .pdp-qty-row > label {
  display: none;
}

.pdp-page--unified .pdp-qty-row > .pdp-muted {
  grid-column: 1 / -1;
  grid-row: 1;
  color: #617089;
  font-size: 13px;
  font-weight: 700;
}

.pdp-page--unified .pdp-qty-row > .pdp-stock {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  color: #087a55;
  font-size: 13px;
  font-weight: 800;
}

.pdp-page--unified .pdp-qty-row > .qty-selector {
  grid-column: 1;
  grid-row: 2;
  width: 122px;
  height: 48px;
}

.pdp-page--unified .pdp-actions {
  display: contents;
}

.pdp-page--unified .pdp-actions > [data-pdp-cart-submit] {
  grid-column: 2;
  grid-row: 2;
  min-height: 48px;
  border: 1px solid #111318;
  border-radius: 6px;
  color: #fff;
  background: #111318;
  font-weight: 850;
}

.pdp-page--unified .pdp-actions > [data-pdp-cart-submit]:hover,
.pdp-page--unified .pdp-actions > [data-pdp-cart-submit]:focus-visible {
  background: #272a31;
}

.pdp-page--unified .pdp-actions > [data-rfq-open] {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  border: 1px solid #9eb7f6;
  border-radius: 6px;
  color: #155eef;
  background: #fff;
  font-weight: 850;
}

.pdp-page--unified .pdp-shipping-preview {
  grid-column: 1 / -1;
  grid-row: 4;
  margin: 0;
  border: 0;
  border-top: 1px solid #e8ecf1;
  border-radius: 0;
  background: transparent;
}

.pdp-page--unified .pdp-action-feedback {
  grid-column: 1 / -1;
  grid-row: 5;
}

.pdp-page--unified .pdp-quick-info {
  display: none;
}

@media (max-width: 992px) and (min-width: 769px) {
  .pdp-page--unified .pdp-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .pdp-page--unified .pdp-gallery--has-thumbs {
    max-width: 760px;
    margin-inline: auto;
  }
}

/* Final visual parity pass for the approved vertical-thumbnail preview. */
body.single-product .supei-hf-quickbar {
  display: none;
}

.pdp-page--unified > .section-sm:first-of-type {
  padding-top: 16px;
}

.pdp-page--unified .pdp-gallery-controls {
  opacity: 0;
  transition: opacity 160ms ease;
}

.pdp-page--unified .pdp-main-media:hover .pdp-gallery-controls,
.pdp-page--unified .pdp-main-media:focus-within .pdp-gallery-controls {
  opacity: 1;
}

.pdp-page--unified .pdp-summary {
  min-height: 79px;
}

.pdp-page--unified .pdp-primary-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 9px;
  min-height: 48px;
}

.pdp-page--unified .pdp-primary-price__main,
.pdp-page--unified .pdp-primary-price__context {
  display: contents;
}

.pdp-page--unified .pdp-primary-price__next {
  margin-left: auto;
}

.pdp-page--unified .pdp-tier-disclosure,
.pdp-page--unified .pdp-order-summary {
  display: none;
}

.pdp-page--unified .pdp-action-feedback[hidden] {
  display: none !important;
}

.pdp-page--unified .pdp-actions > [data-pdp-cart-submit],
.pdp-page--unified .pdp-actions > [data-rfq-open] {
  gap: 9px;
}

.pdp-page--unified .pdp-actions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.pdp-hero-accordions {
  border-bottom: 1px solid #dce2ea;
}

.pdp-hero-accordion {
  scroll-margin-top: 18px;
  border-top: 1px solid #dce2ea;
}

.pdp-hero-accordion:first-child {
  border-top: 0;
}

.pdp-hero-accordion > summary {
  position: relative;
  min-height: 49px;
  display: flex;
  align-items: center;
  padding: 12px 34px 12px 2px;
  color: #283348;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.pdp-hero-accordion > summary::-webkit-details-marker {
  display: none;
}

.pdp-hero-accordion > summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "+";
  color: #344158;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.pdp-hero-accordion[open] > summary::after {
  content: "\2212";
}

.pdp-hero-accordion__content {
  padding: 0 26px 16px 2px;
  color: #5d6a80;
  font-size: 13px;
  line-height: 1.65;
}

.pdp-hero-accordion__content p {
  margin: 0;
}

.pdp-hero-accordion__content a {
  color: #155eef;
  font-weight: 750;
}

.pdp-hero-accordion .pdp-shipping-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid #e8ecf1;
  border-radius: 5px;
  background: #f6f8fa;
}

.pdp-fitment-band {
  scroll-margin-top: 18px;
  padding: 44px 0 60px;
  border-top: 1px solid #dce2ea;
  background: #f6f8fa;
}

.pdp-fitment-band__inner {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: center;
}

.pdp-fitment-band__intro .pdp-unified-eyebrow {
  margin: 0 0 7px;
  color: #155eef;
  font-size: 12px;
  font-weight: 850;
}

.pdp-fitment-band__intro h2 {
  margin: 0;
  color: #172033;
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: 0;
}

.pdp-fitment-band__intro p {
  margin: 12px 0 0;
  color: #617089;
  font-size: 14px;
  line-height: 1.55;
}

.pdp-fitment-band__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pdp-fitment-band__steps article {
  min-height: 126px;
  padding: 17px;
  border: 1px solid #dce2ea;
  border-radius: 6px;
  background: #fff;
}

.pdp-fitment-band__steps span {
  color: #155eef;
  font-size: 12px;
  font-weight: 900;
}

.pdp-fitment-band__steps strong {
  display: block;
  margin-top: 21px;
  color: #263148;
  font-size: 14px;
}

.pdp-fitment-band__steps small {
  display: block;
  margin-top: 4px;
  color: #617089;
  font-size: 11px;
  line-height: 1.4;
}

.pdp-page--unified .pdp-reviews-section {
  padding: 38px 0 54px;
  border-top: 1px solid #dce2ea;
  background: #fff;
}

.pdp-page--unified .pdp-reviews-section > .container {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: 48px;
  align-items: center;
}

.pdp-page--unified .pdp-reviews-section__header h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
}

.pdp-page--unified .pdp-reviews-section__header p {
  margin: 9px 0 0;
  color: #617089;
  font-size: 13px;
  line-height: 1.55;
}

.pdp-page--unified .pdp-reviews-section__body {
  position: relative;
  min-width: 0;
}

.pdp-page--unified .pdp-reviews > .section-header,
.pdp-page--unified .pdp-reviews__breakdown,
.pdp-page--unified .pdp-reviews__list-panel:has(.pdp-reviews__empty) {
  display: none;
}

.pdp-page--unified .pdp-reviews__overview {
  min-height: 108px;
  display: block;
  padding: 20px 190px 20px 0;
  border-top: 1px solid #dce2ea;
  border-bottom: 1px solid #dce2ea;
  background: transparent;
}

.pdp-page--unified .pdp-reviews__score-card {
  min-height: 67px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pdp-page--unified .pdp-reviews__score-value {
  grid-row: 1 / 3;
  color: #172033;
  font-size: 42px;
  font-weight: 850;
  line-height: 1;
}

.pdp-page--unified .pdp-reviews__score-stars {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: #172033;
  font-size: 14px;
  font-weight: 800;
}

.pdp-page--unified .pdp-reviews__empty-stars {
  display: inline-flex;
  gap: 2px;
  color: #c48a00;
}

.pdp-page--unified .pdp-reviews__empty-stars svg {
  width: 16px;
  height: 16px;
}

.pdp-page--unified .pdp-reviews__score-caption {
  align-self: start;
  margin: 0;
  color: #617089;
  font-size: 12px;
}

.pdp-page--unified .pdp-reviews__content {
  display: block;
}

.pdp-page--unified .pdp-reviews__list-panel:not(:has(.pdp-reviews__empty)) {
  margin-top: 22px;
}

.pdp-page--unified .pdp-review-compose > summary {
  position: absolute;
  top: 33px;
  right: 0;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 13px;
  color: #155eef;
  border: 1px solid #9eb7f6;
  border-radius: 5px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.pdp-page--unified .pdp-review-compose > summary::-webkit-details-marker {
  display: none;
}

.pdp-page--unified .pdp-review-compose > summary:hover,
.pdp-page--unified .pdp-review-compose > summary:focus-visible {
  background: #edf4ff;
}

.pdp-page--unified .pdp-review-compose[open] > summary {
  background: #edf4ff;
}

.pdp-page--unified .pdp-review-compose .pdp-reviews__form-panel {
  margin-top: 22px;
}

@media (min-width: 821px) and (max-width: 1050px) {
  .pdp-page--unified {
    --pdp-thumb-size: 58px;
    --pdp-thumb-rail: 66px;
  }

  .pdp-page--unified .pdp-shell {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: 30px;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs {
    grid-template-columns: var(--pdp-thumb-rail) minmax(0, 1fr);
    max-width: none;
    margin: 0;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumbs,
  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb {
    width: var(--pdp-thumb-size);
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb {
    height: var(--pdp-thumb-size);
  }

  .pdp-page--unified .pdp-title {
    font-size: 32px;
  }
}

@media (max-width: 820px) {
  .pdp-page--unified {
    --pdp-thumb-size: 54px;
    --pdp-thumb-rail: 62px;
    --pdp-thumb-gap: 8px;
  }

  .pdp-page--unified > .section-sm:first-of-type {
    padding-top: 10px;
  }

  .pdp-page--unified .pdp-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs {
    grid-template-columns: var(--pdp-thumb-rail) minmax(0, 1fr);
    gap: var(--pdp-thumb-gap);
    max-width: none;
    margin: 0;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-main-media {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 1 / 1;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumbs {
    grid-column: 1;
    grid-row: 1;
    width: var(--pdp-thumb-rail);
    max-height: calc(100vw - 98px);
    flex-direction: column;
    align-items: stretch;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb {
    flex: 0 0 var(--pdp-thumb-size);
    width: var(--pdp-thumb-size);
    height: var(--pdp-thumb-size);
  }

  .pdp-page--unified .pdp-title {
    font-size: 31px;
  }

  .pdp-page--unified .pdp-summary {
    min-height: 0;
  }

  .pdp-fitment-band__inner,
  .pdp-page--unified .pdp-reviews-section > .container {
    width: min(100% - 28px, 680px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pdp-fitment-band__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-page--unified .pdp-reviews__overview {
    padding-right: 180px;
  }
}

@media (max-width: 520px) {
  .pdp-page--unified {
    --pdp-thumb-size: 52px;
    --pdp-thumb-rail: 60px;
  }

  .pdp-page--unified > .section-sm:first-of-type > .container {
    width: calc(100% - 24px);
  }

  .pdp-page--unified .pdp-gallery--has-thumbs {
    grid-template-columns: var(--pdp-thumb-rail) minmax(0, 1fr);
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumbs {
    width: var(--pdp-thumb-rail);
    max-height: calc(100vw - 90px);
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb {
    flex-basis: var(--pdp-thumb-size);
    width: var(--pdp-thumb-size);
    height: var(--pdp-thumb-size);
  }

  .pdp-page--unified .pdp-title {
    font-size: 26px;
    line-height: 1.15;
  }

  .pdp-page--unified .pdp-primary-price__next {
    width: 100%;
    margin-left: 0;
  }

  .pdp-hero-accordion .pdp-shipping-preview {
    grid-template-columns: 1fr;
  }

  .pdp-fitment-band {
    padding: 36px 0 44px;
  }

  .pdp-page--unified .pdp-reviews-section {
    padding: 34px 0 44px;
  }

  .pdp-page--unified .pdp-reviews__overview {
    min-height: 0;
    padding: 18px 0;
  }

  .pdp-page--unified .pdp-review-compose > summary {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
}

.pdp-page--unified .qty-selector {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  overflow: hidden;
  border: 1px solid #cfd7e2;
  border-radius: 6px;
  background: #fff;
}

.pdp-page--unified .qty-selector button {
  width: auto;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 0;
  color: #334057;
  border: 0;
  border-radius: 0;
  background: #f6f8fa;
}

.pdp-page--unified .qty-selector input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-right: 1px solid #dce2ea;
  border-left: 1px solid #dce2ea;
  border-radius: 0;
  background: #fff;
  color: #172033;
  text-align: center;
  font-weight: 800;
  appearance: textfield;
}

.pdp-page--unified .pdp-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pdp-page--unified .pdp-stock.is-in-stock::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  content: "";
  border-radius: 50%;
  background: #17a673;
  box-shadow: 0 0 0 3px #eaf8f2;
}

.pdp-fitment-band__inner {
  min-height: 156px;
}

.pdp-page--unified .pdp-reviews-section__header,
.pdp-page--unified .pdp-reviews__overview {
  margin: 0;
}

.pdp-page--unified .pdp-reviews-section__header {
  text-align: left;
}

.pdp-page--unified .pdp-reviews-section__header .pdp-support-panel__eyebrow {
  display: block;
  margin: 0 0 7px;
  color: #155eef;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pdp-page--unified .pdp-reviews-section__header h2 {
  color: #172033;
}

@media (max-width: 520px) {
  .pdp-page--unified .qty-selector {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
  }
}

@media (max-width: 768px) {
  .pdp-page--unified > .section-sm:first-of-type > .container {
    width: min(100% - 28px, 1320px);
  }

  .pdp-page--unified .pdp-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pdp-page--unified .pdp-title {
    font-size: 28px;
  }

  .pdp-decision-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-decision-links a:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e8ecf1;
  }

  .pdp-decision-links a:nth-child(4) {
    border-top: 1px solid #e8ecf1;
  }

  .pdp-page--unified .pdp-purchase-form {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .pdp-page--unified .pdp-qty-row > .qty-selector {
    width: 104px;
  }
}

@media (max-width: 768px) {
  .pdp-page--unified .pdp-unified-section,
  .pdp-page--unified .pdp-unified-faq,
  .pdp-page--unified .pdp-resource-section,
  .pdp-page--unified .pdp-recommend-section,
  .pdp-page--unified .pdp-reviews-section {
    padding: 36px 0;
  }

  .pdp-page--unified .pdp-unified-information {
    padding: 34px 0 42px;
  }

  .pdp-page--unified .pdp-product-utility {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pdp-page--unified .pdp-product-utility__actions {
    align-self: flex-start;
  }

  .pdp-page--unified .pdp-unified-section__header h2,
  .pdp-page--unified .pdp-resource-section .section-title,
  .pdp-page--unified .pdp-recommend-section .section-title,
  .pdp-page--unified .pdp-reviews-section__header h2 {
    font-size: 26px;
  }
}

/* Keep parity overrides last so legacy responsive rules cannot win. */
.pdp-page--unified .pdp-sku {
  display: inline-block;
  max-width: 100%;
  padding: 5px 8px;
  overflow: hidden;
  border-radius: 4px;
  background: #f6f8fa;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdp-page--unified .pdp-utility-button {
  border: 1px solid #cfd7e2;
}

.pdp-page--unified .pdp-reviews-section__header .pdp-support-panel__eyebrow {
  color: #155eef;
}

.pdp-page--unified .pdp-reviews-section__header p {
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .pdp-page--unified > .section-sm:first-of-type {
    padding-top: 10px;
  }

  .pdp-page--unified .pdp-shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs {
    grid-template-columns: var(--pdp-thumb-rail) minmax(0, 1fr);
    gap: var(--pdp-thumb-gap);
    max-width: none;
    margin: 0;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-main-media {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 1 / 1;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumbs {
    grid-column: 1;
    grid-row: 1;
    width: var(--pdp-thumb-rail);
    max-height: calc(100vw - 98px);
    flex-direction: column;
    align-items: stretch;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb {
    flex: 0 0 var(--pdp-thumb-size);
    width: var(--pdp-thumb-size);
    height: var(--pdp-thumb-size);
  }

  .pdp-page--unified .pdp-title {
    font-size: 31px;
  }

  .pdp-page--unified .pdp-summary {
    min-height: 0;
  }

  .pdp-fitment-band__inner,
  .pdp-page--unified .pdp-reviews-section > .container {
    width: min(100% - 28px, 680px);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pdp-fitment-band__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-page--unified .pdp-reviews__overview {
    padding-right: 180px;
  }
}

@media (max-width: 520px) {
  .pdp-page--unified .pdp-meta-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .pdp-page--unified .pdp-product-utility {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }

  .pdp-page--unified .pdp-product-utility__actions {
    width: auto;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .pdp-page--unified .pdp-product-utility__actions .pdp-utility-button {
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
  }

  .pdp-page--unified > .section-sm:first-of-type > .container {
    width: calc(100% - 24px);
  }

  .pdp-page--unified .pdp-gallery--has-thumbs {
    grid-template-columns: var(--pdp-thumb-rail) minmax(0, 1fr);
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumbs {
    width: var(--pdp-thumb-rail);
    max-height: calc(100vw - 90px);
  }

  .pdp-page--unified .pdp-gallery--has-thumbs .pdp-thumb {
    flex-basis: var(--pdp-thumb-size);
    width: var(--pdp-thumb-size);
    height: var(--pdp-thumb-size);
  }

  .pdp-page--unified .pdp-title {
    font-size: 26px;
    line-height: 1.15;
  }

  .pdp-page--unified .pdp-primary-price__next {
    width: 100%;
    margin-left: 0;
  }

  .pdp-hero-accordion .pdp-shipping-preview {
    grid-template-columns: 1fr;
  }

  .pdp-fitment-band {
    padding: 36px 0 44px;
  }

  .pdp-page--unified .pdp-reviews-section {
    padding: 34px 0 44px;
  }

  .pdp-page--unified .pdp-reviews__overview {
    min-height: 0;
    padding: 18px 0;
  }

  .pdp-page--unified .pdp-review-compose > summary {
    position: static;
    width: 100%;
    margin-top: 12px;
  }
}

/* The review workflow lives in the side panel; keep its WooCommerce markup contained there. */
.pdp-page--unified .pdp-reviews-dialog .pdp-reviews > .section-header {
  display: none;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__overview {
  display: grid;
  grid-template-columns: minmax(140px, .65fr) minmax(0, 1fr);
  gap: 12px;
  min-height: 0;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__breakdown {
  display: grid;
  gap: 8px;
  padding: 16px 14px;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__score-card {
  min-height: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 8px;
  padding: 18px 12px;
  border: 1px solid #dce2ea;
  background: #fff;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__score-value {
  grid-row: auto;
  font-size: 34px;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__score-stars {
  align-self: auto;
  justify-content: center;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__list-panel {
  margin-top: 0;
  padding: 16px;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__form-panel {
  margin-top: 0;
  padding: 16px;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-reviews__list-panel:has(.pdp-reviews__empty) {
  display: block;
}

.pdp-page--unified .pdp-reviews-dialog .pdp-review-compose > summary {
  position: static;
  width: 100%;
  margin-top: 0;
}

@media (max-width: 640px) {
  .pdp-page--unified .pdp-reviews-dialog .pdp-reviews__overview,
  .pdp-page--unified .pdp-reviews-dialog .pdp-review-form {
    grid-template-columns: 1fr;
  }
}

/* Provenance line: publisher byline + the product's real last-modified date.
   Sits directly under the H1 so it is part of the first reading pass, not a
   footnote, and stays quiet enough not to compete with the purchase panel. */
.pdp-page--unified .pdp-provenance {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  margin: 10px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: #5b6b7c;
  letter-spacing: 0;
}

.pdp-page--unified .pdp-provenance__reviewed a {
  color: #2f4a63;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.pdp-page--unified .pdp-provenance__updated {
  white-space: nowrap;
}


