/**
 * Pink Accent Color
 * Primary: #ec4899
 */
:root {
  --primary: 330.4 81.2% 60.4%;
  --primary-foreground: 0 0% 100%;
  --ring: 330.4 81.2% 60.4%;
}
.psfa-accent-pink {
  --primary: 330.4 81.2% 60.4%;
  --primary-foreground: 0 0% 100%;
  --ring: 330.4 81.2% 60.4%;
  --color-primary: #ec4899;
  --color-primary-hover: #db2777;
  --color-primary-foreground: #ffffff;
  /* Product-specific tokens */
  --badge-deal-bg: #ec4899;
  --badge-discount-bg: #ec4899;
  --badge-bestseller-bg: #831843;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
  --load-more-border: #db2777;
  --load-more-text: #ffffff;
  --star-full: #ec4899;
  --star-half: #ec4899;
  --table-header-bg: #831843;
  --table-header-text: #ffffff;
  --price-color: #be185d;
}
