/**
 * Green Accent Color
 * Primary: #22c55e
 */
:root {
  --primary: 142.1 76.2% 36.3%;
  --primary-foreground: 0 0% 98%;
  --ring: 142.1 76.2% 36.3%;
}
.psfa-accent-green {
  --primary: 142.1 76.2% 36.3%;
  --primary-foreground: 0 0% 98%;
  --ring: 142.1 76.2% 36.3%;
  --color-primary: #22c55e;
  --color-primary-hover: #16a34a;
  --color-primary-foreground: #fafafa;
  /* Product-specific tokens */
  --badge-deal-bg: #22c55e;
  --badge-discount-bg: #22c55e;
  --badge-bestseller-bg: #14532d;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  --load-more-border: #16a34a;
  --load-more-text: #fafafa;
  --star-full: #22c55e;
  --star-half: #22c55e;
  --table-header-bg: #14532d;
  --table-header-text: #ffffff;
  --price-color: #15803d;
}
