<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html { overflow-x: clip !important; }

div[pageid="virtual-try-on-landing-IT"] .virtual-try-on&gt;i-button&gt;.button--primary {
    display: none;
  }
  div[pageid="virtual-try-on-landing-IT"] .heading--2 {
    margin: 16px auto;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size: 48px;
    line-height: 70px;
    max-width: 1264px;
    text-align: center;
  
  }
  .landing-vto {
    --FONT-SIZE: 14px;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-LIGHT: 'GothamLight';
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333333;
  }

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {}</pre></body></html>