.bd-product-page.single-product {
    background: var(--bd-surface);
    overflow-x: clip;
}

.bd-product-page.single-product div.product .bd-product-top {
    width: min(calc(100% - (var(--bd-gutter) * 2)), 1580px);
    margin-inline: auto;
    /* Column ratio is owned by bigdiamond-woocommerce-product.css, which sets
       it per tier. The 3fr/2fr declaration that used to sit here matched that
       file's desktop 60fr/40fr exactly but carried a 360px floor on the second
       track, so it silently changed the split below ~1100px. */
    gap: clamp(48px, 6vw, 96px);
    padding-top: clamp(40px, 4vw, 64px);
    isolation: isolate;
    background-color: #fff;
}

.bd-product-page.single-product div.product .bd-product-top::before {
    position: absolute;
    z-index: -1;
    top: -112px;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color: #fff;
    content: "";
}

.bd-product-page.single-product div.product .bd-product-top > div.images {
    background-color: #fff;
}

.bd-product-page.single-product div.product .summary {
    border-top: 0;
    padding-top: 0;
}

.bd-product-page.single-product .summary .product_title {
    max-width: 16ch;
    margin-bottom: 14px;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

.bd-product-model-line {
    margin: -4px 0 26px;
    color: var(--bd-primary);
    font: 600 14px/1.5 var(--bd-sans);
}

.bd-product-page.single-product .summary .bd-product-card__meta--single {
    margin-bottom: 28px;
}

.bd-product-tax-note {
    margin: -6px 0 24px;
    color: var(--bd-muted);
    font: 500 13px/1.5 var(--bd-sans);
}

.bd-product-page.single-product div.product form.cart {
    margin-top: 0;
}

.bd-product-page.single-product .bd-product-consultation-cta {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1rem;
    padding: 0.875rem 1rem;
    border: 1px solid var(--bd-outline-variant);
    border-radius: var(--bd-pdp-radius-sm);
    background: var(--bd-surface-bright);
}

.bd-product-page.single-product .bd-product-consultation-cta p {
    margin: 0;
    color: var(--bd-primary);
    font: 500 0.875rem/1.5 var(--bd-sans);
}

.bd-product-page.single-product .bd-product-consultation-cta strong {
    color: var(--bd-primary);
    font-weight: 700;
}

.bd-product-page.single-product .bd-product-consultation-cta__link {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-top: 1px solid var(--bd-outline-variant);
    border-radius: 0;
    background: transparent;
    color: var(--bd-primary);
    font: 700 0.75rem/1.2 var(--bd-sans);
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.bd-product-page.single-product .bd-product-consultation-cta__link:hover,
.bd-product-page.single-product .bd-product-consultation-cta__link:focus-visible {
    background: var(--bd-surface-low);
    color: var(--bd-primary);
}

.bd-product-page.single-product div.product form.cart .quantity {
    margin-right: 14px;
}

.bd-product-page.single-product div.product form.cart :where(input.qty, select, button, .button, a) {
    min-height: 44px;
}

.bd-product-page.single-product .summary select.bd-visually-hidden,
.bd-global-header.bd-commerce.bd-product-page.single-product table.variations td.value select.bd-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    min-width: 1px !important;
    max-width: 1px !important;
    inline-size: 1px !important;
    min-inline-size: 1px !important;
    max-inline-size: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    block-size: 1px !important;
    min-block-size: 1px !important;
    max-block-size: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.bd-product-page.single-product div.product form.cart .single_add_to_cart_button.button.alt,
.bd-commerce.woocommerce div.product form.cart .single_add_to_cart_button.button.alt,
.bd-commerce.woocommerce-page div.product form.cart .single_add_to_cart_button.button.alt {
    min-height: 52px;
    background: #0F4C3A !important;
    border: 1px solid #0F4C3A !important;
    color: #FFFFFF !important;
    border-radius: 0 !important;
    font-family: var(--bd-font-sans, "Manrope", sans-serif) !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    transition: background 0.2s ease, border-color 0.2s ease !important;
}

.bd-product-page.single-product div.product form.cart .single_add_to_cart_button.button.alt:hover,
.bd-commerce.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:hover,
.bd-commerce.woocommerce-page div.product form.cart .single_add_to_cart_button.button.alt:hover {
    background: #093327 !important;
    border-color: #093327 !important;
    color: #FFFFFF !important;
}

.bd-ring-sizing-field {
    display: grid;
    gap: 8px;
    width: 100%;
    margin: 0 0 16px;
}

.bd-ring-sizing-field label {
    color: var(--bd-gold-ink, var(--bd-secondary));
    font: 700 11px/1.2 var(--bd-sans);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bd-ring-sizing-field :where(select, input) {
    width: 100%;
    min-height: 48px;
}

.bd-ring-sizing-field__help {
    color: var(--bd-muted);
    font: 500 13px/1.5 var(--bd-sans);
}

.bd-ring-sizing-field__guide {
    width: max-content;
    max-width: 100%;
}

.bd-ring-sizing-field__guide,
.bd-product-size-guide {
    margin: 12px 0 0;
    text-align: right;
}

.bd-product-size-guide a,
.bd-ring-sizing-field__guide {
    color: var(--bd-primary);
    font: 700 11px/1.2 var(--bd-sans);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.28em;
}

.bd-product-size-guide a,
.bd-ring-sizing-field__guide,
.bd-product-trust-list a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.bd-product-video-teaser {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-top: 28px;
    padding: 14px;
    border: 1px solid var(--bd-outline-variant);
    border-radius: 2px;
    background: var(--bd-surface-bright);
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.bd-product-video-teaser:hover,
.bd-product-video-teaser:focus-visible {
    border-color: var(--bd-gold);
    background: var(--bd-surface-lowest);
}

.bd-product-video-teaser__stage {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 2px;
    background: var(--bd-primary);
}

.bd-product-video-teaser__poster {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.82;
}

.bd-product-video-teaser__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    transform: translate(-50%, -50%);
    border: 1px solid var(--bd-surface);
    border-radius: 2px;
    background: rgba(15, 52, 42, 0.55);
}

.bd-product-video-teaser__icon::before {
    display: block;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-block: 6px solid transparent;
    border-left: 9px solid var(--bd-surface);
    content: "";
}

.bd-product-video-teaser__copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.bd-product-video-teaser__kicker {
    color: var(--bd-gold-ink, var(--bd-secondary));
    font: 700 11px/1.2 var(--bd-sans);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bd-product-video-teaser__label {
    color: var(--bd-primary);
    font: 600 14px/1.4 var(--bd-sans);
}

.bd-product-support-text {
    margin: 0;
    color: var(--bd-muted);
    font: 500 14px/1.6 var(--bd-sans);
}

.bd-product-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--bd-muted);
    font: 600 12px/1.5 var(--bd-sans);
}

.bd-product-trust-list a {
    color: var(--bd-primary);
    text-decoration: underline;
    text-underline-offset: 0.24em;
}

.bd-product-sticky-atc {
    display: none;
}

.bd-product-sticky-atc[hidden] {
    display: none !important;
}

.bd-product-page :where(a, button, input, select, textarea):focus-visible {
    outline: 2px solid var(--bd-gold);
    outline-offset: 3px;
}

.bd-product-page.single-product .quantity :where(.minus, .plus) {
    display: none !important;
}

.bd-product-recommendations .bd-shell {
    width: min(calc(100% - (var(--bd-gutter) * 2)), 1580px);
    max-width: 1580px;
}

.bd-product-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(36px, 6vw, 88px);
    margin-bottom: clamp(52px, 7vw, 96px);
}

.bd-product-story h2,
.bd-product-specification h2,
.bd-product-recommendations h2 {
    max-width: 18ch;
    margin: 0 0 18px;
    color: var(--bd-primary);
    font: 400 clamp(28px, 3vw, 42px)/1.15 var(--bd-serif);
    letter-spacing: 0;
    text-wrap: balance;
}

.bd-product-story p:not(.bd-product-section-kicker) {
    max-width: 62ch;
    color: var(--bd-muted);
    font: 400 16px/1.75 var(--bd-sans);
}

.bd-product-story__lead {
    color: var(--bd-primary) !important;
    font-size: 17px !important;
}

.bd-product-story__body {
    max-width: 62ch;
    color: var(--bd-muted);
    font: 400 16px/1.75 var(--bd-sans);
}

.bd-product-story__body > :first-child {
    margin-top: 0;
}

.bd-product-story__body > :last-child {
    margin-bottom: 0;
}

.bd-product-story__body h3 {
    margin: 32px 0 14px;
    color: var(--bd-primary);
    font: 700 12px/1.2 var(--bd-sans);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bd-product-story__body ul {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.bd-product-story__body li {
    border-top: 1px solid var(--bd-outline-variant);
    padding-top: 10px;
}

.bd-product-story__body strong {
    color: var(--bd-primary);
    font-weight: 700;
}

.bd-product-story__body small {
    display: block;
    margin-top: 20px;
    color: var(--bd-muted);
    font-size: 13px;
    line-height: 1.6;
}

.bd-product-story__body table {
    width: 100%;
    margin: 0 0 18px;
    border-collapse: collapse;
    font-size: 15px;
}

.bd-product-story__body :where(th, td) {
    border-bottom: 1px solid var(--bd-outline-variant);
    padding: 8px 0;
    text-align: left;
    vertical-align: top;
}

.bd-product-story__body th {
    padding-right: 16px;
    color: var(--bd-primary);
    font: 600 13px/1.5 var(--bd-sans);
}

.bd-product-care {
    border-left: 1px solid var(--bd-outline-variant);
    padding-left: clamp(24px, 4vw, 56px);
}

.bd-product-care ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bd-product-care li {
    display: grid;
    gap: 7px;
    border-top: 1px solid var(--bd-outline-variant);
    padding-top: 16px;
}

.bd-product-care strong {
    color: var(--bd-primary);
    font: 700 13px/1.25 var(--bd-sans);
}

.bd-product-care span {
    color: var(--bd-muted);
    font: 500 14px/1.6 var(--bd-sans);
}

.bd-product-care .bd-text-link {
    width: max-content;
    max-width: 100%;
    min-height: 44px;
    color: var(--bd-primary);
    font: 700 11px/1.2 var(--bd-sans);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-underline-offset: 0.28em;
}

.bd-product-video {
    display: grid;
    grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    margin: 0 0 clamp(52px, 7vw, 96px);
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid var(--bd-outline-variant);
    background: linear-gradient(135deg, var(--bd-surface-lowest) 0%, var(--bd-surface-container-low) 100%);
}

.bd-product-video__copy {
    min-width: 0;
}

.bd-product-video__copy h2 {
    max-width: 12ch;
    margin: 0 0 16px;
    color: var(--bd-primary);
    font: 400 clamp(28px, 3vw, 42px)/1.15 var(--bd-serif);
    letter-spacing: 0;
    text-wrap: balance;
}

.bd-product-video__copy p:not(.bd-product-section-kicker) {
    color: var(--bd-muted);
    font: 400 15px/1.7 var(--bd-sans);
}

.bd-product-video__fallback {
    margin: 22px 0 0;
}

.bd-product-video__fallback .bd-text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--bd-primary);
    font: 700 11px/1.2 var(--bd-sans);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration-color: var(--bd-gold-ink, var(--bd-secondary));
    text-underline-offset: 0.28em;
}

/* Product video under gallery in .bd-product-top */
.bd-product-top .bd-product-video {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin: 24px 0 0;
    padding: clamp(18px, 2.5vw, 24px);
    border: 1px solid var(--bd-outline-variant);
    background: linear-gradient(135deg, var(--bd-surface-lowest) 0%, var(--bd-surface-container-low) 100%);
    border-radius: 4px;
    box-sizing: border-box;
}

.bd-product-top .bd-product-video__copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.bd-product-top .bd-product-video__copy .bd-product-section-kicker {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bd-gold-ink, var(--bd-secondary));
}

.bd-product-top .bd-product-video__copy h2 {
    max-width: none;
    margin: 0;
    font: 400 clamp(20px, 2vw, 24px)/1.2 var(--bd-serif);
    color: var(--bd-primary);
}

.bd-product-top .bd-product-video__copy p:not(.bd-product-section-kicker):not(.bd-product-video__fallback) {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--bd-muted);
}

.bd-product-top .bd-product-video__fallback {
    margin: 4px 0 0;
}

.bd-product-top .bd-product-video__fallback .bd-text-link {
    min-height: auto;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.bd-product-top .bd-product-video__stage {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 2px;
}

/* =========================================================================
 * Benefits block & expandable delivery/payments under gallery in .bd-product-top
 * ========================================================================= */

.bd-product-top .bd-product-benefits-block {
    margin: 24px 0 36px;
    padding: clamp(18px, 2.5vw, 24px);
    background: var(--bd-surface-lowest, #FFFDF9);
    border: 1px solid var(--bd-outline-variant, #E6E0D6);
    border-radius: var(--bd-radius, 4px);
    box-sizing: border-box;
}

/* Specific compact margins and padding when rendered inside .summary (product with video) */
.bd-product-top div.summary .bd-product-benefits-block,
div.summary .bd-product-benefits-block {
    margin: 20px 0 24px;
    padding: 18px 16px;
}

.bd-product-benefits-block__header {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(15, 52, 42, 0.08);
}

.bd-product-benefits-block__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.bd-benefits-pineapple-mark {
    width: auto;
    height: 19px;
    display: block;
}

.bd-product-benefits-block__kicker {
    display: inline-block;
    color: var(--bd-gold-ink, #806131);
    font-family: var(--bd-sans, "Manrope", sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* 4 premium benefit tiles: base 2x2 grid (mobile, tablet, and desktop summary) */
.bd-product-benefits-strip__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 12px;
}

/* 4-in-a-row on desktop (>= 1025px) only when placed in wide column 1 under gallery */
@media (min-width: 1025px) {
    .bd-product-top > .bd-product-benefits-strip .bd-product-benefits-strip__list,
    .bd-product-top > .bd-product-benefits-block .bd-product-benefits-strip__list {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

div.summary .bd-pdp-benefits-details__timing-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}

div.summary .bd-pdp-trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}

div.summary .bd-pdp-shipping-method-item {
    flex-wrap: wrap;
    gap: 8px;
}

.bd-product-benefits-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.bd-product-benefits-tile__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(184, 146, 79, 0.10);
    color: var(--bd-gold, #B8924F);
    flex-shrink: 0;
}

.bd-product-benefits-tile__icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.6;
}

.bd-product-benefits-tile__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bd-product-benefits-tile__title {
    font-family: var(--bd-sans, "Manrope", sans-serif);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--bd-primary, #0F342A);
}

.bd-product-benefits-tile__detail {
    font-family: var(--bd-sans, "Manrope", sans-serif);
    font-size: 11.5px;
    font-weight: 450;
    line-height: 1.45;
    color: var(--bd-muted, #58625B);
}

/* Native expandable delivery & payment details */
.bd-pdp-benefits-details {
    margin-top: 20px;
    border-top: 1px solid rgba(15, 52, 42, 0.08);
    padding-top: 10px;
}

.bd-pdp-benefits-details__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 8px 4px;
    cursor: pointer;
    list-style: none;
    outline: none;
    user-select: none;
    border-radius: 4px;
    transition: background-color 150ms ease, color 150ms ease;
}

.bd-pdp-benefits-details__summary::-webkit-details-marker {
    display: none;
}

.bd-pdp-benefits-details__summary:focus-visible {
    outline: 2px solid var(--bd-gold, #B8924F);
    outline-offset: 2px;
}

.bd-pdp-benefits-details__summary:hover {
    color: var(--bd-gold-ink, #806131);
}

.bd-pdp-benefits-details__summary-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--bd-sans, "Manrope", sans-serif);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--bd-primary, #0F342A);
}

.bd-pdp-benefits-details__summary-icon {
    flex-shrink: 0;
    color: var(--bd-gold, #B8924F);
}

.bd-pdp-benefits-details__summary-action {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bd-pdp-benefits-details__summary-hint {
    font-family: var(--bd-sans, "Manrope", sans-serif);
    font-size: 12px;
    font-weight: 600;
    color: var(--bd-gold-ink, #806131);
}

.bd-pdp-benefits-details__chevron {
    flex-shrink: 0;
    color: var(--bd-gold, #B8924F);
    transition: transform 220ms ease;
}

.bd-pdp-benefits-details[open] .bd-pdp-benefits-details__chevron {
    transform: rotate(180deg);
}

.bd-pdp-benefits-details[open] .bd-pdp-benefits-details__summary {
    border-bottom: 1px solid rgba(15, 52, 42, 0.08);
}

.bd-pdp-benefits-details__content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 18px 4px 6px;
}

.bd-pdp-benefits-details__section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bd-pdp-benefits-details__heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: var(--bd-sans, "Manrope", sans-serif);
    font-size: 13px;
    font-weight: 700;
    color: var(--bd-primary, #0F342A);
    letter-spacing: 0.01em;
}

.bd-pdp-benefits-details__heading .bd-icon {
    width: 18px;
    height: 18px;
    color: var(--bd-gold, #B8924F);
    flex-shrink: 0;
}

.bd-pdp-benefits-details__desc {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--bd-muted, #58625B);
}

/* Timing grid */
.bd-pdp-benefits-details__timing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.bd-pdp-benefits-details__timing-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    background: var(--bd-surface-low, #F2EEE8);
    border: 1px solid rgba(15, 52, 42, 0.05);
    border-radius: 4px;
}

.bd-pdp-benefits-details__timing-step {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bd-gold-ink, #806131);
}

.bd-pdp-benefits-details__timing-val {
    font-size: 13.5px;
    color: var(--bd-primary, #0F342A);
}

.bd-pdp-benefits-details__timing-note {
    font-size: 11.5px;
    line-height: 1.4;
    color: var(--bd-muted, #58625B);
}

.bd-pdp-benefits-details__timing-summary {
    margin: 4px 0 0;
    font-size: 12px;
    font-style: italic;
    color: var(--bd-primary, #0F342A);
}

/* Shipping methods list */
.bd-pdp-shipping-methods-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bd-pdp-shipping-method-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 14px;
    background: #FFFFFF;
    border: 1px solid var(--bd-outline-variant, #E6E0D6);
    border-radius: 4px;
}

.bd-pdp-shipping-method-item__carrier {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.bd-pdp-carrier-logo {
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.bd-pdp-carrier-logo--inpost {
    width: 44px;
    height: 34px;
}

.bd-pdp-carrier-logo--dpd {
    width: 24px;
    height: 24px;
}

.bd-pdp-carrier-icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(184, 146, 79, 0.12);
    color: var(--bd-gold, #B8924F);
    flex-shrink: 0;
}

.bd-pdp-carrier-icon-badge .bd-icon {
    width: 18px;
    height: 18px;
}

.bd-pdp-shipping-method-item__desc {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bd-pdp-shipping-method-item__desc strong {
    font-size: 13px;
    color: var(--bd-primary, #0F342A);
}

.bd-pdp-shipping-method-item__desc span {
    font-size: 11.5px;
    color: var(--bd-muted, #58625B);
    line-height: 1.35;
}

.bd-pdp-shipping-method-item__pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    flex-shrink: 0;
    text-align: right;
}

.bd-pdp-shipping-method-item__cost {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--bd-primary, #0F342A);
}

.bd-pdp-shipping-method-item__cost--free {
    color: #1A7A4C;
}

.bd-pdp-shipping-method-item__free {
    font-size: 11px;
    color: var(--bd-gold-ink, #806131);
    font-weight: 500;
}

/* Payment badges grid */
.bd-pdp-payment-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.bd-pdp-payment-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #FFFFFF;
    border: 1px solid var(--bd-outline-variant, #E6E0D6);
    border-radius: 4px;
    font-family: var(--bd-sans, "Manrope", sans-serif);
    font-size: 11.5px;
    font-weight: 600;
    color: var(--bd-primary, #0F342A);
    height: 38px;
    box-sizing: border-box;
}

.bd-pdp-payment-badge img {
    display: block;
    height: 22px;
    width: auto;
    max-width: 65px;
    object-fit: contain;
    filter: saturate(0.95);
}

.bd-pdp-payment-badge--text {
    background: var(--bd-surface-low, #F2EEE8);
}

.bd-pdp-payment-badge__abbr {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    background: var(--bd-primary, #0F342A);
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.bd-pdp-benefits-details__disclaimer {
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 1.45;
    color: var(--bd-muted, #6E7872);
}

/* Trust / certificate grid */
.bd-pdp-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.bd-pdp-trust-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    background: var(--bd-surface-low, #F2EEE8);
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--bd-muted, #58625B);
}

.bd-pdp-trust-item strong {
    color: var(--bd-primary, #0F342A);
    font-size: 12.5px;
}

/* Details footer link */
.bd-pdp-benefits-details__footer {
    padding-top: 10px;
    border-top: 1px solid rgba(15, 52, 42, 0.06);
}

.bd-pdp-benefits-details__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 0;
    gap: 6px;
    font-family: var(--bd-sans, "Manrope", sans-serif);
    font-size: 12px;
    font-weight: 600;
    color: var(--bd-gold-ink, #806131);
    text-decoration: none;
    transition: color 150ms ease, gap 150ms ease;
}

.bd-pdp-benefits-details__link:hover,
.bd-pdp-benefits-details__link:focus-visible {
    color: var(--bd-primary, #0F342A);
    gap: 9px;
    text-decoration: underline;
}

.bd-pdp-benefits-details__link svg {
    flex-shrink: 0;
    transition: transform 150ms ease;
}

.bd-pdp-benefits-details__link:hover svg {
    transform: translateX(2px);
}

.bd-product-video__stage {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(154, 119, 64, 0.36);
    border-radius: 2px;
    background:
        linear-gradient(135deg, rgba(15, 42, 29, 0.86), rgba(0, 20, 10, 0.78)),
        var(--bd-primary);
}

.bd-product-video__poster {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
}

.bd-product-video__poster--empty {
    min-height: 100%;
    background:
        linear-gradient(135deg, rgba(154, 119, 64, 0.18), transparent 42%),
        var(--bd-primary);
}

.bd-product-video__load {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: grid;
    place-content: center;
    gap: 14px;
    width: 100%;
    padding: clamp(22px, 5vw, 48px);
    border: 0;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    color: var(--bd-surface);
    background: rgba(0, 20, 10, 0.36);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.bd-product-video__load:hover,
.bd-product-video__load:focus-visible {
    color: var(--bd-secondary-container);
    background: rgba(0, 20, 10, 0.52);
}

.bd-product-video__icon {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto;
    border: 1px solid currentColor;
    border-radius: 2px;
    background: rgba(250, 249, 246, 0.1);
}

.bd-product-video__icon::before {
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-block: 10px solid transparent;
    border-left: 15px solid currentColor;
    content: "";
}

/* Ambient auto-playing product presentation. */

.bd-product-video__frame {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
}

.bd-product-video__shield {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
}

/*
 * YouTube renders its own channel chip (top-left) and a "more videos" card
 * (bottom-right) on pause/end regardless of embed params. The frame zoom
 * above pushes both nearer the true edge; these two vignettes finish the job
 * without cropping the centered product. Product footage fills the frame
 * edge-to-edge with the same white studio backdrop as the surrounding page
 * (the dark stage gradient never actually shows through it), so the vignette
 * matches that white backdrop instead of the stage color, blending into the
 * product photography rather than reading as a dark patch over it.
 */
.bd-product-video__stage::before,
.bd-product-video__stage::after {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    content: "";
}

.bd-product-video__stage::before {
    top: 0;
    left: 0;
    width: clamp(170px, 30%, 320px);
    height: clamp(66px, 22%, 108px);
    background: linear-gradient(
        135deg,
        var(--bd-surface-lowest, #FFFDF9) 0%,
        var(--bd-surface-lowest, #FFFDF9) 80%,
        rgba(255, 253, 249, 0) 100%
    );
}

.bd-product-video__stage::after {
    right: 0;
    bottom: 0;
    width: clamp(150px, 26%, 280px);
    height: clamp(56px, 18%, 96px);
    background: linear-gradient(
        315deg,
        var(--bd-surface-lowest, #FFFDF9) 0%,
        var(--bd-surface-lowest, #FFFDF9) 80%,
        rgba(255, 253, 249, 0) 100%
    );
}

[data-bd-video-mode="auto"] .bd-product-video__poster {
    z-index: 3;
    transition: opacity 0.5s ease;
}

[data-bd-video-mode="auto"][data-bd-video-playing="1"] .bd-product-video__poster {
    opacity: 0;
    pointer-events: none;
}

[data-bd-video-mode="auto"] .bd-product-video__load {
    display: none;
}

.bd-product-video__controls {
    position: absolute;
    z-index: 4;
    right: clamp(10px, 2vw, 18px);
    bottom: clamp(10px, 2vw, 18px);
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

[data-bd-video-playing="1"] .bd-product-video__controls {
    opacity: 1;
}

.bd-product-video__controls:focus-within {
    opacity: 1;
}

.bd-product-video__control {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(250, 249, 246, 0.24);
    border-radius: 2px;
    color: var(--bd-surface);
    background: rgba(0, 20, 10, 0.52);
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bd-product-video__control:hover,
.bd-product-video__control:focus-visible {
    color: var(--bd-secondary-container);
    background: rgba(0, 20, 10, 0.72);
}

.bd-product-video__control:focus-visible {
    outline: 2px solid var(--bd-secondary-container);
    outline-offset: 2px;
}

.bd-product-video__control[aria-pressed="false"] .bd-product-video__control-loud,
.bd-product-video__control[aria-pressed="true"] .bd-product-video__control-muted {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .bd-product-video__frame {
        display: none;
    }

    [data-bd-video-mode="auto"][data-bd-video-playing="1"] .bd-product-video__poster {
        opacity: 0.72;
    }
}

@media print {
    .bd-product-video__frame,
    .bd-product-video__shield,
    .bd-product-video__controls {
        display: none !important;
    }

    .bd-product-video__stage::before,
    .bd-product-video__stage::after {
        display: none;
    }

    [data-bd-video-mode="auto"][data-bd-video-playing="1"] .bd-product-video__poster {
        opacity: 1;
    }
}


.bd-product-section-kicker {
    margin: 0 0 14px;
    color: var(--bd-gold-ink, var(--bd-secondary));
    font: 700 11px/1.2 var(--bd-sans);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bd-product-truth-bar {
    grid-column: 1 / -1;
    margin: clamp(24px, 4vw, 52px) 0 0;
    border-top: 1px solid var(--bd-outline-variant);
    border-bottom: 1px solid var(--bd-outline-variant);
    padding: 18px 0;
}

.bd-product-truth-bar dl {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 16px;
    margin: 0;
}

.bd-product-truth-bar dl div {
    min-width: 0;
}

.bd-product-truth-bar dt {
    margin: 0 0 6px;
    color: var(--bd-gold-ink, var(--bd-secondary));
    font: 700 9.5px/1.3 var(--bd-sans);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
}

.bd-product-truth-bar dd {
    margin: 0;
    color: var(--bd-primary);
    font: 500 12.5px/1.4 var(--bd-sans);
    word-break: normal;
}

.bd-pdp-evidence {
    display: grid;
    gap: clamp(28px, 5vw, 64px);
}

.bd-pdp-evidence .bd-pdp-module {
    margin: 0;
}

.bd-pdp-evidence .bd-pdp-module h2 {
    margin: 0 0 18px;
    color: var(--bd-primary);
    font: 400 clamp(26px, 3vw, 36px)/1.2 var(--bd-serif);
}

.bd-pdp-evidence .bd-pdp-module p,
.bd-pdp-evidence .bd-pdp-module li,
.bd-pdp-evidence .bd-pdp-module dd {
    color: var(--bd-on-surface-variant, var(--bd-muted));
    font: 400 16px/1.65 var(--bd-sans);
}

.bd-pdp-evidence .bd-pdp-module ul {
    margin: 0;
    padding-left: 1.25rem;
}

.bd-pdp-evidence .bd-pdp-module dl {
    display: grid;
    margin: 0;
}

.bd-pdp-evidence .bd-pdp-module dl div {
    display: grid;
    grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
    gap: 20px;
    border-top: 1px solid var(--bd-outline-variant);
    padding: 14px 0;
}

.bd-pdp-evidence .bd-pdp-module dt {
    color: var(--bd-primary);
    font: 700 13px/1.45 var(--bd-sans);
}

.bd-pdp-evidence details {
    border-top: 1px solid var(--bd-outline-variant);
    padding: 14px 0;
}

.bd-pdp-evidence summary {
    min-height: 44px;
    cursor: pointer;
    color: var(--bd-primary);
    font: 700 14px/1.45 var(--bd-sans);
}

.bd-pdp-evidence summary:focus-visible {
    outline: 2px solid var(--bd-secondary);
    outline-offset: 4px;
}

.bd-product-family-variants {
    grid-column: 1 / -1;
    margin-top: clamp(48px, 7vw, 96px);
}

.bd-product-family-variants > h2 {
    margin: 0 0 24px;
    color: var(--bd-primary);
    font: 400 clamp(26px, 3vw, 36px)/1.2 var(--bd-serif);
}

.bd-product-family-variants__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bd-product-family-variant {
    min-width: 0;
    border-top: 1px solid var(--bd-outline-variant);
    padding-top: 14px;
}

.bd-product-family-variant__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--bd-surface-container-low);
}

.bd-product-family-variant__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bd-product-family-variant__body h3 {
    margin: 14px 0 8px;
    font: 600 14px/1.4 var(--bd-sans);
}

.bd-product-family-variant__body h3 a {
    color: var(--bd-primary);
    text-decoration: none;
}

.bd-product-family-variant__price,
.bd-product-family-variant__availability {
    margin: 0 0 6px;
    color: var(--bd-muted);
    font: 500 13px/1.4 var(--bd-sans);
}

.bd-product-family-variant__differences {
    display: grid;
    gap: 5px;
    margin: 12px 0 0;
}

.bd-product-family-variant__differences div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--bd-outline-variant);
    padding-top: 6px;
}

.bd-product-family-variant__differences dt,
.bd-product-family-variant__differences dd {
    margin: 0;
    font: 400 12px/1.35 var(--bd-sans);
}

.bd-product-comparison {
    grid-column: 1 / -1;
    margin-top: clamp(48px, 7vw, 96px);
}

.bd-product-comparison > h2 {
    margin: 0 0 24px;
    color: var(--bd-primary);
    font: 400 clamp(26px, 3vw, 36px)/1.2 var(--bd-serif);
}

.bd-product-comparison__scroll {
    overflow-x: auto;
    border-top: 1px solid var(--bd-outline-variant);
    border-bottom: 1px solid var(--bd-outline-variant);
}

.bd-product-comparison table {
    min-width: 680px;
    width: 100%;
    border-collapse: collapse;
}

.bd-product-comparison th,
.bd-product-comparison td {
    border-bottom: 1px solid var(--bd-outline-variant);
    padding: 14px 16px;
    color: var(--bd-primary);
    font: 400 14px/1.45 var(--bd-sans);
    text-align: left;
    vertical-align: top;
}

.bd-product-comparison thead th {
    color: var(--bd-gold-ink, var(--bd-secondary));
    font-weight: 700;
}

.bd-product-comparison thead a {
    color: inherit;
    text-decoration: none;
}

.bd-product-comparison tbody th {
    width: 18%;
    font-weight: 700;
}

.bd-product-family-variant__differences dt {
    color: var(--bd-muted);
}

.bd-product-family-variant__differences dd {
    color: var(--bd-primary);
    text-align: right;
}

.bd-product-specification {
    display: grid;
    grid-template-columns: minmax(240px, 0.28fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
}

.bd-product-specification > .bd-product-section-kicker,
.bd-product-specification > h2 {
    grid-column: 1;
}

.bd-product-spec-group {
    grid-column: 2;
    border-top: 1px solid var(--bd-outline-variant);
    padding: 24px 0 0;
}

.bd-product-spec-group h3 {
    margin: 0 0 18px;
    color: var(--bd-primary);
    font: 700 12px/1.2 var(--bd-sans);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bd-product-spec-group dl {
    display: grid;
    margin: 0;
}

.bd-product-spec-group dl div {
    display: grid;
    grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
    gap: 20px;
    border-bottom: 1px solid var(--bd-outline-variant);
    padding: 14px 0;
}

.bd-product-spec-group dt {
    color: var(--bd-gold-ink, var(--bd-secondary));
    font: 700 10px/1.3 var(--bd-sans);
    letter-spacing: 0.12em;
    text-align: left;
    text-transform: uppercase;
}

.bd-product-spec-group dd {
    margin: 0;
    color: var(--bd-primary);
    font: 500 15px/1.5 var(--bd-sans);
}

.bd-product-recommendations {
    grid-column: 1 / -1;
    margin-top: clamp(56px, 8vw, 112px);
}

@media (min-width: 981px) {
    .bd-product-page.single-product div.product .bd-product-top > div.summary,
    .bd-global-header.bd-commerce.bd-product-page.single-product.woocommerce-page .entry-content > div.product > .bd-product-top > div.summary {
        top: clamp(92px, 9vw, 118px);
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
        background: transparent !important;
    }
}

@media (min-width: 981px) and (max-height: 1100px) {
    .bd-product-page.single-product div.product .bd-product-top > div.summary,
    .bd-global-header.bd-commerce.bd-product-page.single-product.woocommerce-page .entry-content > div.product > .bd-product-top > div.summary {
        position: static !important;
        top: auto;
    }
}

@media (max-width: 1024px) {
    /* GP's generated container can be zero-width on the mobile single-product
       route. Keep the product canvas full-width before its stacked layout is
       measured, including when a new summary child is added. */
    .bd-product-page.single-product .site.grid-container,
    .bd-product-page.single-product .site-content,
    .bd-product-page.single-product .content-area,
    .bd-product-page.single-product .inside-article,
    .bd-product-page.single-product .entry-content,
    .bd-product-page.single-product div.product {
        width: 100%;
        max-width: none;
    }

    .bd-product-page.single-product .site.grid-container,
    .bd-product-page.single-product .site-content {
        margin-inline: 0;
    }

    .bd-product-page.single-product div.product .bd-product-top {
        width: min(calc(100% - (var(--bd-gutter) * 2)), 100%);
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .bd-product-page.single-product div.product .summary {
        border-top: 0;
        padding-top: 0;
        overflow: visible !important;
    }

    .bd-product-page.single-product .summary .product_title {
        max-width: 100%;
    }

    .bd-product-story-grid,
    .bd-product-video,
    .bd-product-specification {
        grid-template-columns: 1fr;
    }

    .bd-product-specification > .bd-product-section-kicker,
    .bd-product-specification > h2,
    .bd-product-spec-group {
        grid-column: auto;
    }

    .bd-product-care {
        border-left: 0;
        border-top: 1px solid var(--bd-outline-variant);
        padding: 28px 0 0;
    }

    .bd-product-family-variants__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bd-product-video {
        padding: clamp(20px, 5vw, 32px);
    }

    .bd-product-video__copy h2 {
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    .bd-product-page.single-product .summary {
        padding-inline: 0;
    }

    .bd-product-page.single-product .summary .price {
        font-size: 22px;
    }

    .bd-product-spec-group dl div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .bd-product-family-variants__grid {
        grid-template-columns: 1fr;
    }

    .bd-product-truth-bar dl,
    .bd-pdp-evidence .bd-pdp-module dl div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    /* On narrow stages the corner masks (see .bd-product-video__stage::before
     * / ::after above) no longer read as a trimmed edge — their clamp()
     * minimums cover a large share of the small frame and obscure the
     * product. Drop them on mobile; the frame stays uncovered. */
    .bd-product-video__stage::before,
    .bd-product-video__stage::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .bd-product-page.single-product div.product {
        padding-bottom: calc(76px + env(safe-area-inset-bottom));
    }

    .bd-product-sticky-atc {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        padding: 8px max(14px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
        border-top: 1px solid var(--bd-outline-variant);
        background: var(--bd-surface);
        box-shadow: 0 -4px 18px rgba(0, 20, 10, 0.08);
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
    }

    .bd-product-sticky-atc.bd-is-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .bd-product-sticky-atc__body {
        min-width: 0;
        display: grid;
        gap: 2px;
    }

    .bd-product-sticky-atc__title {
        overflow: hidden;
        color: var(--bd-primary);
        font: 700 12px/1.2 var(--bd-sans);
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bd-product-sticky-atc__price {
        color: var(--bd-gold-ink, #c5a059);
        font: 700 13px/1.2 var(--bd-sans);
    }

    .bd-product-sticky-atc__button {
        min-height: 44px;
        min-width: 120px;
        border: 1px solid #0F4C3A !important;
        border-radius: 0 !important;
        padding: 8px 16px;
        color: #FFFFFF !important;
        background: #0F4C3A !important;
        font: 700 11px/1.2 var(--bd-sans);
        letter-spacing: 0.1em;
        text-transform: uppercase;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease !important;
    }

    .bd-product-sticky-atc__button:hover {
        background: #093327 !important;
        border-color: #093327 !important;
    }

    .bd-product-sticky-atc__button:disabled {
        cursor: not-allowed;
        opacity: 0.55;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bd-product-page *,
    .bd-product-page *::before,
    .bd-product-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Model/SKU line: the items are inline spans with no separator, so without
   this they render as "Model: XSKU: Y". Scoped to the single-product summary
   to match this file's convention - `.bd-product-card__meta` is also used by
   catalogue and home cards, which own their own layout. */
.bd-product-page.single-product .summary .bd-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
}

.bd-product-page.single-product .summary .bd-product-card__meta-item {
    display: inline-flex;
    gap: 4px;
}

/* ─── Luxury Installments Note ───────────────────────────── */
.bd-product-installments-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 4px 0 12px;
    padding: 4px 10px;
    background: rgba(217, 180, 92, 0.08);
    border: 1px solid rgba(217, 180, 92, 0.28);
    border-radius: 4px;
    font-size: 12px;
    color: #2a251e;
    font-weight: 500;
}
.bd-product-installments-note__icon {
    display: inline-flex;
    align-items: center;
    color: #9a7624;
}

/* ─── Model Metal Swatches ───────────────────────────────── */
.bd-product-model-swatches {
    margin: 14px 0 16px;
    padding: 12px 14px;
    background: #faf9f7;
    border: 1px solid #edebe6;
    border-radius: 4px;
}
.bd-product-model-swatches__heading {
    margin: 0 0 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #555;
}
.bd-product-model-swatches__heading strong {
    color: #00180e;
    text-transform: none;
    letter-spacing: normal;
    font-size: 13px;
}
.bd-product-model-swatches__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.bd-product-model-swatch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border: 1px solid #dcdad4;
    border-radius: 20px;
    background: #fff;
    color: #222;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.bd-product-model-swatch:hover {
    border-color: #00180e;
    color: #00180e;
}
.bd-product-model-swatch.is-active {
    border-color: #00180e;
    box-shadow: 0 0 0 1px #00180e;
    font-weight: 600;
    background: #fff;
}
.bd-product-model-swatch__bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

/* ─── Quick Consultation Button (Kraków VIP Concierge) ───── */
.bd-product-quick-consultation {
    margin-top: 14px;
}
.bd-product-quick-consultation__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 15px;
    background: #fdfdfc;
    border: 1px solid #e2ded8;
    border-radius: 4px;
    color: #00180e;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.bd-product-quick-consultation__link:hover {
    background: #f7f5f0;
    border-color: #c9c4b8;
    color: #00180e;
    box-shadow: 0 2px 8px rgba(0, 24, 14, 0.06);
}
.bd-product-quick-consultation__icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #00180e;
    color: #d9b45c;
    flex-shrink: 0;
}
.bd-product-quick-consultation__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}
.bd-product-quick-consultation__badge {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #8c827a;
}
.bd-product-quick-consultation__title {
    font-size: 12.5px;
    color: #00180e;
    line-height: 1.3;
}
.bd-product-quick-consultation__title strong {
    color: #00180e;
    font-weight: 700;
}

/* ─── Size Guide Trigger & Client-side Validation ────────── */
.bd-product-size-guide-trigger {
    margin: 6px 0 12px;
}
.bd-size-guide-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #666;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.bd-size-guide-link:hover {
    color: #00180e;
}
.bd-ring-sizing-field select.is-invalid {
    border-color: #c93b2b !important;
    box-shadow: 0 0 0 2px rgba(201, 59, 43, 0.15);
}
.bd-ring-sizing-error {
    margin: 4px 0 0;
    color: #c93b2b;
    font-size: 12px;
    font-weight: 600;
}

/* ─── Size Guide Modal ───────────────────────────────────── */
.bd-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
}
.bd-modal[hidden] {
    display: none !important;
}
body.bd-modal-open {
    overflow: hidden !important;
}
.bd-modal {
    overscroll-behavior: contain;
}
.bd-modal__dialog {
    background: #fff;
    width: 100%;
    max-width: 480px;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}
.bd-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.bd-modal__header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #00180e;
}
.bd-modal__close {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #888;
    cursor: pointer;
    padding: 0 4px;
}
.bd-modal__close:hover {
    color: #000;
}
.bd-modal__tip {
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.5;
}
.bd-size-guide-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.bd-size-guide-table th,
.bd-size-guide-table td {
    padding: 7px 10px;
    text-align: left;
    border-bottom: 1px solid #f0eee9;
}
.bd-size-guide-table th {
    background: #faf9f7;
    font-weight: 600;
    color: #333;
}

/* ─── Handmade Inquiry Box ───────────────────────────────── */
.bd-product-handmade-inquiry-box {
    margin: 20px 0;
    padding: 18px;
    background: #faf8f5;
    border: 1px solid #e8e4dc;
    border-radius: 4px;
}
.bd-product-handmade-inquiry-box__lead {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.bd-product-handmade-inquiry-box .button.bd-product-handmade-inquiry-btn,
.bd-product-handmade-inquiry-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    background: #00180e !important;
    background-color: #00180e !important;
    color: #ffffff !important;
    border: 1px solid #00180e !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    transition: background 0.2s ease;
}
.bd-product-handmade-inquiry-box .button.bd-product-handmade-inquiry-btn:hover,
.bd-product-handmade-inquiry-btn:hover {
    background: #002817 !important;
    background-color: #002817 !important;
    border-color: #002817 !important;
    color: #ffffff !important;
}

/* ─── Open Technical Specification ───────────────────────── */
.bd-product-open-specification,
.bd-product-story-section,
.bd-product-accordions-section,
.bd-product-google-reviews-section {
    margin: 40px 0;
    padding-top: 32px;
    border-top: 1px solid #edebe6;
}
.bd-product-section-header {
    margin-bottom: 24px;
}
.bd-product-section-kicker {
    margin: 0 0 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #a38241;
    font-weight: 600;
}
.bd-product-section-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #00180e;
    letter-spacing: -0.01em;
}
.bd-product-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.bd-product-spec-card {
    background: #fdfdfc;
    border: 1px solid #eeebe4;
    border-radius: 4px;
    padding: 20px;
}
.bd-product-spec-card h3 {
    margin: 0 0 14px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #00180e;
    border-bottom: 1px solid #f0eee9;
    padding-bottom: 8px;
}
.bd-product-spec-dl {
    margin: 0;
    display: grid;
    gap: 8px;
}
.bd-product-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 13px;
    padding: 4px 0;
    border-bottom: 1px solid #f7f6f4;
}
.bd-product-spec-row dt {
    color: #666;
    font-weight: 400;
}
.bd-product-spec-row dd {
    margin: 0;
    color: #111;
    font-weight: 600;
    text-align: right;
}

/* ─── Story Section ──────────────────────────────────────── */
.bd-product-story-section .bd-product-story__lead {
    font-size: 16px;
    line-height: 1.65;
    color: #222;
    font-weight: 500;
    max-width: 800px;
    margin-bottom: 18px;
}
.bd-product-story-section .bd-product-story__body {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    max-width: 800px;
}

/* ─── Accessible Luxury Accordions ───────────────────────── */
.bd-pdp-accordions {
    border-top: 1px solid #edebe6;
}
.bd-pdp-accordion {
    border-bottom: 1px solid #edebe6;
}
.bd-pdp-accordion__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 600;
    color: #00180e;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: color 0.2s ease;
}
.bd-pdp-accordion__summary:hover {
    color: var(--bd-gold-ink, #c5a059);
}
.bd-pdp-accordion__summary:focus-visible {
    outline: 2px solid var(--bd-primary, #00180e);
    outline-offset: 2px;
}
.bd-pdp-accordion__summary::-webkit-details-marker {
    display: none;
}
.bd-pdp-accordion__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.bd-pdp-accordion__icon::before {
    content: '+';
    font-size: 20px;
    font-weight: 300;
    color: #888;
    line-height: 1;
    transition: color 0.2s ease;
}
.bd-pdp-accordion[open] .bd-pdp-accordion__icon::before {
    content: '−';
    color: var(--bd-gold-ink, #c5a059);
}
.bd-pdp-accordion__content {
    padding: 6px 0 20px;
    font-size: 14px;
    line-height: 1.65;
    color: #444;
}
.bd-pdp-accordion__bullets {
    margin: 10px 0 0 18px;
    padding: 0;
}
.bd-pdp-accordion__bullets li {
    margin-bottom: 6px;
}

/* ─── Google Reviews Section ─────────────────────────────── */
.bd-google-reviews-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.bd-google-reviews-stars .bd-stars {
    color: #d9b45c;
    font-size: 16px;
    letter-spacing: 2px;
}
.bd-rating-val {
    font-size: 15px;
    color: #00180e;
    margin-left: 4px;
}
.bd-google-reviews-source {
    margin: 0;
    font-size: 13px;
    color: #666;
}
.bd-google-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 20px;
}
.bd-google-review-card {
    background: #fdfdfc;
    border: 1px solid #edebe6;
    border-radius: 4px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bd-google-review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.bd-google-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #555;
    font-weight: 500;
}
.bd-google-review-card__text {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    font-style: italic;
}
.bd-google-review-card__author {
    font-size: 12px;
    color: #777;
}
.bd-google-review-card__author strong {
    color: #111;
}

/* ============================================================
 * High-Contrast Black & White Luxury: PDP Components
 * ============================================================ */

.bd-product-eyebrow {
    font-family: var(--bd-font-sans, "Manrope", sans-serif);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 0.5rem;
}

.bd-product-summary-line {
    font-family: var(--bd-font-sans, "Manrope", sans-serif);
    font-size: 0.875rem;
    font-weight: 500;
    color: #222222;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.bd-product-actions-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    margin: 1rem 0 1.25rem;
    padding: 0.75rem 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.bd-product-action-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--bd-font-sans, "Manrope", sans-serif);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #111111;
    text-decoration: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.bd-product-action-link:hover {
    color: #555555;
    text-decoration: underline;
}

.bd-product-action-icon {
    flex-shrink: 0;
    stroke: currentColor;
}

.bd-product-atelier-card {
    margin: 1.25rem 0;
    padding: 1.25rem 1.5rem;
    background: #FFFFFF;
    border: 1px solid #111111;
    font-family: var(--bd-font-sans, "Manrope", sans-serif);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bd-product-atelier-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.bd-product-atelier-card__badge {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #111111;
    margin-bottom: 0.35rem;
}

.bd-product-atelier-card__contact {
    font-size: 0.875rem;
    color: #111111;
    margin-bottom: 0.25rem;
}

.bd-product-atelier-card__phone {
    color: #111111;
    text-decoration: none;
}

.bd-product-atelier-card__phone:hover {
    text-decoration: underline;
}

.bd-product-atelier-card__hours {
    font-size: 0.75rem;
    color: #666666;
}

.bd-product-luxury-sections {
    margin: clamp(48px, 6vw, 84px) 0 2rem;
    border-top: 1px solid #EAE8E3;
    background: #FFFFFF;
    width: 100%;
    clear: both;
}

.bd-product-luxury-sections__inner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 4vw, 48px);
    padding-right: clamp(20px, 4vw, 48px);
    box-sizing: border-box;
}

.bd-product-video-minimal {
    margin-top: 1.5rem;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding: 1.25rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.bd-product-video-minimal .bd-product-video__copy {
    padding: 0.25rem 0 1rem;
}

.bd-product-video-minimal .bd-product-section-kicker {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 0.25rem;
}

.bd-product-video-minimal h2 {
    font-size: 1.125rem;
    margin-bottom: 0.35rem;
    color: #111111;
}

.bd-product-video-minimal .bd-product-video__stage {
    border-radius: 0;
    overflow: hidden;
}

/* Desktop PDP: keep the summary rail flush with the fixed header. */
@media (min-width: 1025px) {
    .bd-global-header.bd-commerce.single-product .site-content {
        padding-top: var(--bd-nav-height, 72px);
    }

    .bd-product-page.single-product div.product .bd-product-top {
        padding-top: 0;
    }
}
