/**
 * Purple Accent Color
 * Primary: #a855f7
 */
:root {
  --primary: 271.5 81.3% 55.9%;
  --primary-foreground: 0 0% 100%;
  --ring: 271.5 81.3% 55.9%;
}
.psfa-accent-purple {
  --primary: 271.5 81.3% 55.9%;
  --primary-foreground: 0 0% 100%;
  --ring: 271.5 81.3% 55.9%;
  --color-primary: #a855f7;
  --color-primary-hover: #9333ea;
  --color-primary-foreground: #ffffff;
  /* Product-specific tokens */
  --badge-deal-bg: #a855f7;
  --badge-discount-bg: #a855f7;
  --badge-bestseller-bg: #581c87;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
  --load-more-border: #9333ea;
  --load-more-text: #ffffff;
  --star-full: #a855f7;
  --star-half: #a855f7;
  --table-header-bg: #581c87;
  --table-header-text: #ffffff;
  --price-color: #7e22ce;
}
