:root {
  --store-bg: #F6F7FB;
  --store-surface: #FFFFFF;
  --store-surface-alt: #EEF1F6;
  --store-card-bg: #FFFFFF;
  --store-header-bg: #111111;
  --store-header-text: #F8FAFC;
  --store-header-text-muted: #D1D5DB;
  --store-topbar-bg: #161616;
  --store-footer-bg: #111111;
  --store-footer-text: #F8FAFC;
  --store-footer-text-muted: #B9BDC6;
  --store-text: #15161A;
  --store-text-muted: #5F6470;
  --store-text-dim: #8B90A0;
  --store-heading: #0F1115;
  --store-primary: #E11D48;
  --store-primary-hover: #BE123C;
  --store-primary-text: #FFFFFF;
  --store-secondary: #2A2B31;
  --store-secondary-hover: #111111;
  --store-accent: #F59E0B;
  --store-link: #B00410;
  --store-link-hover: #E11D48;
  --store-border: #D7DCE5;
  --store-border-strong: #C3CAD6;
  --store-input-bg: #FFFFFF;
  --store-input-border: #C9D0DB;
  --store-input-focus: #E11D48;
  --store-button-bg: #E11D48;
  --store-button-text: #FFFFFF;
  --store-button-hover: #BE123C;
  --store-price: #15161A;
  --store-old-price: #8B90A0;
  --store-sale: #B00410;
  --store-pix: #8F0F15;
  --store-badge-bg: #F2F4F8;
  --store-badge-text: #111111;
  --store-success: #5F6470;
  --store-warning: #F59E0B;
  --store-danger: #EF4444;
  --store-info: #6B7280;
  --store-overlay: rgba(15, 15, 15, 0.55);
  --store-shadow-color: rgba(15, 15, 15, 0.14);
  --store-focus: #E11D48;
}
