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

.exf__page {
    --CLARINS-FONT: 'Times New Roman', Times, ClarinsRegular, Clarins;
    --GOTHAM-EXTRALIGHT: 'Times New Roman', Times, "Gotham_ExtraLight";
    --GOTHAM-LIGHT: 'Times New Roman', Times, "Gotham_Light";
    --GOTHAM-BOOK: 'Times New Roman', Times, "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", 'Times New Roman', Times, Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: 'Times New Roman', Times, "Gotham SSm medium A", "refiGotham SSm medium B", "Gotham Medium", 'Times New Roman', Times, Helvetica, Arial, sans-serif;
}

.exf__bloc.exf__bloc-sample, .exf__bloc.exf__bloc-sets {
    display: none;
}
.exf__page .exf__refillable-number-text {
    text-align: right;
}


@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) {
    .exf__page .exf__refillable-item-text {
        text-align: center;
    }
    .exf__page .exf__refillable-number-text {
        text-align: center;
    }
    .exf__pack-wrapper[data-anchor-id="1"] {
        scroll-margin-top: 30em;
    }
}</pre></body></html>