/* 欧洲灰主题色 */
:root,
[data-sx-theme='light'] {
  --sx-blue: #1890FF;
  --sx-indigo: #6610f2;
  --sx-purple: #6f42c1;
  --sx-pink: #d63384;
  --sx-red: #000000;
  --sx-orange-red: #a0551c;
  --sx-orange: #fd7e14;
  --sx-yellow: #ffc107;
  --sx-green: #198754;
  --sx-teal: #65B85D;
  --sx-cyan: #0dcaf0;
  --sx-black: #000;
  --sx-white: #fff;
  --sx-gray: #555555;
  --sx-gray-dark: #343a40;
  --sx-gray-100: #f9f9f9;
  --sx-gray-200: #e9ecef;
  --sx-gray-300: #d8d8d8;
  --sx-gray-400: #ced4da;
  --sx-gray-500: #F9F9F9;
  --sx-gray-600: #666666;
  --sx-gray-700: #495057;
  --sx-gray-800: #343a40;
  --sx-gray-900: #1a1a1a;
  --sx-primary: linear-gradient( 270deg, #000 0%, #000 100%);
  --sx-primary-from: #F2F2F2;
  --sx-primary-to: #F2F2F2;
  --sx-promotion-bg-from: #fff;
  --sx-promotion-bg-to: #fff;
  --sx-promotion-text: #000;
  --sx-promotion-icon-from: #EBE2C8;
  --sx-promotion-icon-to: #EDDFC7;
  --sx-price-off: #000;
  --sx-secondary: #2C2A27;
  --sx-home-primary: #4C3924;
  --sx-home-secondary: #2C2A27;
  --sx-success: #198754;
  --sx-info: #0dcaf0;
  --sx-warning: #AD8563;
  --sx-danger: #eb3223;
  --sx-light: #FBF5EC;
  --sx-dark: #000000;
  --sx-primary-rgb: 13, 110, 253;
  --sx-secondary-rgb: 108, 117, 125;
  --sx-success-rgb: 25, 135, 84;
  --sx-info-rgb: 13, 202, 240;
  --sx-warning-rgb: 173, 133, 99;
  --sx-danger-rgb: 220, 53, 69;
  --sx-light-rgb: 248, 249, 250;
  --sx-dark-rgb: 33, 37, 41;
  --sx-bind-from: #CBA47B;
  --sx-bind-to: #E3D0B4;
  --sx-primary-text: #8E6749;
  --sx-account-text: #007B31;
  --sx-secondary-text: #2C2A27;
  --sx-success-text: #146c43;
  --sx-info-text: #087990;
  --sx-warning-text: #AD8563;
  --sx-danger-text: #b02a37;
  --sx-light-text: #6c757d;
  --sx-dark-text: #000000;
  --sx-primary-bg-subtle: #cfe2ff;
  --sx-secondary-bg-subtle: #f8f9fa;
  --sx-success-bg-subtle: #d1e7dd;
  --sx-info-bg-subtle: #cff4fc;
  --sx-warning-bg-subtle: #AC8461; 
  --sx-danger-bg-subtle: #f8d7da;
  --sx-light-bg-subtle: #fcfcfd;
  --sx-dark-bg-subtle: #ced4da;
  --sx-primary-border-subtle: #9ec5fe;
  --sx-secondary-border-subtle: #e9ecef;
  --sx-success-border-subtle: #a3cfbb;
  --sx-info-border-subtle: #9eeaf9;
  --sx-warning-border-subtle: #ffe69c;
  --sx-danger-border-subtle: #f1aeb5;
  --sx-light-border-subtle: #e9ecef;
  --sx-dark-border-subtle: #DADADA;
  --sx-white-rgb: 255, 255, 255;
  --sx-black-rgb: 0, 0, 0;
  --sx-body-color-rgb: 33, 37, 41;
  --sx-body-bg-rgb: 255, 255, 255;
  --sx-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --sx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --sx-body-font-family: var(--sx-font-sans-serif);
  --sx-body-font-size: 1rem;
  --sx-body-font-weight: 400;
  --sx-body-line-height: 1.5;
  --sx-body-color: #1a1a1a;
  --sx-emphasis-color: #000;
  --sx-emphasis-color-rgb: 0, 0, 0;
  --sx-secondary-color: rgba(33, 37, 41, 0.75);
  --sx-secondary-color-rgb: 33, 37, 41;
  --sx-secondary-bg: #FBF5EC;
  --sx-secondary-bg-rgb: 233, 236, 239;
  --sx-tertiary-color: rgba(33, 37, 41, 0.5);
  --sx-tertiary-color-rgb: 33, 37, 41;
  --sx-tertiary-bg: #f8f9fa;
  --sx-tertiary-bg-rgb: 248, 249, 250;
  --sx-body-bg: #fff;
  --sx-body-bg-gray: #e9ecef;
  --sx-home-body-bg-gray: #fff;
  --sx-body-bg-rgb: 255, 255, 255;
  --sx-link-color: #0577E9;
  --sx-link-color-rgb: 13, 110, 253;
  --sx-link-decoration: underline;
  --sx-link-hover-color: #0a58ca;
  --sx-link-hover-color-rgb: 10, 88, 202;
  --sx-code-color: #d63384;
  --sx-highlight-bg: rgba(238,221,197,0.7);
  --sx-border-width: 1px;
  --sx-border-style: solid;
  --sx-border-color: #555555;
  --sx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --sx-border-radius: 0.375rem;
  --sx-border-radius-sm: 0.25rem;
  --sx-border-radius-lg: 0.5rem;
  --sx-border-radius-xl: 1rem;
  --sx-border-radius-2xl: 2rem;
  --sx-border-radius-pill: 50rem;
  --sx-box-shadow: 0 0.5rem 1rem rgba(var(--sx-body-color-rgb), 0.15);
  --sx-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--sx-body-color-rgb), 0.075);
  --sx-box-shadow-lg: 0 1rem 3rem rgba(var(--sx-body-color-rgb), 0.175);
  --sx-box-shadow-inset: inset 0 1px 2px rgba(var(--sx-body-color-rgb), 0.075);
  --sx-emphasis-color: #000;
  --sx-form-control-bg: var(--sx-body-bg);
  --sx-form-control-disabled-bg: var(--sx-secondary-bg);
  --sx-breakpoint-xs: 0;
  --sx-breakpoint-sm: 576px;
  --sx-breakpoint-md: 768px;
  --sx-breakpoint-lg: 992px;
  --sx-breakpoint-xl: 1200px;
  --sx-breakpoint-xxl: 1400px;
}

[data-sx-theme='dark'] {
  --sx-body-color: #adb5bd;
  --sx-body-color-rgb: 173, 181, 189;
  --sx-body-bg: #1a1a1a;
  --sx-body-bg-rgb: 33, 37, 41;
  --sx-emphasis-color: #f8f9fa;
  --sx-emphasis-color-rgb: 248, 249, 250;
  --sx-secondary-color: rgba(173, 181, 189, 0.75);
  --sx-secondary-color-rgb: 173, 181, 189;
  --sx-secondary-bg: #343a40;
  --sx-secondary-bg-rgb: 52, 58, 64;
  --sx-tertiary-color: rgba(173, 181, 189, 0.5);
  --sx-tertiary-color-rgb: 173, 181, 189;
  --sx-tertiary-bg: #2b3035;
  --sx-tertiary-bg-rgb: 43, 48, 53;
  --sx-emphasis-color: #fff;
  --sx-primary-text: #6ea8fe;
  --sx-secondary-text: #dee2e6;
  --sx-success-text: #75b798;
  --sx-info-text: #6edff6;
  --sx-warning-text: #AD8563;
  --sx-danger-text: #ea868f;
  --sx-light-text: #f8f9fa;
  --sx-dark-text: #dee2e6;
  --sx-primary-bg-subtle: #031633;
  --sx-secondary-bg-subtle: #1a1a1a;
  --sx-success-bg-subtle: #051b11;
  --sx-info-bg-subtle: #032830;
  --sx-warning-bg-subtle: #332701;
  --sx-danger-bg-subtle: #2c0b0e;
  --sx-light-bg-subtle: #343a40;
  --sx-dark-bg-subtle: #1a1d20;
  --sx-primary-border-subtle: #084298;
  --sx-secondary-border-subtle: #495057;
  --sx-success-border-subtle: #0f5132;
  --sx-info-border-subtle: #055160;
  --sx-warning-border-subtle: #664d03;
  --sx-danger-border-subtle: #842029;
  --sx-light-border-subtle: #495057;
  --sx-dark-border-subtle: #343a40;
  --sx-heading-color: #fff;
  --sx-link-color: #6ea8fe;
  --sx-link-hover-color: #9ec5fe;
  --sx-link-color-rgb: 110, 168, 254;
  --sx-link-hover-color-rgb: 158, 197, 254;
  --sx-code-color: #e685b5;
  --sx-border-color: #495057;
  --sx-border-color-translucent: rgba(255, 255, 255, 0.15);
}
