<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper.pt_category-wide .site-width-slot,
#wrapper {
    max-width: 100%;
}

/*
#main {
    padding-top: 0px;
}
*/
.breadcrumb {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

/************************************************/

.hub {
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --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-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
    overflow: hidden;
}

.hub * {
    box-sizing: border-box;
}


.hub-hidden-pagination {
    display: none;
}

/************************************************/
.hub-header {
    margin: 0 auto;
    padding: 32px;
    padding-top: 0;
    --SCALE-TITLE: 1;
    display: flex;
}

.hub-header__title {
    margin: 0 auto !important;
    color: #333 !important;
    ;
    font-family: var(--FONT-CLARINS);
    font-weight: normal;
    white-space: nowrap;
    font-size: 0;
    height: calc(68px * var(--SCALE-TITLE));
    text-align: center;
    position: relative;
}

a.hub-header__title::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -20px;
    bottom: -10px;
    right: -20px;
    border-radius: 8px;
}

/*
a.hub-header__title:hover::before {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}*/

.hub-header__title span {
    font-size: calc(76px * var(--SCALE-TITLE));
    line-height: calc(50px * var(--SCALE-TITLE));
    letter-spacing: -0.02em;
}

.hub-header__title small {
    position: absolute;
    bottom: calc(-4px * var(--SCALE-TITLE));
    right: calc(-9px * var(--SCALE-TITLE));
    font-size: calc(11px * var(--SCALE-TITLE));
    line-height: calc(16px * var(--SCALE-TITLE));
    letter-spacing: calc(9px * var(--SCALE-TITLE));
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: right;
    display: inline-block;
}

.hub-header__title span:first-child {
    color: #B40024 !important;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: calc(60px * var(--SCALE-TITLE));
}

/************************************************/
.hub-explore {
    display: flex;
    background-color: #FBF6F3;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hub-explore__static-concerns,
.hub-explore__concerns {
    display: flex;
    list-style: none;
    padding: 0px;
    gap: 0 12px;
    margin: 0;
    margin-top: 6px;
    justify-content: flex-start;
    width: calc(100% - 40px);
    max-width: 616px;
    flex-wrap: wrap;
}

@media(max-width:761px) {

    .hub-explore__static-concerns,
    .hub-explore__concerns {
        width: 100%;
    }
}

.hub-explore__static-concerns a,
.hub-explore__concerns li {
    margin-top: 10px;
    background-color: #E9E3DE;
    padding: 2px 12px;
    white-space: nowrap;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    display: block;
    border-radius: 18px;
    height: 21px;
    cursor: pointer;
    text-transform: capitalize;
    color: #333 !important;
}

@media(min-width:1024px) {

    .hub-explore__static-concerns a:hover,
    .hub-explore__concerns li:hover {
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
        color: #333;
    }
}

.hub-explore__static-concerns a:focus,
.hub-explore__concerns li:focus {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
    color: #333;
}

.hub-explore__concerns li[data-selected="1"] {
    /* background-color: #333;
    color: #fff;*/
}

.hub-explore--category {
    flex-direction: row;
    padding: 24px;
    padding-bottom: 32px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1264px;
    margin: 0 auto;
    border-radius: 8px;
    width: calc(100% - 64px);
}

.hub-explore__title {
    padding: 0;
    margin: 0 !important;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.45em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    text-align: left;
}

.hub-explore__category-block {
    padding-right: 64px;
}

.hub-explore__wrapper {
    position: relative;
    width: 100%;
    max-width: 572px;
    display: block;
}

.hub-explore__text {
    margin: 0;
    margin-bottom: 24px;
    font-family: var(--FONT-CLARINS);
    font-size: 24px;
    font-style: normal;
    line-height: 1.2em;
    max-width: 832px;
    display: block;
    text-align: center;
}

.hub-explore--category .hub-explore__text {
    margin: 0;
    margin-top: 8px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.45em;
    text-align: left;
}

.hub-explore__text span {
    display: block;
}

.hub-explore__row {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
}

#hub-search {
    margin: 0;
    border-radius: 5px 0 0 5px;
    width: 100%;
    height: 44px;
    border: 1px solid #E9E3DE;
    background: #FFF;
    padding: 0px 15px;
    color: #797674;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.45em;
    outline: 0;
}

.hub-explore--category .hub-explore__row {
    width: 320px;

}

#hub-search:focus {
    border: 1px solid #e9e3de;
    box-shadow: 0 0 0 3px #6893d2;
    outline: 0 !important;
}

#hub-reset {
    width: 24px !important;
    height: 24px !important;
    right: 54px;
    top: 10px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 0;
    border: 0px solid;
    margin-left: -34px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    background-image: url(../img/close.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 24px !important;
    z-index: 2;
}

#hub-reset:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

#hub-submit {
    width: 44px;
    height: 44px;
    display: flex;
    border: 1px solid #e9e3de;
    border-radius: 0 5px 5px 0;
    border-left: none;
    background-color: #f5efeb;
    background-image: url(../img/search-picto.svg);
    background-size: 24px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

#hub-searchautocomplete-list {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 10;
    border-radius: 0 0 5px 5px;
    border: 1px solid #E9E3DE;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}

#hub-searchautocomplete-list[data-active="0"] {
    opacity: 0;
}

#hub-searchautocomplete-list&gt;div {
    width: 100%;
    height: 44px;
    padding: 0px 15px;
    color: #797674;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.45em;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#hub-searchautocomplete-list&gt;div&gt;span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#hub-searchautocomplete-list s {
    background-color: #C6DDFF;
    text-decoration: none;

}

#hub-searchautocomplete-list&gt;div:hover {
    background-color: #eee;
}

/************************************************/
.hub-category {
    height: 22px;
    border-radius: 11px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    background-color: #fff;
    font-size: 12px;
    padding: 0 11px;
    outline: 0 !important;
}

.hub-menu div.hub-category[data-category="all"] {
    border: 1px solid #333;
}

.hub-menu a.hub-category[data-category="all"] {
    border: 1px solid #B0A9A5;
}

.hub-category[data-category="face"] {
    background-color: #F3CEFF;
}

.hub-category[data-category="eyes"] {
    background-color: #ffbb328a;
}

.hub-category[data-category="make-up"] {
    background-color: #FFC4C4;
}

.hub-category[data-category="body"] {
    background-color: #d9cef5;
}

.hub-category[data-category="men"] {
    background-color: #C6DDFF;
    /*color: #fff !important;*/
}

/*
.hub-menu .hub-category[data-category="men"][data-active="true"]::before {
    filter: invert(1);
}*/

.hub-menu .hub-category[data-active="false"] {
    background-color: #F5EFEB !important;
}

.hub-menu .hub-category[data-active="true"]::before {
    content: " ";
    background-image: url(../img/close.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    margin-right: 8px;
}

/************************************************/
.hub-menu {
    background-color: #fff;
    padding: 32px;
    padding-bottom: 0;
    text-align: center;
    font-size: 0;
}

.hub-menu .hub-category {
    height: 36px;
    border-radius: 18px;
    margin: 8px;
    font-size: 12px;
    padding: 0 18px;
    cursor: pointer;
    color: #333;
}

@media(min-width:1024px) {
    .hub-menu .hub-category:hover {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        color: #333;
    }
}


.hub-menu .hub-category:focus {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
    color: #333;
}

/************************************************/
.hub-grid {
    --PADDING-GRID: 32px;
    --COLS-GRID: 3;
    --CARD-WIDTH: 400px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: calc(var(--CARD-WIDTH)*var(--COLS-GRID) + (var(--COLS-GRID) + 1)* var(--PADDING-GRID));
    margin: 0 auto;
    gap: var(--PADDING-GRID);
    padding: var(--PADDING-GRID);
    box-sizing: border-box;
    justify-content: flex-start;
    min-height: 600px;
}

.hub-grid&gt;div {
    max-width: calc(100% / var(--COLS-GRID) - var(--PADDING-GRID) + var(--PADDING-GRID)*0.5/var(--COLS-GRID));
    flex-basis: 100%;
}


.hub-card {
    /* max-width: 400px;*/
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 24px;
    padding-bottom: 32px;
    border: 1px solid #D3CCC8;
    cursor: pointer;
    position: relative;
}

.hub-card[data-deprecated="true"] {
    /* opacity: 0.5 !important;*/
}

.hub-card[data-top10="true"]::before {
    content: "TOP 10";
    background-color: #be0f34;
    height: 16px;
    position: absolute;
    left: 24px;
    top: 0px;
    display: inline-flex;
    color: #fff;
    z-index: 2;
    font-size: 8px;
    justify-content: center;
    align-items: center;
    padding: 0px 8px;
    transform-origin: top left;
    border-radius: 0 0 2px 2px;
    /********************************/
    display: none;
}

/*for stand alone display*/
.primary-content&gt;.content-asset&gt;.hub-card {
    margin: 60px auto;
}

.hub-card s {
    background-color: #C6DDFF;
    text-decoration: none;
}

.hub-card:hover {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}

.hub-card__meta {
    display: none;
}

.hub-card__concern {
    display: none;
}

.hub-card__category {
    padding: 16px 0;
    padding-bottom: 8px;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.hub-card__category&gt;.hub-category {
    margin-bottom: 8px;
}

.hub-card__picture {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    border: #ccc 1px solid;
    padding-bottom: 55%;
    position: relative;
}

.hub-card__picture img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.hub-card__title {
    font-size: 16px;
    line-height: 1.45em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.hub-card__text {
    --lh: 1.45em;
    font-size: 14px;
    line-height: var(--lh);
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    margin: 0;
    padding: 0;
    --max-lines: 3;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    position: relative;
}

/*******************************/
.hub-grid div:nth-child(9n) .hub-card__text {
    --max-lines: 3;
}

.hub-grid div:nth-child(9n+1) .hub-card__text {
    --max-lines: 4;
}

.hub-grid div:nth-child(9n+2) .hub-card__text {
    --max-lines: 2;
}

/*******************************/
.hub-grid div:nth-child(9n+3) .hub-card__text {
    --max-lines: 4;
}

.hub-grid div:nth-child(9n+4) .hub-card__text {
    --max-lines: 2;
}

.hub-grid div:nth-child(9n+5) .hub-card__text {
    --max-lines: 3;
}

/*******************************/
.hub-grid div:nth-child(9n+6) .hub-card__text {
    --max-lines: 2;
}

.hub-grid div:nth-child(9n+7) .hub-card__text {
    --max-lines: 3;
}

.hub-grid div:nth-child(9n+8) .hub-card__text {
    --max-lines: 4;
}

/*******************************/

.hub-card__text::before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
}

.hub-card__text::after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    /* note: not using bottom */
    width: 1rem;
    height: 1rem;
    background: #fff;
}

.hub-card__link {
    color: #333;
    text-align: center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #D3CCC8;
    margin-top: 24px;
    display: inline-block;
}

/********************************************************/
.hub-noresults {
    margin-top: 32px;
    padding: 50px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hub-noresults__title {
    margin: 0;
    font-size: 24px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    line-height: 1.4em;
}

.hub-noresults__text {
    margin: 0;
    font-size: 20px;
    font-family: var(--FONT-GOTHAM-BOOK);
    line-height: 1.4em;
}

/********************************************************/
.hub-results {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hub-results__text {
    margin: 0;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-BOOK);
    line-height: 1.4em;
    /********************/
    display: none;
}

.hub-results__timeline {
    margin: 24px auto;
    margin-top: 8px;
    width: 258px;
    height: 3px;
    background-color: #E9E3DE;
    border-radius: 2px;
}

.hub-results__timeline div {
    width: 10%;
    background-color: #B40024;
    border-radius: 2px;
    height: 100%;
    transition: width ease-in-out 0.5s;
}

.hub-results__cta {
    margin: 0;
    padding: 0 18px;
    height: 44px;
    cursor: pointer;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    line-height: 1.4em;
    border-radius: 5px;
    border: 1px solid #B0A9A5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hub-results__text+.hub-results__cta {
    margin-top: 20px;
}

.hub-results__smiley {
    margin: 0;
    margin-top: -40px;
    font-size: 70px;
    padding: 20px;

}

/**********************************/

.hub-SEO {
    width: 100%;
    max-width: 1328px;
    padding: 32px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.hub-SEO__text {
    margin: 32px 0;
    padding: 16px 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    line-height: 145%;
    text-align: left;
    max-width: 832px;
}

.hub-SEO__text p {
    font-size: 14px;
}

.hub-SEO__text h2,
.hub-SEO__text h3 {
    font-size: 16px;
}

.hub-SEO__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 145%;
}

.hub-SEO__category-list {
    display: flex;
    text-align: center;
    margin: 32px;
    margin-bottom: 80px;
    justify-content: center;
    width: 100%;
    align-items: center;
    max-width: 990px;
    position: relative;
    overflow: hidden;

    padding-bottom: 40px;
    --swiper-pagination-color: #333;
    --swiper-pagination-bottom: 0px;

}

.hub-SEO__crosslink {
    margin: 0 auto;
    display: block;
    width: 184px;
    border: 1px solid #D3CCC8;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    text-decoration: none !important;

}

.hub-SEO__crosslink:hover {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.15);
}

.hub-SEO__photo {
    display: block;
    width: 100%;
}

.hub-SEO__photo img {
    display: block;
    width: 100%;
    height: auto;
}

.hub-SEO__category {
    margin: 0;

    padding: 0 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 55px;
    box-sizing: border-box;
    color: #333 !important;

}

.hub-SEO-concerns {
    display: flex;
    list-style: none;
    padding: 0px;
    gap: 12px;
    margin: 0;
    justify-content: center;
    width: calc(100% - 40px);
    max-width: 616px;
}

.hub-SEO-concerns a {
    margin-top: 16px;
    background-color: #E9E3DE;
    padding: 2px 16px;
    white-space: nowrap;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    display: block;
    border-radius: 18px;
    height: 33px;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none;
    color: #333 !important;
    display: inline-flex;
    align-items: center;
}

@media(min-width:1024px) {
    .hub-SEO-concerns a:hover {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        color: #333;
    }
}


.hub-SEO-concerns a:focus {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
    color: #333;
}

/****************MOBILE******************/


@media(max-width:761px) {

    .hub-explore {
        min-height: 280px;
    }

    .hub-explore--category {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-radius: 0px;
        width: 100%;
        min-height: 0;
        margin-bottom: 24px;
    }

    .hub-explore__category-block {
        padding: 0;
        padding-bottom: 24px;
    }

    .hub-explore--category .hub-explore__row {
        width: 100%;
    }

    .hub-explore--category .hub-explore__wrapper {
        max-width: 100%;
    }

    .hub-grid {
        --PADDING-GRID: 16px;
        --COLS-GRID: 1;
        --CARD-WIDTH: 375px;
        max-width: 100%;
        gap: 0;
    }

    .hub-grid&gt;div {
        max-width: 100%;
        flex-basis: 100%;
    }

    .hub-menu {
        padding: 16px 8px;
        padding-top: 32px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .hub-menu .hub-category {
        margin: 4px;
        padding: 0 14px;
    }



    .hub-header {
        --SCALE-TITLE: 0.75;
    }

    .hub-SEO {
        padding: 0px;
    }

    .hub-SEO__category-list {
        padding: 0px;
        padding-bottom: 40px;
        /*width: 184px;*/
        width: calc(100% - 48px);
        position: relative;
        --swiper-pagination-color: #333;
        --swiper-pagination-bottom: 0px;
        overflow: visible;
    }

    .hub-SEO__category-list .swiper-pagination {
        line-height: 0;
    }

    .hub-SEO__category-list .swiper-slide {
        width: 200px;
    }

    .hub-SEO__crosslink {
        display: block;
        margin: 8px;
        max-width: 100%;
        width: 184px;
    }

    .hub-SEO__text {
        padding: 16px 32px;
    }

    .hub-SEO-concerns {
        width: 100%;
    }
}

@media(max-width:360px) {
    .hub-header {
        --SCALE-TITLE: 0.65;
    }
}

/*-------------------------------------------------------------------------------------*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .hub-SEO__crosslink {
        width: 145px;
    }
    body, html {
        width: 100%;
        overflow-x: hidden !important;
      }
      #main:not(.main-homepage) {
          padding-left: 0 !important;
          padding-right: 0 !important;
      }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    body, html {
        width: 100%;
        overflow-x: hidden !important;
      }
      #main:not(.main-homepage) {
          padding-left: 0 !important;
          padding-right: 0 !important;
      }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    body, html {
        width: 100%;
        overflow-x: hidden !important;
      }
      #main:not(.main-homepage) {
          padding-left: 0 !important;
          padding-right: 0 !important;
      }
}</pre></body></html>