@font-face {
    font-display: swap;
    font-family: "Gotham_Light";
    src: url(../fonts/GothamLight.eot);
    src: url(../fonts/GothamLight.eot) format("embedded-opentype"),
        url(../fonts/GothamLight.woff2) format("woff2"),
        url(../fonts/GothamLight.woff) format("woff"),
        url(../fonts/GothamLight.ttf) format("truetype"),
        url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

body,
html {
    overflow-x: clip;
    scroll-behavior: smooth;
    scrollbar-width: thin
}

#wrapper.pt_category-wide .site-width-slot {
    max-width: 100%
}

.communications-widget {
    display: none !important
}

.offer-bumper {
    display: none !important
}

#main:not(.main-homepage) {
    padding-top: 0
}

#wrapper {
    max-width: unset
}

.breadcrumb {
    display: none
}

.primary-content {
    padding: 0
}

footer {
    margin-top: 0;
    z-index: 12;
    position: relative
}

.DSLight {
    overflow: hidden;
    display: block;
    position: relative;
    --CLARINS-FONT: ClarinsRegular, Clarins, "Kanit Light";
    --GOTHAM-LIGHT: "Gotham_Light", Helvetica, Arial, "Kanit Light", sans-serif;
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Kanit Light", sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial,"Kanit Light",sans-serif;
    --COLOR-GOLD: #ccb089;
    --COLOR-CREAM: #fdfdfd;
    --COLOR-RED: #b40024;
    --HEADER-HEIGHT: 113px;
    --MENU-HEIGHT: 50px;
    --WIDTH-ANIM: 1600px;
    --FONT-SIZE: 16px;
    --FONT-SIZE-INTRO: 22px;
    --FONT-SIZE-BOLD: 22px;
    --FONT-SIZE-TITLE: 30px;
    --FONT-SIZE-SECTION-TITLE: 60px;
    --PADDING-CONTENT: 40px;
    width: 100%;
    color: #333;
    font-family: var(--GOTHAM-BOOK);
    z-index: 1;
}

@media(max-width:1023px) {
    .DSLight {}
}

@media(max-width:761px) {
    .DSLight {
        --HEADER-HEIGHT: 100px;
        --WIDTH-ANIM: 375px
    }
}

.DSLight * {
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DSLight h1,
.DSLight p {
    margin: 0
}

.DSLight img {
    max-width: 100%;
    display: block;
    height: auto
}

.DSLight-debug {
    top: 10px;
    left: calc(50% - 150px);
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    width: 300px;
    display: none
}

.DSLight-debug::before {
    content: "";
    width: 100vw;
    border-bottom: 1px solid #000;
    position: absolute;
    top: -10px;
    left: calc(50% - 50vw)
}

.DSLight-Background {
    background-color: #f7eddc;
    width: 1600px;
    position: fixed;
    bottom: 0;
    left: calc(50% - 800px);
    z-index: 1
}

#BACKGROUND-03-ROUTINE {
    z-index: -3
}

#BACKGROUND-02-SKY {
    z-index: -1
}

#BACKGROUND-01-LIQUID {
    z-index: -2;
    background-color: #fdf8f2;
}


.DSLight-Background img {
    width: 1600px;
    height: auto;
    position: absolute;
    bottom: 0;
    display: block
}

@media(max-width:761px) {
    .DSLight-Background {
        width: 100vw;
        left: 0
    }

    .DSLight-Background img {
        width: 100vw;
        left: 0;
        height: auto;
        position: relative
    }

    #BACKGROUND-01-LIQUID {
        background-color: #fef9f3;
        padding-bottom: 100vw
    }
}

.DSLight-white {
    color: #fff !important
}

.DSLight-gold {
    color: #f4b036 !important
}

.DSLight-brown {
    color: #ae7422 !important
}

.DSLight-bulles {
    height: calc(100vh - var(--HEADER-HEIGHT));
    width: 1600px;
    position: fixed;
    bottom: 0;
    left: calc(50% - 800px);
    z-index: 2;
    pointer-events: none
}

@media(max-width:1300px) {
    .DSLight-bulles {
        width: 100%;
        left: 0
    }
}

@media(max-width:761px) {
    .DSLight-bulles img {
        width: 100%
    }
}

.slide {
    height: calc(100vh - var(--HEADER-HEIGHT));
    z-index: 2;
    position: relative;
    overflow: hidden
}

@media (max-height:800px) and (min-width:762px) {
    .slide {
        height: 800px
    }
}

@media (max-width:761px) {
    .slide {
        overflow: visible
    }
}

.slideNatural {
    z-index: 2;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    padding-top: 0;
    padding-bottom: 100px;
    box-sizing: border-box
}

@media(max-width:761px) {
    .slideNatural {
        padding: 0;
        min-height: calc(100% - var(--HEADER-HEIGHT))
    }
}

.slideNatural .DSLight-bulles {
    position: absolute
}

.wrapper {
    opacity: 0;
    bottom: 0;
    left: calc(50% - 800px);
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    box-sizing: border-box;
    text-align: center;
    background-size: cover;
    width: 1600px;
    overflow: hidden
}

@media(max-width:1600px) {
    .wrapper {
        left: 0;
        width: 100vw
    }
}

@media (max-height:800px) and (min-width:762px) {
    .wrapper {}
}

@media(max-width:761px) {
    .wrapper {
        height: calc(100% - var(--HEADER-HEIGHT));
        bottom: auto;
        top: var(--HEADER-HEIGHT)
    }
}

.DSLight-cta {
    position: relative;
    background-color: #b40024 !important;
    display: flex;
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1em;
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #b40024;
    min-width: 122px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    margin-top: 10px;

}

.DSLight-routine__quickbuy a {
    text-decoration: none;
}

.DSLight-cta:hover {
    background-color: #8C0B26 !important;
    color: #fff !important
}

.DSLight-cta:active {
    background-color: #b40024 !important
}

.DSLight-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #63021A solid 2px;
    border-radius: 7px;
    opacity: 0;
    left: -2px;
    top: -2px;
    pointer-events: none;
    box-sizing: border-box
}

.DSLight-cta:active::after {
    opacity: 1
}

.DSLight-cta--light {
    min-width: 152px;
    background-color: transparent !important;
    color: #333 !important;
    border: #333 solid 1px
}

.DSLight-cta--light:hover {
    background-color: transparent !important;
    color: #ae7422 !important;
    border: #ae7422 solid 1px
}

.DSLight-cta--light::after {
    border: #ae7422 solid 2px
}

#SCREEN-VIDEO {
    z-index: 11
}

.DSLight-video {
    position: relative
}

.DSLight-video__anim {
    display: none
}

.DSLight-video img {
    display: block;
    position: relative
}

.DSLight-video__player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.DSLight-video__player iframe {
    width: 100%;
    height: 100%
}

.DSLight-main-title {
    margin: 0;
    font-weight: 400;
    font-family: var(--CLARINS-FONT);
    font-size: 60px;
    line-height: 1em
}

@media (max-width:761px) {
    .DSLight-main-title {
        font-size: calc(50 / 375 * var(--WIDTH-ANIM))
    }

    #SCREEN-VIDEO {
        z-index: 13;
        max-height: 700px;
        pointer-events: none;
    }

    #SCREEN-VIDEO__WRAPPER {
        height: 700px;
        height: auto
    }

    #SCREEN-VIDEO__PLAYER {
        width: 100%;
        height: auto;
        aspect-ratio: 750/1077
    }

    .DSLight-video__anim {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        opacity: 0
    }

    #SCREEN-VIDEO__PLAYER img {
        display: block;
        position: relative;
        width: 100%
    }
}

.DSLight-big-title {
    margin: 0;
    font-weight: 400;
    font-family: var(--GOTHAM-LIGHT);
    color: #ae7422;
    font-size: 140px;
    line-height: normal;
    display: flex;
    flex-direction: column
}

@media (max-height:800px) and (min-width:762px) {
    .DSLight-big-title {
        font-size: 100px
    }
}

@media(max-width:1300px) {
    .DSLight-big-title {
        font-size: 100px
    }
}

@media(max-width:761px) {
    .DSLight-big-title {
        font-size: calc(80 / 375 * var(--WIDTH-ANIM));
        white-space: nowrap
    }
}

.DSLight-title {
    margin: 0;
    font-weight: 400;
    font-family: var(--GOTHAM-LIGHT);
    color: #ae7422;
    font-size: 50px;
    line-height: 1.2em;
    display: flex;
    flex-direction: column
}

@media(max-width:1300px) {
    .DSLight-title {
        font-size: 40px
    }
}

@media (max-height:800px) and (min-width:762px) {
    .DSLight-title {
        font-size: 40px
    }
}

@media(max-width:761px) {
    .DSLight-title {
        font-size: 30px;
        display: block
    }
}

.DSLight-tag {
    width: 145px;
    height: 27px;
    margin-top: 0;
    margin-bottom: 12px
}

.DSLight-mask {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, transparent 100%);
    width: 100%
}

#SVG-text {
    text-align: center;
    font-family: var(--GOTHAM-MEDIUM);
    text-anchor: middle;
    dominant-baseline: hanging
}

#SVG-shape {
    fill: #c6a878;
    -webkit-mask: url(#SVG-mask);
    mask: url(#SVG-mask)
}

.DSLight-intro {
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
    display: flex;
    flex-direction: column
}

@media(max-width:761px) {
    .DSLight-intro {
        font-size: 14px;
        display: block;
        margin: 0 20px;
    }
}

.DSLight-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    list-style: none
}

@media(max-width:761px) {
    .DSLight-text {
        font-size: 14px;
        display: block
    }
}

.DSLight-bold-text {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    list-style: none;
    font-family: var(--GOTHAM-MEDIUM);
    padding-bottom: 15px
}

.DSLight-text li {
    padding-left: 24px;
    padding-top: 3px;
    position: relative;
    margin-top: 10px
}

.DSLight-text li::before {
    content: " ";
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../img/check.svg);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:761px) {
    .DSLight-text li {
        text-align: left !important
    }
}

.DSLight-title+.DSLight-text {
    margin-top: 25px
}


.DSLight-mentions {
    margin: 0;
    font-size: 9px;
    opacity: .5;
    position: absolute;
    bottom: 0
}

#DSLight_Packshots {
    position: absolute;
    top: 0;
    height: calc(100vh - var(--HEADER-HEIGHT));
    width: 100%
}

#DSLight_packshot_classic {
    width: 557px;
    position: absolute;
    right: calc(50% - 110px);
    top: -10px
}

.DSLight-halo {
    position: fixed;
    width: 800px;
    height: 800px;
    background: url(../img/halo.png);
    border-radius: 50%;
    top: calc(50% - 400px);
    left: calc(50% - 480px)
}

#DSLight_packshot_classic picture {
    pointer-events: none
}

#DSLight_packshot_light {
    width: 121px;
    position: absolute;
    left: calc(50% - 60px);
    top: 211px
}

#DSLight_packshot_light picture {
    pointer-events: none
}

@media (max-height:800px) and (min-width:762px) {

    #DSLight_packshot_classic img,
    #DSLight_packshot_light img {
        transform: scale(.7)
    }

    #DSLight_packshot_classic {
        top: -121px;
        right: calc(50% - 150px)
    }

    #DSLight_packshot_light {
        top: 81px
    }
}

@media(max-width:761px) {
    .DSLight-halo {
        width: 100vw;
        height: 200vw;
        top: calc(50% - 100vw);
        left: calc(50% - 50vw);
        background-size: auto 100%;
        background-position: center center;
        border-radius: 0;
    }

    #SCREEN-PACKSHOT,
    #SCREEN-PACKSHOT__WRAPPER {
        overflow: visible
    }

    #SCREEN-PACKSHOT__WRAPPER {
        z-index: 12
    }

    #DSLight_packshot_classic {
        width: 129vw;
        position: absolute;
        right: calc(50% - 42vw);
        top: -50px
    }

    #DSLight_packshot_classic img,
    #DSLight_packshot_light img {
        transform: none;
        width: 100%;
    }

    #DSLight_packshot_light {
        width: 27.74vw;
        left: calc(50% - 13.87vw);
        top: 80vw;
        bottom: auto;
        height: auto
    }
}

.DSLight-tag-new {
    position: absolute;
    top: -20px;
    left: 120px
}

.DSLight-scroll-teaser {
    font-family: var(--GOTHAM-MEDIUM);
    text-transform: uppercase;
    color: #9c6033;
    display: block;
    position: fixed;
    bottom: 20px;
    z-index: 12;
    font-size: 11px;
    left: 50%;
    width: auto;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    transform: translateX(-50%);
    white-space: nowrap
}

.DSLight-scroll-teaser::after {
    content: " ";
    border-left: #9c6033 2px solid;
    border-top: #9c6033 2px solid;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    display: block;
    left: calc(50% - 10px);
    position: absolute;
    animation: yoyo ease-in-out 0.8s infinite
}

@keyframes yoyo {
    0% {
        top: 0
    }

    50% {
        top: 5px
    }

    100% {
        top: 0
    }
}

@media(max-width:761px) {
    .DSLight-scroll-teaser {
        background-color: #fff;
        padding: 15px;
        text-align: left;
        padding-right: 50px
    }

    .DSLight-scroll-teaser::after {
        transform: rotate(45deg);
        left: auto;
        right: 20px
    }

    @keyframes yoyo {
        0% {
            top: 15px
        }

        50% {
            top: 20px
        }

        100% {
            top: 15px
        }
    }
}

#SCREEN-HEADER {
    z-index: 11
}

.DSLight-Header {
    position: absolute;
    bottom: 0;
    height: calc(100vh - var(--HEADER-HEIGHT));
    width: 100%;
    background-image: url(../img/degrade.png);
    background-repeat: repeat-x;
    background-size: auto 800px;
    background-position: center center;
    background-color: #e2be8b
}

.DSLight-Header::before {
    content: "";
    position: absolute;
    bottom: calc(50% + 400px);
    height: 800px;
    width: 100%;
    background-color: #fdf9f2;
    left: 0
}

.DSLight-Header__packshot {
    top: calc(50% - 370px);
    left: calc(50% - 800px);
    position: absolute;
    width: 1600px;
    display: block
}

.DSLight-Header__new {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 22px;
    text-align: left;
    z-index: 2;
    text-shadow: 0px 0px 8px #fef9f3;
    width: 100%;
    padding-top: 110px;
    padding-left: 600px;
    box-sizing: border-box;
}

.DSLight-Header__content {
    top: calc(50% - 245px);
    left: 50%;
    position: absolute;
    width: 450px;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.DSLight-Header .DSLight-mentions {
    position: fixed;
    bottom: 20px;
    left: 20px;
    pointer-events: none;
}

@media (max-height:800px) and (min-width:762px) {
    .DSLight-Header {
        background-size: auto 650px;
        background-position: center top -80px;
        background-image: url(../img/degrade-small.png)
    }

    .DSLight-Header__packshot {
        top: -110px;
        transform: scale(.7);
        bottom: auto
    }

    .DSLight-Header__content {
        height: 400px
    }
}

@media(max-width:761px) {
    #SCREEN-HEADER {
        z-index: 11;
        background-image: none;
        overflow: visible
    }

    #SCREEN-HEADER__WRAPPER {
        height: 198vw;
        top: var(--HEADER-HEIGHT);
        bottom: auto;
        z-index: 1;
        pointer-events: none
    }

    .DSLight-Header__new {
        font-size: 5vw;
        padding-top: 0;
        padding-left: 60vw;
    }

    .DSLight-Header {
        height: 198vw;
        bottom: 0;
        top: auto;
        position: absolute;
        overflow: hidden;
        background-image: none;
        background-color: transparent
    }

    .DSLight-Header::before {
        display: none
    }

    .DSLight-Header__packshot {
        top: auto;
        bottom: 20px;
        left: 0;
        position: absolute;
        width: 100%;
        overflow: hidden;
        transform: none
    }

    .DSLight-Header__packshot img {
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        position: absolute
    }

    .DSLight-Header__content {
        opacity: 0;
        position: absolute;
        padding: 0;
        left: auto;
        top: auto;
        bottom: 150vw;
        height: 50vw;
        width: 100%;
        justify-content: center
    }

    .DSLight-Header .DSLight-mentions {
        position: relative;
        top: 118vw;
        text-align: center;
        width: 100%;
        left: 0;
    }
}

@media(min-width:1600px) {
    .DSLight-Header .DSLight-mentions {
        left: calc(50% - 780px);
        text-align: left;
        width: 1560px;
    }
}

#SCREEN-PACKSHOT {
    z-index: 10
}

#SCREEN-PACKSHOT .wrapper {
    top: calc(50% - 400px + 0.5*var(--HEADER-HEIGHT));
    bottom: auto;
    height: 800px;
    overflow: visible
}

.DSLight-packshot__tag {
    position: absolute;
    top: -35px;
    left: 110px;
    width: auto;
    font-size: 22px;
    text-align: left
}

.DSLight-popin {
    position: absolute;
    overflow: hidden;
    max-width: 88px;
    box-sizing: border-box;
    transition: max-width ease-in-out 0.5s;
    width: 500px;
    z-index: 2
}

.DSLight-popin[data-open="1"] {
    max-width: 500px
}

#DSLight_packshot_classic .DSLight-popin {
    right: 250px;
    top: 160px;
    padding-right: 88px
}

#DSLight_packshot_light .DSLight-popin {
    left: 60px;
    top: 0;
    padding-left: 88px
}

.DSLight-popin__wrapper {
    padding: 22px;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#DSLight_packshot_classic .DSLight-popin__wrapper {
    float: right
}

#DSLight_packshot_light .DSLight-popin__wrapper {
    float: left
}

.DSLight-popin__background {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none
}

.DSLight-popin[data-open="1"]+.DSLight-popin__background {
    display: block
}

.DSLight-popin__button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-color: #b40125;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: transform ease-in-out 0.2s;
    cursor: pointer
}

.DSLight-popin[data-open="1"] .DSLight-popin__button {
    transform: rotate(45deg)
}

#DSLight_packshot_classic .DSLight-popin__button {
    right: 30px
}

#DSLight_packshot_light .DSLight-popin__button {
    left: 30px
}

.DSLight-popin__title {
    font-size: 35px;
    display: flex;
    flex-direction: column;
    font-family: var(--CLARINS-FONT);
    padding-bottom: 15px;
    align-items: center
}

.DSLight-popin__title strong {
    background-color: #c6a878;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: 400;
    margin-top: -2px;
    line-height: 1em;
    display: inline-block
}

.DSLight-popin__text {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.4em
}

.DSLight-popin__price {
    padding-top: 8px;
    font-size: 16px
}

.DSLight-popin__price-unit {
    font-size: 11px;
    opacity: .5;
    padding-top: 2px
}

.DSLight-popin-mobile {
    display: none;
    z-index: 2000;
    height: 100vh;
    width: 100vw
}

@media (max-height:800px) and (min-width:762px) {
    #SCREEN-PACKSHOT .wrapper {
        top: var(--HEADER-HEIGHT);
        height: auto
    }

    .DSLight-popin__price {
        font-size: 16px
    }

    .DSLight-packshot__tag {
        display: block;
        transform: scale(.7);
        top: 30px;
        left: 80px
    }
}

@media(max-width:1023px) and (min-width:762px) {
    #SCREEN-PACKSHOT .wrapper {
        top: calc(50% - 344px);
    }
}

@media(max-width:761px) {
    #SCREEN-PACKSHOT .wrapper {
        top: var(--HEADER-HEIGHT);
        height: auto
    }

    .DSLight-packshot__tag {
        top: -7vw;
        left: 25vw;
        font-size: 5.2vw
    }

    #DSLight_packshot_classic .DSLight-popin {
        right: 58vw;
        top: 35vw;
        padding-right: 88px
    }

    #DSLight_packshot_light .DSLight-popin {
        left: 13vw;
        top: 0;
        padding-left: 88px
    }

    .DSLight-popin-mobile__background {
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .DSLight-popin {
        height: 130px
    }

    .DSLight-popin .DSLight-popin__wrapper {
        display: none !important
    }

    .DSLight-popin-mobile .DSLight-popin__wrapper {
        z-index: 1000;
        position: absolute;
        left: 50%;
        top: 70vw;
        transform: translateX(-50%);
        width: 335px
    }
}

.DSLight-Textures__content {
    left: calc(50% + 124px);
    top: calc(50% - 155px);
    position: absolute;
    height: 450px;
    width: 490px;
    text-align: left
}

#SCREEN-TWO-TEXTURES__TEXT_2 .DSLight-mentions {
    position: relative;
    margin-top: 1em
}

@media(max-width:1300px) {
    .DSLight-Textures__content {
        height: 450px;
        width: 360px;
        left: calc(50% + 104px)
    }
}

@media (max-height:800px) and (min-width:762px) {
    .DSLight-Textures__content {
        left: calc(50% + 124px);
        top: 70px;
        height: auto;
        width: 490px
    }
}

@media(max-width:761px) {
    #SCREEN-TWO-TEXTURES {
        height: calc(3*(100vh - var(--HEADER-HEIGHT)))
    }

    .DSLight-Textures__content {
        text-align: center;
        width: 360px;
        left: calc(50% - 180px);
        top: 0;
        height: 75vw;
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .DSLight-Textures__content .DSLight-mentions {
        position: relative;
        bottom: auto;
        text-align: left;
        padding-top: 10px
    }
}

.DSLight-Textures__text {
    padding-top: 20px
}

@media(max-width:761px) {
    .DSLight-Textures__text {
        padding-left: 20px;
        padding-right: 20px
    }
}

.DSLight-key-value {
    font-size: 60px;
    font-family: var(--GOTHAM-LIGHT)
}


/**********************/
.DSLight-Benefits__content {
    left: calc(50% + 124px);
    top: calc(50% - 150px);
    position: absolute;
    width: 490px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 450px;
}

.DSLight-Benefits__stats {
    right: calc(50% + 124px);
    position: absolute;
    width: 330px;
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 20px;
}

.DSLight-Benefits__stats .DSLight-text {
    border-top: 1px solid #ae7422;
    position: relative;
    padding: 15px;
    padding-left: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.DSLight-Benefits__stats .DSLight-text:first-child {
    border-top: 0px solid;
}

.DSLight-Benefits__stats-key-value {
    position: absolute;
    width: 100px;
    left: 0;
    top: 15px;
    font-size: 42px;
    font-family: var(--GOTHAM-LIGHT);
    color: #ae7422;
}

.DSLight-Benefits__stats-key-value sup {
    font-size: 0.5em;
}

@media(max-width:761px) {

    .DSLight-Benefits__content {
        text-align: center;
        width: 360px;
        left: calc(50% - 180px);
        top: 0;
        height: 75vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .DSLight-Benefits__stats {
        text-align: left;
        width: 360px;
        left: calc(50% - 180px);
        top: 0;
        height: 75vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .DSLight-Benefits__stats .DSLight-mentions {
        text-align: center;
    }
}

/***************************************/

.DSLight-Choice__content {
    left: calc(50% + 124px);
    top: calc(50% - 150px);
    position: absolute;
    width: 490px;
    text-align: left;
}

@media (min-width:762px) {
    #SCREEN-CHOICE {
        z-index: 11;
    }
}

.DSLight-Choice__content .DSLight-title {}

.DSLight-choice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
}

.DSLight-choice .DSLight-bold-text {
    display: none;
}

.DSLight-choice+.DSLight-choice {
    right: calc(100% + 390px);
    position: absolute;
    width: 300px;
    bottom: 0;
    align-items: flex-end;
    text-align: right;
}


@media(max-width:1300px) {
    .DSLight-Choice__content {
        height: 450px;
        width: 360px;
        left: calc(50% + 104px)
    }
}

@media (max-height:800px) and (min-width:762px) {
    .DSLight-Choice__content {
        left: calc(50% + 124px);
        top: 70px;
        height: auto;
        width: 490px
    }
}

@media (max-width:761px) {
    .DSLight-Choice__content {
        text-align: center;
        width: 360px;
        left: calc(50% - 180px);
        top: 0;
        height: 35vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .DSLight-choice {
        align-items: center;
    }

    #SCREEN-CHOICE__BLOCK_1,
    #SCREEN-CHOICE__BLOCK_2 {
        display: none;
    }

}




/****************************************************************/

#SCREEN-FORMULA {
    pointer-events: none
}

@media(max-width:761px) {
    #SCREEN-FORMULA {
        z-index: -1
    }

    #SCREEN-FORMULA .DSLight-title {
        font-size: 24px;
        max-width: 334px;
    }
}

/****************************************************************/
@media(max-width:761px) {

    #SCREEN-REDISCOVER .DSLight-title {
        font-size: 30px;
        max-width: 300px;
    }
}

/****************************************************************/
#SCREEN-LIPIDIC-PHASE {
    z-index: 10
}

#SCREEN-LIPIDIC-PHASE .DSLight-mask {
    width: 80%;
    white-space: nowrap;
}

#SCREEN-LIPIDIC-PHASE .DSLight-mask img {
    width: 121px;
    height: 423px;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 189px)
}

@media (max-height:800px) and (min-width:762px) {
    #SCREEN-LIPIDIC-PHASE .DSLight-mask img {
        transform: scale(.7);
        top: 81px
    }
}

@media (max-width:1023px) and (min-width:762px) {
    #SCREEN-LIPIDIC-PHASE .DSLight-mask img {
        position: fixed;
        top: calc(50% - 189px + var(--HEADER-HEIGHT)*0.5);
    }
}

#SCREEN-LIPIDIC-PHASE .DSLight-mask h2:first-child {
    z-index: 3;
    position: relative
}

#SCREEN-LIPIDIC-PHASE .DSLight-content {
    padding-left: calc(50% + 124px);
    padding-top: 30px;
    text-align: left;
    width: 100%
}

#SCREEN-LIPIDIC-PHASE .DSLight-mentions {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

@media(max-width:761px) {
    #SCREEN-LIPIDIC-PHASE {
        z-index: 10;
        pointer-events: none
    }

    #SCREEN-LIPIDIC-PHASE .DSLight-content {
        text-align: center;
        width: 360px;
        left: calc(50% - 180px);
        top: 0;
        height: 75vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0;
        bottom: auto;
        position: absolute;
        z-index: 1
    }

    #SCREEN-LIPIDIC-PHASE .DSLight-mask {
        width: 100%;
        top: 80vw;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2
    }

    #SCREEN-LIPIDIC-PHASE .DSLight-mask img {
        width: 27.74vw;
        height: auto;
        position: absolute;
        left: calc(50% - 13.87vw);
        top: 0;
        z-index: 2;
        transform: none
    }
}

/*****************************************************************/



#SCREEN-EXCEPTIONNALLY-LIGHT {
    z-index: 10
}

#SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask {
    width: 80%;
    white-space: nowrap;
}

#SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask img {
    width: 121px;
    height: 423px;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 189px)
}

@media (max-height:800px) and (min-width:762px) {
    #SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask img {
        transform: scale(.7);
        top: 81px
    }
}

@media (max-width:1023px) and (min-width:762px) {
    #SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask img {
        position: fixed;
        top: calc(50% - 189px + var(--HEADER-HEIGHT)*0.5);
    }
}

#SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask h2:nth-child(1) {
    z-index: 3;
    position: relative;
    text-align: right;
}

#SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask h2:nth-child(2) {
    text-align: left;
}

#SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-content {
    padding-left: calc(50% + 124px);
    padding-top: 30px;
    text-align: left;
    width: 100%
}

#SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mentions {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

@media(max-width:761px) {
    #SCREEN-EXCEPTIONNALLY-LIGHT {
        z-index: 10;
        pointer-events: none
    }

    #SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-content {
        text-align: center;
        width: 360px;
        left: calc(50% - 180px);
        top: 0;
        height: 75vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0;
        bottom: auto;
        position: absolute;
        z-index: 1
    }

    #SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask {
        width: 100%;
        top: 80vw;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2
    }

    #SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask h2 {
        text-align: center;
    }

    #SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-mask img {
        width: 27.74vw;
        height: auto;
        position: absolute;
        left: calc(50% - 13.87vw);
        top: 0;
        z-index: 2;
        transform: none
    }
}


/*****************************************************************/


#SCREEN-GOLDEN-RATIO {
    z-index: 10
}

#SCREEN-GOLDEN-RATIO .DSLight-mask {
    width: 80%
}

#SCREEN-GOLDEN-RATIO .DSLight-mask img {
    width: 121px;
    height: 423px;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 189px);
    z-index: 2
}

@media (max-height:800px) and (min-width:762px) {
    #SCREEN-GOLDEN-RATIO .DSLight-mask img {
        transform: scale(.7);
        top: 81px
    }
}

@media (max-width:1023px) and (min-width:762px) {
    #SCREEN-GOLDEN-RATIO .DSLight-mask img {
        position: fixed;
        top: calc(50% - 189px + var(--HEADER-HEIGHT)*0.5);
    }
}

#SCREEN-GOLDEN-RATIO .DSLight-mask h2:first-child {
    z-index: 3;
    position: relative
}

#SCREEN-GOLDEN-RATIO .DSLight-content {
    padding-left: calc(50% + 124px);
    padding-top: 30px;
    text-align: left;
    width: 100%
}

.DSLight-formula {
    display: block;
    position: absolute;
    right: calc(50% - 24px);
    top: calc(50% + 18px);
    z-index: -1;
    -webkit-mask-image: url(../img/splash-mask.png);
    -webkit-mask-repeat: no-repeat;
}

.DSLight-formula__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-transform: uppercase
}

.DSLight-formula picture {
    display: block;
    position: relative;
    margin: 0
}

@media (max-height:800px) and (min-width:762px) {
    .DSLight-formula {
        top: 228px;
        right: calc(50% - 71px);
        transform: scale(.7)
    }

    .DSLight-formula__text {
        font-size: 16px
    }

    .DSLight-formula picture img {
        transform: scale(.8)
    }
}

@media(max-width:761px) {
    #SCREEN-GOLDEN-RATIO {
        height: calc(2*(100vh - var(--HEADER-HEIGHT)));
        z-index: 10
    }

    #SCREEN-GOLDEN-RATIO__BULLES_1 {
        display: none
    }

    #SCREEN-GOLDEN-RATIO__WRAPPER {
        overflow: visible
    }

    #SCREEN-GOLDEN-RATIO .DSLight-content {
        text-align: center;
        width: 360px;
        left: calc(50% - 180px);
        top: 0;
        height: 75vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0;
        bottom: auto;
        position: absolute;
        z-index: 1
    }

    #SCREEN-GOLDEN-RATIO .DSLight-mask {
        width: 100%;
        top: 80vw;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2
    }

    #SCREEN-GOLDEN-RATIO .DSLight-mask img {
        width: 27.74vw;
        height: auto;
        position: absolute;
        left: calc(50% - 13.87vw);
        top: 0;
        z-index: 2;
        transform: none
    }

    .DSLight-formula {
        display: block;
        position: absolute;
        right: 10%;
        top: 4%;
        width: 80%;
        z-index: -1;
        -webkit-mask-image: unset
    }

    .DSLight-formula img {
        width: 100%;
    }
}

.DSLight-gallery {
    margin-top: 30px;
    display: flex;
    width: calc(100% - 100px);
    box-sizing: border-box;
    aspect-ratio: 1500 / 560
}

#SCREEN-GALLERY__BULLES_1 {
    z-index: 1
}

#SCREEN-GALLERY__WRAPPER {
    z-index: 2;
    padding-top: 60px
}

.DSLight-portrait {
    flex-basis: 25%;
    position: relative
}

.DSLight-portrait img {
    width: 100%;
}

.DSLight-portrait picture {
    position: absolute;
    display: block;
    max-width: unset;
    overflow: hidden
}

.DSLight-portrait:nth-child(1) picture {
    width: calc(100% * 405 / 366);
    top: calc(100% * 0 / 366);
    left: 0
}

.DSLight-portrait:nth-child(2) picture {
    width: calc(100% * 305 / 366);
    left: 0;
    top: calc(100% / 6)
}

.DSLight-portrait:nth-child(3) picture {
    width: calc(100% * 405 / 366);
    top: calc(100% * 35 / 366);
    left: 0
}

.DSLight-portrait:nth-child(4) picture {
    width: calc(100% * 405 / 366);
    top: calc(100% * 170 / 366);
    right: 0
}

@media(max-height:800px) {
    .DSLight-gallery {
        margin-top: 30px;
        display: flex;
        width: calc(70% - 100px);
        box-sizing: border-box
    }

    .DSLight-portrait:nth-child(4) picture {
        width: calc(100% * 405 / 366);
        top: calc(100% * 139 / 366);
        right: 0
    }
}

@media(max-width:761px) {
    #SCREEN-GALLERY {
        height: calc(2*(100vh - var(--HEADER-HEIGHT)))
    }

    #SCREEN-GALLERY__WRAPPER {
        padding: 20px
    }

    .DSLight-gallery {
        width: 200vw;
        margin-right: -100vw
    }

    .DSLight-portrait:nth-child(1) picture {
        width: 100%;
        top: 0;
        right: auto;
        left: 20px !important
    }

    .DSLight-portrait:nth-child(2) picture {
        width: calc(100% - 20px);
        top: 20px !important;
        left: 0px !important
    }

    .DSLight-portrait:nth-child(3) picture {
        width: 100%;
        top: 0;
        top: 0;
        left: 20px !important
    }

    .DSLight-portrait:nth-child(4) picture {
        width: 100%;
        top: auto;
        right: 20px !important;
        bottom: 0
    }
}

#SCREEN-ROUTINE {
    height: 800px;
    z-index: 9
}

#SCREEN-ROUTINE__WRAPPER {
    z-index: 9;
    overflow: visible;
    top: calc(60px + var(--HEADER-HEIGHT));
    bottom: auto;
    height: 800px
}

.DSLight-routine {
    display: flex;
    padding-top: 30px;
    max-width: 1170px;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    margin-bottom: 0 !important;
}

.DSLight-routine__slide {
    display: flex !important;
    position: relative;
    flex-basis: 50%
}

.DSLight-routine__packshot img {
    max-width: unset !important
}

.DSLight-routine__product {
    padding-top: 50px;
    position: relative;
    text-align: center;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.DSLight-routine__packshot {
    position: relative;
    height: 420px;
    display: block
}

.DSLight-routine__packshot img {
    position: absolute
}

*[data-product="ds-light"] .DSLight-routine__packshot img {
    width: 181px;
    left: calc(50% - 75px);
    top: calc(50% - 139px)
}

*[data-product="ds-eye"] .DSLight-routine__packshot img {
    width: 254px;
    left: calc(50% - 51px);
    top: calc(50% - 120px)
}

*[data-product="anti-aging-creams"] .DSLight-routine__packshot img {
    width: 168px;
    left: calc(50% - 92px);
    top: calc(50% - 202px)
}

*[data-product="skin-illusion"] .DSLight-routine__packshot img {
    width: 91px;
    left: calc(50% - 45px);
    top: calc(50% - 43px)
}

.DSLight-routine__operator {
    width: 0;
    flex-basis: 0%;
    position: relative
}

.DSLight-routine__action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #b40024;
    font-size: 22px;
    line-height: 1em;
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: 400;
    margin: 0
}

.DSLight-routine__name {
    margin: 0;
    font-size: 14px;
    flex: 1
}

.DSLight-routine__price {
    margin: 0;
    font-size: 16px;
    padding-top: 5px
}

.DSLight-routine__price-unit {
    font-size: 11px;
    opacity: .5
}

.DSLight-routine__quickbuy {
    display: flex;
    justify-content: center
}

.DSLight-hidden-quickshop {
    display: none
}

.DSLight-routine__operator span {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%)
}

.DSLight-routine__operator[data-type="OR"] span {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #b40024;
    font-size: 16px;
    font-family: var(--GOTHAM-LIGHT);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.DSLight-routine__operator[data-type="+"] span {
    width: 60px;
    height: 60px;
    color: #b40024;
    font-size: 70px;
    font-family: var(--GOTHAM-LIGHT)
}

@media (max-height:800px) and (min-width:762px) {
    #SCREEN-ROUTINE {
        height: 700px
    }

    #SCREEN-ROUTINE__WRAPPER {
        overflow: visible;
        top: var(--HEADER-HEIGHT);
        bottom: auto;
        height: 700px;
        justify-content: flex-start;
        padding-top: 60px
    }

    .DSLight-routine {
        padding-top: 20px
    }

    .DSLight-routine__product {
        padding-top: 20px
    }

    .DSLight-routine__price {
        font-size: 14px;
        padding-top: 4px
    }

    .DSLight-routine__action {
        height: 16px;
        font-size: 14px
    }

    .DSLight-routine__packshot {
        height: 280px
    }

    *[data-product="ds-light"] .DSLight-routine__packshot img {
        width: 135px;
        left: calc(50% - 52px);
        top: auto;
        bottom: 15px
    }

    *[data-product="ds-eye"] .DSLight-routine__packshot img {
        width: 175px;
        left: calc(50% - 37px);
        top: auto;
        bottom: 8px;
    }

    *[data-product="anti-aging-creams"] .DSLight-routine__packshot img {
        width: 110px;
        left: calc(50% - 65px);
        top: auto;
        bottom: 15px
    }

    *[data-product="skin-illusion"] .DSLight-routine__packshot img {
        width: 60px;
        left: calc(50% - 30px);
        top: auto;
        bottom: 35px;
    }
}

@media(max-width:761px) {
    #SCREEN-ROUTINE {
        height: 650px
    }

    #SCREEN-ROUTINE__WRAPPER {
        height: 650px
    }

    .DSLight-routine {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .DSLight-routine__name {
        display: flex;
        flex-direction: column;
    }

    .DSLight-routine .slick-track {
        display: flex
    }

    .DSLight-routine__slide {
        height: unset !important
    }

    .DSLight-routine__packshot img {
        transform: none;
        width: 100%
    }

    .DSLight-routine__operator:last-child {
        display: none
    }

    .DSLight-routine__packshot {
        height: 300px
    }

    *[data-product="ds-light"] .DSLight-routine__packshot img {
        width: 74px;
        left: calc(50% - 37px);
        top: auto;
        bottom: 15px
    }

    *[data-product="ds-eye"] .DSLight-routine__packshot img {
        width: 75px;
        left: calc(50% - 37px);
        top: auto;
        bottom: 15px
    }

    *[data-product="anti-aging-creams"] .DSLight-routine__packshot img {
        width: 110px;
        left: calc(50% - 65px);
        top: auto;
        bottom: 15px
    }

    *[data-product="skin-illusion"] .DSLight-routine__packshot img {
        width: 74px;
        left: calc(50% - 37px);
        top: auto;
        bottom: 15px
    }

    .DSLight-routine .slick-dots {
        position: relative;
        display: flex;
        padding: 0;
        justify-content: center;
        margin: 0;
        bottom: -10px;
    }

    .DSLight-routine .slick-dots li button {
        opacity: 0
    }

    .DSLight-routine .slick-dots li {
        background-color: #d3b78a;
        padding: 0;
        margin: 3px;
        width: 10px;
        height: 10px;
        overflow: hidden;
        border-radius: 5px;
        display: block;
        cursor: pointer
    }

    .DSLight-routine .slick-dots li.slick-active {
        background-color: #813507
    }

    .DSLight-live-beautifully__slider .slick-arrow::after {
        display: none
    }

    .DSLight .slick-prev:after,
    .DSLight .slick-next:after {
        content: "";
        display: none !important
    }

    .DSLight-routine .slick-arrow {
        background-color: #fff;
        height: 50px !important;
        width: 30px !important;
        background-image: url(../img/arrow.svg);
        background-size: 13px 21px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 2;
        top: calc(50% - 25px) !important;
        font-size: 0;
        border: 0 !important;
        background-color: transparent;
        cursor: pointer;
        -webkit-transform: none;
        transform: none;
        min-width: unset;
        padding: 0;
        outline: 0 solid #000 !important;
        text-decoration: none;
        z-index: 1
    }

    .DSLight-routine .slick-arrow:focus,
    .DSLight-routine .slick-arrow:hover {
        outline: 0 solid #000 !important
    }

    .DSLight-routine .slick-arrow:active {
        outline: 0 solid #000 !important
    }

    .DSLight-routine .slick-next {
        right: 0
    }

    .DSLight-routine .slick-next {
        right: 0
    }

    .DSLight-routine .slick-prev {
        left: 0;
        transform: scaleX(-1)
    }
}

#SCREEN-RELATED {
    background-color: #fff;
    padding: 50px 0;
    z-index: 10
}

.DSLight-related__slider {
    width: 1350px !important;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 3
}

.DSLight-related__card-visual {
    width: calc(100% + 40px);
    margin: -20px;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden
}

.DSLight-related__card-visual img {
    width: 100%;
    display: block;
    transition: transform ease-in-out 0.5s
}

.DSLight-related__card:hover img {
    transform: scale(1.1)
}

.DSLight-related__card a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: #333;
    width: 294px;
    height: 454px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    margin: 0 auto
}

.DSLight-related__card-title {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--GOTHAM-MEDIUM);
    margin-bottom: 8px
}

.DSLight-related__card-text {
    margin: 0;
    font-size: 14px;
    flex: 1;
    line-height: 1.4em
}

.DSLight-related__card-link {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--GOTHAM-MEDIUM);
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
    padding-top: 10px
}

@media(max-width:1350px) {
    .DSLight-related__slider {
        width: calc(100% - 20px) !important;
        padding-bottom: 40px !important
    }

    .DSLight-related__card a {
        width: 100%;
        height: 430px
    }

    .DSLight-related__slider .slick-slide {
        padding: 10px
    }
}

@media(max-width:1023px) {
    .DSLight-related__slider {
        width: 100% !important;
        padding-bottom: 40px !important
    }

    .DSLight-related__card a {
        width: 33vw;
        height: 55vw
    }

    .DSLight-related__slider .slick-slide {
        padding: 0;
        margin-bottom: 20px
    }
}

@media(max-width:761px) {
    #SCREEN-RELATED {
        padding: 0;
        min-height: 0
    }

    .DSLight-related__slider {
        margin-top: 20px !important
    }

    #SCREEN-RELATED .DSLight-title {
        font-size: calc(30 / 375 * var(--WIDTH-ANIM));
        display: block;
        align-items: center;
        text-align: center
    }

    .DSLight-related__background {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .DSLight-related__background img {
        display: block;
        width: 100vw;
        position: relative;
        top: 0;
        left: 0
    }

    .DSLight-related__content {
        padding: calc(40 / 375 *var(--WIDTH-ANIM)) calc(20 / 375 *var(--WIDTH-ANIM))
    }

    .DSLight-related__slider .slick-track {
        display: flex
    }

    .DSLight-related__slider .slick-slide {
        padding: 0;
        height: unset
    }

    .DSLight-related__title {
        font-size: calc(24 / 375 *var(--WIDTH-ANIM));
        margin-bottom: calc(10 / 375 *var(--WIDTH-ANIM))
    }

    .DSLight-related__title strong {
        font-size: calc(35 / 375 *var(--WIDTH-ANIM))
    }

    .DSLight-related__text {
        font-size: calc(12 / 375 *var(--WIDTH-ANIM));
        margin-top: calc(20 / 375 *var(--WIDTH-ANIM));
        width: calc(180 / 375 *var(--WIDTH-ANIM))
    }

    .DSLight-related__card-title {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        font-family: var(--GOTHAM-MEDIUM);
        margin-bottom: 8px
    }

    .DSLight-related__card a {
        width: 100%;
        height: 100%
    }
}

@media(min-width:762px) {
    .DSLight-related__slider.slick-dotted {
        margin-bottom: 0
    }
}

.DSLight-related__slider .slick-dots {
    position: relative;
    display: flex;
    padding: 0;
    justify-content: center;
    margin: 0
}

.DSLight-related__slider .slick-dots li button {
    opacity: 0
}

.DSLight-related__slider .slick-dots li {
    background-color: #d3b78a;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer
}

.DSLight-related__slider .slick-dots li.slick-active {
    background-color: #813507
}

#SCREEN-FAQ {
    background: #fff;
    overflow: visible;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 50px
}

.DSLight-faq__container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px
}

.DSLight-faq__item {
    text-align: left;
    border-bottom: 1px solid #cbcbcb
}

.DSLight-faq__question {
    margin: 0;
    font-size: 18px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial,"Kanit Light", sans-serif;
    font-weight: 400;
    padding: 15px 0;
    line-height: 20px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    color: #333
}

.DSLight-faq__question strong {
    color: #b17423;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px
}

.DSLight-faq__question::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--GOTHAM-MEDIUM);
    color: #ae7422;
    cursor: pointer
}

.DSLight-faq__question--active::after {
    content: "-"
}

.DSLight-faq__answer {
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s
}

.DSLight-faq__answer-content {
    font-size: 14px;
    line-height: 1.4em;
    display: block;
    margin: 0;
    padding: 10px
}

.DSLight-faq__answer-content a {
    color: #333;
    text-decoration: underline;
    font-family: var(--GOTHAM-MEDIUM)
}

.DSLight-faq__answer-content p {
    margin: 0
}

@media(min-width:762px) {
    #SCREEN-FAQ__BULLES-MOBILE {
        display: none
    }
}

@media(max-width:761px) {
    #SCREEN-FAQ {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 45vw;
        padding-bottom: 35vw;
        background: #fff;
        margin-top: 120vw
    }

    #SCREEN-FAQ__BULLES {
        bottom: auto;
        top: 0;
        height: auto
    }

    #SCREEN-FAQ__BULLES-MOBILE {
        height: auto
    }

    .DSLight-faq__container {
        padding: 0;
        padding-top: 20px;
        padding-bottom: 40px
    }

    .DSLight-faq__answer {
        transition: none
    }

    .DSLight-faq__question {
        padding-left: 20px;
        padding-right: 20px
    }

    .DSLight-faq__question::after {
        width: 30px
    }

    .DSLight-faq__answer-content {
        padding: 10px 20px
    }
}

#SCREEN-LIVE-BEAUTIFULLY {
    background-color: #fff;
    z-index: 10
}

.DSLight-live-beautifully__slider {
    max-width: 910px;
    width: calc(100% - 40px);
    margin-top: 30px;
    position: relative;
    z-index: 3
}

.DSLight-live-beautifully__card {
    margin: 20px
}

.DSLight-live-beautifully__card-visual {
    overflow: hidden
}

.DSLight-live-beautifully__card-visual img {
    width: 100%;
    display: block;
    transition: transform ease-in-out 0.5s
}

.DSLight-live-beautifully__card:hover img {
    transform: scale(1.1)
}

.DSLight-live-beautifully__slider .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0
}

.DSLight-live-beautifully__slider .slick-dots li button {
    opacity: 0
}

.DSLight-live-beautifully__slider .slick-dots li {
    background-color: #fff;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer
}

.DSLight-live-beautifully__slider .slick-dots li.slick-active {
    background-color: #004f6c
}

.DSLight-live-beautifully__slider .slick-arrow::after {
    display: none
}

.DSLight-live-beautifully__slider .slick-arrow {
    background-color: #fff;
    height: 50px !important;
    width: 30px !important;
    background-image: url(../img/arrow.svg);
    background-size: 13px 21px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px) !important;
    font-size: 0;
    border: 0 !important;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: none;
    transform: none;
    min-width: unset;
    padding: 0;
    outline: 0 solid #000 !important;
    text-decoration: none;
    z-index: 1
}

.DSLight-live-beautifully__slider .slick-arrow:focus,
.DSLight-live-beautifully__slider .slick-arrow:hover {
    outline: 0 solid #000 !important
}

.DSLight-live-beautifully__slider .slick-arrow:active {
    outline: 0 solid #000 !important
}

.DSLight-live-beautifully__slider .slick-disabled {
    opacity: 0
}

.DSLight-live-beautifully__slider .slick-next {
    right: -30px
}

.DSLight-live-beautifully__slider .slick-prev {
    left: -30px;
    transform: scaleX(-1)
}

@media(max-width:761px) {
    #SCREEN-LIVE-BEAUTIFULLY {
        min-height: 0;
        padding-bottom: 30px
    }

    #SCREEN-LIVE-BEAUTIFULLY .DSLight-title {
        text-align: center
    }

    #SCREEN-LIVE-BEAUTIFULLY .DSLight-text {
        text-align: center;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px
    }

    .DSLight-live-beautifully__slider {
        margin-top: 0;
        padding-bottom: 30px
    }

    .DSLight-live-beautifully__slider .slick-next {
        right: -15px
    }

    .DSLight-live-beautifully__slider .slick-prev {
        left: -15px
    }

    .DSLight-live-beautifully__slider .slick-dots li {
        background-color: #d3b78a
    }

    .DSLight-live-beautifully__slider .slick-dots li.slick-active {
        background-color: #813507
    }
}



/*----------------------------------------------------------------*/
#SCREEN-BENEFITS .DSLight-title {
    width: 350px;
}

.DSLight-Benefits__stats .DSLight-text {
    text-align: left;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .DSLight-title {
        font-size: 30px;
    }

    #SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-content {
        padding-left: calc(50% + 78px);
    }

    #SCREEN-LIPIDIC-PHASE .DSLight-content {
        padding-left: calc(50% + 84px);
    }

    #SCREEN-GOLDEN-RATIO .DSLight-content {
        padding-left: calc(50% + 84px);
    }

    .DSLight-Benefits__content {
        left: calc(50% + 84px);
    }

    .DSLight-Benefits__stats {
        right: calc(50% + 84px);
        width: 300px;
    }

    .DSLight-Textures__content {
        width: 310px;
        left: calc(50% + 74px);
    }

    .DSLight-choice+.DSLight-choice {
        right: calc(100% + 220px);
        width: 300px;
        bottom: -140px;
    }

    .DSLight-routine__slide {
        flex-basis: 45%;
    }

    .DSLight-live-beautifully__slider .slick-dots {
        bottom: -30px;
    }

    .DSLight-live-beautifully__slider .slick-dots li {
        background-color: #000;
        opacity: 0.5;
    }

    .DSLight-live-beautifully__slider .slick-dots li.slick-active {
        opacity: 1;
    }

    .custom-LP-navigation {
        top: 15px;
    }

    .DSLight-routine__slide:first-of-type .DSLight-routine__operator[data-type="+"] span {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translateX(-20%) translateY(-50%);
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-content {
        padding-left: calc(50% + 93px);
    }

    #SCREEN-LIPIDIC-PHASE .DSLight-content {
        padding-left: calc(50% + 93px);
    }

    /*.DSLight-choice + .DSLight-choice {
        right: calc(100% + 370px);
        width: 270px;
        bottom: 170px;
    }*/
    .custom-LP-navigation {
        top: var(--HEADER-HEIGHT);
    }

    .DSLight-Textures__content {
        width: 310px;
        left: calc(50% + 74px);
    }

    .DSLight-choice+.DSLight-choice {
        right: calc(100% + 370px);
        width: 270px;
        bottom: 30px;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    #SCREEN-FORMULA .DSLight-title {
        max-width: 364px;
    }

    #SCREEN-REDISCOVER .DSLight-title {
        font-size: 24px;
        max-width: 380px;
    }

    #DSLight_packshot_classic {
        top: 20px;
    }
}
/* -------------------------------------------------------- */
#SCREEN-FORMULA .DSLight-title {
    font-size: 50px;
    width: 97%;
}

#SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-content {
    width: 95%;
}

#SCREEN-GOLDEN-RATIO .DSLight-content {
    width: 96%;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
#SCREEN-EXCEPTIONNALLY-LIGHT .DSLight-content {
    width: 95%;
}
#SCREEN-LIPIDIC-PHASE .DSLight-content {
    width: 95%;
}
#SCREEN-GOLDEN-RATIO .DSLight-content {
    padding-left: calc(50% + 83px);
}
.DSLight-Header__packshot {
    top: calc(55% - 370px);
}
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    #SCREEN-GOLDEN-RATIO .DSLight-content {
        width: 98%;
    }
    #SCREEN-BENEFITS .DSLight-title {
        width: 338px;
    }
    .DSLight-Choice__content {
        width: 331px;
    }
    #SCREEN-FORMULA .DSLight-title {
        font-size: 40px;
        width: 90%;
    }
 
}

@media (max-width: 480px) {
.DSLight-Header .DSLight-mentions {
    width: 98%;
}
#SCREEN-FORMULA .DSLight-title {
    font-size: 34px;
    width: 90%;
}
.DSLight-faq__question {
    font-size: 17px;
}
#SCREEN-RELATED .DSLight-title {
    font-size: calc(28 / 375 * var(--WIDTH-ANIM));
}
.DSLight-popin__button {
    padding-bottom: 0;
    padding-top: 3px;
}
}
