/**
* AVISO: Não altere este arquivo. Suas alterações serão perdidas.
* 12-04-2025 19:53:15
*/

:root {
  --theme-color: 42 64 56;
  --theme-color-secondary: 0 149 62;
  --theme-color-tertiary: 5 135 255;
  --foreground-primary: 23 17 4;
  --foreground-secondary: 115 115 115;
  --background-primary: 255 255 255;
  --background-secondary: 255 255 255;
  --foreground-link: 23 17 4;
  --foreground-link-hover: 253 197 0;
  --border: 217 217 217;
  --addtocart-foreground: 23 17 4;
  --addtocart-background: 253 197 0;
  --addtocart-border: 253 197 0;
  --addtocart-foreground-hover: 23 17 4;
  --addtocart-background-hover: 253 197 0;
  --addtocart-border-hover: 253 197 0;
  --button-foreground-primary: 23 17 4;
  --button-background-primary: 253 197 0;
  --button-border-primary: 253 197 0;
  --button-foreground-primary-hover: 23 17 4;
  --button-background-primary-hover: 253 197 0;
  --button-border-primary-hover: 253 197 0;
  --button-foreground-secondary: 23 17 4;
  --button-background-secondary: 255 255 255;
  --button-border-secondary: 23 17 4;
  --button-foreground-secondary-hover: 23 17 4;
  --button-background-secondary-hover: 253 197 0;
  --button-border-secondary-hover: 253 197 0;
  --input-foreground: 23 17 4;
  --input-placeholder: 115 115 115;
  --input-border: 217 217 217;
  --input-background: 255 255 255;
  --message-success: 0 149 62;
  --message-warning: 255 92 0;
  --message-error: 220 53 69;
  --price: 0 97 47;
  --old-price: 115 115 115;
  --special-price: 0 97 47;
  --header-foreground: 23 17 4;
  --header-background: 255 255 255;
  --header-links-foreground: 23 17 4;
  --header-border: 217 217 217;
  --informativo-foreground: 255 255 255;
  --informativo-background: 90 49 127;
  --count-foreground: 255 255 255;
  --count-background: 0 149 62;
  --newsletter-foreground: 255 255 255;
  --newsletter-background: 0 97 47;
  --newsletter-border: 255 255 255;
  --footer-top-foreground: 255 255 255;
  --footer-top-background: 0 97 47;
  --footer-top-border: 255 255 255;
  --footer-middle-foreground: 23 17 4;
  --footer-middle-background: 255 255 255;
  --footer-middle-border: 255 255 255;
  --footer-bottom-foreground: 23 17 4;
  --footer-bottom-background: 255 255 255;
  --footer-bottom-border: 255 255 255;
  --toolbar-foreground: 115 115 115;
  --toolbar-background: 246 246 246;
  --toolbar-foreground-active: 115 115 115;
  --toolbar-background-active: 248 248 248;
  --filters-foreground: 23 17 4;
  --filters-background: 255 255 255;
  --filters-foreground-active: 255 255 255;
  --filters-background-active: 23 17 4;
  --desconto-foreground: 23 17 4;
  --desconto-background: 253 197 0;
  --frete-gratis-foreground: 255 255 255;
  --frete-gratis-background: 5 135 255;
  --selo-novo-foreground: 255 255 255;
  --selo-novo-background: 255 92 0;
  --arrows-foreground: 255 255 255;
  --arrows-background: 23 17 4;
  --arrows-border: 255 255 255;
  --arrows-foreground-active: 23 17 4;
  --arrows-background-active: 253 197 0;
  --arrows-border-active: 253 197 0;
  --swiper-pagination-bullet-inactive-color: 255 255 255;
  --swiper-pagination-color: 255 255 255;
  --stars: 250 163 32;
  --stars-active: 250 163 32;
  --progress-foreground: 255 255 255;
  --progress-background: 162 162 162;
  --progress-foreground-active: 23 17 4;
  --progress-background-active: 253 197 0;
  --container: 1268px;
  --default-padding: 16px;
  --rounded-primary: 4px;
  --rounded-secondary: 12px;
}