.as-pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 24px 0 48px; }
@media (max-width: 900px) { .as-pdp { grid-template-columns: 1fr; gap: 24px; } }

.as-pdp__gallery { display: flex; gap: 14px; min-width: 0; align-items: flex-start; }
.as-pdp__thumbs { display: flex; flex-direction: column; gap: 10px; width: 82px; flex: none; }
.as-pdp__thumb { border: 1.5px solid var(--as-border); border-radius: 8px; overflow: hidden; cursor: pointer; background: #fff; }
.as-pdp__thumb.is-active { border-color: var(--as-text); }
.as-pdp__thumb img { aspect-ratio: 1/1; object-fit: cover; }
.as-pdp__main-media { flex: 1; min-width: 0; border: 1px solid var(--as-border); border-radius: var(--as-radius-card); overflow: hidden; background: #fff; aspect-ratio: 1/1; }
.as-pdp__main-media img { width: 100%; height: 100%; object-fit: cover; }

.as-pdp__info { display: flex; flex-direction: column; gap: 10px; }
.as-pdp__meta-row { display: flex; align-items: center; gap: 10px; }
.as-pdp__brand { font-family: var(--as-font-mono); font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--as-accent-on-light-text); }
a.as-pdp__brand:hover { text-decoration: underline; }
.as-pdp__title { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.as-pdp__code { font-size: 13px; color: var(--as-text-secondary); }
.as-pdp__stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  width: fit-content;
}
.as-pdp__stock-icon { flex: none; }
.as-pdp__stock--on { color: var(--as-positive); background: rgba(47, 107, 70, 0.1); }
.as-pdp__stock--off { color: var(--as-accent-on-light-text); background: rgba(168, 62, 25, 0.08); }

.as-pdp__price-row { display: flex; align-items: baseline; gap: 12px; padding: 8px 0; }
.as-pdp__price { font-size: 34px; font-weight: 700; letter-spacing: -0.02em; }
.as-pdp__price-old { font-size: 16px; color: var(--as-text-secondary-2); text-decoration: line-through; }
.as-pdp__price-pct { display: inline-flex; align-items: center; background: var(--as-accent); color: var(--as-text); font-size: 12.5px; font-weight: 700; padding: 4px 10px; border-radius: 4px; }

.as-pdp__spec-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--as-border); border-radius: 12px; overflow: hidden; }
.as-pdp__spec-table tr:not(:last-child) td { border-bottom: 1px solid var(--as-border-soft); }
.as-pdp__spec-table td { padding: 11px 16px; font-size: 14px; }
.as-pdp__spec-table td:first-child { color: var(--as-text-secondary-2); width: 44%; }
.as-pdp__spec-table td:last-child { font-weight: 600; }
.as-pdp__spec-table td a { color: var(--as-accent-on-light-text); }
.as-pdp__spec-table td a:hover { text-decoration: underline; }

.as-pdp__buy-row { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; }
.as-pdp__qty {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid var(--as-text);
  border-radius: var(--as-radius-button);
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
}
.as-pdp__qty button { min-width: 44px; min-height: var(--as-tap-min); border: 0; background: transparent; font-size: 17px; font-weight: 600; color: var(--as-text); cursor: pointer; }
.as-pdp__qty input { width: 30px; border: 0; background: transparent; text-align: center; font-size: 17px; font-weight: 600; -moz-appearance: textfield; }
.as-pdp__qty input::-webkit-outer-spin-button, .as-pdp__qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.as-pdp__cta { flex: 1; font-size: 16px; }

.as-pdp__save-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: var(--as-tap-min);
  box-sizing: border-box;
  padding: 12px 20px;
  border: 1.5px solid var(--as-text);
  border-radius: var(--as-radius-button);
  background: #fff;
  color: var(--as-text);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.as-pdp__save-icon { flex: none; transition: fill 0.15s ease; }
.as-pdp__save-btn:hover { border-color: var(--as-accent-on-light-text); color: var(--as-accent-on-light-text); }
.as-pdp__save-btn.is-saved { border-color: var(--as-accent-on-light-text); color: var(--as-accent-on-light-text); }
.as-pdp__save-btn.is-saved .as-pdp__save-icon { fill: var(--as-accent-on-light-text); }
@media (prefers-reduced-motion: reduce) {
  .as-pdp__save-btn, .as-pdp__save-icon { transition: none; }
}

.as-pdp__discretion { font-size: 13px; line-height: 1.6; color: var(--as-text-secondary-2); }

.as-pdp__trust { display: flex; flex-direction: column; gap: 11px; padding-top: 6px; }
.as-pdp__trust-item { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; color: var(--as-text-body-2); }
.as-pdp__trust-dot { width: 8px; height: 8px; border-radius: 2px; background: var(--as-accent); margin-top: 6px; flex: none; }

.as-pdp__desc { padding: 24px 0 8px; max-width: 78ch; font-size: 15.5px; line-height: 1.7; color: var(--as-text-body); }
.as-pdp__disclaimer { font-size: 12.5px; color: var(--as-text-secondary); padding: 8px 0 32px; }

.as-pdp__related { padding: 8px 0 48px; }
.as-pdp__related-title { font-size: 24px; font-weight: 700; padding-bottom: 18px; display: flex; align-items: center; gap: 10px; }
