<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************************************************************/
/****   ECRAN 02 - products                         ******************************************/
/*********************************************************************************************/
.precious-lp-products {
    background-color: #000;
    z-index: 4;
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;

}

.precious-lp-products__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.precious-lp-products .precious-lp-badge {
    top: -25px;
    position: absolute;
}

.precious-lp-products .precious-lp-title {}

.precious-lp-products .precious-lp-title[data-anim="1"] {
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
}

.precious-lp-products__content {
    position: relative;
    z-index: 1;
    max-width: 1170px;
    margin: 0 auto;
}

.precious-lp-products__background img {
    display: block;
    max-width: 100%;
    opacity: 1;
    height: auto;
}

.precious-lp-products__button {
    position: absolute;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--GOTHAM-BOOK);
    font-size: 20px;
    line-height: 1.4em;
    display: flex;
    letter-spacing: -0.05em;
    flex-direction: column;
}

.precious-lp-products__button::before {
    content: "";
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-image: url(../images/open-button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: contain;
    position: absolute;
    top: 1px;
}

.precious-lp-products__button::after {
    content: "";
    height: 28px;
    width: 38px;
    position: absolute;
}

.precious-lp-products__button:hover::before {
    background-image: url(../images/open-button-rollover.svg);

}

.precious-lp-products__button:active::before {
    transform: scale(0.7);
}

/*******************************************************/
.precious-lp-products__button[data-popin="creme-yeux"] {
    left: 80.51%;
    /*942px;*/
    top: 28%;
    /*178px;*/
    text-align: left;
    transform-origin: bottom left;
    transition-delay: 0.4s;
}

.precious-lp-products__button[data-popin="creme-yeux"] span {
    transition-delay: 0.4s;
}

.precious-lp-products__button[data-popin="creme-yeux"]::before,
.precious-lp-products__button[data-popin="creme-yeux"]::after {
    left: 0px;
    bottom: -38px;
    top: auto;
}

/*******************************************************/
.precious-lp-products__button[data-popin="creme"] {
    left: 90.38%;
    /*999px;*/
    top: 65.02%;
    /*345px;*/
    text-align: left;
    transform-origin: bottom left;
    transition-delay: 0.4s;
}

.precious-lp-products__button[data-popin="creme"] span {
    transition-delay: 0.4s;
}

.precious-lp-products__button[data-popin="creme"]::after,
.precious-lp-products__button[data-popin="creme"]::before {
    left: -38px;
}

/*******************************************************/
.precious-lp-products__button[data-popin="lotion"] {
    right: 65%;
    top: 10%;
    text-align: right;
    transform-origin: bottom right;
    transition-delay: 0.8s;
}

.precious-lp-products__button[data-popin="lotion"] span {
    transition-delay: 0.8s;
}

.precious-lp-products__button[data-popin="lotion"]::after,
.precious-lp-products__button[data-popin="lotion"]::before {
    right: -38px;
}

/*******************************************************/
.precious-lp-products__button[data-popin="outil"] {
    right: 80%;
    top: 14%;
    text-align: right;
    transform-origin: top right;
    transition-delay: 1.2s;
}

.precious-lp-products__button[data-popin="outil"] span {
    transition-delay: 1.2s;
}

.precious-lp-products__button[data-popin="outil"]::after,
.precious-lp-products__button[data-popin="outil"]::before {
    right: 0px;
    top: auto;
    bottom: -38px;
}

/*******************************************************/
.precious-lp-products__button[data-popin="creme-riche"] {
    right: 88%;
    top: 56%;
    text-align: right;
    transform-origin: top right;
    transition-delay: 1.2s;
}

.precious-lp-products__button[data-popin="creme-riche"] span {
    transition-delay: 1.2s;
}

.precious-lp-products .precious-lp-badge {
    top: -25px;
    text-align: right;
}

.precious-lp-products__button[data-popin="creme-riche"]::after,
.precious-lp-products__button[data-popin="creme-riche"]::before {
    right: 0px;
    top: auto;
    bottom: -38px;
}

.precious-lp-products__button[data-popin="creme-riche"] .precious-lp-badge {
    top: -25px;
    text-align: right;
    right: 0;
}

/*******************************************************/
.precious-lp-products__button[data-popin="serum"] {
    left: 62.65%;
    top: 26.84%;
    text-align: left;
    transform-origin: top left;
    transition-delay: 1.2s;
}

.precious-lp-products__button[data-popin="serum"] span {
    transition-delay: 1.2s;
}

.precious-lp-products__button[data-popin="serum"]::after,
.precious-lp-products__button[data-popin="serum"]::before {
    left: -38px;
}

/*******************************************************/
@media(max-width:1170px) {

    .precious-lp-products__button::before {
        height: 2.6vw;
        width: 2.6vw;
    }

    .precious-lp-products__button[data-popin="creme-yeux"]::before,
    .precious-lp-products__button[data-popin="creme"]::before {
        left: -3.5vw;
    }

    .precious-lp-products__button[data-popin="lotion"]::before,
    .precious-lp-products__button[data-popin="outil"]::before {
        right: -3.5vw;
    }

    .precious-lp-products__button {
        font-size: 1.8vw;
    }
}

@media(max-width:761px) {
    .precious-lp-products {
        margin-bottom: -20vw;
    }

    .precious-lp-products__button::before {
        height: 8vw;
        width: 8vw;
    }

    .precious-lp-products__button[data-popin="creme-yeux"]::before,
    .precious-lp-products__button[data-popin="creme"]::before {
        left: -3.5vw;
    }

    .precious-lp-products__button[data-popin="lotion"]::before,
    .precious-lp-products__button[data-popin="outil"]::before {
        right: -3.5vw;
    }

    .precious-lp-products__button {
        font-size: 3.5vw;
    }


    .precious-lp-products__button span {
        max-width: 20vw;
    }

    .precious-lp-products__button[data-popin="outil"] {
        right: auto;
        left: 5%;
        top: 5%;
        text-align: right;
        transform-origin: top left;
    }

    .precious-lp-products__button[data-popin="outil"]::before {
        right: -10vw;
        top: 1vw;
        left: auto;
    }

    .precious-lp-products__button[data-popin="creme"] {
        left: auto;
        right: 15%;
        top: 95%;
        text-align: right;
        transform-origin: bottom right;
    }

    .precious-lp-products__button[data-popin="creme"]::before {
        left: auto;
        top: -9vw;
        right: -3vw;
    }

    .precious-lp-products__button[data-popin="creme-yeux"] {
        right: 20%;
        top: 10%;
        text-align: right;
        left: auto;
    }

    .precious-lp-products__button[data-popin="creme-yeux"]::before {
        right: -1.9vw;
        top: 10.8vw;
        left: auto;
    }

    .precious-lp-products__button[data-popin="lotion"] {
        right: 70%;
        top: 95%;
    }

    .precious-lp-products__button[data-popin="lotion"]::before {
        right: 0;
        top: -10vw;
    }

    .precious-lp-products__button[data-popin="serum"] {
        left: 40%;
        top: 102%;
        text-align: left;
        transform-origin: top left;
        transition-delay: 1.2s;
    }

    .precious-lp-products__button[data-popin="serum"]::before {
        left: 0;
        top: -15vw;
    }

    .precious-lp-products__button[data-popin="creme-riche"] {
        right: 6%;
        top: 38%;
        text-align: right;
        transform-origin: top right;
        transition-delay: 1.2s;
    }

    .precious-lp-products__button[data-popin="creme-riche"]::before {
        right: 0px;
        top: auto;
        bottom: -10vw;
    }
}

/*********************************************/
.precious-lp-popin {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 2;
}

.precious-lp-popin[data-open="0"] {
    opacity: 0;
    pointer-events: none;
}

.precious-lp-popin[data-open="1"] {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
}

.precious-lp-popin__wrapper {
    position: absolute;
    width: 500px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

.precious-lp-popin__close {
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--COLOR-GOLD);
    top: calc(-1*var(--FONT-SIZE));
    right: calc(-1*var(--FONT-SIZE));
    font-size: 0;
    display: block;
    /*    transition: transform ease-in-out 0.5s;*/
    box-sizing: border-box;
    color: #000;
    border: 1px solid var(--COLOR-GOLD);
    outline: 0;
}

.precious-lp-popin__close:hover {
    background-color: #fff;
    color: var(--COLOR-GOLD);
}

.precious-lp-popin__close:active::before {
    transform: scale(0.7);
}

.precious-lp-popin__close::before {
    content: "+";
    height: 28px;
    width: 28px;
    font-size: 28px;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    position: absolute;
    font-family: var(--GOTHAM-BOOK);
    transform: rotate(45deg);
    top: -1px;
    left: -1px;

}

.precious-lp-popin__close::after {
    content: "+";
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}

.precious-lp-popin__title {
    margin: 0;
    font-weight: normal;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.precious-lp-popin__text {
    margin: 20px;
    font-family: var(--GOTHAM-BOOK);
    font-size: var(--FONT-SIZE);
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media(max-width:761px) {

    .precious-lp-popin__wrapper {
        width: calc(100% - 60px);
    }

    .precious-lp-products__content {
        margin-bottom: 12vw;
    }

    .precious-lp-popin__text {
        display: block;
    }
}


/*-----------------------------------------------------------------------------*/
#isMobile{
  display: none;
}
#anchorMobile{
  pointer-events: none;
}
#isDesktop{
  display: block;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-products__button[data-popin="outil"] span {
        width: 140px;
    }
    .precious-lp-products__button[data-popin="outil"] {
        top: 9%;
    }
    .precious-lp-products__button[data-popin="creme"] span {
        width: 60px;
        position: relative;
        top: -22px;
    }
    #isMobile{
        display: block;
        color: #000;
    }
    #isDesktop{
        display: none;
    }
    #anchorMobile {
        pointer-events: auto;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-products__button[data-popin="outil"] span {
        width: 140px;
    }
    .precious-lp-products__button[data-popin="outil"] {
        top: 9%;
    }
    .precious-lp-products__button[data-popin="creme"] span {
        width: 90px;
        position: relative;
        top: -22px;
    }
    #isMobile{
        display: block;
        color: #000;
    }
    #isDesktop{
        display: none;
    }
    #anchorMobile {
        pointer-events: auto;
    }
}</pre></body></html>