.lm-pdp-v3 {
  --lm-v3-bg: #fcfbf8;
  --lm-v3-bg-soft: #f6f2ec;
  --lm-v3-surface: #fffdfa;
  --lm-v3-surface-strong: #f3eee6;
  --lm-v3-surface-alt: #f8f5ef;
  --lm-v3-line: #ddd5c9;
  --lm-v3-line-strong: #c9beaf;
  --lm-v3-text: #181511;
  --lm-v3-muted: #6c6459;
  --lm-v3-muted-strong: #4e473f;
  --lm-v3-accent: #1d1916;
  --lm-v3-accent-contrast: #faf7f2;
  --lm-v3-focus: #554638;
  --lm-v3-page-padding: 20px;
  --lm-v3-content-width: 1260px;
  --lm-v3-radius: 20px;
  --lm-v3-radius-lg: 28px;
  --lm-v3-radius-pill: 999px;
  --lm-v3-section-gap: 32px;
  --lm-v3-font-sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --lm-v3-font-serif: Georgia, "Times New Roman", serif;

  background:
    radial-gradient(circle at top left, rgba(219, 206, 187, 0.16), transparent 34%),
    linear-gradient(180deg, #fffdfa 0%, var(--lm-v3-bg) 54%, #fbf9f5 100%);
  color: var(--lm-v3-text);
  font-family: var(--lm-v3-font-sans);
  font-size: 16px;
  line-height: 1.6;
}

.lm-pdp-v3 *,
.lm-pdp-v3 *::before,
.lm-pdp-v3 *::after {
  box-sizing: border-box;
}

.lm-pdp-v3 :where(h1, h2, h3, h4, p, ul, ol, figure) {
  margin: 0;
}

.lm-pdp-v3 :where(input, select, textarea, button) {
  font: inherit;
  color: inherit;
}

.lm-pdp-v3 :where(button) {
  cursor: pointer;
}

.lm-pdp-v3 :where(a) {
  color: inherit;
  text-decoration-color: rgba(24, 21, 17, 0.22);
  text-underline-offset: 0.15em;
}

.lm-pdp-v3 :where(a:hover) {
  text-decoration-color: rgba(24, 21, 17, 0.58);
}

.lm-pdp-v3 :where(button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible) {
  outline: 2px solid var(--lm-v3-focus);
  outline-offset: 2px;
}

.lm-pdp-v3 img {
  display: block;
  max-width: 100%;
}

.lm-pdp-v3__page,
.lm-pdp-v3__content {
  width: min(100%, var(--lm-v3-content-width));
  margin-inline: auto;
}

.lm-pdp-v3__hero {
  padding: 0 var(--lm-v3-page-padding);
}

.lm-pdp-v3__hero-grid {
  display: grid;
  gap: 24px;
  padding-top: 0;
}

.lm-pdp-v3__hero-aside {
  display: grid;
  gap: 24px;
}

.lm-pdp-v3__content {
  padding: 28px var(--lm-v3-page-padding) 112px;
}

.lm-pdp-v3__section + .lm-pdp-v3__section,
.lm-pdp-v3__trust-section + .lm-pdp-v3__section,
.lm-pdp-v3__section + .lm-pdp-v3__trust-section {
  margin-top: var(--lm-v3-section-gap);
}

.lm-pdp-v3__section-intro {
  margin-bottom: 16px;
}

.lm-pdp-v3__section-title,
.lm-pdp-v3__spec-group-title,
.lm-pdp-v3__subheading,
.lm-pdp-v3__principle-title {
  color: var(--lm-v3-text);
}

.lm-pdp-v3__section-title {
  font-family: var(--lm-v3-font-serif);
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lm-pdp-v3__subheading {
  font-size: 1.0625rem;
  line-height: 1.25;
  font-weight: 600;
}

.lm-pdp-v3__gallery-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 190, 175, 0.72);
  border-radius: var(--lm-v3-radius-lg);
  background:
    linear-gradient(160deg, rgba(255, 253, 249, 0.98) 0%, rgba(248, 243, 235, 0.88) 100%);
}

.lm-pdp-v3__gallery-stage {
  position: relative;
  aspect-ratio: 1 / 1.14;
  overflow: hidden;
}

.lm-pdp-v3__gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.22s ease, transform 0.22s ease;
  background: transparent;
}

.lm-pdp-v3__gallery-image.is-loading {
  opacity: 0.62;
}

.lm-pdp-v3__gallery-actions {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lm-pdp-v3__gallery-arrow {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 253, 250, 0.8);
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.88);
  color: var(--lm-v3-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transform: translateY(-50%);
  pointer-events: auto;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.lm-pdp-v3__gallery-arrow:hover {
  background: rgba(255, 253, 250, 0.98);
}

.lm-pdp-v3__gallery-arrow:disabled,
.lm-pdp-v3__gallery-arrow[aria-disabled="true"] {
  opacity: 0.36;
  cursor: default;
}

.lm-pdp-v3__gallery-arrow--prev {
  left: 16px;
}

.lm-pdp-v3__gallery-arrow--next {
  right: 16px;
}

.lm-pdp-v3__gallery-counter {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 252, 247, 0.84);
  border-radius: var(--lm-v3-radius-pill);
  background: rgba(255, 252, 247, 0.9);
  color: var(--lm-v3-muted-strong);
  font-size: 12px;
  line-height: 1;
}

.lm-pdp-v3__identity-section {
  padding-top: 4px;
}

.lm-pdp-v3__identity-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.lm-pdp-v3__identity-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.lm-pdp-v3__product-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(201, 190, 175, 0.9);
  border-radius: var(--lm-v3-radius-pill);
  background: rgba(255, 253, 249, 0.92);
  color: var(--lm-v3-muted-strong);
  font-size: 12px;
  line-height: 1.2;
}

.lm-pdp-v3__title {
  margin-top: 12px;
  font-family: var(--lm-v3-font-serif);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.028em;
  max-width: 14ch;
}

.lm-pdp-v3__wishlist {
  flex: 0 0 auto;
}

.lm-pdp-v3__wishlist-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--lm-v3-line);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.92);
  color: var(--lm-v3-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.lm-pdp-v3__wishlist-button.is-active,
.lm-pdp-v3__wishlist-button[data-lm-in="1"],
.lm-pdp-v3__wishlist-button[aria-pressed="true"] {
  background: var(--lm-v3-accent);
  border-color: var(--lm-v3-accent);
  color: var(--lm-v3-accent-contrast);
}

.lm-pdp-v3__descriptor {
  margin-top: 12px;
  max-width: 34rem;
  color: var(--lm-v3-muted);
  font-size: 15px;
}

.lm-pdp-v3__price-block {
  margin-top: 18px;
}

.lm-pdp-v3__price-prefix {
  margin-bottom: 4px;
  color: var(--lm-v3-muted);
  font-size: 12px;
  line-height: 1.3;
}

.lm-pdp-v3__price-value {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.lm-pdp-v3__price-value .woocommerce-Price-amount {
  font-weight: inherit;
}

.lm-pdp-v3__shipping {
  margin-top: 10px;
  color: var(--lm-v3-muted-strong);
  font-size: 14px;
}

.lm-pdp-v3__shipping :where(p, span, strong) {
  color: inherit;
  font-weight: inherit;
}

.lm-pdp-v3__purchase-card {
  border: 1px solid rgba(201, 190, 175, 0.84);
  border-radius: calc(var(--lm-v3-radius-lg) - 4px);
  background: rgba(255, 253, 250, 0.96);
  padding: 20px;
}

.lm-pdp-v3__purchase-header {
  margin-bottom: 18px;
}

.lm-pdp-v3__purchase-eyebrow {
  color: var(--lm-v3-muted);
  font-size: 12px;
  line-height: 1.2;
}

.lm-pdp-v3__option-group + .lm-pdp-v3__option-group {
  margin-top: 20px;
}

.lm-pdp-v3__option-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.lm-pdp-v3__option-label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.lm-pdp-v3__option-current {
  color: var(--lm-v3-muted);
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
}

.lm-pdp-v3__metal-grid,
.lm-pdp-v3__chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lm-pdp-v3__metal-option,
.lm-pdp-v3__choice-chip {
  appearance: none;
  border: 1px solid var(--lm-v3-line);
  background: var(--lm-v3-surface);
  color: var(--lm-v3-text);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.lm-pdp-v3__metal-option {
  width: 78px;
  min-height: 86px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 10px;
}

.lm-pdp-v3__metal-visual {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(116, 102, 87, 0.18);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 48%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.42), rgba(0, 0, 0, 0.04)),
    var(--lm-v3-swatch-color, #d6d1c8);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.lm-pdp-v3__metal-text {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}

.lm-pdp-v3__choice-chip {
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lm-pdp-v3__choice-text {
  font-size: 14px;
  line-height: 1.2;
}

.lm-pdp-v3__metal-option.is-selected,
.lm-pdp-v3__choice-chip.is-selected {
  border-color: var(--lm-v3-accent);
  background: var(--lm-v3-accent);
  color: var(--lm-v3-accent-contrast);
}

.lm-pdp-v3__metal-option.is-selected .lm-pdp-v3__metal-visual {
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.65),
    0 0 0 1px rgba(255, 255, 255, 0.68);
}

.lm-pdp-v3__metal-option.is-disabled,
.lm-pdp-v3__choice-chip.is-disabled {
  opacity: 0.34;
  cursor: default;
}

.lm-pdp-v3__select-shell {
  position: relative;
}

.lm-pdp-v3__select-shell select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--lm-v3-line);
  border-radius: 16px;
  background: var(--lm-v3-surface);
  padding: 12px 46px 12px 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.lm-pdp-v3__select-chevron {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--lm-v3-muted);
  border-bottom: 1.5px solid var(--lm-v3-muted);
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
}

.lm-pdp-v3__size-guide {
  display: inline-block;
  margin-top: 8px;
  color: var(--lm-v3-muted);
  font-size: 13px;
}

.lm-pdp-v3__engraving-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lm-v3-muted-strong);
  font-size: 14px;
}

.lm-pdp-v3__engraving-toggle input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.lm-pdp-v3__engraving-panel {
  margin-top: 12px;
  border: 1px solid rgba(221, 213, 201, 0.9);
  border-radius: 16px;
  background: rgba(249, 246, 241, 0.8);
  padding: 14px;
}

.lm-pdp-v3__engraving-panel input[type="text"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--lm-v3-line);
  border-radius: 12px;
  background: var(--lm-v3-surface);
  padding: 10px 14px;
}

.lm-pdp-v3__engraving-meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lm-pdp-v3__engraving-note,
.lm-pdp-v3__counter,
.lm-pdp-v3__cta-reassurance,
.lm-pdp-v3__field-error,
.lm-pdp-v3__sticky-copy,
.lm-pdp-v3__summary-label,
.lm-pdp-v3__spec-label,
.lm-pdp-v3__service-list-item,
.lm-pdp-v3__trust-item {
  font-size: 12px;
  line-height: 1.45;
}

.lm-pdp-v3__engraving-note,
.lm-pdp-v3__counter,
.lm-pdp-v3__summary-label,
.lm-pdp-v3__spec-label,
.lm-pdp-v3__sticky-copy {
  color: var(--lm-v3-muted);
}

.lm-pdp-v3__native-variations,
.lm-pdp-v3__sr-only {
  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;
}

.lm-pdp-v3__cta-block {
  margin-top: 22px;
}

.lm-pdp-v3__cta-button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 18px;
  background: var(--lm-v3-accent);
  color: var(--lm-v3-accent-contrast);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.lm-pdp-v3__cta-button.disabled,
.lm-pdp-v3__cta-button:disabled {
  opacity: 0.5;
  cursor: default;
}

.lm-pdp-v3__cta-reassurance {
  margin-top: 10px;
  color: var(--lm-v3-muted);
  text-align: center;
}

.lm-pdp-v3__field-error {
  margin-top: 8px;
  color: #8b392f;
}

.lm-pdp-v3__trust-section {
  margin-top: 28px;
}

.lm-pdp-v3__trust-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lm-pdp-v3__trust-item {
  min-height: 54px;
  border: 1px solid rgba(221, 213, 201, 0.85);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.78);
  color: var(--lm-v3-muted-strong);
  display: flex;
  align-items: center;
  padding: 14px 16px;
}

.lm-pdp-v3__summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lm-pdp-v3__summary-card {
  min-height: 104px;
  border: 1px solid rgba(221, 213, 201, 0.92);
  border-radius: 18px;
  background: var(--lm-v3-surface);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}

.lm-pdp-v3__summary-value {
  font-family: var(--lm-v3-font-serif);
  font-size: 20px;
  line-height: 1.15;
}

.lm-pdp-v3__spec-groups {
  display: grid;
  gap: 18px;
}

.lm-pdp-v3__spec-group {
  border-top: 1px solid rgba(201, 190, 175, 0.7);
  padding-top: 16px;
}

.lm-pdp-v3__spec-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.lm-pdp-v3__spec-group-title {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.lm-pdp-v3__spec-rows {
  display: grid;
}

.lm-pdp-v3__spec-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(221, 213, 201, 0.6);
}

.lm-pdp-v3__spec-value {
  color: var(--lm-v3-text);
  font-size: 15px;
  line-height: 1.45;
}

.lm-pdp-v3__legacy-specs {
  border: 1px solid rgba(221, 213, 201, 0.92);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.9);
  padding: 18px;
}

.lm-pdp-v3__legacy-specs :where(.accordion-item) {
  border-top: 1px solid rgba(221, 213, 201, 0.7);
}

.lm-pdp-v3__legacy-specs :where(.accordion-item:first-child) {
  border-top: 0;
}

.lm-pdp-v3__legacy-specs :where(.accordion-header) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  cursor: pointer;
}

.lm-pdp-v3__legacy-specs :where(.accordion-content) {
  padding: 0 0 14px;
}

.lm-pdp-v3__legacy-specs :where(table) {
  width: 100%;
  border-collapse: collapse;
}

.lm-pdp-v3__legacy-specs :where(td, th) {
  padding: 10px 0;
  border-bottom: 1px solid rgba(221, 213, 201, 0.6);
  text-align: left;
}

.lm-pdp-v3__visualizer {
  margin-top: 22px;
  border: 1px solid rgba(221, 213, 201, 0.9);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.84);
  padding: 18px;
}

.lm-pdp-v3__visualizer-content {
  margin-top: 14px;
  overflow: hidden;
}

.lm-pdp-v3__visualizer-content :where(img, svg, canvas, iframe) {
  max-width: 100%;
}

.lm-pdp-v3__story-grid {
  display: grid;
  gap: 18px;
}

.lm-pdp-v3__story-text,
.lm-pdp-v3__promise-text,
.lm-pdp-v3__principle-copy,
.lm-pdp-v3__related-price,
.lm-pdp-v3__related-title {
  font-size: 15px;
}

.lm-pdp-v3__story-text,
.lm-pdp-v3__promise-text,
.lm-pdp-v3__principle-copy {
  color: var(--lm-v3-muted-strong);
}

.lm-pdp-v3__story-text {
  margin-top: 10px;
  max-width: 54rem;
}

.lm-pdp-v3__story-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.lm-pdp-v3__story-highlight {
  border-left: 2px solid rgba(201, 190, 175, 0.76);
  padding-left: 14px;
  color: var(--lm-v3-muted-strong);
  font-size: 14px;
}

.lm-pdp-v3__promise-shell {
  border: 1px solid rgba(221, 213, 201, 0.92);
  border-radius: var(--lm-v3-radius-lg);
  background: linear-gradient(180deg, rgba(249, 246, 240, 0.95), rgba(243, 238, 230, 0.9));
  overflow: hidden;
}

.lm-pdp-v3__promise-block {
  padding: 22px 20px;
}

.lm-pdp-v3__promise-divider {
  height: 1px;
  background: rgba(201, 190, 175, 0.72);
}

.lm-pdp-v3__promise-copy .lm-pdp-v3__subheading {
  margin-bottom: 10px;
}

.lm-pdp-v3__promise-media {
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1.15 / 1;
}

.lm-pdp-v3__promise-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lm-pdp-v3__promise-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
}

.lm-pdp-v3__principles-grid {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.lm-pdp-v3__principle {
  border-top: 1px solid rgba(201, 190, 175, 0.58);
  padding-top: 12px;
}

.lm-pdp-v3__principle:first-child {
  border-top: 0;
  padding-top: 0;
}

.lm-pdp-v3__principle-title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.lm-pdp-v3__service-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}

.lm-pdp-v3__service-list-item {
  color: var(--lm-v3-muted-strong);
  position: relative;
  padding-left: 14px;
}

.lm-pdp-v3__service-list-item::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(84, 70, 56, 0.72);
}

.lm-pdp-v3__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
}

.lm-pdp-v3__related-card {
  display: block;
  text-decoration: none;
}

.lm-pdp-v3__related-media {
  aspect-ratio: 0.95 / 1.08;
  overflow: hidden;
  border-radius: 20px;
  background: var(--lm-v3-surface-alt);
}

.lm-pdp-v3__related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.lm-pdp-v3__related-card:hover .lm-pdp-v3__related-media img {
  transform: scale(1.02);
}

.lm-pdp-v3__related-title {
  margin-top: 10px;
  color: var(--lm-v3-text);
  line-height: 1.35;
}

.lm-pdp-v3__related-price {
  margin-top: 6px;
  color: var(--lm-v3-muted);
  line-height: 1.35;
}

.lm-pdp-v3__sticky-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 40;
  border: 1px solid rgba(201, 190, 175, 0.92);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.98);
  backdrop-filter: blur(12px);
}

.lm-pdp-v3__sticky-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
}

.lm-pdp-v3__sticky-meta {
  min-width: 0;
  flex: 1 1 auto;
}

.lm-pdp-v3__sticky-title {
  color: var(--lm-v3-text);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lm-pdp-v3__sticky-price {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.25;
  color: var(--lm-v3-text);
}

.lm-pdp-v3__sticky-button {
  min-width: 126px;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--lm-v3-accent);
  color: var(--lm-v3-accent-contrast);
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
}

.lm-pdp-v3__sticky-button:disabled {
  opacity: 0.5;
  cursor: default;
}

@media (min-width: 768px) {
  .lm-pdp-v3__hero {
    padding-top: 18px;
  }

  .lm-pdp-v3__content {
    padding-top: 36px;
  }

  .lm-pdp-v3__trust-grid,
  .lm-pdp-v3__summary-grid,
  .lm-pdp-v3__related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lm-pdp-v3__spec-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .lm-pdp-v3__spec-group {
    border-top: 0;
    padding-top: 0;
  }

  .lm-pdp-v3__story-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.75fr);
    gap: 28px;
    align-items: start;
  }

  .lm-pdp-v3__promise-block {
    padding: 26px 24px;
  }

  .lm-pdp-v3__principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lm-pdp-v3__hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.72fr);
    gap: 42px;
    align-items: start;
    padding-top: 14px;
  }

  .lm-pdp-v3__hero-aside {
    position: sticky;
    top: 24px;
  }

  .lm-pdp-v3__gallery-stage {
    aspect-ratio: 1 / 1.02;
  }

  .lm-pdp-v3__title {
    max-width: 12ch;
    font-size: clamp(2.5rem, 4vw, 3.85rem);
  }

  .lm-pdp-v3__purchase-card {
    padding: 24px;
  }

  .lm-pdp-v3__promise-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) 1px minmax(0, 1.06fr);
  }

  .lm-pdp-v3__promise-divider {
    width: 1px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .lm-pdp-v3__title {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .lm-pdp-v3__sticky-bar {
    display: none;
  }
}
