.single-product.bdp-pdp-enabled {
  background:
    radial-gradient(circle at top left, rgba(198, 165, 107, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 18%, #fcf8f1 100%);
  color: var(--bdp-color-text);
  color-scheme: light;
}

.single-product.bdp-pdp-enabled .site-content {
  padding-bottom: 236px;
}

.single-product.bdp-pdp-enabled .inside-site-content {
  max-width: none;
  padding-inline: 0;
}

.single-product.bdp-pdp-enabled .content-area,
.single-product.bdp-pdp-enabled .site-main,
.single-product.bdp-pdp-enabled div.product {
  width: 100%;
  margin: 0;
}

.single-product.bdp-pdp-enabled div.product {
  position: relative;
}

.single-product.bdp-pdp-enabled .woocommerce-notices-wrapper {
  margin-bottom: var(--bdp-space-5);
}

.single-product.bdp-pdp-enabled .woocommerce-error,
.single-product.bdp-pdp-enabled .woocommerce-info,
.single-product.bdp-pdp-enabled .woocommerce-message {
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: var(--bdp-radius-4);
  background: var(--bdp-color-surface-soft);
  color: var(--bdp-color-text);
  padding: 1rem 1.25rem;
  box-shadow: var(--bdp-shadow-1);
}

.bdp-pdp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 76px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: color-mix(in srgb, var(--bdp-color-bg) 94%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid color-mix(in srgb, var(--bdp-color-border-warm) 80%, transparent);
}

.bdp-pdp-header__icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--bdp-color-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.bdp-pdp-header__icon-btn:hover,
.bdp-pdp-header__icon-btn:focus-visible {
  background: color-mix(in srgb, var(--bdp-color-surface) 72%, transparent);
  border-color: var(--bdp-color-border-warm);
  transform: translateY(-1px);
}

.bdp-pdp-header__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.bdp-pdp-header__logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.bdp-pdp-header__logo-fallback {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--bdp-color-emerald);
  color: var(--bdp-color-text-on-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bdp-pdp-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.bdp-pdp-stage {
  padding: calc(76px + 24px) 20px 0;
}

.bdp-pdp-stage__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: clamp(1.75rem, 3vw, 3rem);
  overflow-x: clip;
}

.single-product.bdp-pdp-enabled .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.bdp-pdp-gallery-shell {
  margin: 0;
  padding: 0;
  background: transparent;
}

.bdp-pdp-gallery-shell__inner {
  padding: clamp(1.25rem, 2.4vw, 2rem);
  background: linear-gradient(180deg, #ffffff 0%, var(--bdp-color-surface-soft) 100%);
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: clamp(1.35rem, 3vw, 2rem);
  box-shadow: 0 22px 52px rgba(17, 24, 39, 0.08);
  overflow: hidden;
}

.single-product.bdp-pdp-enabled .woocommerce-product-gallery__wrapper,
.single-product.bdp-pdp-enabled .woocommerce-product-gallery__image {
  height: 100%;
}

.single-product.bdp-pdp-enabled .woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product.bdp-pdp-enabled .woocommerce-product-gallery__image a,
.single-product.bdp-pdp-enabled .woocommerce-product-gallery__image img {
  width: 100%;
}

.single-product.bdp-pdp-enabled .woocommerce-product-gallery__image img {
  display: block;
  aspect-ratio: 1 / 1;
  max-height: min(72vh, 760px);
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(230, 220, 201, 0.8);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.single-product.bdp-pdp-enabled .woocommerce-product-gallery .flex-viewport {
  border-radius: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
}

.single-product.bdp-pdp-enabled .woocommerce-product-gallery__trigger {
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--bdp-shadow-1);
}

.bdp-pdp-gallery-nav {
  margin-top: 16px;
}

.bdp-pdp-gallery-thumbs {
  display: none;
}

.bdp-pdp-gallery-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  border: 1px solid var(--bdp-color-border);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.bdp-pdp-gallery-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bdp-pdp-gallery-thumb.is-active,
.bdp-pdp-gallery-thumb:hover,
.bdp-pdp-gallery-thumb:focus-visible {
  border-color: var(--bdp-color-gold);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.bdp-pdp-gallery-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: var(--bdp-touch-target-min);
  margin-top: 10px;
}

.bdp-pdp-gallery-dot {
  width: var(--bdp-touch-target-min);
  min-width: var(--bdp-touch-target-min);
  height: var(--bdp-touch-target-min);
  min-height: var(--bdp-touch-target-min);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition:
    background-color var(--bdp-motion-base) ease,
    box-shadow var(--bdp-motion-base) ease;
}

.bdp-pdp-gallery-dot::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d1d5db;
  transition:
    width var(--bdp-motion-base) ease,
    background-color var(--bdp-motion-base) ease;
}

.bdp-pdp-gallery-dot:hover,
.bdp-pdp-gallery-dot:focus-visible {
  background: color-mix(in srgb, var(--bdp-color-gold-soft) 72%, white);
}

.bdp-pdp-gallery-dot.is-active::before {
  width: 26px;
  background: var(--bdp-color-gold);
}

.single-product.bdp-pdp-enabled div.product .summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  padding: clamp(1.65rem, 3vw, 2.4rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 241, 0.96) 100%);
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: clamp(1.35rem, 2.8vw, 1.9rem);
  box-shadow: 0 20px 44px rgba(17, 24, 39, 0.06);
  align-self: start;
}

.single-product.bdp-pdp-enabled .summary .product_title {
  margin: 0;
  font-size: clamp(2.05rem, 3.3vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.single-product.bdp-pdp-enabled .summary p.price,
.single-product.bdp-pdp-enabled .summary span.price,
.single-product.bdp-pdp-enabled .summary .woocommerce-variation-price {
  margin-top: 12px;
  margin-bottom: 18px;
  color: var(--bdp-color-gold);
  font-family: var(--bdp-font-display);
  font-size: clamp(1.9rem, 2.6vw, 2.55rem);
  line-height: 1.05;
}

.single-product.bdp-pdp-enabled .summary .woocommerce-Price-currencySymbol {
  font-size: 0.75em;
}

.bdp-pdp-title-meta {
  margin-top: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: color-mix(in srgb, var(--bdp-color-text) 72%, var(--bdp-color-muted));
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.single-product.bdp-pdp-enabled .summary p.stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0.95rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: var(--bdp-color-gold-soft);
  color: var(--bdp-color-emerald);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bdp-pdp-personalization {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--bdp-color-border-warm);
}

.bdp-pdp-personalization h2 {
  margin: 0 0 16px;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.bdp-pdp-fallback-note {
  margin: 0;
  color: color-mix(in srgb, var(--bdp-color-text) 82%, var(--bdp-color-muted));
  line-height: 1.75;
}

.bdp-pdp-choice-group-title,
.bdp-pdp-choice-group-header span {
  display: block;
  color: color-mix(in srgb, var(--bdp-color-text) 72%, var(--bdp-color-muted));
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bdp-pdp-choice-group-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-top: 12px;
}

.bdp-pdp-choice-group-header a {
  color: var(--bdp-color-emerald);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}

.bdp-pdp-choice-group-header a:hover,
.bdp-pdp-choice-group-header a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.bdp-pdp-choice-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
  min-width: 0;
}

.bdp-pdp-choice-group[data-bdp-choice-group*='diamond'],
.bdp-pdp-choice-group[data-bdp-choice-group*='carat'],
.bdp-pdp-choice-group[data-bdp-choice-group*='karat'] {
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
}

.bdp-pdp-choice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 0;
  gap: 8px;
  min-height: 48px;
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--bdp-color-border);
  border-radius: 0.95rem;
  background: #fff;
  color: var(--bdp-color-text);
  font-size: 0.94rem;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.bdp-pdp-choice:hover,
.bdp-pdp-choice:focus-visible,
.bdp-pdp-choice.is-active {
  border-color: var(--bdp-color-gold);
  background: color-mix(in srgb, var(--bdp-color-gold-soft) 72%, #fff);
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.bdp-pdp-choice__dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.single-product.bdp-pdp-enabled .variations {
  margin: 0 0 0.5rem;
}

.single-product.bdp-pdp-enabled .variations_form,
.single-product.bdp-pdp-enabled .variations_form table.variations,
.single-product.bdp-pdp-enabled .single_variation_wrap,
.single-product.bdp-pdp-enabled form.cart,
.single-product.bdp-pdp-enabled form.cart .quantity,
.bdp-pdp-personalization {
  min-width: 0;
}

.single-product.bdp-pdp-enabled .variations_form table.variations {
  width: 100%;
  table-layout: fixed;
}

.single-product.bdp-pdp-enabled .variations tr.bdp-swatch-hidden {
  display: none;
}

.single-product.bdp-pdp-enabled .variations_form table.variations td,
.single-product.bdp-pdp-enabled .variations_form table.variations th {
  padding: 0;
}

.single-product.bdp-pdp-enabled .variations_form .reset_variations {
  display: inline-flex;
  margin-top: 0.25rem;
  color: var(--bdp-color-emerald);
  font-size: 0.85rem;
  font-weight: 600;
}

.bdp-pdp-engraving {
  margin-top: 14px;
  margin-bottom: 12px;
}

.bdp-pdp-engraving label {
  display: block;
  color: color-mix(in srgb, var(--bdp-color-text) 72%, var(--bdp-color-muted));
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}

.bdp-pdp-engraving input[type='text'] {
  width: 100%;
  border: 1px solid var(--bdp-color-border);
  border-radius: 0.95rem;
  min-height: 50px;
  padding: 0.9rem 1rem;
  background: #fff;
  color: var(--bdp-color-text);
}

.single-product.bdp-pdp-enabled form.cart {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.single-product.bdp-pdp-enabled form.cart .quantity {
  display: flex;
  align-items: center;
}

.single-product.bdp-pdp-enabled .single_variation_wrap {
  display: grid;
  gap: 14px;
}

.single-product.bdp-pdp-enabled .single_add_to_cart_button {
  width: 100%;
  min-height: 56px;
  border-radius: 0.95rem;
  background: linear-gradient(180deg, var(--bdp-color-emerald) 0%, var(--bdp-color-emerald-deep) 100%);
  border-color: transparent;
  color: var(--bdp-color-text-on-dark);
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 36px rgba(6, 78, 59, 0.22);
}

.single-product.bdp-pdp-enabled .single_add_to_cart_button:hover,
.single-product.bdp-pdp-enabled .single_add_to_cart_button:focus-visible {
  background: linear-gradient(180deg, var(--bdp-color-emerald-deep) 0%, #082d26 100%);
  border-color: transparent;
}

.bdp-pdp-reassurance {
  padding: clamp(2.2rem, 5vw, 3.4rem) 20px 0;
}

.bdp-pdp-reassurance__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(1.55rem, 2.8vw, 2.1rem);
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: clamp(1.2rem, 2.2vw, 1.65rem);
  background:
    radial-gradient(circle at top left, rgba(198, 165, 107, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 247, 241, 0.96) 100%);
  box-shadow: var(--bdp-shadow-1);
}

.bdp-pdp-reassurance__header {
  max-width: 34rem;
  margin-bottom: 1.2rem;
}

.bdp-pdp-reassurance__header h2 {
  margin: 0.35rem 0 0;
  color: var(--bdp-color-emerald-deep);
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  line-height: 1.08;
}

.bdp-pdp-reassurance__grid {
  display: grid;
  gap: 12px;
}

.bdp-pdp-reassurance__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.bdp-pdp-reassurance__item:hover,
.bdp-pdp-reassurance__item:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--bdp-shadow-1);
}

.bdp-pdp-reassurance__eyebrow {
  color: color-mix(in srgb, var(--bdp-color-text) 72%, var(--bdp-color-muted));
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.bdp-pdp-reassurance__title {
  font-size: 1rem;
  line-height: 1.35;
}

.bdp-pdp-reassurance__text {
  color: color-mix(in srgb, var(--bdp-color-text) 84%, var(--bdp-color-muted));
  font-size: 0.88rem;
  line-height: 1.55;
}

.bdp-pdp-storyband,
.bdp-pdp-details,
.bdp-pdp-related-products {
  padding: clamp(2.2rem, 4.5vw, 4rem) 20px 0;
}

.bdp-pdp-storyband__inner,
.bdp-pdp-details__inner,
.bdp-pdp-related-products__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.bdp-pdp-storyband__inner {
  display: grid;
  gap: 18px;
}

.bdp-pdp-story,
.bdp-pdp-reviews-highlight,
.bdp-pdp-proof {
  padding: clamp(1.35rem, 2vw, 1.9rem);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: clamp(1.2rem, 2vw, 1.65rem);
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.05);
}

.bdp-pdp-story h2,
.bdp-pdp-reviews-highlight h2,
.bdp-pdp-proof h2,
.bdp-pdp-details h2,
.bdp-pdp-related-products h2,
.bdp-pdp-related-products .related.products > h2 {
  margin: 0.35rem 0 0.85rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.bdp-pdp-story p {
  margin: 0;
  color: var(--bdp-color-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.bdp-pdp-reviews-highlight__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
}

.bdp-pdp-reviews-score {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: var(--bdp-color-gold-soft);
  color: var(--bdp-color-emerald);
  font-size: 0.85rem;
  font-weight: 700;
}

.bdp-pdp-reviews-score__star {
  color: var(--bdp-color-gold);
}

.bdp-pdp-review-card {
  margin-top: 0;
  background: linear-gradient(180deg, var(--bdp-color-surface-soft) 0%, #fff 100%);
  border: 1px solid var(--bdp-color-border);
  border-radius: 1.05rem;
  padding: 1.05rem;
}

.bdp-pdp-review-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.bdp-pdp-review-card__stars {
  display: inline-flex;
  gap: 2px;
  color: #d1d5db;
}

.bdp-pdp-review-card__stars .is-active {
  color: var(--bdp-color-gold);
}

.bdp-pdp-review-card__verified {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--bdp-color-muted);
}

.bdp-pdp-review-card blockquote {
  margin: 0;
  color: var(--bdp-color-text);
  font-style: italic;
  line-height: 1.8;
}

.bdp-pdp-review-card__author {
  margin: 12px 0 0;
  color: var(--bdp-color-muted);
  font-size: 0.9rem;
}

.bdp-pdp-reviews-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--bdp-color-emerald);
  font-weight: 600;
  text-decoration: none;
}

.bdp-pdp-reviews-link:hover,
.bdp-pdp-reviews-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.bdp-pdp-proof__grid {
  display: grid;
  gap: 10px;
}

.bdp-pdp-proof-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 1rem;
  border-radius: 1.05rem;
  background: color-mix(in srgb, var(--bdp-color-surface-soft) 72%, white);
  border: 1px solid var(--bdp-color-border-warm);
  color: inherit;
  text-decoration: none;
}

.bdp-pdp-proof-card p {
  margin: 0;
  color: var(--bdp-color-muted);
  line-height: 1.65;
}

.bdp-pdp-accordion {
  display: grid;
  gap: 12px;
  margin-top: 1.4rem;
}

.bdp-pdp-accordion__item {
  border: 1px solid var(--bdp-color-border-warm);
  border-radius: 1.05rem;
  background: #fff;
  box-shadow: var(--bdp-shadow-1);
  overflow: hidden;
}

.bdp-pdp-accordion__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 1.15rem 1.25rem;
  border: 0;
  background: transparent;
  color: var(--bdp-color-text);
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.bdp-pdp-accordion__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.bdp-pdp-accordion__icon::before,
.bdp-pdp-accordion__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bdp-pdp-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bdp-pdp-accordion__button[aria-expanded='true'] .bdp-pdp-accordion__icon::after {
  opacity: 0;
}

.bdp-pdp-accordion__panel {
  border-top: 1px solid var(--bdp-color-border-warm);
}

.bdp-pdp-accordion__content {
  padding: 1.2rem 1.25rem 1.35rem;
  color: var(--bdp-color-muted);
  line-height: 1.75;
}

.bdp-pdp-accordion__content > :first-child {
  margin-top: 0;
}

.bdp-pdp-accordion__content > :last-child {
  margin-bottom: 0;
}

.bdp-pdp-meta-list {
  margin: 0;
  display: grid;
  gap: 12px;
}

.bdp-pdp-meta-list__row {
  display: grid;
  gap: 6px;
}

.bdp-pdp-meta-list dt {
  color: var(--bdp-color-text);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.bdp-pdp-meta-list dd {
  margin: 0;
}

.bdp-pdp-details .woocommerce-Reviews-title {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: var(--bdp-color-text);
}

.bdp-pdp-details #comments {
  margin-bottom: 1.5rem;
}

.bdp-pdp-details #reviews #comments ol.commentlist li {
  margin-bottom: 14px;
}

.bdp-review-card {
  background: linear-gradient(180deg, var(--bdp-color-surface-soft) 0%, #fff 100%);
  border: 1px solid var(--bdp-color-border);
  border-radius: 1.05rem;
  padding: 1.05rem;
}

.bdp-review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.bdp-review-card .star-rating {
  float: none;
  margin: 0;
}

.bdp-review-card__verified {
  color: var(--bdp-color-muted);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.bdp-review-card__content p {
  margin: 0;
  color: var(--bdp-color-text);
  font-style: italic;
  line-height: 1.8;
}

.bdp-review-card__author {
  margin: 10px 0 0;
  color: var(--bdp-color-muted);
  font-size: 0.88rem;
}

.bdp-pdp-details .comment-form-rating,
.bdp-pdp-details .comment-form-comment,
.bdp-pdp-details .comment-form-author,
.bdp-pdp-details .comment-form-email {
  margin-bottom: 14px;
}

.bdp-pdp-related-products .related.products {
  margin: 0;
}

.bdp-pdp-related-products .related.products > h2 {
  margin-bottom: 1.25rem;
}

.single-product.bdp-pdp-enabled .site-footer,
.single-product.bdp-pdp-enabled .footer-widgets,
.single-product.bdp-pdp-enabled .inside-site-info {
  display: none !important;
}

.bdp-pdp-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 12px 16px calc(16px + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--bdp-color-bg) 96%, transparent);
  backdrop-filter: blur(18px);
  border-top: 1px solid var(--bdp-color-border-warm);
  box-shadow: 0 -12px 32px rgba(17, 24, 39, 0.05);
}

.bdp-pdp-sticky__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.bdp-pdp-sticky__meta {
  display: none;
}

.bdp-pdp-sticky__title {
  display: block;
  color: var(--bdp-color-text);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}

.bdp-pdp-sticky__price {
  color: var(--bdp-color-gold);
  font-family: var(--bdp-font-display);
  font-size: 1.05rem;
}

.bdp-pdp-sticky__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 54px;
  gap: 10px;
}

.bdp-pdp-sticky__purchase,
.bdp-pdp-sticky__secondary,
.bdp-pdp-sticky__tertiary {
  border-radius: 1rem;
  border: 1px solid transparent;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.bdp-pdp-sticky__purchase {
  background: var(--bdp-color-emerald);
  color: var(--bdp-color-text-on-dark);
}

.bdp-pdp-sticky__secondary {
  background: rgba(255, 255, 255, 0.92);
  border-color: color-mix(in srgb, var(--bdp-color-gold) 28%, var(--bdp-color-border-warm));
  color: var(--bdp-color-emerald-deep);
}

.bdp-pdp-sticky__tertiary {
  background: #fff;
  border-color: var(--bdp-color-border-warm);
  color: var(--bdp-color-emerald);
}

.bdp-pdp-sticky__purchase:hover,
.bdp-pdp-sticky__purchase:focus-visible,
.bdp-pdp-sticky__secondary:hover,
.bdp-pdp-sticky__secondary:focus-visible,
.bdp-pdp-sticky__tertiary:hover,
.bdp-pdp-sticky__tertiary:focus-visible {
  transform: translateY(-1px);
}

.bdp-pdp-sticky__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  color: var(--bdp-color-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (min-width: 782px) {
  .bdp-pdp-stage {
    padding-top: calc(76px + 28px);
  }

  .bdp-pdp-reassurance {
    padding-top: clamp(2.4rem, 4vw, 3rem);
  }

  .bdp-pdp-reassurance__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bdp-pdp-storyband__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }

  .bdp-pdp-proof__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bdp-pdp-meta-list__row {
    grid-template-columns: minmax(140px, 180px) 1fr;
    align-items: start;
  }

  .bdp-pdp-sticky__meta {
    display: grid;
    gap: 4px;
  }
}

@media (max-width: 1100px) {
  .bdp-pdp-stage__inner {
    gap: var(--bdp-space-5);
  }

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

  .bdp-pdp-sticky__inner {
    gap: var(--bdp-space-4);
  }
}

@media (min-width: 1024px) {
  .bdp-pdp-stage__inner {
    grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
    align-items: start;
  }

  .bdp-pdp-gallery-shell,
  .single-product.bdp-pdp-enabled div.product .summary {
    position: sticky;
    top: 100px;
  }

  .bdp-pdp-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .bdp-pdp-gallery-dots {
    display: none;
  }

  .bdp-pdp-sticky__inner {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }

  .bdp-pdp-sticky__trust {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  .bdp-pdp-stage {
    padding-top: calc(76px + 24px);
  }

  .bdp-pdp-gallery-shell__inner,
  .single-product.bdp-pdp-enabled div.product .summary {
    padding: clamp(1.2rem, 3vw, 1.75rem);
  }

  .bdp-pdp-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

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

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

  .bdp-pdp-sticky__trust {
    justify-content: flex-start;
  }
}

@media (max-width: 782px) {
  .bdp-pdp-stage,
  .bdp-pdp-storyband,
  .bdp-pdp-reassurance,
  .bdp-pdp-details,
  .bdp-pdp-related-products {
    padding-inline: 18px;
  }

  .bdp-pdp-stage {
    padding-top: calc(72px + 18px);
  }

  .bdp-pdp-gallery-thumbs {
    display: none;
  }

  .bdp-pdp-gallery-dots {
    display: flex;
  }

  .bdp-pdp-choice-group-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .single-product.bdp-pdp-enabled div.product .summary {
    padding: 1.2rem;
  }

  .single-product.bdp-pdp-enabled form.cart .quantity {
    width: 100%;
  }

  .bdp-pdp-reassurance__grid,
  .bdp-pdp-proof__grid {
    grid-template-columns: 1fr;
  }

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

  .bdp-pdp-sticky__trust {
    gap: 8px 12px;
    font-size: 0.64rem;
  }
}

@media (max-width: 640px) {
  .bdp-pdp-header {
    padding-inline: 16px;
  }

  .bdp-pdp-stage,
  .bdp-pdp-storyband,
  .bdp-pdp-reassurance,
  .bdp-pdp-details,
  .bdp-pdp-related-products {
    padding-inline: 16px;
  }

  .bdp-pdp-sticky {
    padding-inline: 12px;
  }

  .bdp-pdp-sticky__actions {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .bdp-pdp-sticky__secondary {
    grid-column: 1 / 2;
    white-space: nowrap;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    padding-inline: 0.9rem;
  }

  .bdp-pdp-sticky__tertiary {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    min-height: auto;
  }

  .bdp-pdp-sticky__trust {
    display: none;
  }
}

@media (max-width: 520px) {
  .bdp-pdp-sticky__secondary {
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    padding-inline: 0.75rem;
  }
}

@media (max-width: 380px) {
  .bdp-pdp-stage,
  .bdp-pdp-storyband,
  .bdp-pdp-reassurance,
  .bdp-pdp-details,
  .bdp-pdp-related-products {
    padding-inline: 14px;
  }

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

  .bdp-pdp-sticky__secondary,
  .bdp-pdp-sticky__tertiary {
    grid-column: auto;
    grid-row: auto;
  }
}
