:root {
  --primary:       #b22222;
  --primary-dark:  #8b0000;
  --primary-light: #dc143c;
  --gold:          #ffd700;
  --gold-dark:     #ffa500;
  --dark:          #1a0505;
  --bg:            #fff9f0;
  --card-bg:       #fffdf5;
  --text:          #2d1010;
  --text-muted:    #7a5c5c;
  --border:        #e8d5c4;
  --shadow:        0 4px 20px rgba(178,34,34,0.12);
  --cart-width:    340px;
  --radius:        12px;
}

/* Header gradient */
.site-header {
  background: linear-gradient(135deg, #8b0000 0%, #b22222 60%, #dc143c 100%);
}

/* Hero gradient */
.hero {
  background: linear-gradient(135deg, #1a0505 0%, #8b0000 40%, #8b0000 100%);
}

/* Ticker */
.ticker-bar {
  background: #8b0000;
  color: #ffd700;
}

/* Cart header */
.cart-header {
  background: linear-gradient(135deg, #8b0000, #b22222);
}

/* Checkout button */
.btn-checkout {
  background: linear-gradient(135deg, #b22222, #8b0000);
}

/* Checkout modal header */
.modal-box .checkout-title {
  color: #b22222;
}

/* Footer */
.site-footer {
  background: #8b0000;
}

/* Category discount badge */
.discount-badge {
  background: #ffd700;
  color: #1a0505;
}

/* Section title underline accent */
.section-title::after {
  background: linear-gradient(90deg, #b22222, #ffd700);
}

/* Sticky bottom bar */
.sticky-bar {
  background: linear-gradient(135deg, #8b0000, #b22222);
}
