:root body{
  --theme-color--foreground:       rgb(30, 34, 39);
  --theme-color--background:       #ffffff;
  --theme-color--appbackground:    #fefcf6;
  --theme-color--primary:          #84BC4A;
  --theme-color--primary_dark:     #5f8934;
  --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:        rgba(0, 0, 0, 0.05);
  --theme-color--buttons:          #FFFFFF;
  --theme-color--fader:            rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0);
}

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

.es-home .es-home--form .es-home_logo{
  max-width: 35% !important;}

.es-home .es-home--form{
  margin-bottom: 0 !important;}

.es-product--visual picture{
  display: block !important;
  height: 100%;
}

.es-product--visual picture img{
  border-radius: 16px;
  object-fit: cover !important;
  object-position: 0 70%;
}

.es-modal--body .es-modal--body_image{
  border-radius: 16px;
}

.es-modal .es-modal_list .es-modal_list__item .es-modal_list__visual img{
  border-radius: 16px;
  object-fit: cover !important;
}

.es-home--visual img {
  opacity: 1 !important;
}

.es-fullmodal .es-fullmodal--container .es-fullmodal--content {
  color: #000000 !important;
}