/**
 * Cyan Accent Color
 * Primary: #06b6d4
 */
:root {
  --primary: 188.7 94.5% 42.7%;
  --primary-foreground: 0 0% 98%;
  --ring: 188.7 94.5% 42.7%;
}
.psfa-accent-cyan {
  --primary: 188.7 94.5% 42.7%;
  --primary-foreground: 0 0% 98%;
  --ring: 188.7 94.5% 42.7%;
  --color-primary: #06b6d4;
  --color-primary-hover: #0891b2;
  --color-primary-foreground: #fafafa;
  /* Product-specific tokens */
  --badge-deal-bg: #06b6d4;
  --badge-discount-bg: #06b6d4;
  --badge-bestseller-bg: #164e63;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  --load-more-border: #0891b2;
  --load-more-text: #fafafa;
  --star-full: #06b6d4;
  --star-half: #06b6d4;
  --table-header-bg: #164e63;
  --table-header-text: #ffffff;
  --price-color: #0e7490;
}
