.product-page {
  color: var(--ink);
  background: var(--white);
}

.product-hero {
  padding: 27px 0 64px;
  background:
    radial-gradient(circle at 12% 28%, rgb(80 180 190 / 8%), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8f9fd 100%);
  border-bottom: 1px solid var(--line);
}

.product-breadcrumbs {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 8px;
  margin-bottom: 31px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.product-breadcrumbs a {
  flex: 0 0 auto;
  transition: color var(--transition);
}

.product-breadcrumbs a:hover {
  color: var(--brand);
}

.product-breadcrumbs .icon {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  color: var(--muted-light);
}

.product-breadcrumbs span {
  overflow: hidden;
  color: var(--brand);
  font-weight: 680;
  text-overflow: ellipsis;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 590px) minmax(0, 1fr);
  align-items: start;
  gap: 58px;
}

.product-gallery {
  position: sticky;
  top: 116px;
  min-width: 0;
}

.product-stage {
  position: relative;
  display: grid;
  min-height: 570px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 43%, rgb(255 255 255 / 96%) 0 23%, transparent 56%),
    linear-gradient(145deg, #f2f3ff 0%, #eaf7f8 100%);
  border: 1px solid rgb(16 19 104 / 8%);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgb(16 19 104 / 9%);
  place-items: center;
}

.product-stage::before,
.product-stage::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.product-stage::before {
  width: 300px;
  height: 300px;
  top: -160px;
  right: -100px;
  border: 1px solid rgb(80 180 190 / 19%);
  box-shadow: 0 0 0 60px rgb(80 180 190 / 4%);
}

.product-stage::after {
  width: 260px;
  height: 32px;
  bottom: 72px;
  left: 50%;
  background: rgb(16 19 104 / 13%);
  filter: blur(19px);
  transform: translateX(-50%);
}

.product-stage__badges,
.product-stage__tools {
  position: absolute;
  z-index: 4;
  top: 22px;
  display: flex;
  gap: 7px;
}

.product-stage__badges {
  left: 22px;
}

.product-stage__badges span {
  padding: 7px 10px;
  color: var(--white);
  background: var(--accent);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.product-stage__badges span:last-child {
  color: var(--brand);
  background: rgb(255 255 255 / 88%);
  border: 1px solid rgb(16 19 104 / 8%);
  backdrop-filter: blur(8px);
}

.product-stage__tools {
  right: 22px;
}

.product-stage__tools button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--muted);
  background: rgb(255 255 255 / 90%);
  border: 1px solid rgb(16 19 104 / 8%);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgb(16 19 104 / 8%);
  place-items: center;
  transition: color var(--transition), background var(--transition), transform var(--transition);
}

.product-stage__tools button:hover {
  color: var(--brand);
  transform: translateY(-2px);
}

.product-stage__tools button.is-active {
  color: var(--accent);
  background: #fff6e9;
}

.product-stage__tools .icon {
  width: 19px;
  height: 19px;
}

.product-stage__scene {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  min-height: 450px;
  place-items: center;
}

.product-stage__scene > img {
  position: relative;
  z-index: 2;
  width: min(390px, 72%);
  max-height: 410px;
  object-fit: contain;
  filter: drop-shadow(0 26px 24px rgb(16 19 104 / 16%));
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1), filter 320ms ease;
}

.product-stage[data-view="front"] .product-stage__scene > img {
  transform: translateY(3px) scale(1);
}

.product-stage[data-view="angle"] .product-stage__scene > img {
  transform: translateY(6px) rotate(-8deg) scale(.96);
}

.product-stage[data-view="detail"] .product-stage__scene > img {
  transform: translate(12px, 32px) scale(1.48);
}

.product-stage[data-view="kit"] .product-stage__scene > img {
  transform: translate(-90px, 18px) scale(.77);
}

.product-stage__receipt,
.product-stage__fn,
.product-stage__cable {
  position: absolute;
  z-index: 3;
  opacity: 0;
  transition: opacity 220ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.product-stage__receipt {
  right: 72px;
  bottom: 100px;
  width: 96px;
  height: 144px;
  padding: 20px 15px;
  color: var(--brand);
  background: var(--white);
  border-radius: 4px 4px 15px 15px;
  box-shadow: 0 18px 36px rgb(16 19 104 / 12%);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  transform: translateY(25px);
}

.product-stage__receipt i {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  background: var(--line);
  border-radius: 3px;
}

.product-stage__fn {
  right: 167px;
  bottom: 104px;
  display: grid;
  width: 76px;
  height: 55px;
  color: var(--white);
  background: linear-gradient(145deg, var(--teal), var(--teal-dark));
  border-radius: 11px;
  box-shadow: 0 15px 30px rgb(49 141 151 / 22%);
  font-size: 16px;
  font-weight: 850;
  place-items: center;
  transform: translateY(25px);
}

.product-stage__cable {
  right: 64px;
  bottom: 77px;
  width: 165px;
  height: 74px;
  border-right: 4px solid var(--brand);
  border-bottom: 4px solid var(--brand);
  border-radius: 0 0 45px;
  transform: translateY(25px);
}

.product-stage[data-view="kit"] .product-stage__receipt,
.product-stage[data-view="kit"] .product-stage__fn,
.product-stage[data-view="kit"] .product-stage__cable {
  opacity: 1;
  transform: translateY(0);
}

.product-stage__caption {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 22px;
  padding: 7px 11px;
  color: var(--muted);
  background: rgb(255 255 255 / 70%);
  border-radius: 8px;
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.product-thumbnails button {
  display: grid;
  min-width: 0;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  padding: 8px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 13px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 680;
  text-align: left;
  transition: border-color var(--transition), color var(--transition), box-shadow var(--transition);
}

.product-thumbnails button:hover,
.product-thumbnails button.is-active {
  color: var(--brand);
  border-color: rgb(16 19 104 / 28%);
  box-shadow: 0 8px 18px rgb(16 19 104 / 7%);
}

.product-thumbnails button.is-active {
  box-shadow: inset 0 0 0 1px var(--brand), 0 8px 18px rgb(16 19 104 / 7%);
}

.product-thumbnails img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: var(--brand-soft);
  border-radius: 8px;
}

.product-thumbnails button:nth-child(2) img { transform: rotate(-8deg) scale(.86); }
.product-thumbnails button:nth-child(3) img { transform: scale(1.32); }
.product-thumbnails button:nth-child(4) img { transform: translateX(-4px) scale(.75); }

.product-gallery__note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
}

.product-gallery__note > span,
.product-gallery__note button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.product-gallery__note .icon {
  width: 15px;
  height: 15px;
  color: var(--teal-dark);
}

.product-gallery__note button {
  padding: 0;
  color: var(--brand);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 720;
}

.product-summary {
  min-width: 0;
}

.product-summary__eyebrow {
  margin-bottom: 9px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 790;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-summary h1 {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: clamp(48px, 5vw, 66px);
  line-height: .95;
  letter-spacing: -.065em;
}

.product-meta,
.product-rating,
.product-stock {
  display: flex;
  align-items: center;
}

.product-meta {
  flex-wrap: wrap;
  gap: 11px 18px;
  padding-bottom: 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.product-meta > span:not(.product-stock) {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.product-rating {
  gap: 6px;
}

.product-rating span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .06em;
}

.product-rating strong {
  color: var(--ink);
}

.product-rating small {
  color: var(--brand);
  border-bottom: 1px solid rgb(16 19 104 / 20%);
}

.product-stock {
  gap: 7px;
  color: #26865f;
  font-weight: 740;
}

.product-stock i {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(38 134 95 / 9%);
}

.product-summary__lead {
  max-width: 620px;
  margin: 20px 0 19px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.product-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}

.product-highlights span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 9px;
  font-size: 9.5px;
  font-weight: 710;
}

.product-highlights .icon {
  width: 14px;
  height: 14px;
  color: var(--teal-dark);
}

.product-price-card {
  display: flex;
  min-height: 108px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #f1f2ff, #eef9f8);
  border: 1px solid rgb(16 19 104 / 8%);
  border-radius: 18px;
}

.product-price-card__main small,
.product-price-card__main strong,
.product-price-card__main > span {
  display: block;
}

.product-price-card__main small {
  min-height: 17px;
  color: var(--muted);
  font-size: 12px;
}

.product-price-card__main small span {
  text-decoration: line-through;
}

.product-price-card__main small b {
  margin-left: 6px;
  color: var(--white);
  background: var(--accent);
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 8px;
  text-decoration: none;
}

.product-price-card__main > strong {
  margin: 4px 0 3px;
  color: var(--brand);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.05em;
}

.product-price-card__main > span {
  color: var(--muted);
  font-size: 12px;
}

.product-price-card__main > span b {
  color: var(--brand);
  font-weight: 760;
}

.product-price-card__saving {
  padding: 10px 13px;
  color: var(--muted);
  background: rgb(255 255 255 / 70%);
  border: 1px solid rgb(16 19 104 / 7%);
  border-radius: 10px;
  font-size: 9px;
  text-align: right;
}

.product-price-card__saving strong {
  display: block;
  margin-top: 2px;
  color: var(--teal-dark);
  font-size: 13px;
}

.product-configurator {
  display: grid;
  gap: 18px;
}

.product-option-group {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.product-option-group legend {
  width: 100%;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 780;
}

.product-option-group legend button {
  margin-left: 8px;
  padding: 0;
  color: var(--brand);
  background: transparent;
  border: 0;
  border-bottom: 1px dashed rgb(16 19 104 / 35%);
  cursor: help;
  font-size: 9px;
  font-weight: 650;
}

.product-radio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.product-radio-grid label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.product-radio-grid input {
  position: absolute;
  opacity: 0;
}

.product-radio-grid label > span {
  display: flex;
  min-height: 65px;
  justify-content: center;
  flex-direction: column;
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.product-radio-grid input:checked + span {
  background: var(--brand-soft);
  border-color: var(--brand);
  box-shadow: inset 0 0 0 1px var(--brand);
}

.product-radio-grid input:focus-visible + span {
  outline: 3px solid rgb(80 180 190 / 45%);
  outline-offset: 3px;
}

.product-radio-grid strong,
.product-radio-grid small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-radio-grid strong {
  color: var(--brand);
  font-size: 12px;
}

.product-radio-grid small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8.5px;
}

.product-option-group--services {
  padding-top: 1px;
}

.product-service-list {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.product-service-list label {
  display: grid;
  min-height: 58px;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 10px 13px;
  cursor: pointer;
}

.product-service-list label + label {
  border-top: 1px solid var(--line);
}

.product-service-list label:has(input:checked) {
  background: #fafaff;
}

.product-service-list input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--accent);
}

.product-service-list strong,
.product-service-list small {
  display: block;
}

.product-service-list strong {
  color: var(--ink);
  font-size: 10.5px;
}

.product-service-list small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 8.5px;
}

.product-service-list b {
  color: var(--brand);
  font-size: 12px;
  white-space: nowrap;
}

.product-order-box {
  padding: 19px;
  background: var(--white);
  border: 1px solid rgb(16 19 104 / 10%);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgb(16 19 104 / 7%);
}

.product-order-box__total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3px 18px;
  margin-bottom: 14px;
}

.product-order-box__total > span {
  color: var(--muted);
  font-size: 9.5px;
}

.product-order-box__total > strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--brand);
  font-size: 25px;
  line-height: 1;
  letter-spacing: -.04em;
}

.product-order-box__total > small {
  overflow: hidden;
  color: var(--muted);
  font-size: 8.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-order-box__actions {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 9px;
}

.quantity {
  display: grid;
  height: 52px;
  grid-template-columns: 36px 1fr 36px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.quantity button,
.quantity input {
  min-width: 0;
  padding: 0;
  color: var(--brand);
  background: transparent;
  border: 0;
  text-align: center;
}

.quantity button {
  cursor: pointer;
  font-size: 19px;
}

.quantity button:hover {
  background: var(--brand-soft);
}

.quantity input {
  width: 100%;
  outline: none;
  font-size: 12px;
  font-weight: 760;
  appearance: textfield;
}

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

.product-buy {
  min-height: 52px;
  font-size: 12px;
}

.product-buy.is-added {
  background: var(--teal-dark);
  box-shadow: 0 10px 24px rgb(49 141 151 / 24%);
}

.product-one-click {
  display: block;
  padding: 0;
  margin: 12px auto 0;
  color: var(--brand);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgb(16 19 104 / 24%);
  cursor: pointer;
  font-size: 12px;
  font-weight: 720;
}

.product-fulfilment {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.product-fulfilment article {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--white);
}

.product-fulfilment article > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: 10px;
  place-items: center;
}

.product-fulfilment .icon {
  width: 18px;
  height: 18px;
}

.product-fulfilment strong,
.product-fulfilment p {
  display: block;
  margin: 0;
}

.product-fulfilment strong {
  color: var(--brand);
  font-size: 10.5px;
}

.product-fulfilment p {
  margin-top: 2px;
  color: var(--muted);
  font-size: 8.5px;
  line-height: 1.4;
}

.product-trust {
  padding: 30px 0;
  color: var(--white);
  background: var(--brand);
}

.product-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.product-trust article {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
  padding: 6px 25px;
}

.product-trust article + article {
  border-left: 1px solid rgb(255 255 255 / 12%);
}

.product-trust article > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: var(--brand);
  background: var(--teal);
  border-radius: 12px;
  font-size: 15px;
  font-weight: 850;
  place-items: center;
}

.product-trust strong,
.product-trust p {
  display: block;
  margin: 0;
}

.product-trust strong {
  font-size: 10.5px;
}

.product-trust p {
  margin-top: 3px;
  color: rgb(255 255 255 / 62%);
  font-size: 8.5px;
  line-height: 1.35;
}

.product-details {
  padding-bottom: 94px;
  background: var(--white);
}

.product-tabs {
  position: sticky;
  z-index: 40;
  top: 100px;
  display: flex;
  gap: 5px;
  padding: 7px;
  margin-bottom: 38px;
  background: rgb(247 248 251 / 93%);
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 12px 32px rgb(16 19 104 / 6%);
  backdrop-filter: blur(14px);
}

.product-tabs button {
  min-height: 45px;
  padding: 0 22px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 720;
  white-space: nowrap;
}

.product-tabs button.is-active {
  color: var(--brand);
  background: var(--white);
  box-shadow: 0 6px 18px rgb(16 19 104 / 8%);
}

.product-tabs button span {
  margin-left: 5px;
  color: var(--accent-hover);
  font-size: 9px;
}

.product-tab-panel {
  animation: product-panel-in 260ms ease;
}

@keyframes product-panel-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.product-description {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.product-description__copy {
  width: 100%;
  max-width: none;
}

.product-description h2,
.product-specifications h2 {
  margin: 13px 0 20px;
  color: var(--brand);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.product-description__copy > p,
.product-specifications > div > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.product-description__copy .text-link {
  margin-top: 10px;
  font-size: 12px;
}

.product-description__copy h3,
.product-description__copy h4 {
  margin: 30px 0 12px;
  color: var(--brand);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
}

.product-description__copy h4 { font-size: clamp(18px, 1.7vw, 22px); }

.product-description__copy ul,
.product-description__copy ol {
  padding-left: 24px;
  margin: 14px 0 22px;
}

.product-description__copy li {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.priority-product {
  background:
    radial-gradient(circle at 92% 5%, rgb(80 180 190 / 14%), transparent 29%),
    var(--surface-blue);
}

.priority-product__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.priority-product__grid article {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgb(16 19 104 / 5%);
}

.priority-product__grid article > span,
.priority-faq > .section-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.priority-product__fit ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.priority-product__fit li {
  position: relative;
  padding-left: 28px;
  color: var(--brand);
  font-size: 15px;
  line-height: 1.55;
}

.priority-product__fit li::before {
  position: absolute;
  top: .12em;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
  place-items: center;
}

.priority-product__consider {
  background: linear-gradient(145deg, #fff8ec, #fff) !important;
  border-color: rgb(253 148 15 / 24%) !important;
}

.priority-product__consider p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.priority-product__consider a,
.priority-comparison__head a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  color: var(--brand);
  background: #fff;
  border: 1px solid rgb(16 19 104 / 15%);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.priority-comparison,
.priority-faq {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.priority-comparison {
  margin-bottom: 24px;
}

.priority-comparison__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.priority-comparison h3,
.priority-faq h3 {
  margin: 8px 0 0;
  color: var(--brand);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.priority-comparison__scroll {
  overflow-x: auto;
}

.priority-comparison table {
  width: 100%;
  min-width: 780px;
  border-collapse: separate;
  border-spacing: 0;
}

.priority-comparison th,
.priority-comparison td {
  padding: 15px 14px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.priority-comparison th {
  color: var(--brand);
  background: var(--surface);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.priority-comparison tbody tr.is-current td {
  color: var(--brand);
  background: rgb(80 180 190 / 9%);
}

.priority-comparison td a {
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.priority-faq > div {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.priority-faq details {
  overflow: clip;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.priority-faq summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  color: var(--brand);
  cursor: pointer;
  font-size: 15px;
  font-weight: 760;
  list-style: none;
}

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

.priority-faq summary span {
  font-size: 24px;
  font-weight: 400;
  transition: transform var(--transition);
}

.priority-faq details[open] summary span { transform: rotate(45deg); }

.priority-faq details p {
  padding: 0 18px 18px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.product-scenarios {
  padding: 28px;
  background: linear-gradient(145deg, var(--brand-soft), var(--teal-soft));
  border: 1px solid rgb(16 19 104 / 8%);
  border-radius: 22px;
}

.product-scenarios > strong {
  display: block;
  margin-bottom: 18px;
  color: var(--brand);
  font-size: 18px;
}

.product-scenarios > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 0;
  border-top: 1px solid rgb(16 19 104 / 9%);
}

.product-scenarios > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  color: var(--teal-dark);
  background: rgb(255 255 255 / 80%);
  border-radius: 11px;
  place-items: center;
}

.product-scenarios .icon {
  width: 18px;
  height: 18px;
}

.product-scenarios p,
.product-scenarios b {
  display: block;
  margin: 0;
}

.product-scenarios p {
  color: var(--muted);
  font-size: 9px;
}

.product-scenarios b {
  margin-bottom: 3px;
  color: var(--brand);
  font-size: 10.5px;
}

.product-specifications {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 70px;
}

.product-specifications h2 {
  margin-top: 0;
}

.product-specifications dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.product-specifications dl > div {
  display: grid;
  min-height: 52px;
  grid-template-columns: minmax(180px, .85fr) 1.15fr;
  align-items: center;
  gap: 30px;
  padding: 11px 13px;
  border-bottom: 1px solid var(--line);
}

.product-specifications dl > div:nth-child(even) {
  background: var(--surface);
}

.product-specifications dt {
  color: var(--muted);
  font-size: 12px;
}

.product-specifications dd {
  margin: 0;
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 680;
}

.product-kit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.product-kit > div {
  position: relative;
  min-height: 230px;
  padding: 27px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.product-kit > div > span {
  position: absolute;
  top: 17px;
  right: 19px;
  color: rgb(16 19 104 / 10%);
  font-size: 56px;
  font-weight: 880;
  line-height: 1;
}

.product-kit .icon {
  width: 35px;
  height: 35px;
  margin-bottom: 44px;
  color: var(--teal-dark);
}

.product-kit strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 17px;
}

.product-kit p {
  margin: 0;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.55;
}

.product-reviews {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 35px;
}

.product-reviews__summary {
  display: flex;
  min-height: 265px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 28px;
  background: var(--brand-soft);
  border-radius: 22px;
  text-align: center;
}

.product-reviews__summary > strong {
  color: var(--brand);
  font-size: 62px;
  line-height: 1;
  letter-spacing: -.065em;
}

.product-reviews__summary > span {
  margin: 8px 0;
  color: var(--accent);
  letter-spacing: .08em;
}

.product-reviews__summary p {
  color: var(--muted);
  font-size: 12px;
}

.product-reviews__summary .button {
  min-height: 42px;
  font-size: 12px;
}

.product-review-list {
  display: grid;
  gap: 12px;
}

.product-review-list article {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 17px;
}

.product-review-list article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.product-review-list strong {
  color: var(--brand);
  font-size: 12px;
}

.product-review-list article > div span {
  color: var(--accent);
  font-size: 12px;
}

.product-review-list small {
  display: block;
  margin: 4px 0 12px;
  color: var(--muted-light);
  font-size: 8.5px;
}

.product-review-list p {
  margin: 0;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.65;
}

.product-review-form {
  display: grid;
  max-width: 650px;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 26px;
  margin-top: 20px;
  background: var(--surface);
  border-radius: 18px;
}

.product-review-form h3 {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--brand);
}

.product-review-form .button,
.product-review-form .form-message {
  grid-column: 1 / -1;
}

.product-accessories {
  background: var(--surface-blue);
}

.accessory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.accessory-grid > article {
  display: flex;
  min-width: 0;
  min-height: 340px;
  flex-direction: column;
  padding: 10px 17px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform var(--transition), box-shadow var(--transition);
}

.accessory-grid > article:hover {
  box-shadow: 0 18px 40px rgb(16 19 104 / 9%);
  transform: translateY(-3px);
}

.accessory-grid__visual {
  display: grid;
  height: 170px;
  margin-bottom: 15px;
  background: linear-gradient(145deg, #f4f4ff, #edf8f8);
  border-radius: 13px;
  place-items: center;
}

.accessory-grid__visual img {
  width: 125px;
  max-height: 135px;
  object-fit: contain;
}

.accessory-grid > article > small {
  color: var(--teal-dark);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.accessory-grid h3 {
  margin: 5px 0 6px;
  color: var(--brand);
  font-size: 15px;
  line-height: 1.25;
}

.accessory-grid > article > p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 9.5px;
}

.accessory-grid > article > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.accessory-grid > article > div:last-child strong {
  color: var(--brand);
  font-size: 18px;
}

.accessory-grid > article > div:last-child button,
.accessory-grid__cart {
  display: grid;
  width: 41px;
  height: 41px;
  padding: 0;
  color: var(--white);
  background: var(--accent);
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  place-items: center;
  text-decoration: none;
}

.accessory-grid > article > div:last-child button.is-added,
.accessory-grid__cart.added {
  background: var(--teal-dark);
}

.accessory-grid .icon {
  width: 18px;
  height: 18px;
}

.product-mobile-buy {
  display: none;
}

@media (max-width: 1180px) {
  .product-layout {
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
    gap: 38px;
  }

  .product-stage {
    min-height: 520px;
  }

  .product-thumbnails button {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .product-trust article {
    padding-inline: 17px;
  }

  .product-description {
    gap: 45px;
  }
}

@media (max-width: 980px) {
  .product-hero {
    padding-top: 23px;
  }

  .product-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-gallery {
    position: static;
  }

  .product-stage {
    min-height: 540px;
  }

  .product-summary__lead {
    max-width: 760px;
  }

  .product-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }

  .product-trust article:nth-child(3) {
    border-left: 0;
  }

  .product-tabs {
    top: 64px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-tabs::-webkit-scrollbar {
    display: none;
  }

  .product-description,
  .product-specifications {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-description__copy {
    max-width: 820px;
  }

  .product-scenarios {
    max-width: 640px;
  }

  .accessory-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .priority-product__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .product-page {
    padding-bottom: 84px;
  }

  .product-hero {
    padding: 18px 0 46px;
  }

  .priority-product__grid article,
  .priority-comparison,
  .priority-faq {
    padding: 20px;
    border-radius: 18px;
  }

  .priority-comparison__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-breadcrumbs {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .product-stage {
    min-height: 430px;
    border-radius: 22px;
  }

  .product-stage__scene {
    min-height: 350px;
  }

  .product-stage__scene > img {
    width: min(320px, 72%);
  }

  .product-stage[data-view="detail"] .product-stage__scene > img {
    transform: translate(8px, 26px) scale(1.4);
  }

  .product-stage[data-view="kit"] .product-stage__scene > img {
    transform: translate(-62px, 15px) scale(.72);
  }

  .product-stage__receipt {
    right: 38px;
    bottom: 78px;
    width: 76px;
    height: 118px;
  }

  .product-stage__fn {
    right: 107px;
    bottom: 80px;
    width: 62px;
    height: 46px;
  }

  .product-stage__cable {
    right: 30px;
    bottom: 58px;
    width: 135px;
  }

  .product-thumbnails {
    gap: 7px;
  }

  .product-thumbnails button {
    padding: 6px;
    font-size: 8px;
  }

  .product-summary h1 {
    font-size: 46px;
  }

  .product-price-card {
    min-height: 98px;
  }

  .product-price-card__main > strong {
    font-size: 30px;
  }

  .product-trust {
    overflow: hidden;
  }

  .product-trust__grid {
    display: flex;
    width: auto;
    overflow-x: auto;
    gap: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-trust article {
    min-width: 270px;
    flex: 0 0 78vw;
    border-left: 1px solid rgb(255 255 255 / 12%) !important;
    scroll-snap-align: start;
  }

  .product-trust article:first-child {
    border-left: 0 !important;
  }

  .product-tabs {
    margin-bottom: 30px;
  }

  .product-tabs button {
    padding-inline: 17px;
  }

  .product-kit {
    grid-template-columns: 1fr;
  }

  .product-kit > div {
    min-height: 190px;
  }

  .product-reviews {
    grid-template-columns: 1fr;
  }

  .product-reviews__summary {
    min-height: 220px;
  }

  .accessory-grid {
    display: flex;
    width: auto;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .accessory-grid > article {
    min-width: 255px;
    flex: 0 0 72vw;
    scroll-snap-align: start;
  }

  .product-mobile-buy {
    position: fixed;
    z-index: 480;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 48%);
    align-items: center;
    gap: 13px;
    padding: 10px max(14px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom));
    background: rgb(255 255 255 / 96%);
    border-top: 1px solid var(--line);
    box-shadow: 0 -14px 38px rgb(16 19 104 / 12%);
    backdrop-filter: blur(16px);
  }

  body.modal-is-open .product-mobile-buy {
    display: none;
  }

  .product-mobile-buy small,
  .product-mobile-buy strong {
    display: block;
  }

  .product-mobile-buy small {
    color: var(--muted);
    font-size: 8px;
  }

  .product-mobile-buy strong {
    margin-top: 2px;
    color: var(--brand);
    font-size: 19px;
    line-height: 1;
    letter-spacing: -.035em;
  }

  .product-mobile-buy .button {
    min-height: 50px;
    padding-inline: 13px;
    font-size: 10.5px;
  }
}

@media (max-width: 520px) {
  .product-stage {
    min-height: 365px;
  }

  .product-stage__scene {
    min-height: 300px;
  }

  .product-stage__badges,
  .product-stage__tools {
    top: 14px;
  }

  .product-stage__badges { left: 14px; }
  .product-stage__tools { right: 14px; }

  .product-stage__badges span:last-child,
  .product-stage__tools button:last-child {
    display: none;
  }

  .product-stage__caption {
    bottom: 12px;
    left: 14px;
  }

  .product-thumbnails button {
    grid-template-columns: 1fr;
  }

  .product-thumbnails button span {
    display: none;
  }

  .product-thumbnails img {
    width: 100%;
    height: 55px;
  }

  .product-gallery__note > span {
    max-width: 230px;
  }

  .product-summary h1 {
    font-size: 42px;
  }

  .product-meta > span:not(.product-stock) {
    padding-left: 0;
    border-left: 0;
  }

  .product-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product-price-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-price-card__saving {
    align-self: stretch;
    text-align: left;
  }

  .product-price-card__saving strong {
    display: inline;
    margin-left: 4px;
  }

  .product-radio-grid {
    grid-template-columns: 1fr;
  }

  .product-radio-grid label > span {
    min-height: 58px;
  }

  .product-order-box {
    padding: 15px;
  }

  .product-order-box__total > strong {
    font-size: 22px;
  }

  .product-order-box__actions {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .product-buy {
    padding-inline: 12px;
    font-size: 12px;
  }

  .product-description h2,
  .product-specifications h2 {
    font-size: 34px;
  }

  .product-scenarios {
    padding: 22px;
  }

  .product-specifications dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 13px;
  }

  .product-review-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .product-review-form h3,
  .product-review-form .button,
  .product-review-form .form-message {
    grid-column: auto;
  }
}

/* WooCommerce form controls aligned with the v2 product card. */
body.vsek-v2.single-product .vsek-product-cart .quantity,
body.vsek-v2.single-product .vsek-product-cart .quantity .minus,
body.vsek-v2.single-product .vsek-product-cart .quantity .plus,
body.vsek-v2.single-product .vsek-product-cart .quantity [id^="minus_qty-"],
body.vsek-v2.single-product .vsek-product-cart .quantity [id^="plus_qty-"],
body.vsek-v2.single-product .vsek-product-cart .quantity [class*="minus_qty-"],
body.vsek-v2.single-product .vsek-product-cart .quantity [class*="plus_qty-"],
body.vsek-v2.single-product .vsek-product-cart .quantity input.qty {
  box-sizing: border-box;
  height: 52px;
  min-height: 52px;
  margin: 0;
  color: var(--brand);
  background: var(--surface) !important;
  border: 0 !important;
  border-radius: 0;
  line-height: 1;
}

body.vsek-v2.single-product .vsek-product-cart .quantity {
  overflow: hidden;
  border: 1px solid var(--line) !important;
  border-radius: 12px;
}

body.vsek-v2.single-product .woocommerce-product-attributes-item__value {
  padding-left: 22px !important;
}

body.vsek-v2.single-product .product-rating .star-rating,
body.vsek-v2.single-product .product-rating .star-rating::before,
body.vsek-v2.single-product .product-rating .star-rating span,
body.vsek-v2.single-product .product-rating .star-rating span::before {
  font-family: star, sans-serif !important;
  font-size: inherit !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

body.vsek-v2.single-product .product-rating .star-rating {
  width: 5.4em;
  height: 1em;
  flex: 0 0 5.4em;
  font-size: 14px;
}

body.vsek-v2.single-product .variations_form.cart {
  display: block;
  width: 100%;
}

body.vsek-v2.single-product .variations_form .variations {
  margin: 0 0 18px;
  border: 0;
}

body.vsek-v2.single-product .variations_form .variations tr {
  display: grid;
  gap: 8px;
  padding: 0 0 16px;
}

body.vsek-v2.single-product .variations_form .variations th,
body.vsek-v2.single-product .variations_form .variations td {
  width: 100%;
  padding: 0;
  border: 0;
}

body.vsek-v2.single-product .variations_form .variations .label label {
  display: block;
  margin: 0 0 2px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

body.vsek-v2.single-product .variations_form .variations select {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 14px;
  color: var(--ink);
  background-color: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 14px;
}

body.vsek-v2.single-product .variations_form .reset_variations {
  display: inline-block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}

body.vsek-v2.single-product .variations_form .single_variation_wrap {
  margin-top: 4px;
}

body.vsek-v2.single-product .variations_form .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: stretch;
  gap: 9px;
}

body.vsek-v2.single-product .product-mobile-buy .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

@media (max-width: 430px) {
  body.vsek-v2.single-product .variations_form .woocommerce-variation-add-to-cart {
    grid-template-columns: 108px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-stage__scene > img,
  .product-stage__receipt,
  .product-stage__fn,
  .product-stage__cable,
  .product-tab-panel {
    transition: none;
    animation: none;
  }
}
