/**
 * Rose Accent Color
 * Primary: #f43f5e
 */
:root {
  --primary: 349.7 89.2% 60.2%;
  --primary-foreground: 0 0% 100%;
  --ring: 349.7 89.2% 60.2%;
}
.psfa-accent-rose {
  --primary: 349.7 89.2% 60.2%;
  --primary-foreground: 0 0% 100%;
  --ring: 349.7 89.2% 60.2%;
  --color-primary: #f43f5e;
  --color-primary-hover: #e11d48;
  --color-primary-foreground: #ffffff;
  /* Product-specific tokens */
  --badge-deal-bg: #f43f5e;
  --badge-discount-bg: #f43f5e;
  --badge-bestseller-bg: #881337;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
  --load-more-border: #e11d48;
  --load-more-text: #ffffff;
  --star-full: #f43f5e;
  --star-half: #f43f5e;
  --table-header-bg: #881337;
  --table-header-text: #ffffff;
  --price-color: #be123c;
}
