:root body{
    --theme-color--foreground: #000;
    --theme-color--background: #7494c6;
    --theme-color--appbackground: #FFF;
    --theme-color--primary: #C00A06;
    --theme-color--primary_dark: #d30e45;
    --theme-color--secondary: #4a699a;
    --theme-color--secondary_dark: #4a699a;
    --theme-color--grey_light: #CCCCCC;
    --theme-color--grey_strong: #5A5A5A;
    --theme-color--grey_dark: #343434;
    --theme-color--grey_darker: #272C32;
    --theme-color--translucid: rgba(192, 10, 6, 0.3);
    --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-home .es-home--form .es-home_logo{max-width: 41% !important;}

.es-home .es-home--form .es-home_logo{
  margin-top: 50px !important;
}

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

.es-method--form .es-method--form_addr li{color: #000 !important}

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

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