/* Locked PDP tokens. Component CSS may reference these values but must not
 * duplicate hexadecimal colours or pixel literals. */
.lv-pdp {
    --pdp-ink: #12201a;
    --pdp-green: #0b7a3b;
    --pdp-green-dark: #095f2e;
    --pdp-lime: #a8d939;
    --pdp-warm: #f5f7f2;
    --pdp-border: #e3e8de;
    --pdp-muted: #5f6b62;
    --pdp-discovery: #edf1eb;
    --pdp-stock-bg: #edf7eb;
    --pdp-yellow: #fcb800;
    --pdp-orange: #f04704;
    --pdp-blue: #0099cc;
    --pdp-error: #b42318;
    --pdp-white: #ffffff;
    --pdp-remove-bg: #f2f4ef;
    --pdp-field-border: #cfd8cc;
    --pdp-overlay: rgba(18, 32, 26, 0.46);
    --pdp-shadow: 0 18px 46px rgba(18, 32, 26, 0.16);
    --pdp-shadow-soft: 0 14px 32px rgba(18, 32, 26, 0.1);
    --pdp-shadow-up: 0 -8px 24px rgba(18, 32, 26, 0.1);

    --pdp-font-body: "Source Sans 3", "Segoe UI", sans-serif;
    --pdp-font-display: Outfit, "Trebuchet MS", sans-serif;
    --pdp-container: 1650px;
    --pdp-content: 820px;
    --pdp-buy-max: 520px;
    --pdp-buy-min: 380px;
    --pdp-drawer: 390px;
    --pdp-gutter: 48px;
    --pdp-gutter-mobile: 28px;
    --pdp-gutter-narrow: 22px;
    --pdp-grid-gap: 48px;
    --pdp-gallery-gap: 12px;
    --pdp-thumb: 72px;
    --pdp-thumb-mobile: 56px;
    --pdp-sticky-top: 96px;
    --pdp-section-gap: 64px;
    --pdp-section-pad: 24px;
    --pdp-section-pad-mobile: 18px;
    --pdp-card-pad: 16px;
    --pdp-drawer-pad: 20px;
    --pdp-button-height: 52px;
    --pdp-target: 44px;
    --pdp-mobile-bar-button: 48px;
    --pdp-mobile-thumb: 40px;
    --pdp-mobile-bar-space: 78px;
    --pdp-remove-target: 44px;
    --pdp-cart-image: 62px;
    --pdp-control-gap: 8px;
    --pdp-group-gap: 24px;
    --pdp-inner-gap: 16px;
    --pdp-small-gap: 10px;
    --pdp-tiny-gap: 6px;
    --pdp-product-gap: 12px;
    --pdp-radius: 7px;
    --pdp-radius-card: 10px;
    --pdp-radius-pill: 999px;
    --pdp-border-width: 1px;
    --pdp-border-strong: 2px;
    --pdp-focus-inner: 2px;
    --pdp-focus-total: 5px;
    --pdp-focus-offset: 3px;
    --pdp-title: 28px;
    --pdp-title-mobile: 22px;
    --pdp-section-title: 22px;
    --pdp-section-title-mobile: 19px;
    --pdp-price: 34px;
    --pdp-price-mobile: 29px;
    --pdp-body: 16px;
    --pdp-small: 14px;
    --pdp-meta: 13px;
    --pdp-note: 12px;
    --pdp-button-text: 17px;
    --pdp-line-body: 1.5;
    --pdp-line-title: 1.25;
    --pdp-motion: 160ms;
    --pdp-motion-fast: 60ms;
    --pdp-reduced-motion: 0.01ms;
    --pdp-gallery-aspect: 1 / 1;
    --pdp-gallery-aspect-narrow: 4 / 5;
    --pdp-card-columns: 6;
    --pdp-card-columns-tablet: 3;
    --pdp-card-columns-mobile: 2;
    --pdp-spec-label: 240px;
    --pdp-seller-label: 150px;
    --pdp-z-dialog: 10020;
    --pdp-z-sticky: 10010;
}
