/* PT3 Apex product-data presentation. Loaded after apex.css. */
body.apex-theme .apex-gallery--empty {
  display: grid;
  min-height: clamp(22rem, 52vw, 42rem);
  place-content: center;
  gap: 1rem;
  border: 1px solid var(--ax-border, #ded9cf);
  border-radius: var(--ax-image-radius, 12px);
  background: var(--ax-surface, #eee9e0);
  color: var(--ax-muted, #6e6961);
  text-align: center;
}
body.apex-theme .apex-gallery--empty img {
  width: 72px;
  height: 72px;
  margin-inline: auto;
  opacity: 0.42;
}
body.apex-theme .apex-gallery--empty span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.apex-theme .apex-product-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem 0;
  margin: 0.15rem 0 0.7rem;
  padding: 0;
  color: var(--ax-text-2, #666159);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.35;
  list-style: none;
}
body.apex-theme .apex-product-highlights li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
body.apex-theme .apex-product-highlights li:not(:first-child)::before {
  width: 3px;
  height: 3px;
  margin: 0 0.48rem;
  border-radius: 50%;
  background: var(--ax-border-strong, #817c73);
  content: "";
  flex: 0 0 auto;
}
body.apex-theme .apex-product-card--list .apex-product-highlights {
  justify-content: flex-start;
  margin-bottom: 0.9rem;
}
body.apex-theme .apex-pdp-highlights .apex-product-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.5rem, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 0.85rem;
  border: 1px solid var(--ax-border, #ded9cf);
  border-radius: var(--ax-card-radius, 14px);
  background: var(--ax-surface, #eee9e0);
  color: var(--ax-text, #171714);
  font-size: 0.82rem;
}
body.apex-theme .apex-pdp-highlights .apex-product-highlights li {
  align-items: flex-start;
}
body.apex-theme .apex-pdp-highlights .apex-product-highlights li::before {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0.32rem 0.55rem 0 0;
  border-radius: 2px;
  background: var(--ax-border-strong, #817c73);
  content: "";
  flex: 0 0 auto;
}
body.apex-theme .apex-product-family {
  margin: 0 0 1.2rem;
}
body.apex-theme .apex-product-family__label,
body.apex-theme .apex-variant-choice__label {
  display: block;
  margin: 0 0 0.5rem;
  color: var(--ax-text, #171714);
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.3;
}
body.apex-theme .apex-product-family__choices,
body.apex-theme .apex-variant-choice__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.apex-theme .apex-product-family__choice,
body.apex-theme .apex-variant-choice__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 0.82rem;
  border: 1px solid var(--ax-border-strong, #98a2b3);
  border-radius: var(--ax-button-radius, 9px);
  background: var(--ax-elevated, #fff);
  color: var(--ax-text, #171714);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: border-color var(--ax-duration, 180ms) var(--ax-ease, ease), background-color var(--ax-duration, 180ms) var(--ax-ease, ease), color var(--ax-duration, 180ms) var(--ax-ease, ease), transform var(--ax-duration, 180ms) var(--ax-ease, ease);
}
body.apex-theme .apex-product-family__choice:hover,
body.apex-theme .apex-variant-choice__button:hover:not(:disabled) {
  border-color: var(--ax-brand, #1b1a17);
  transform: translateY(-1px);
}
body.apex-theme .apex-product-family__choice.is-selected,
body.apex-theme .apex-product-family__choice[aria-current="page"],
body.apex-theme .apex-variant-choice__button.is-selected,
body.apex-theme .apex-variant-choice__button[aria-checked="true"] {
  border-color: var(--ax-text, #171714);
  background: var(--ax-secondary-button, #eee3d5);
  color: var(--ax-text, #171714);
  box-shadow: none;
}

body.apex-theme .apex-gallery-thumb-button {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

body.apex-theme .apex-gallery-thumb-button:focus-visible {
  outline: 3px solid var(--ax-focus);
  outline-offset: -3px;
}

body.apex-theme .btn--quick-checkout {
  border-color: var(--ax-text);
  background: var(--ax-elevated);
  color: var(--ax-text);
}

body.apex-theme .btn--quick-checkout:hover,
body.apex-theme .btn--quick-checkout:focus-visible {
  border-color: var(--ax-text);
  background: var(--ax-secondary-button);
  color: var(--ax-text);
}

body.apex-theme #product-main-actions .btn--wishlist {
  min-width: 52px;
  border-color: var(--ax-border-strong);
  background: transparent;
  color: var(--ax-text);
}

body.apex-theme #product-main-actions .btn--wishlist span { display: none; }

body.apex-theme .in-stock { color: var(--ax-text); }
body.apex-theme .in-stock .color-success { color: var(--ax-text, #171714) !important; }

body.apex-theme .prod-card__badge {
  border: 1px solid var(--ax-border);
  background: var(--ax-elevated);
  color: var(--ax-text);
}

body.apex-theme .prod-card__action-button--unavailable {
  border-color: var(--ax-border-strong);
  background: color-mix(in srgb, var(--ax-surface) 82%, var(--ax-elevated));
  color: var(--ax-text-2);
}

body.apex-theme .prod-card:has(.prod-card__badge) .prod-card__price { color: var(--ax-sale); }

body.apex-theme .prod-card__img-wrapper img {
  filter: saturate(0.84) sepia(0.07) contrast(0.97);
}

body.apex-theme .prod-card__img-wrapper .media-wrapper::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(168, 120, 66, 0.035);
  content: "";
  pointer-events: none;
}

body.apex-theme .prod-card__action-button:not(.prod-card__action-button--unavailable) {
  border-color: color-mix(in srgb, var(--ax-text) 24%, var(--ax-border));
  background: color-mix(in srgb, var(--ax-elevated) 93%, transparent);
  color: var(--ax-text);
  box-shadow: 0 4px 16px rgba(27, 26, 23, 0.12);
}

body.apex-theme .apex-variant-choice {
  margin: 0 0 0.9rem;
}
body.apex-theme .apex-variant-choice__button {
  appearance: none;
  cursor: pointer;
}
body.apex-theme .apex-variant-choice__button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  text-decoration: line-through;
}
body.apex-theme .apex-native-option-select--enhanced,
body.apex-theme .apex-native-option-label--enhanced {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
@media (prefers-reduced-motion: reduce) {
  body.apex-theme .apex-product-family__choice,
  body.apex-theme .apex-variant-choice__button { transition: none; }
  body.apex-theme .apex-product-family__choice:hover,
  body.apex-theme .apex-variant-choice__button:hover:not(:disabled) { transform: none; }
}

/* Commerce-density PDP: product understanding, selection and purchase share one plane. */
body.apex-theme.apex-product-template .apex-pdp {
  padding-top: 0;
}

body.apex-theme .apex-pdp__breadcrumbs {
  padding-block: 1.1rem 1.35rem;
  color: var(--ax-muted, #8c877e);
  font-size: 0.78rem;
}

body.apex-theme .apex-pdp-main {
  display: grid;
  padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
  grid-template-areas:
    "identity"
    "media"
    "purchase";
  gap: 1.25rem;
  align-items: start;
}

body.apex-theme .apex-pdp-media { grid-area: media; }

body.apex-theme .apex-pdp .apex-buy-box {
  display: contents;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.apex-theme .apex-product-identity {
  min-width: 0;
  grid-area: identity;
}

body.apex-theme .apex-product-purchase {
  min-width: 0;
  grid-area: purchase;
}

body.apex-theme .apex-product-identity__utility {
  display: flex;
  min-width: 0;
  margin-bottom: 0.55rem;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  align-items: center;
  color: var(--ax-muted, #8c877e);
  font-size: 0.74rem;
  line-height: 1.35;
}

body.apex-theme .apex-product-identity__utility > * + * {
  padding-left: 0.7rem;
  border-left: 1px solid var(--ax-border, #ded9cf);
}

body.apex-theme .apex-product-identity__utility .apex-product-brand {
  min-height: 0;
  margin: 0;
  color: var(--ax-text, #171714);
  font-size: inherit;
  letter-spacing: 0.065em;
  line-height: inherit;
}

body.apex-theme .apex-product-identity h1,
body.apex-theme .apex-pdp .apex-buy-box h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--ax-text, #171714);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

body.apex-theme .apex-product-rating,
body.apex-theme .apex-product-review-link {
  margin-top: 0.65rem;
  color: var(--ax-text-2, #666159);
  font-size: 0.8rem;
}

body.apex-theme .apex-product-rating .rating__link {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 0.4rem;
  color: inherit;
  text-decoration: none;
}

body.apex-theme .apex-product-review-link {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  text-underline-offset: 0.2em;
}

body.apex-theme .apex-product-proposition {
  max-width: 62ch;
  margin: 0.8rem 0 0;
  color: var(--ax-text-2, #666159);
  font-size: 0.94rem;
  line-height: 1.55;
}

body.apex-theme .apex-pdp .slideshow--ratio-3\:4 .slideshow__item {
  height: 0;
  padding-bottom: 100%;
}

body.apex-theme .apex-pdp .thumbslide .slideshow,
body.apex-theme .apex-pdp .apex-gallery--empty {
  border-radius: 8px;
  background: color-mix(in srgb, var(--ax-surface, #eee9e0) 74%, var(--ax-elevated, #fff));
}

body.apex-theme .apex-pdp .apex-gallery--empty {
  min-height: min(38rem, 88vw);
}

body.apex-theme .apex-pdp .thumbslide__nav-list > * {
  border-radius: 6px;
}

body.apex-theme .apex-pdp .thumbslide__nav-item {
  height: auto !important;
}

body.apex-theme .apex-pdp .thumbslide__nav-item[aria-current="true"],
body.apex-theme .apex-pdp .thumbslide__nav-item--active {
  border-color: var(--ax-text, #171714);
  box-shadow: inset 0 0 0 1px var(--ax-text, #171714);
}

body.apex-theme .apex-pdp .apex-gallery__control {
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(27, 26, 23, 0.12);
}

body.apex-theme .apex-key-specs {
  margin: 1.1rem 0;
  padding-block: 0.85rem;
  border-block: 1px solid var(--ax-border, #ded9cf);
}

body.apex-theme .apex-key-specs__heading {
  display: flex;
  margin-bottom: 0.45rem;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

body.apex-theme .apex-key-specs__heading h2 {
  margin: 0;
  color: var(--ax-text, #171714);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.25;
}

body.apex-theme .apex-key-specs__heading a {
  color: var(--ax-text-2, #666159);
  font-size: 0.72rem;
  font-weight: 650;
  text-underline-offset: 0.2em;
  white-space: nowrap;
}

body.apex-theme .apex-key-specs__list {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1rem;
}

body.apex-theme .apex-key-specs__list > div {
  display: grid;
  min-width: 0;
  padding-block: 0.35rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ax-border, #ded9cf) 72%, transparent);
  grid-template-columns: minmax(6.25rem, 40%) minmax(0, 1fr);
  gap: 0.5rem;
  align-items: baseline;
  font-size: 0.78rem;
  line-height: 1.35;
}

body.apex-theme .apex-key-specs__list dt {
  min-width: 0;
  color: var(--ax-muted, #8c877e);
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

body.apex-theme .apex-key-specs__list dd {
  min-width: 0;
  margin: 0;
  color: var(--ax-text, #171714);
  font-weight: 690;
  text-align: right;
  overflow-wrap: break-word;
  word-break: normal;
}

body.apex-theme .apex-product-purchase > .apex-pdp-highlights .apex-product-highlights {
  margin: 1rem 0 0;
  padding: 0.75rem 0;
  border-width: 1px 0;
  border-radius: 0;
  background: transparent;
}

body.apex-theme .apex-product-purchase .apex-product-family {
  margin-bottom: 0.9rem;
}

body.apex-theme .apex-price-block {
  display: grid;
  margin: 0.85rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--ax-border, #ded9cf);
  gap: 0.15rem;
}

body.apex-theme .apex-price-block__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  align-items: baseline;
}

body.apex-theme .apex-price-block .product__price {
  color: var(--ax-text, #171714);
  font-size: clamp(1.65rem, 2.4vw, 2rem) !important;
  font-weight: 790;
  line-height: 1.1;
}

body.apex-theme .apex-price-block .product__price--old {
  color: var(--ax-muted, #8c877e);
  font-size: 0.98rem;
}

body.apex-theme .apex-price-block .product__price--old + .product__price {
  color: var(--ax-sale, #b83d32);
}

body.apex-theme .apex-price-block :where(.unitprice, .price-tax) {
  display: block;
  color: var(--ax-muted, #8c877e);
  font-size: 0.7rem;
  line-height: 1.4;
}

body.apex-theme .apex-volume-discounts {
  margin: 0.55rem 0 0;
  padding-left: 1rem;
  color: var(--ax-text-2, #666159);
  font-size: 0.76rem;
}

body.apex-theme .apex-availability {
  margin: 0.75rem 0 0.9rem;
}

body.apex-theme .apex-availability :where(.in-stock, .out-of-stock) {
  display: flex;
  min-height: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.28rem 0.45rem;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.82rem;
}

body.apex-theme .apex-availability :where(.in-stock, .out-of-stock) .icon {
  width: 0.95rem;
  height: 0.95rem;
  margin: 0;
}

body.apex-theme .apex-availability .in-stock,
body.apex-theme .apex-availability .in-stock .color-success {
  color: var(--ax-success, #39775a) !important;
}

body.apex-theme .apex-availability .out-of-stock,
body.apex-theme .apex-availability .out-of-stock .color-error {
  color: var(--ax-sale, #b83d32) !important;
}

body.apex-theme .apex-availability :where(.in-stock, .out-of-stock) span {
  width: 100%;
  padding-left: 1.4rem;
  color: var(--ax-text-2, #666159);
}

body.apex-theme .apex-availability .omni-location-inventory {
  margin-top: 0.45rem;
}

body.apex-theme .apex-availability .omni-location-inventory button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 0.35rem;
  color: var(--ax-text-2, #666159);
  font-size: 0.78rem;
}

body.apex-theme .apex-product-form {
  padding-top: 0;
}

body.apex-theme .apex-product-form .product-option {
  margin: 0;
}

body.apex-theme .apex-product-form > #product_configure_bundle_id + .apex-price-block {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body.apex-theme .apex-purchase-controls {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}

body.apex-theme #product-main-actions {
  padding-top: 1.53rem;
}

body.apex-theme .apex-quantity .form-label {
  display: block;
  margin: 0 0 0.35rem;
  color: var(--ax-text-2, #666159);
  font-size: 0.74rem;
}

body.apex-theme .apex-quantity .number-input {
  --number-input-btn-width: 44px;
  display: block;
  width: 136px;
  overflow: hidden;
  border-color: var(--ax-border-strong, #817c73);
  border-radius: 7px;
  background: var(--ax-elevated, #fff);
}

body.apex-theme .apex-quantity .number-input .form-control {
  width: 136px;
  min-height: 50px;
  padding-inline: 44px;
  background: transparent;
  color: var(--ax-text, #171714);
  font-weight: 700;
}

body.apex-theme .apex-quantity .number-input__btn {
  min-width: 44px;
  min-height: 44px;
  border-radius: 0;
  color: var(--ax-text, #171714);
}

body.apex-theme .apex-quantity .number-input__btn--minus {
  border-right: 1px solid var(--ax-border, #ded9cf);
}

body.apex-theme .apex-quantity .number-input__btn--plus {
  border-left: 1px solid var(--ax-border, #ded9cf);
}

body.apex-theme .apex-primary-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
}

body.apex-theme .apex-primary-actions .btn--add-to-cart {
  width: 100%;
  min-height: 50px;
  padding-inline: 1rem;
  border-radius: 7px;
  font-size: 0.94rem;
}

body.apex-theme .apex-primary-actions .btn--wishlist {
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  padding: 0;
  border-radius: 7px;
}

body.apex-theme .apex-secondary-actions {
  display: flex;
  min-height: 32px;
  margin-top: 0.4rem;
  flex-wrap: wrap;
  gap: 0.25rem 0.85rem;
  align-items: center;
}

body.apex-theme .apex-secondary-actions :where(.btn--quick-checkout, .apex-compare-link) {
  display: inline-flex;
  min-height: 32px;
  padding: 0;
  align-items: center;
  gap: 0.3rem;
  border: 0;
  background: transparent;
  color: var(--ax-text-2, #666159);
  box-shadow: none;
  font-size: 0.74rem;
  font-weight: 620;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 38%, transparent);
  text-underline-offset: 0.2em;
}

body.apex-theme .apex-secondary-actions .apex-compare-link .icon {
  width: 0.85rem;
  height: 0.85rem;
}

body.apex-theme .apex-purchase-reassurance {
  display: flex;
  margin-top: 0.8rem;
  padding-top: 0.7rem;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  border-top: 1px solid var(--ax-border, #ded9cf);
  color: var(--ax-text-2, #666159);
  font-size: 0.72rem;
}

body.apex-theme .apex-location-availability {
  margin: 0.45rem 0 0;
}

body.apex-theme .apex-purchase-reassurance :where(span, a) {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  color: inherit;
}

body.apex-theme .apex-purchase-reassurance :where(span, a)::before {
  margin-right: 0.35rem;
  color: var(--ax-success, #39775a);
  content: "✓";
  font-weight: 800;
}

body.apex-theme .apex-pdp-information {
  padding-block: clamp(2rem, 3.5vw, 3.25rem);
  border-top: 1px solid var(--ax-border, #ded9cf);
}

body.apex-theme .apex-pdp-information__header {
  margin-bottom: 1.5rem;
}

body.apex-theme .apex-pdp-information__header > p,
body.apex-theme .apex-commerce-section-heading > p,
body.apex-theme .apex-related-products__heading > p {
  margin: 0 0 0.3rem;
  color: var(--ax-muted, #8c877e);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

body.apex-theme .apex-pdp-information__header h2,
body.apex-theme .apex-commerce-section-heading h2 {
  margin: 0;
  color: var(--ax-text, #171714);
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.1;
}

body.apex-theme .apex-product-subnav {
  display: flex;
  margin-top: 1rem;
  padding-block: 0.45rem;
  overflow-x: auto;
  gap: 0.35rem 1.2rem;
  border-block: 1px solid var(--ax-border, #ded9cf);
  scrollbar-width: none;
}

body.apex-theme .apex-product-subnav::-webkit-scrollbar { display: none; }

body.apex-theme .apex-product-subnav a {
  display: inline-flex;
  min-height: 36px;
  flex: 0 0 auto;
  align-items: center;
  color: var(--ax-text-2, #666159);
  font-size: 0.79rem;
  font-weight: 680;
  text-decoration: none;
}

body.apex-theme .apex-product-subnav a:hover {
  color: var(--ax-text, #171714);
}

body.apex-theme .apex-product-information-layout {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

body.apex-theme .apex-product-information-main {
  min-width: 0;
}

body.apex-theme .apex-pdp-information .apex-accordion {
  border-top: 1px solid var(--ax-border, #ded9cf);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.apex-theme .apex-pdp-information .apex-accordion:last-of-type {
  border-bottom: 1px solid var(--ax-border, #ded9cf);
}

body.apex-theme .apex-pdp-information .apex-accordion > summary {
  min-height: 58px;
  padding: 0;
  font-size: 1rem;
  font-weight: 740;
}

body.apex-theme .apex-pdp-information .apex-accordion__content {
  padding: 0 0 1.5rem;
  color: var(--ax-text-2, #666159);
}

body.apex-theme .apex-pdp-information .text-component {
  max-width: 72ch;
  font-size: 0.94rem;
  line-height: 1.68;
}

body.apex-theme .apex-pdp-information .spec-table {
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  table-layout: fixed;
}

body.apex-theme .apex-pdp-information .spec-table__group th {
  padding: 1rem 0 0.55rem;
  border-bottom: 1px solid var(--ax-border-strong, #817c73);
  color: var(--ax-text, #171714);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.055em;
  text-align: left;
  text-transform: uppercase;
}

body.apex-theme .apex-pdp-information .spec-table__body:first-child .spec-table__group th {
  padding-top: 0.1rem;
}

body.apex-theme .apex-pdp-information .spec-table__row:nth-child(odd) {
  background: color-mix(in srgb, var(--ax-surface, #eee9e0) 48%, transparent);
}

body.apex-theme .apex-pdp-information .spec-table__cell {
  display: table-cell;
  width: auto;
  padding: 0.62rem 0.75rem;
  border-bottom: 1px solid var(--ax-border, #ded9cf);
  color: var(--ax-text, #171714);
  font-size: 0.82rem;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.apex-theme .apex-pdp-information .spec-table__cell--th {
  width: 40%;
  color: var(--ax-text-2, #666159);
  font-weight: 620;
}

body.apex-theme .apex-review-actions {
  display: flex;
  padding-top: 1rem;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
}

body.apex-theme .apex-review-actions p { margin: 0; }

body.apex-theme .apex-pdp-share {
  margin-top: 0.8rem;
  color: var(--ax-muted, #8c877e);
  font-size: 0.76rem;
}

body.apex-theme .apex-pdp-share > summary {
  display: inline-flex;
  min-height: 36px;
  cursor: pointer;
  align-items: center;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body.apex-theme .apex-pdp-share .sharebar {
  margin-top: 0.4rem;
}

body.apex-theme .apex-pdp-share .sharebar__btn {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--ax-border, #ded9cf);
  border-radius: 50%;
  color: var(--ax-text-2, #666159);
}

body.apex-theme .apex-pdp-share .sharebar__btn .icon {
  width: 0.9rem;
  height: 0.9rem;
}

body.apex-theme .apex-related-products {
  min-width: 0;
  padding-top: 0.1rem;
}

body.apex-theme .apex-related-products__heading {
  margin-bottom: 0.8rem;
}

body.apex-theme .apex-related-products__heading h2 {
  margin: 0;
  color: var(--ax-text, #171714);
  font-size: 1.25rem;
  line-height: 1.2;
}

body.apex-theme .apex-related-products__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ax-border, #ded9cf);
  list-style: none;
}

body.apex-theme .apex-related-row {
  display: grid;
  padding-block: 0.85rem;
  border-bottom: 1px solid var(--ax-border, #ded9cf);
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.8rem;
}

body.apex-theme .apex-related-row__image {
  display: grid;
  width: 88px;
  height: 88px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--ax-border, #ded9cf);
  border-radius: 6px;
  background: var(--ax-surface, #eee9e0);
}

body.apex-theme .apex-related-row__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.apex-theme .apex-related-row__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

body.apex-theme .apex-related-row__brand {
  margin-bottom: 0.1rem;
  color: var(--ax-muted, #8c877e);
  font-size: 0.64rem;
  font-weight: 740;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.apex-theme .apex-related-row__title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ax-text, #171714);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.apex-theme .apex-related-row__specs {
  display: flex;
  margin: 0.3rem 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.15rem 0.55rem;
  color: var(--ax-text-2, #666159);
  font-size: 0.66rem;
  list-style: none;
}

body.apex-theme .apex-related-row__specs li + li::before {
  margin-right: 0.55rem;
  color: var(--ax-border-strong, #817c73);
  content: "·";
}

body.apex-theme .apex-related-row__commerce {
  display: flex;
  margin-top: auto;
  padding-top: 0.35rem;
  gap: 0.65rem;
  align-items: baseline;
}

body.apex-theme .apex-related-row__commerce strong {
  color: var(--ax-text, #171714);
  font-size: 0.9rem;
}

body.apex-theme .apex-related-row__commerce del {
  color: var(--ax-muted, #8c877e);
  font-size: 0.7rem;
}

body.apex-theme .apex-related-row__commerce del + strong {
  color: var(--ax-sale, #b83d32);
}

body.apex-theme .apex-related-row__commerce span {
  color: var(--ax-success, #39775a);
  font-size: 0.65rem;
  font-weight: 670;
}

body.apex-theme .apex-related-row__action {
  align-self: flex-start;
  margin-top: 0.25rem;
  color: var(--ax-text-2, #666159);
  font-size: 0.68rem;
  font-weight: 660;
  text-decoration: none;
}

body.apex-theme .apex-bundle-section {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid var(--ax-border, #ded9cf);
}

body.apex-theme .apex-commerce-section-heading {
  margin-bottom: 1.25rem;
}

body.apex-theme .apex-sticky-atc__meta strong {
  color: var(--ax-text, #171714);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

body.apex-theme .apex-sticky-atc__meta span {
  color: var(--ax-muted, #8c877e);
  font-size: 0.68rem;
}

body.apex-theme .apex-sticky-atc__button {
  min-height: 48px;
  border-radius: 7px;
}

@media (min-width: 64rem) {
  body.apex-theme .apex-pdp-main {
    grid-template-columns: minmax(0, 1.18fr) minmax(400px, 0.82fr);
    grid-template-areas: "media commerce";
    gap: clamp(2.25rem, 3.5vw, 3.5rem);
  }

  body.apex-theme .apex-pdp .apex-buy-box {
    display: block;
    grid-area: commerce;
    min-width: 0;
    padding: clamp(1.05rem, 1.55vw, 1.4rem);
    border: 1px solid color-mix(in srgb, var(--ax-border, #ded9cf) 88%, transparent);
    border-radius: clamp(4px, var(--ax-card-radius, 4px), 8px);
    background: color-mix(in srgb, var(--ax-elevated, #fff) 90%, var(--ax-surface, #eee9e0));
    box-shadow: none;
  }

  body.apex-theme .apex-pdp .apex-buy-box--sticky {
    position: sticky;
    top: calc(var(--ax-header-height) + 0.75rem);
  }

  body.apex-theme .apex-product-identity h1 {
    max-width: none;
  }

  body.apex-theme .apex-product-proposition {
    max-width: none;
  }

  body.apex-theme .apex-product-purchase {
    margin-top: 1rem;
    padding: 1rem 0 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: var(--ax-border, #ded9cf);
    border-radius: 0;
    background: transparent;
  }

  body.apex-theme .apex-purchase-reassurance {
    margin-top: 0.5rem;
    padding-top: 0.4rem;
  }

  body.apex-theme .apex-key-specs {
    margin: 0.5rem 0 1.1rem;
    padding: 0.65rem 0 0.85rem;
  }

  body.apex-theme .apex-product-purchase > .apex-price-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  body.apex-theme .apex-pdp .thumbslide--vertical .thumbslide__nav-item {
    width: 76px;
    margin-bottom: 0.55rem;
  }

  body.apex-theme .apex-product-information-layout.has-related {
    grid-template-columns: minmax(0, 1.75fr) minmax(310px, 0.85fr);
  }

  body.apex-theme .apex-related-products {
    position: sticky;
    top: calc(var(--ax-header-height) + 1rem);
  }
}

/* V2.1 wide desktop: preserve the same integrated two-zone commerce plane. */
@media (min-width: 80rem) {
  body.apex-theme .apex-pdp-main {
    grid-template-columns: minmax(0, 1.2fr) minmax(460px, 0.8fr);
    grid-template-areas: "media commerce";
    gap: clamp(2.75rem, 3.75vw, 4rem);
  }

  body.apex-theme .apex-product-proposition {
    font-size: 0.92rem;
  }
}

@media (min-width: 48rem) and (max-width: 63.999rem) {
  body.apex-theme .apex-pdp-main {
    max-width: 46rem;
    margin-inline: auto;
  }

  body.apex-theme .apex-pdp-media {
    width: min(100%, 36.5rem);
    margin-inline: auto;
  }
}

@media (max-width: 47.999rem) {
  body.apex-theme .apex-pdp .thumbslide .slideshow,
  body.apex-theme .apex-pdp .slideshow__item {
    aspect-ratio: 1 / 1;
  }

  body.apex-theme .apex-pdp .slideshow__item .img-mag__asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body.apex-theme .apex-pdp .thumbslide__nav-item {
    aspect-ratio: 1 / 1;
  }

  body.apex-theme .apex-pdp .thumbslide__nav-item .apex-gallery-thumb-button,
  body.apex-theme .apex-pdp .thumbslide__nav-item img {
    width: 100%;
    height: 100%;
  }

  body.apex-theme .apex-pdp .thumbslide__nav-item img {
    object-fit: cover;
    object-position: center;
  }

  body.apex-theme .apex-pdp__breadcrumbs {
    padding-block: 0.8rem 0.9rem;
    font-size: 0.7rem;
  }

  body.apex-theme .apex-pdp-main {
    padding-bottom: 2.25rem;
    gap: 1rem;
  }

  body.apex-theme .apex-product-identity h1,
  body.apex-theme .apex-pdp .apex-buy-box h1 {
    max-width: none;
    font-size: clamp(1.65rem, 8vw, 2rem);
    line-height: 1.1;
  }

  body.apex-theme .apex-product-proposition {
    margin-top: 0.65rem;
    font-size: 0.88rem;
  }

  body.apex-theme .apex-key-specs {
    margin-top: 0.9rem;
  }

  body.apex-theme .apex-key-specs__list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.apex-theme .apex-key-specs__list > div {
    grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  }

  body.apex-theme .apex-key-specs__list dd {
    text-align: left;
  }

  body.apex-theme .apex-purchase-controls {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 0.5rem;
  }

  body.apex-theme .apex-quantity .number-input,
  body.apex-theme .apex-quantity .number-input .form-control {
    width: 132px;
  }

  body.apex-theme .apex-primary-actions .btn--add-to-cart {
    padding-inline: 0.65rem;
    font-size: 0.86rem;
  }

  body.apex-theme .apex-purchase-reassurance {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem 0.65rem;
  }

  body.apex-theme .apex-pdp-information {
    padding-block: 2.5rem;
  }

  body.apex-theme .apex-pdp-information__header h2 {
    font-size: 1.75rem;
  }

  body.apex-theme .apex-product-subnav {
    margin-right: -0.9rem;
    padding-right: 0.9rem;
  }

  body.apex-theme .apex-pdp-information .spec-table__cell {
    display: table-cell;
    width: auto;
    padding: 0.6rem 0.55rem;
    font-size: 0.76rem;
  }

  body.apex-theme .apex-pdp-information .spec-table__cell--th {
    width: 42%;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--ax-border, #ded9cf);
  }

  body.apex-theme .apex-related-products {
    padding-top: 0.5rem;
  }

  body.apex-theme .apex-related-row {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  body.apex-theme .apex-related-row__image {
    width: 80px;
    height: 80px;
  }

  body.apex-theme .apex-sticky-atc {
    padding-block: 0.55rem max(0.55rem, env(safe-area-inset-bottom));
  }

  body.apex-theme .apex-sticky-atc__inner {
    gap: 0.55rem;
  }

  body.apex-theme .apex-sticky-atc__meta span {
    display: none;
  }

  body.apex-theme .apex-sticky-atc__button {
    min-width: min(48vw, 184px);
    padding-inline: 0.85rem;
    font-size: 0.84rem;
  }
}

@media (max-width: 22rem) {
  body.apex-theme .apex-purchase-controls {
    grid-template-columns: minmax(0, 1fr);
  }

  body.apex-theme #product-main-actions {
    padding-top: 0;
  }

  body.apex-theme .apex-quantity .number-input,
  body.apex-theme .apex-quantity .number-input .form-control {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.apex-theme .apex-pdp :where(.apex-gallery__control, .btn, a) {
    transition: none !important;
  }
}
