:root body{
  --theme-color--foreground:       #000;
  --theme-color--background:       #FDBE10;
  --theme-color--appbackground:    #FDF8EA;
  --theme-color--primary:          #FDBE10;
  --theme-color--primary_dark:     #bd9a00;
  --theme-color--secondary:        #EBC05C;
  --theme-color--secondary_dark:   #C7A456;
  --theme-color--grey_light:       #EEEEEE;
  --theme-color--grey_strong:      #5A5A5A;
  --theme-color--grey_dark:        #343434;
  --theme-color--grey_darker:      #272C32;
  --theme-color--translucid:        #FDF0CA;
  --theme-color--buttons:          #FFFFFF;
  --theme-color--fader:            rgba(18, 20, 24, 0.9), rgba(18, 20, 24, 0);
}

.es-home_logo img, .es-header--logo img, .es-footer--about img {
  aspect-ratio: unset !important;
}

.es-filters .es-filters--list::before{
  background: none !important;
}

.es-filters .es-filters--list::after{
  background: none !important;
}

.es-filters .es-filters--container::after{
  background: none !important;
}