/* Тема: Creativity Suitcase — рожево-золотиста єдинорогова гама */

:root,
:root[data-theme='creativity-suitcase'] {
  --theme-name: 'Creativity Suitcase';
  --_bg:             #fce4ee;
  --_bg-soft:        #f8c5da;
  --_surface:        #fff5f9;
  --_surface-soft:   #fce4ee;
  --_surface-accent: #ffe487;
  --_text:           #3a1a2e;
  --_text-soft:      #6b4458;
  --_primary:        #e91e63;
  --_secondary:      #ca8a04;
  --_highlight:      #f06292;
  --_promo:          #9c27b0;
  --_price-old:      #a08494;
  --_pill-bg:        rgba(233, 30, 99, 0.16);
  --_input-bg:       rgba(202, 138, 4, 0.14);
  --_topbar-bg:      rgba(252, 228, 238, 0.95);
  --gradient-page:
    radial-gradient(circle at top center, rgba(233, 30, 99, 0.26), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(202, 138, 4, 0.22), transparent 22%),
    radial-gradient(circle at 90% 15%, rgba(156, 39, 176, 0.16), transparent 20%),
    linear-gradient(180deg, #fce4ee 0%, #fff3c9 100%);

  --color-green: rgb(95 160 120);
  --color-stock: #d63384;
  --color-on-warning: #3a1a2e;
  --color-on-success: #ffffff;
}
