/* ==========================================================================
   AUREL — Product detail page (mockup-matched, shop theme aligned)
   ========================================================================== */

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

.page-product #main-content {
  padding-top: 0;
}

.page-product .pdp {
  padding-block: clamp(1.25rem, 2.5vw, 2rem) 0;
  background: var(--color-background);
}

.page-product .pdp .container {
  max-width: min(1180px, 100%);
}

.page-product .pdp__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}

/* ── Gallery slider ── */
.page-product .pdp__gallery {
  min-width: 0;
  max-width: 520px;
  width: 100%;
  justify-self: start;
}

.page-product .pdp-slider {
  position: relative;
  min-width: 0;
  width: 100%;
  height: var(--pdp-gallery-height, auto);
  min-height: 360px;
  background: #ececec;
  border: 0;
  overflow: hidden;
  border-radius: 5px;
}

.page-product .pdp-slider--single .pdp-slider__track {
  transform: none !important;
  transition: none;
  will-change: auto;
}

.page-product .pdp-slider--single .pdp-slider__viewport {
  touch-action: auto;
}

.page-product .pdp-slider__nav[hidden],
.page-product .pdp-slider__dots[hidden] {
  display: none !important;
}

.page-product .pdp-slider__viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  border-radius: inherit;
}

.page-product .pdp-slider__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.page-product .pdp-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: transparent;
}

.page-product .pdp-slider__slide img.pdp__image,
.page-product .pdp__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  image-rendering: auto;
  transform: none;
  display: block;
  background: transparent;
  border: 0;
  border-radius: 5px;
  user-select: none;
  -webkit-user-drag: none;
}

.page-product .pdp-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(10, 15, 26, 0.72);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-product .pdp-slider__nav:hover,
.page-product .pdp-slider__nav:focus-visible {
  background: rgba(10, 15, 26, 0.9);
  border-color: rgba(168, 139, 74, 0.55);
  color: var(--color-primary);
  outline: none;
}

.page-product .pdp-slider__nav svg {
  width: 18px;
  height: 18px;
}

.page-product .pdp-slider__nav--prev {
  left: 12px;
}

.page-product .pdp-slider__nav--next {
  right: 12px;
}

.page-product .pdp-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  pointer-events: none;
}

.page-product .pdp-slider__dot {
  pointer-events: auto;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.page-product .pdp-slider__dot.is-active {
  width: 18px;
  background: var(--color-primary);
}

.page-product .pdp__zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-product .pdp__zoom:hover {
  border-color: rgba(168, 139, 74, 0.5);
  background: rgba(0, 0, 0, 0.72);
  color: var(--color-primary);
}

.page-product .pdp__zoom svg {
  width: 18px;
  height: 18px;
}

.page-product .pdp__image-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 0.4rem 0.55rem;
  font-family: var(--font-accent);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: #b83232;
  border-radius: 2px;
  line-height: 1;
}

/* ── Product info column ── */
.page-product .pdp__info {
  min-width: 0;
  max-width: 540px;
  padding-top: 0.1rem;
}

.page-product .pdp__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.page-product .pdp__badges {
  flex: 1;
  min-width: 0;
}

.page-product .pdp__wishlist {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-product .pdp__wishlist svg {
  width: 16px;
  height: 16px;
}

.page-product .pdp__wishlist:hover,
.page-product .pdp__wishlist.is-active {
  color: var(--color-primary);
  border-color: rgba(168, 139, 74, 0.45);
  background: rgba(168, 139, 74, 0.08);
}

.page-product .pdp__wishlist.is-active svg {
  fill: var(--color-primary);
}

.page-product .pdp__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.01em;
  color: #fff;
  text-transform: none;
}

.page-product .pdp__tagline {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-product .pdp__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.6rem;
  margin-bottom: 1rem;
}

.page-product .pdp__rating .rating-stars__icon.is-filled {
  fill: var(--color-primary);
  color: var(--color-primary);
}

.page-product .pdp__rating,
.page-product .pdp__rating-text,
.page-product .pdp__rating-text strong {
  opacity: 1;
}

.page-product .pdp__rating-text {
  font-size: 0.8125rem;
  color: #fff;
}

.page-product .pdp__rating-text strong {
  font-weight: 600;
  color: #fff;
}

.page-product .pdp__price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem 0.85rem;
  margin-bottom: 1.15rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-product .pdp__desc {
  display: none;
}

.page-product .pdp__price-current {
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 1.6vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.2;
}

.page-product .pdp__price-original {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: line-through;
}

.page-product .pdp__save {
  padding: 0.35rem 0.55rem;
  font-family: var(--font-accent);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #b83232;
  border-radius: 2px;
  line-height: 1;
}

/* ── Options ── */
.page-product .pdp-option {
  margin-bottom: 1.05rem;
}

.page-product .pdp-option__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.page-product .pdp-option__label {
  font-family: var(--font-accent);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.page-product .pdp-option__label span {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
}

.page-product .pdp-option__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: #fff;
  transition: color 0.2s ease;
}

.page-product .pdp-option__link:hover {
  color: var(--color-primary);
}

.page-product .pdp-option__link svg {
  width: 14px;
  height: 14px;
  opacity: 0.75;
}

.page-product .pdp-info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
  margin: -0.35rem 0 1.35rem;
  padding-top: 0.15rem;
}

.page-product .pdp-info-links--flush {
  margin: 0;
}

.page-product .pdp-more-info__hint {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.55;
}

.page-product .pdp-info-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease;
}

.page-product .pdp-info-link:hover,
.page-product .pdp-info-link:focus-visible {
  color: var(--color-primary);
  outline: none;
}

.page-product .pdp-info-link svg {
  width: 14px;
  height: 14px;
  opacity: 0.8;
}

.page-product .pdp-option__values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.page-product .pdp-option__values--colors {
  gap: 0.55rem;
  padding: 2px 0;
}

.page-product .pdp-color,
.page-product .pdp-color.product-color-swatch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.page-product .pdp-color input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-product .pdp-color__dot,
.page-product .pdp-color__dot.product-color-swatch__dot {
  display: block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-product .pdp-color.is-active .pdp-color__dot,
.page-product .pdp-color:has(input:checked) .pdp-color__dot,
.page-product .pdp-color.is-active .product-color-swatch__dot,
.page-product .pdp-color:has(input:checked) .product-color-swatch__dot {
  box-shadow:
    0 0 0 1px var(--color-background),
    0 0 0 2px var(--color-primary);
  transform: scale(1.02);
}

.page-product .pdp-size {
  position: relative;
  min-width: 2.85rem;
  height: 2.85rem;
  padding: 0 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-product .pdp-size input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-product .pdp-size__code {
  position: relative;
  z-index: 1;
  line-height: 1;
  letter-spacing: 0.04em;
}

.page-product .pdp-size.is-active,
.page-product .pdp-size:has(input:checked):not(.is-out-of-stock) {
  border-color: var(--color-primary);
  background: rgba(168, 139, 74, 0.12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(168, 139, 74, 0.28);
}

.page-product .pdp-size.is-out-of-stock {
  cursor: not-allowed;
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.page-product .pdp-size.is-out-of-stock::after {
  content: '';
  position: absolute;
  inset: 6px;
  background: linear-gradient(
    to top right,
    transparent calc(50% - 0.7px),
    rgba(255, 255, 255, 0.42) calc(50% - 0.7px),
    rgba(255, 255, 255, 0.42) calc(50% + 0.7px),
    transparent calc(50% + 0.7px)
  );
  pointer-events: none;
  z-index: 0;
}

.page-product .pdp-size.is-out-of-stock input {
  pointer-events: none;
}

.page-product .pdp-option__sold-out,
.page-product .pdp-unavailable {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(239, 68, 68, 0.35);
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.12), rgba(239, 68, 68, 0.04));
  color: #fff;
}

.page-product .pdp-unavailable__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(239, 68, 68, 0.55);
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
}

.page-product .pdp-unavailable__icon svg {
  width: 16px;
  height: 16px;
}

.page-product .pdp-unavailable__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.page-product .pdp-unavailable__copy strong {
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.page-product .pdp-unavailable__copy span {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #fff;
}

.page-product .pdp-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.05rem;
  padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  border: 1px solid rgba(52, 211, 153, 0.3);
  background: linear-gradient(180deg, rgba(52, 211, 153, 0.12), rgba(52, 211, 153, 0.03));
}

.page-product .pdp-stock__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(52, 211, 153, 0.55);
  background: rgba(52, 211, 153, 0.15);
  color: #34d399;
}

.page-product .pdp-stock__icon {
  width: 16px;
  height: 16px;
}

.page-product .pdp-stock__icon--x {
  display: none;
}

.page-product .pdp-stock__text {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.page-product .pdp-stock__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15em;
  font-weight: 800;
  line-height: 1;
  color: currentColor;
  opacity: 0.95;
  transform: translateY(-0.05em);
}

.page-product .pdp-stock.is-in-stock {
  color: #34d399;
}

.page-product .pdp-stock.is-in-stock .pdp-stock__icon--check {
  display: block;
}

.page-product .pdp-stock.is-in-stock .pdp-stock__icon--x {
  display: none;
}

.page-product .pdp-stock.is-sold-out {
  border-color: rgba(239, 68, 68, 0.35);
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.12), rgba(239, 68, 68, 0.04));
}

.page-product .pdp-stock.is-sold-out .pdp-stock__badge {
  border-color: rgba(239, 68, 68, 0.55);
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
}

.page-product .pdp-stock.is-sold-out .pdp-stock__text {
  color: #fff;
}

.page-product .pdp-stock.is-sold-out .pdp-stock__icon--check {
  display: none;
}

.page-product .pdp-stock.is-sold-out .pdp-stock__icon--x {
  display: block;
}

.page-product .pdp-qty {
  display: none;
}

.page-product .pdp-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
}

.page-product .pdp-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
}

.page-product .pdp-actions .btn svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.page-product .pdp-actions .btn--primary {
  background: var(--color-primary);
  color: #0a0a0a;
  border: 1px solid var(--color-primary);
}

.page-product .pdp-actions .btn--primary::before,
.page-product .pdp-actions .btn--primary::after {
  display: none;
}

.page-product .pdp-actions .btn--primary:hover {
  background: #b89852;
  border-color: #b89852;
  color: #0a0a0a;
  transform: none;
}

.page-product .pdp-actions .btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.page-product .pdp-actions .btn--outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.page-product .pdp-actions .btn:disabled,
.page-product .pdp-actions .btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

/* ── Feature grid ── */
.page-product .pdp-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
  margin-top: 0.15rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-product .pdp-feature {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  min-width: 0;
}

.page-product .pdp-feature__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--color-primary);
}

.page-product .pdp-feature__icon svg {
  width: 20px;
  height: 20px;
}

.page-product .pdp-feature__title {
  margin: 0 0 0.2rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.page-product .pdp-feature__text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #fff;
}

/* ── Trust bar ── */
.page-product .pdp-trust {
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
  padding: clamp(1.35rem, 2.5vw, 1.85rem) 0;
  background: linear-gradient(180deg, rgba(20, 27, 45, 0.65) 0%, rgba(14, 20, 34, 0.92) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-product .pdp-trust__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem 1rem;
}

.page-product .pdp-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
  min-width: 0;
}

.page-product .pdp-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--color-primary);
}

.page-product .pdp-trust__icon svg {
  width: 24px;
  height: 24px;
}

.page-product .pdp-trust__title {
  margin: 0;
  font-family: var(--font-accent);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.35;
}

.page-product .pdp-trust__text {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: #fff;
  max-width: 14rem;
}

/* ── Buy-box highlights + inline trust ── */
.page-product .pdp-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-product .pdp-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(168, 139, 74, 0.28);
  background: rgba(168, 139, 74, 0.08);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.page-product .pdp-highlight .pdp-check__icon {
  width: 15px;
  height: 15px;
  color: var(--color-primary);
  flex-shrink: 0;
}

.page-product .pdp-trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 0.85rem;
}

.page-product .pdp-trust-inline__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.page-product .pdp-trust-inline__item .pdp-check__icon {
  width: 14px;
  height: 14px;
  color: var(--color-primary);
}

/* ── Story content blocks ── */
.page-product .pdp-story {
  padding-block: clamp(2rem, 4vw, 3.25rem) 1.5rem;
}

.page-product .pdp-story__intro {
  margin-bottom: 1.5rem;
}

.page-product .pdp-story__intro .eyebrow {
  margin: 0 0 0.35rem;
  color: var(--color-primary);
}

.page-product .pdp-story__heading {
  margin: 0;
  font-family: var(--font-display, var(--font-accent));
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  color: #fff;
}

.page-product .pdp-story__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.page-product .pdp-block {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(20, 27, 45, 0.55), rgba(12, 16, 28, 0.88));
}

.page-product .pdp-block--wide {
  grid-column: 1 / -1;
}

.page-product .pdp-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.page-product .pdp-block__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.page-product .pdp-block__head .pdp-block__title {
  margin: 0;
}

.page-product .pdp-block__lead {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}

.page-product .pdp-block__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #fff;
}

.page-product .pdp-block__meta {
  margin: 0.65rem 0 0;
  font-size: 0.8125rem;
  color: #fff;
}

.page-product .pdp-block__action {
  border: 1px solid rgba(168, 139, 74, 0.4);
  background: transparent;
  color: var(--color-primary);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  cursor: pointer;
}

.page-product .pdp-block__action:hover {
  background: rgba(168, 139, 74, 0.12);
}

.page-product .pdp-fabric-facts {
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.page-product .pdp-fabric-facts div {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 0.75rem;
  align-items: baseline;
}

.page-product .pdp-fabric-facts dt {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.page-product .pdp-fabric-facts dd {
  margin: 0;
  font-size: 0.9375rem;
  color: #fff;
}

.page-product .pdp-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.page-product .pdp-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #fff;
}

.page-product .pdp-check__icon {
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  color: var(--color-primary);
  flex-shrink: 0;
}

.page-product .pdp-check-list--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-product .pdp-check-list--chips .pdp-check {
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.8125rem;
}

.page-product .pdp-check-list--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
}

.page-product .pdp-fabric-facts {
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.page-product .pdp-fabric-facts div {
  display: grid;
  grid-template-columns: minmax(5.5rem, 7rem) 1fr;
  gap: 0.75rem;
  align-items: baseline;
}

.page-product .pdp-fabric-facts dt {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.page-product .pdp-fabric-facts dd {
  margin: 0;
  font-size: 0.9375rem;
  color: #fff;
  word-break: break-word;
}

.page-product .pdp-reviews-wrap {
  padding-block: 0 3rem;
}

.page-product .pdp-acc__meta {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: #fff;
}

@media (max-width: 768px) {
  .page-product .pdp-check-list--grid {
    grid-template-columns: 1fr;
  }

  .page-product .pdp-fabric-facts div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .page-product .pdp-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.75rem;
  }

  .page-product .pdp-highlights {
    gap: 0.4rem;
  }

  .page-product .pdp-highlight {
    font-size: 0.6875rem;
    padding: 0.35rem 0.55rem;
  }

  .page-product .pdp-acc__head-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-product .pdp-acc__table {
    margin-inline: -0.25rem;
  }
}

@media (max-width: 480px) {
  .page-product .pdp-trust__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-product .pdp-trust-inline {
    gap: 0.5rem 0.75rem;
  }
}

/* ── Details accordion ── */
.page-product .pdp-details {
  padding-block: clamp(2rem, 4vw, 3rem) 4rem;
}

.page-product .pdp-details__intro {
  margin-bottom: 1.25rem;
}

.page-product .pdp-details__intro .eyebrow {
  margin: 0 0 0.35rem;
  color: var(--color-primary);
}

.page-product .pdp-details__heading {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 400;
  color: #fff;
}

.page-product .pdp-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-product .pdp-acc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-product .pdp-acc__summary {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 0;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.page-product .pdp-acc__summary::-webkit-details-marker {
  display: none;
}

.page-product .pdp-acc__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(168, 139, 74, 0.12);
  color: var(--color-primary);
}

.page-product .pdp-acc__icon svg {
  width: 18px;
  height: 18px;
}

.page-product .pdp-acc__label {
  flex: 1;
  min-width: 0;
  font-family: var(--font-accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.page-product .pdp-acc__chevron {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.45);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-right: 0.25rem;
}

.page-product .pdp-acc[open] > .pdp-acc__summary .pdp-acc__chevron {
  transform: rotate(225deg);
  margin-top: 0.25rem;
}

.page-product .pdp-acc__body {
  padding: 0 0 1.35rem;
  padding-left: calc(36px + 0.85rem);
}

.page-product .pdp-acc__head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.page-product .pdp-acc__title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}

.page-product .pdp-acc__meta {
  margin: 0.2rem 0 0;
  font-size: 0.75rem;
  color: #fff;
}

.page-product .pdp-acc__lead {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #fff;
}

.page-product .pdp-acc__lead strong {
  color: #fff;
  font-weight: 600;
}

.page-product .pdp-acc__note {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #fff;
}

.page-product .pdp-acc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-product .pdp-acc__list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #fff;
}

.page-product .pdp-acc__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
}

.page-product .pdp-acc__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(168, 139, 74, 0.45);
  border-radius: 999px;
  background: transparent;
  color: var(--color-primary);
  font-family: var(--font-accent);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-product .pdp-acc__action:hover,
.page-product .pdp-acc__action:focus-visible {
  background: rgba(168, 139, 74, 0.14);
  border-color: var(--color-primary);
  outline: none;
}

.page-product .pdp-acc__action--inline {
  margin-top: 1rem;
}

.page-product .pdp-acc__table {
  margin: 0.25rem 0 0;
}

.page-product .pdp-info-list--compact {
  margin-top: 0.25rem;
}

.page-product .pdp-care-grid--acc {
  margin-top: 0.85rem;
}

.page-product .pdp-care-card__icon {
  display: inline-flex;
  color: var(--color-primary);
  margin-bottom: 0.35rem;
}

.page-product .pdp-care-card__icon svg {
  width: 16px;
  height: 16px;
}

.page-product .pdp-reviews {
  padding-top: 2.5rem;
}

.page-product .pdp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-product .pdp-reviews__head {
  margin-bottom: 1.5rem;
}

.page-product .pdp-reviews__head .eyebrow {
  color: var(--color-primary);
  margin: 0 0 0.35rem;
}

.page-product .pdp-reviews__head h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  margin: 0;
}

.page-product .pdp-reviews__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: start;
}

.page-product .pdp-reviews__main {
  min-width: 0;
}

.page-product .pdp-reviews__summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.5rem 2rem;
  align-items: center;
  margin-bottom: 1.35rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.page-product .pdp-reviews__average {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.page-product .pdp-reviews__stars,
.page-product .pdp-review-card__stars {
  display: inline-flex;
  gap: 0.1rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.page-product .pdp-reviews__stars .is-filled,
.page-product .pdp-review-card__stars .is-filled {
  color: var(--color-primary);
}

.page-product .pdp-reviews__total {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: #fff;
}

.page-product .pdp-reviews__breakdown {
  display: grid;
  gap: 0.45rem;
}

.page-product .pdp-reviews__bar {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 0.65rem;
  align-items: center;
  width: 100%;
  padding: 0.2rem 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.page-product .pdp-reviews__bar:hover .pdp-reviews__bar-label,
.page-product .pdp-reviews__bar.is-active .pdp-reviews__bar-label {
  color: var(--color-primary);
}

.page-product .pdp-reviews__bar-label,
.page-product .pdp-reviews__bar-count {
  font-size: 0.75rem;
  color: #fff;
}

.page-product .pdp-reviews__bar-track {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.page-product .pdp-reviews__bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--color-primary);
}

.page-product .pdp-reviews__intro,
.page-product .pdp-reviews__empty {
  padding: 1.25rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
}

.page-product .pdp-reviews__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  margin: 0 0 1rem;
}

.page-product .pdp-reviews__count {
  margin: 0;
  font-size: 0.8125rem;
  color: #fff;
}

.page-product .pdp-reviews__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.page-product .pdp-reviews__filter select {
  min-width: 148px;
  height: 40px;
  padding: 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.8125rem;
}

.page-product .pdp-reviews__filter select option {
  background: #141b2d;
  color: #fff;
}

.page-product .pdp-reviews__list {
  display: grid;
  gap: 0.85rem;
}

.page-product .pdp-review-card {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.page-product .pdp-review-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 0.7rem;
}

.page-product .pdp-review-card__identity {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  min-width: 0;
}

.page-product .pdp-review-card__avatar {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(168, 139, 74, 0.16);
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}

.page-product .pdp-review-card__author {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
  padding-top: 0.1rem;
}

.page-product .pdp-review-card__name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.page-product .pdp-review-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  flex: 0 0 auto;
}

.page-product .pdp-review-card__date {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

.page-product .pdp-review-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 22px;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(92, 184, 128, 0.35);
  background: rgba(92, 184, 128, 0.12);
  color: #7dcea0;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-product .pdp-review-card__verified svg {
  flex: 0 0 auto;
}

.page-product .pdp-review-card__title {
  margin: 0 0 0.4rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

.page-product .pdp-review-card__comment {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #fff;
  white-space: pre-line;
}

.page-product .pdp-reviews__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.page-product .pdp-reviews__pages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.page-product .pdp-reviews__page-btn,
.page-product .pdp-reviews__page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.page-product .pdp-reviews__page-num {
  min-width: 36px;
  padding: 0;
}

.page-product .pdp-reviews__page-btn:hover,
.page-product .pdp-reviews__page-num:hover {
  border-color: rgba(168, 139, 74, 0.45);
  color: var(--color-primary);
}

.page-product .pdp-reviews__page-num.is-active {
  border-color: var(--color-primary);
  background: rgba(168, 139, 74, 0.16);
  color: #fff;
}

.page-product .pdp-reviews__page-btn.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.page-product .pdp-reviews__form-wrap {
  position: sticky;
  top: calc(var(--header-height, 70px) + 1rem);
  padding: 1.35rem 1.25rem 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

.page-product .pdp-reviews__form-wrap h3 {
  margin: 0 0 1.1rem;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-primary);
  letter-spacing: 0.02em;
}

.page-product .pdp-reviews__form {
  display: grid;
  gap: 0.85rem;
}

.page-product .pdp-reviews__form .form-field label,
.page-product .pdp-reviews__form .form-field__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.page-product .pdp-reviews__form input,
.page-product .pdp-reviews__form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--color-primary-dark);
  border-radius: 5px;
  background: var(--color-background);
  color: var(--color-text);
  font: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.page-product .pdp-reviews__form input::placeholder,
.page-product .pdp-reviews__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.page-product .pdp-reviews__form input:hover,
.page-product .pdp-reviews__form textarea:hover {
  border-color: var(--color-primary);
}

.page-product .pdp-reviews__form input:focus,
.page-product .pdp-reviews__form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  background: var(--color-surface);
}

.page-product .pdp-reviews__form textarea {
  resize: vertical;
  min-height: 110px;
}

.page-product .pdp-reviews__rating-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.page-product .pdp-reviews__rating-option {
  cursor: pointer;
}

.page-product .pdp-reviews__rating-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-product .pdp-reviews__rating-option span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.65rem;
  border: 1px solid var(--color-primary-dark);
  border-radius: 5px;
  background: var(--color-background);
  font-size: 0.75rem;
  color: var(--color-text);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-product .pdp-reviews__rating-option input:checked + span,
.page-product .pdp-reviews__rating-option:hover span {
  border-color: var(--color-primary);
  background: var(--color-primary-dark);
  color: #fff;
}

.page-product .pdp-reviews__form .btn--primary {
  margin-top: 0.15rem;
}

.page-product .pdp-reviews.is-loading [data-reviews-panel] {
  pointer-events: none;
}

.page-product .pdp-reviews.is-loading .pdp-reviews__breakdown {
  pointer-events: none;
  opacity: 0.55;
}

.page-product .pdp-review-skeleton {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

.page-product .pdp-review-skeleton__head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.page-product .pdp-review-skeleton__avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.04) 8%,
    rgba(255, 255, 255, 0.1) 18%,
    rgba(255, 255, 255, 0.04) 33%
  );
  background-size: 200% 100%;
  animation: pdpReviewShimmer 1.35s ease-in-out infinite;
}

.page-product .pdp-review-skeleton__meta {
  display: grid;
  gap: 0.4rem;
  flex: 1 1 auto;
  min-width: 0;
}

.page-product .pdp-review-skeleton__line {
  display: block;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.04) 8%,
    rgba(255, 255, 255, 0.09) 18%,
    rgba(255, 255, 255, 0.04) 33%
  );
  background-size: 200% 100%;
  animation: pdpReviewShimmer 1.35s ease-in-out infinite;
}

.page-product .pdp-review-skeleton__line--name {
  width: 42%;
  max-width: 140px;
  height: 12px;
}

.page-product .pdp-review-skeleton__line--stars {
  width: 28%;
  max-width: 90px;
}

.page-product .pdp-review-skeleton__line--date {
  width: 72px;
  margin-left: auto;
  flex: 0 0 auto;
}

.page-product .pdp-review-skeleton__line--title {
  width: 58%;
  max-width: 220px;
  height: 12px;
  margin-bottom: 0.65rem;
}

.page-product .pdp-review-skeleton__line--body {
  width: 100%;
  margin-bottom: 0.4rem;
}

.page-product .pdp-review-skeleton__line--body-short {
  width: 72%;
}

.page-product .pdp-review-skeleton__line--filter {
  width: 148px;
  height: 40px;
  border-radius: 5px;
}

@keyframes pdpReviewShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .page-product .pdp-review-skeleton__avatar,
  .page-product .pdp-review-skeleton__line {
    animation: none;
    background: rgba(255, 255, 255, 0.06);
  }
}

.page-product .pdp-related {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-product .pdp-related h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-primary);
}

@media (max-width: 960px) {
  .page-product .pdp-reviews__layout {
    grid-template-columns: 1fr;
  }

  .page-product .pdp-reviews__form-wrap {
    position: static;
  }

  .page-product .pdp-reviews__summary {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
}

@media (max-width: 640px) {
  .page-product .pdp-reviews__toolbar {
    align-items: stretch;
  }

  .page-product .pdp-reviews__filters,
  .page-product .pdp-reviews__filter,
  .page-product .pdp-reviews__filter select {
    width: 100%;
  }

  .page-product .pdp-review-card__head {
    flex-direction: row;
    align-items: flex-start;
  }

  .page-product .pdp-review-card__meta {
    align-items: flex-end;
    flex-direction: column;
    gap: 0.35rem;
  }

  .page-product .pdp-reviews__pagination {
    justify-content: center;
  }
}

/* Lightbox */
.page-product .pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.page-product .pdp-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.page-product .pdp-lightbox img {
  max-width: min(920px, 100%);
  max-height: 90vh;
  object-fit: contain;
}

.page-product .pdp-lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

@media (min-width: 901px) {
  .page-product .pdp__info {
    position: sticky;
    top: calc(var(--header-height, 70px) + 1rem);
  }
}
@media (min-width: 1400px) {
  .page-product .pdp .container {
    max-width: 1200px;
  }

  .page-product .pdp__gallery {
    max-width: 540px;
  }

  .page-product .pdp__info {
    max-width: 560px;
  }
}

@media (max-width: 1199px) {
  .page-product .pdp__layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 1.75rem;
  }

  .page-product .pdp__gallery {
    max-width: 460px;
  }
}

@media (max-width: 1024px) {
  .page-product .pdp__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
  }

  .page-product .pdp__gallery,
  .page-product .pdp__info {
    max-width: none;
  }

  .page-product .pdp__title {
    font-size: clamp(1.35rem, 2.6vw, 1.7rem);
  }
}

@media (max-width: 900px) {
  .page-product .pdp__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .page-product .pdp__gallery {
    max-width: 420px;
    margin-inline: auto;
    justify-self: center;
  }

  .page-product .pdp__info {
    max-width: 560px;
    margin-inline: auto;
    width: 100%;
  }

  .page-product .pdp-slider {
    height: min(58vh, 480px);
    min-height: 320px;
  }

  .page-product .pdp-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 0.85rem;
  }
}

@media (max-width: 640px) {
  .page-product .pdp {
    padding-block: 1rem 0;
  }

  .page-product .pdp .container {
    padding-inline: 1rem;
  }

  .page-product .pdp__layout {
    gap: 1.25rem;
  }

  .page-product .pdp__gallery {
    max-width: none;
    margin-inline: 0;
  }

  .page-product .pdp__info {
    max-width: none;
  }

  .page-product .pdp-slider {
    height: min(52vh, 420px);
    min-height: 280px;
  }

  .page-product .pdp-slider__nav {
    width: 34px;
    height: 34px;
  }

  .page-product .pdp-slider__nav--prev {
    left: 8px;
  }

  .page-product .pdp-slider__nav--next {
    right: 8px;
  }

  .page-product .pdp__title {
    font-size: 1.35rem;
  }

  .page-product .pdp__price-current {
    font-size: 1.2rem;
  }

  .page-product .pdp-actions .btn {
    min-height: 46px;
  }

  .page-product .pdp-features {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .page-product .pdp-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 0.75rem;
  }

  .page-product .pdp-acc__body {
    padding-left: 0;
  }

  .page-product .pdp-acc__head-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .page-product .pdp-slider {
    height: min(48vh, 360px);
    min-height: 260px;
  }

  .page-product .pdp-trust__grid {
    grid-template-columns: 1fr;
  }

  .page-product .pdp-actions .btn {
    letter-spacing: 0.1em;
    font-size: 0.625rem;
  }
}

/* ==========================================================================
   PDP Info Modals — Size Guide / Fabric & Care / Product Details
   ========================================================================== */

body.pdp-modal-open,
body.size-guide-modal-open {
  overflow: hidden;
}

.pdp-modal[hidden],
.size-guide-modal[hidden],
.pdp-modal__panel[hidden] {
  display: none !important;
}

.pdp-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 2vw, 1.5rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.pdp-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pdp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 16, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pdp-modal__dialog {
  position: relative;
  width: min(640px, 100%);
  max-height: min(90vh, 920px);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #151c2c 0%, #101624 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(168, 139, 74, 0.08);
  overflow: hidden;
  transform: translateY(18px) scale(0.985);
  opacity: 0;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.pdp-modal.is-open .pdp-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.pdp-modal__dialog--wide {
  width: min(820px, 100%);
}

.pdp-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 27, 45, 0.92);
  backdrop-filter: blur(8px);
}

.pdp-modal__heading {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  min-width: 0;
}

.pdp-modal__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(168, 139, 74, 0.14);
  color: var(--color-primary, #a88b4a);
}

.pdp-modal__icon svg {
  width: 20px;
  height: 20px;
}

.pdp-modal__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.25;
}

.pdp-modal__subtitle {
  margin: 0.2rem 0 0;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.4;
}

.pdp-modal__close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pdp-modal__close:hover,
.pdp-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
}

.pdp-modal__close:active {
  transform: scale(0.96);
}

.pdp-modal__close svg {
  width: 18px;
  height: 18px;
}

.pdp-modal__body {
  overflow: auto;
  padding: 0 1.5rem 1.5rem;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.pdp-modal__tabs {
  display: flex;
  gap: 0;
  margin: 0 -0.25rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, #151c2c 70%, rgba(21, 28, 44, 0.92));
}

.pdp-modal__tab {
  position: relative;
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0.95rem 0.5rem;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease;
}

.pdp-modal__tab::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -1px;
  height: 2px;
  background: transparent;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.pdp-modal__tab.is-active,
.pdp-modal__tab:hover,
.pdp-modal__tab:focus-visible {
  color: #fff;
  outline: none;
}

.pdp-modal__tab.is-active::after {
  background: var(--color-primary, #a88b4a);
}

.pdp-modal__lead,
.pdp-info-section__lead {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.pdp-modal__empty {
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 0.9375rem;
}

.pdp-info-section {
  margin-bottom: 1.5rem;
}

.pdp-info-section:last-child {
  margin-bottom: 0.25rem;
}

.pdp-info-section__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

.pdp-info-list {
  margin: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pdp-info-list__row {
  display: grid;
  grid-template-columns: minmax(120px, 38%) 1fr;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pdp-info-list__row dt {
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}

.pdp-info-list__row dd {
  margin: 0;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.pdp-info-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.pdp-info-chip {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pdp-info-chip__name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
}

.pdp-info-chip__desc {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.45;
}

.pdp-care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.pdp-care-card {
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pdp-care-card__title {
  margin: 0 0 0.4rem;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary, #a88b4a);
}

.pdp-care-card__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #fff;
}

/* Size guide content */
.sg-measure-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.sg-measure-head__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

.sg-measure-head__meta {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: #fff;
}

.sg-measure-head__unit {
  margin: 0;
  flex: 0 0 auto;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.sg-table-scroll {
  overflow: auto;
  margin: 0.5rem 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.18);
}

.sg-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.sg-table th,
.sg-table td {
  padding: 0.85rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  white-space: nowrap;
}

.sg-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #1a2234;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.sg-table tbody th[scope="row"] {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #151c2c;
  font-weight: 600;
  color: #fff;
}

.sg-table tbody tr:last-child th,
.sg-table tbody tr:last-child td {
  border-bottom: 0;
}

.sg-table tbody tr.is-selected th,
.sg-table tbody tr.is-selected td {
  background: rgba(168, 139, 74, 0.14);
  color: #fff;
}

.sg-table tbody tr.is-selected th[scope="row"] {
  background: rgba(168, 139, 74, 0.18);
  box-shadow: inset 3px 0 0 var(--color-primary, #a88b4a);
}

.sg-notes {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  padding: 0.85rem 0 0.25rem;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.sg-notes svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: var(--color-primary, #a88b4a);
}

.sg-guides {
  display: grid;
  gap: 0.75rem;
}

.sg-guide {
  display: grid;
  grid-template-columns: auto 40px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.sg-guide__num {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-primary, #a88b4a);
  line-height: 1.4;
  padding-top: 0.15rem;
}

.sg-guide__icon svg {
  width: 28px;
  height: 28px;
  color: var(--color-primary, #a88b4a);
}

.sg-guide__body h4 {
  margin: 0 0 0.3rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

.sg-guide__body p {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.55;
}

.sg-fit-grid {
  display: grid;
  gap: 0.85rem;
}

.sg-fit-card {
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.sg-fit-card__label {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font-accent);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.sg-fit-card__title {
  margin: 0 0 0.45rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.sg-fit-card__text {
  margin: 0;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.sg-fit-card__text--emphasis {
  color: #fff;
  font-size: 1rem;
}

.pdp-specs {
  margin: 1rem 0 0;
  display: grid;
  gap: 0.65rem;
}

.pdp-specs__row {
  display: grid;
  grid-template-columns: minmax(120px, 38%) 1fr;
  gap: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pdp-specs__row dt {
  color: #fff;
  font-size: 0.875rem;
}

.pdp-specs__row dd {
  margin: 0;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .pdp-modal {
    place-items: end center;
    padding: 0;
  }

  .pdp-modal__dialog,
  .pdp-modal__dialog--wide {
    width: 100%;
    max-height: min(94vh, 940px);
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
  }

  .pdp-modal.is-open .pdp-modal__dialog {
    transform: translateY(0);
  }

  .pdp-modal__header {
    padding: 1.1rem 1.1rem 1rem;
  }

  .pdp-modal__body {
    padding-inline: 1.1rem;
    padding-bottom: calc(1.15rem + env(safe-area-inset-bottom));
  }

  .pdp-modal__tab {
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    padding: 0.85rem 0.25rem;
  }

  .sg-measure-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .sg-guide {
    grid-template-columns: auto 1fr;
  }

  .sg-guide__icon {
    display: none;
  }

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

  .pdp-info-list__row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .page-product .pdp-info-links {
    gap: 0.75rem 1rem;
  }
}

@media (max-width: 379px) {
  .pdp-modal__heading {
    gap: 0.65rem;
  }

  .pdp-modal__icon {
    width: 36px;
    height: 36px;
  }

  .pdp-modal__title {
    font-size: 1.05rem;
  }
}

@media (min-width: 1024px) {
  .sg-fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
