/* Global theme: buyer custom.
   Edit only variable values in this file.
   Do not add classes or edit base/components/sections/top-promo files.
*/
:root {
    --bg: #ffffff;
    --bg-accent: rgba(53, 41, 36, 0.1);
    --bg-start: #ffffff;
    --bg-end: #ffffff;
    --surface: #fdf6ee;
    --surface-soft: #fbecdc;
    --surface-soft-alt: #fae8d3;
    --surface-warm: #fbefe0;
    --surface-overlay: rgba(253, 246, 238, 0.92);
    --line: #cfcfcf;
    --line-soft: rgba(53, 41, 36, 0.08);
    --line-warm: #d8d8d8;
    --line-review: #dddddd;
    --line-reply: #dbd8d8;
    --text: #444444;
    --text-strong: #000000;
    --text-inverse: #ffffff;
    --muted: #5f5f5f;
    --muted-alt: #727272;
    --muted-soft: #8a8a8a;
    --brand: #352924;
    --brand-dark: #231b18;
    --brand-soft: #816458;
    --brand-border-soft: rgba(53, 41, 36, 0.35);
    --brand-surface-soft: rgba(53, 41, 36, 0.08);
    --brand-line-soft: rgba(53, 41, 36, 0.12);
    --brand-line-mid: rgba(53, 41, 36, 0.16);
    --brand-line-strong: rgba(53, 41, 36, 0.28);
    --accent: #ff0c0c;
    --accent-strong: #d80000;
    --accent-surface-soft: rgba(255, 12, 12, 0.08);
    --accent-fill-soft: rgba(255, 12, 12, 0.12);
    --cta-start: #ff0c0c;
    --cta-end: #d80000;
    --cta-shadow: rgba(255, 12, 12, 0.28);
    --promo-panel-start: #352924;
    --promo-panel-end: #473730;
    --promo-text: #ffffff;
    --promo-line: rgba(255, 255, 255, 0.75);
    --promo-line-strong: rgba(255, 255, 255, 0.88);
    --promo-icon-bg: #352924;
    --promo-icon-border: rgba(53, 41, 36, 0.28);
    --promo-icon-highlight: rgba(255, 255, 255, 0.18);
    --marquee-bg: #352924;
    --marquee-text: #a98d81;
    --review-star: #352924;
    --review-reply-bg: rgba(53, 41, 36, 0.06);
    --review-chip-bg: rgba(53, 41, 36, 0.06);
    --review-card-shadow: rgba(53, 41, 36, 0.08);
    --review-card-shadow-strong: rgba(53, 41, 36, 0.1);
    --review-dot: #8a8a8a;
    --sale-bg: #352924;
    --sale-text: #ff0c0c;
    --sale-price-shadow: #59453d;
    --step-gradient-start: #352924;
    --step-gradient-end: #231b18;
    --step-shadow: rgba(0, 0, 0, 0.25);
    --step-shadow-soft: rgba(0, 0, 0, 0.18);
    --diamond-start: #352924;
    --diamond-end: #261d1a;
    --diamond-shadow: rgba(53, 41, 36, 0.3);
    --shadow-soft: 0 6px 16px rgb(53 41 36 / 6%);
    --shadow-modal: 0 18px 40px rgba(15, 23, 42, 0.24);
    --shadow: 0 18px 45px rgba(53, 41, 36, 0.1);
    --overlay-dark: rgba(15, 23, 42, 0.72);
    --white: #ffffff;
    --trust-item-special-marker-color: #fff;
    --hero-gallery-pagination-bg: rgba(53, 41, 36, 0.36);
}
