:root {
    /* --HEADER-HEIGHT: 155px; 70ans
    --HEADER-HEIGHT: 146px;*/
    --HEADER-HEIGHT: 0px;
}

/* 
@media(max-width:1023px) {
    :root {
      --HEADER-HEIGHT: 76px;70ans
        --HEADER-HEIGHT: 48px;
    }
}
*/
i-footer {
    z-index: 3;
    position: relative;
}

/*
#wrapper {
    padding-top: 180px !important;
}

@media(min-width:1024px) {
    #wrapper {
        padding-top: 147px !important;
    }
}
*/
.lip-oil-anniversary {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
    --FONT-GOTHAM-XTRA-LIGHT: "GothamXtraLight";
    --FONT-SIZE: 14px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: var(--FONT-SIZE);
    color: #333333;
    --swiper-theme-color: #333;
    --swiper-navigation-size: 24px;
    --swiper-navigation-sides-offset: calc(50% - 620px);
    overflow: hidden;
    min-height: calc(200vh - 2*var(--HEADER-HEIGHT));
    /*  */

}


.lip-oil-anniversary * {
    box-sizing: border-box;
}

.lip-oil-anniversary sup {
    font-size: 0.5em;
}

.lip-oil-anchor {
    margin-top: calc(-1 * var(--HEADER-HEIGHT));
    height: var(--HEADER-HEIGHT);
}



/****************************************************************/
/****************************************************************/
/****************************************************************/
.lip-oil-product-tile {
    display: none;
}

.lip-oil-product-link {
    display: none;
}

#LIP-OIL-ANNIVERSARY .lip-oil-cta {
    position: relative;
    z-index: 2;
    background-color: #A90F2F;
    display: inline-block;
    color: #FFF;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset;
    letter-spacing: unset;
    outline: 0;
    border: 1px solid #A90F2F;
    cursor: pointer;
}

#LIP-OIL-ANNIVERSARY .lip-oil-cta--white {
    background-color: #fff;
    color: #333;
    border: 1px solid #B0A9A5;
}

#LIP-OIL-ANNIVERSARY .lip-oil-cta--nav {
    border-radius: 50px;
}

#LIP-OIL-ANNIVERSARY .lip-oil-cta:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

#LIP-OIL-ANNIVERSARY .lip-oil-cta:active {}

#LIP-OIL-ANNIVERSARY .lip-oil-cta:focus-visible {
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/



#LIP-OIL-ANNIVERSARY .lip-oil-nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 0px;
    display: flex;
    justify-content: center;
}

#LIP-OIL-ANNIVERSARY .lip-oil-nav__wrapper {
    margin: 20px auto;
    background-color: #000;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    gap: 70px;
    border-radius: 150px;
    position: absolute;
    bottom: -150px;
    transition: bottom 0.5s ease-in-out;
}

#LIP-OIL-ANNIVERSARY .lip-oil-nav__list {
    display: flex;
    gap: 20px;
}

#LIP-OIL-ANNIVERSARY .lip-oil-nav__link {
    color: #fff;
    font-family: var(--FONT-GOTHAM-BOOK);
    padding: 12px 10px;
    border-radius: 50px;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

#LIP-OIL-ANNIVERSARY .lip-oil-nav__link:hover {
    color: #fff;
}

#LIP-OIL-ANNIVERSARY .lip-oil-nav__link::after {
    display: block;
    position: absolute;
    content: " ";
    height: 14px;
    width: 1px;
    background-color: #fff;
    left: -10px;
    top: calc(50% - 7px)
}

#LIP-OIL-ANNIVERSARY .lip-oil-nav__link:first-child::after {
    display: none;
}

#LIP-OIL-ANNIVERSARY .lip-oil-nav__link[data-active="1"] {
    color: #fff;
    padding: 12px 10px;
    border-radius: 50px;
    background-color: #333;
}


#LIP-OIL-ANNIVERSARY .lip-oil-nav__current {
    display: none;
}

@media(max-width:1023px) {
    #LIP-OIL-ANNIVERSARY .lip-oil-nav__wrapper {
        display: grid;
        width: calc(100% - 32px);
        grid-template-columns: 1fr auto;
        grid-template-rows: 42px 1fr;
        grid-column: span 2;
        gap: 0;
        border-radius: 32px;

    }


    #LIP-OIL-ANNIVERSARY .lip-oil-nav__list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
        height: 42px;
        padding-left: 10px;
        position: relative;
        bottom: auto;
        left: auto;
        max-height: 0px;
        transition: max-height 0.2s ease-in-out;
        order: 3;
        height: auto;
        grid-column: span 2;
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-nav__current {
        display: block;
        color: #fff;
        font-family: var(--FONT-GOTHAM-BOOK);
        padding: 12px 20px;
        padding-left: 30px;
        border-radius: 50px;
        font-size: 13px;
        line-height: 18px;
        white-space: nowrap;
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
        text-decoration: none;
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-nav__current::before {
        content: " ";
        display: block;
        background-image: url(../img/down.svg);
        filter: invert(1);
        height: 24px;
        width: 24px;
        position: absolute;
        left: 0;
        top: 10px;
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-nav__list[data-open="1"]+.lip-oil-nav__current::before {
        background-image: url(../img/close.svg);
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-nav__link {
        display: none;
        display: block;
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-nav__link::after {
        display: none;
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-nav__list {
        height: auto;
    }
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

.lip-oil-section {
    display: flex;
    min-height: calc(100vh - var(--HEADER-HEIGHT) + 2px);
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    margin-top: -1px;
}

.lip-oil-section--white {
    background-color: #FFF;
    position: relative;
    z-index: 3;
}

.lip-oil-section--gray {
    background-color: #FBF6F3;
    min-height: unset;
}

.lip-oil-section--red {
    background: linear-gradient(90deg, #3C0203 1.5%, #4E090A 18%, #5C0304 30.55%, #8F0407 60.73%, #CD080F 100%);
    overflow: hidden;
}

.lip-oil-section--header {
    z-index: 1;
    background: linear-gradient(90deg, #3C0203 1.5%, #4E090A 18%, #5C0304 30.55%, #8F0407 60.73%, #CD080F 100%);
}

.lip-oil-section--post {
    background: #fff;
}

@media(max-width:1023px) {
    .lip-oil-section--header {
        min-height: unset;

    }
}

@media(max-width:761px) {
    .lip-oil-section--header {
        overflow-y: visible;
    }

}

/****************************************************************/

.lip-oil-intro {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: calc(100vh - var(--HEADER-HEIGHT));
    justify-content: center;
}

.lip-oil-intro__col {
    flex-basis: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lip-oil-intro__woman {
    display: block;
    width: 100%;
    height: 100%;
}

.lip-oil-intro__woman img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lip-oil-intro__baseline {
    display: block;
    position: absolute;
    width: 96%;
    bottom: 50%;
    left: 2%;
}

.lip-oil-intro__baseline>img {
    display: block;
    width: 100%;
    height: auto;
}

.lip-oil-intro__packshot {
    position: absolute;
    width: 100%;
    left: 0px;
    height: auto;
}


.lip-oil-intro__packshot img {
    display: block;
    width: 100%;
    height: auto;
}

.lip-oil-intro__collection {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.lip-oil-intro__collection img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

.lip-oil-intro__content {
    position: absolute;
    left: 31%;
    top: 56%;
    color: #fff;
    transform: translateX(-25%);
}

.lip-oil-intro__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 48px;
    font-weight: normal;
    line-height: 1.4em;
    text-align: left;
    text-transform: none;
}

.lip-oil-intro__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
}

.lip-oil-intro__details {
    position: absolute;
    height: 100%;
    width: 750px;
    padding-right: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.lip-oil-intro__details-tag {
    margin: 0;
    margin-bottom: 24px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: uppercase;
}

.lip-oil-intro__details-title {
    margin: 0;
    margin-bottom: 8px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 60px;
    font-weight: normal;
    line-height: 75px;
    text-align: center;
    white-space: nowrap;
}

.lip-oil-intro__details-tint {
    margin: 0;
    margin-bottom: 12px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 30px;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}

.lip-oil-intro__details-text {
    margin: 0;
    margin-bottom: 32px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}

.lip-oil-intro__woman-for-wrapper {
    display: none;
}

@media(max-width:1023px) {
    .lip-oil-intro {
        flex-direction: column;
    }

    .lip-oil-intro__col {
        flex-basis: unset;
        width: 100%;
    }

    .lip-oil-intro__col+.lip-oil-intro__col {
        flex: 1;
    }


    .lip-oil-intro__packshot {
        /*   transform-origin: top center;*/
        width: 50%;
        left: 25%;
        height: auto;
        margin-top: -66%;
        position: relative;
        z-index: -1;
    }

    .lip-oil-intro__baseline {
        width: calc(100% - 32px);
        transform: translateY(33%);
        bottom: 0;
        height: auto;
        left: 16px;
    }

    .lip-oil-intro__content {
        left: 16px;
        transform: none;
        top: 60%;
    }

    .lip-oil-intro__title {
        font-size: 7.6vw;
        line-height: 1.4em;
    }

    .lip-oil-intro__text {
        margin: 0;
        font-size: 16px;
        line-height: 23px;
    }

    .lip-oil-intro__details {
        height: 100%;
        width: 100%;
        right: auto;
        left: 0;
        padding-right: 0;
    }

    .lip-oil-intro__details-tag {
        margin-bottom: 12px;
        font-size: 12px;
        line-height: 17px;
    }

    .lip-oil-intro__details-title {
        font-size: 30px;
        line-height: 37px;
    }

    .lip-oil-intro__details-tint {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 4px;
    }

    .lip-oil-intro__details-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .lip-oil-intro__wrapper {
        position: relative;
    }

    .lip-oil-intro__woman-for-wrapper {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        width: 100%;
    }

    .lip-oil-intro__woman-for-wrapper>img {
        display: block;
        width: 100%;
        height: auto;
        transform: translateY(-99.5%);
    }



    .lip-oil-section--post .lip-oil-intro {
        height: auto;
        min-height: unset;
    }

    .lip-oil-section--post .lip-oil-intro__col {
        flex: unset;
        z-index: 2;
        aspect-ratio: 376/251;
    }

    .lip-oil-section--post .lip-oil-intro__col+.lip-oil-intro__col {
        z-index: 1;
    }

    .lip-oil-intro__collection img {
        object-position: top center;
    }
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/


.lip-oil-big-title {
    margin: 0;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 60px;
    font-weight: normal;
    line-height: 87px;
    text-align: center;
    text-transform: uppercase;
}

.lip-oil-section--red .lip-oil-big-title {
    color: #fff;
}

.lip-oil-big-title strong {
    display: block;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 90px;
    font-weight: normal;
    line-height: 130px;
    text-align: center;
    text-transform: uppercase;
}

.lip-oil-big-title-static {
    margin: 0;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 90px;
    font-weight: normal;
    line-height: 130.5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.lip-oil-big-title-static strong {
    display: block;
    font-weight: 500;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.lip-oil-text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
}

#LIP-OIL-ANNIVERSARY .lip-oil-text a {
    color: #333;
    text-decoration: underline;
}

.lip-oil-big-title__wrapper {
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width:761px) {
    .lip-oil-big-title {
        font-size: 30px;
        line-height: 44px;
    }

    .lip-oil-big-title strong {
        font-size: 40px;
        line-height: 58px;
    }

    .lip-oil-section--red .lip-oil-big-title strong {
        font-size: 60px;
        line-height: 75px;
    }

    .lip-oil-text {
        font-size: 16px;
        line-height: 24px;
    }

    .lip-oil-big-title-static {
        font-size: 30px;
        line-height: 1.4em;
    }

    .lip-oil-big-title-static strong {
        font-size: 40px;
        line-height: 58px;
    }
}

/***************************************/
.lip-oil-gif__container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.lip-oil-gif {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lip-oil-gif img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***************************************/

.lip-oil-videoplayer {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lip-oil-videoplayer__container {
    height: auto;
    width: 72.7272%;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    max-width: 1254px;

}

.lip-oil-videoplayer__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

@media (min-width:762px) {
    .lip-oil-videoplayer__iframe {
        width: 100%;
        padding: 56.27% 0 0 0;
        position: relative;
        background-color: black;
        z-index: 2;
    }

    .lip-oil-videoplayer__iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 1px);
        height: calc(100% + 1px);
    }
}

@media (max-width:761px) {
    .lip-oil-videoplayer__iframe {
        padding: 100% 0 0 0;
        position: relative;
        background-color: black;
        z-index: 2;
    }

    .lip-oil-videoplayer__iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}



.lip-oil-videoplayer__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.lip-oil-videoplayer__picture>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lip-oil-videoplayer__close {
    background-image: url(../img/close.svg);
    filter: invert(1);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
}

.lip-oil-videoplayer__btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #fff;
    cursor: pointer;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}

.lip-oil-videoplayer__btn::before {
    pointer-events: none;
    content: " ";
    width: 72px;
    height: 72px;
    display: block;
    background-image: url(../img/play-video.svg);
}


@media (max-width:761px) {
    .lip-oil-videoplayer[data-play="1"] .lip-oil-videoplayer__picture {
        background-color: #000;
    }

    .lip-oil-videoplayer[data-play="1"] .lip-oil-videoplayer__picture img {
        opacity: 0.5;
    }

    .lip-oil-videoplayer__container {
        width: calc(100vw - 72px);
        height: calc(100vw - 72px);
    }
}

/************************************************/

.lip-oil-results {
    display: flex;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

#LIP-OIL-ANNIVERSARY-RESULTS-BLOCK-1 {
    z-index: 2;
}

#LIP-OIL-ANNIVERSARY-RESULTS-BLOCK-2 {
    z-index: 1;
}

.lip-oil-results__wrapper {
    overflow: hidden;
    /* width: 1600px;
    height: 700px;*/
    width: 72.7272%;
    height: auto;
    aspect-ratio: 1600 / 700;
    display: flex;
    position: absolute;
    border-radius: 8px;
}

.lip-oil-results__content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.lip-oil-results__picture {
    display: block;
    width: 100%;
    overflow: hidden;
}

.lip-oil-results__picture img {
    display: block;
    width: 100%;
    height: auto;
}

.lip-oil-results__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 30px;
    font-weight: normal;
    line-height: 43px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
}

.lip-oil-results__keyvalue {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 150px;
    font-weight: normal;
    line-height: 110px;
    text-align: center;
}

.lip-oil-results__action {
    margin: 0;
    margin-top: 30px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 30px;
    font-weight: normal;
    line-height: 37px;
    letter-spacing: 0.02em;
    text-align: center;
}

.lip-oil-results__action sup {
    font-size: 0.5em;
    top: auto;
    position: unset;
    vertical-align: super;
}

@media(max-width:1300px) {
    .lip-oil-results__wrapper {
        width: 90%;
        aspect-ratio: 1600 / 700;
    }
}

@media(max-width:1023px) {
    .lip-oil-results__wrapper {
        width: calc(100% - 32px);
        height: auto;
        aspect-ratio: unset;
    }

    #LIP-OIL-ANNIVERSARY-RESULTS-BLOCK-1 {
        position: relative;
    }

    #LIP-OIL-ANNIVERSARY-RESULTS-BLOCK-2 {
        /* position: relative;*/
    }

    .lip-oil-results__picture:nth-child(2) {
        position: absolute;
        bottom: 0;
    }

    .lip-oil-results {
        flex-direction: column;
        width: 100%;
    }

    .lip-oil-results__picture>img {
        width: 100%;
        height: auto;
    }

    .lip-oil-results__title {
        font-size: 12px;
        line-height: 17px;
        top: 27px;
    }

    .lip-oil-results__keyvalue {
        font-size: 80px;
        line-height: 120px;
    }

    .lip-oil-results__action {
        margin-top: -20px;
        padding: 0 16px;
        font-size: 20px;
        line-height: 25px;
    }

}

/************************************************/

.lip-oil-innovation__container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.lip-oil-innovation__wrapper {
    position: relative;
    /* width: 1600px;
    height: 700px;*/
    width: 72.7272%;
    height: auto;
    aspect-ratio: 1600 / 700;
    display: flex;
    gap: 350px;
    border-radius: 8px;
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
}

.lip-oil-innovation__picture {
    width: 100%;
    height: 100%;
    position: absolute;
}

.lip-oil-innovation__picture>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lip-oil-innovation__item {
    position: relative;
    z-index: 2;
    max-width: 400px;
    flex: 1;
    padding-bottom: 36px;
    min-height: 190px;
}

.lip-oil-innovation__keyvalue {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 90px;
    font-weight: normal;
    line-height: 90px;
    text-align: center;
    color: #D8183B;
}

.lip-oil-innovation__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
}

.lip-oil-innovation__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #333;
}

@media(max-width:1300px) {
    .lip-oil-innovation__wrapper {
        width: 90%;
        aspect-ratio: 1600 / 700;
    }
}

@media(max-width:1023px) {
    .lip-oil-innovation__wrapper {
        position: relative;
        width: calc(100% - 32px);
        gap: 0;
        align-items: center;
        height: auto;
        background: linear-gradient(180deg, #FFFAFA 0%, #F4F2F2 100%);
        aspect-ratio: 344 / 450;
    }

    .lip-oil-innovation__picture {
        height: auto;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        z-index: 3;
    }

    .lip-oil-innovation__picture>img {
        height: auto;
    }

    .lip-oil-innovation__item {
        position: absolute;
        max-width: unset;
        padding: 16px;
        min-height: unset;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lip-oil-innovation__title {
        font-size: 20px;
        line-height: 29px;
    }

    .lip-oil-innovation__text {
        font-size: 14px;
        line-height: 20px;
    }

}

/********************************************/


.lip-oil-reinvent {
    overflow: hidden;
    /* --HEIGHT: 34.9vw;*/
    --HEIGHT: calc(100vh - var(--HEADER-HEIGHT));
    z-index: 1;
}

#LIP-OIL-ANNIVERSARY-REINVENT {
    /*   margin-bottom: 900px;*/
}

.lip-oil-reinvent__intro {
    min-height: calc(100vh - var(--HEADER-HEIGHT));
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lip-oil-reinvent__item {
    position: absolute;
    display: flex;
    width: 100%;
    height: calc(100vh - var(--HEADER-HEIGHT));
    z-index: 1;
    --COLOR: #333;
    text-align: center;
}

#LIP-OIL-ANNIVERSARY .lip-oil-reinvent__item a {
    color: var(--COLOR);
}

#LIP-OIL-ANNIVERSARY-REINVENT-ITEM-1 {
    background: linear-gradient(90deg, #F1EDEE 0%, #F9F0ED 96%);
    flex-direction: row-reverse;
    top: calc(var(--HEIGHT) * 0);
    z-index: 1;
}

#LIP-OIL-ANNIVERSARY-REINVENT-ITEM-2 {
    background: linear-gradient(90deg, #F1EDEE 0%, #F9F0ED 96%);
    top: calc(var(--HEIGHT) * 1);
    z-index: 2;
}

#LIP-OIL-ANNIVERSARY-REINVENT-ITEM-3 {
    background: linear-gradient(180deg, #F6ECE9 0%, #FCF5F1 52.5%);
    flex-direction: row-reverse;
    top: calc(var(--HEIGHT) * 2);
    z-index: 3;
}

#LIP-OIL-ANNIVERSARY-REINVENT-ITEM-4 {
    background: linear-gradient(90deg, #F1EDEE 0%, #F9F0ED 96%);
    top: calc(var(--HEIGHT) * 3);
    z-index: 4;
}

.lip-oil-reinvent__panos {
    /*margin-top: 64px;*/
    width: 100%;
    height: calc(var(--HEIGHT) * 4);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.lip-oil-reinvent__content {
    /* width: 55.5%;*/
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 24px;
    padding: 40px;
    color: var(--COLOR);
}

.lip-oil-reinvent__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 90px;
    font-weight: normal;
    line-height: 90px;
    letter-spacing: 0.02em;
    text-align: center;

}


.lip-oil-reinvent__picture {
    /*width: 44.5%;*/
    overflow: hidden;
}

.lip-oil-reinvent__picture>img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    object-fit: cover;
}

#LIP-OIL-ANNIVERSARY-REINVENT-PICTURE-1 {
    transform-origin: left center;
    object-position: top left;
}

#LIP-OIL-ANNIVERSARY-REINVENT-PICTURE-2 {
    transform-origin: right center;
    object-position: top right;
}

#LIP-OIL-ANNIVERSARY-REINVENT-PICTURE-3 {
    transform-origin: left center;
    object-position: top left;
}

#LIP-OIL-ANNIVERSARY-REINVENT-PICTURE-4 {
    transform-origin: right center;
    object-position: top right;
}

@media(max-width:761px) {
    .lip-oil-reinvent {
        /* --HEIGHT: 132.9787vw;*/
        --HEIGHT: calc(100vh - var(--HEADER-HEIGHT));
    }

    #LIP-OIL-ANNIVERSARY-REINVENT-ITEM-1 {
        background: linear-gradient(90deg, #F1EDEE 0%, #F9F0ED 96%);
    }

    #LIP-OIL-ANNIVERSARY-REINVENT-ITEM-2 {
        background: linear-gradient(90deg, #F1EDEE 0%, #F9F0ED 96%);
        --COLOR: #fff;
    }

    #LIP-OIL-ANNIVERSARY-REINVENT-ITEM-3 {
        background: linear-gradient(180deg, #F6ECE9 0%, #FCF5F1 52.5%);
    }

    #LIP-OIL-ANNIVERSARY-REINVENT-ITEM-4 {
        background: linear-gradient(90deg, #F1EDEE 0%, #F9F0ED 96%);
    }


    #LIP-OIL-ANNIVERSARY-REINVENT-PICTURE-1 {
        transform-origin: top center;
    }

    #LIP-OIL-ANNIVERSARY-REINVENT-PICTURE-2 {
        transform-origin: top center;

    }

    #LIP-OIL-ANNIVERSARY-REINVENT-PICTURE-3 {
        transform-origin: top center;
    }

    #LIP-OIL-ANNIVERSARY-REINVENT-PICTURE-4 {
        transform-origin: top center;
    }

    .lip-oil-reinvent__picture {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .lip-oil-reinvent__content {
        width: 100%;
        gap: 0px;
        padding: 16px;
        top: 0;
        position: absolute;
    }

    .lip-oil-reinvent__title {
        font-size: 40px;
        line-height: 58px;
        letter-spacing: 0.02em;
    }

}

/********************************************/
/********************************************/
/********************************************/


.lip-oil-appeal__content {
    position: absolute;
    /*  background-color: #FFF;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 70px;
}

.lip-oil-tint {}

.lip-oil-tint__packshot {
    /*  width: 500px;
   height: 550px;*/
    aspect-ratio: 500 / 550;
    gap: 24px;
    background-color: #FBF6F3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.lip-oil-tint__zoom {
    /*  width: 500px;*/
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3;
}

.lip-oil-tint__zoom>img {
    /*width: 433px;*/
    width: 86.6%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
    opacity: 1;
}

.lip-oil-tint__picture {
    /* width: 120px;*/
    width: 24%;
    height: auto;
    display: block;
    z-index: 1;
    position: absolute;
    top: 6%;
}

#LIP-OIL-ANNIVERSARY .lip-oil-tint .lip-oil-cta {
    position: absolute;
    bottom: 6%;
}

.lip-oil-tint__picture>img {
    /*  width: 120px;*/
    width: 100%;
    height: auto;
    transform: scale(3.15);
    transition: transform ease-in-out 0.5s;
}

.lip-oil-tint--odd .lip-oil-tint__picture>img {
    transform-origin: 50% 45.5%;
}

.lip-oil-tint--even .lip-oil-tint__picture>img {
    transform-origin: 50% 82%;
}

.lip-oil-tint__packshot:hover .lip-oil-tint__picture>img {
    transform: scale(1);
}

.lip-oil-tint--odd .lip-oil-tint__zoom>img {
    transform-origin: 50% 40%;
}

.lip-oil-tint--even .lip-oil-tint__zoom>img {
    transform-origin: 50% 82%;
}

.lip-oil-tint__packshot:hover .lip-oil-tint__zoom>img {
    transform: scale(0.315);
    opacity: 0;
}


.lip-oil-tint__name {
    margin: 0;
    margin-top: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 30px;
    font-weight: normal;
    line-height: 44px;
    text-align: left;
}


.lip-oil-tints-slider {
    width: 100%;
    padding: 32px 0;
    position: relative;
}

.lip-oil-tints-slider .swiper-slide {
    max-width: 500px;
}


@media(min-width:1024px) {
    /*
    .lip-oil-tints-slider {
        padding: 32px;
        padding-bottom: 64px;
        --swiper-scrollbar-bottom: 32px;
        --swiper-scrollbar-sides-offset: 32px;
        --swiper-scrollbar-drag-bg-color: #B40024;
    }

    .lip-oil-tint {
        user-select: none;
    }
*/

    .lip-oil-tints-slider .swiper-button-prev,
    .lip-oil-tints-slider .swiper-button-next {
        display: none;
    }

    .lip-oil-tints-slider .swiper-wrapper {
        padding: 0 32px;
        display: flex;
        gap: 32px;
        overflow-x: auto;
        margin-bottom: 32px;
        box-sizing: border-box;
    }

    /* width */
    .lip-oil-tints-slider .swiper-wrapper::-webkit-scrollbar {
        height: 4px;
        border-radius: 2px;

    }

    /* Track */
    .lip-oil-tints-slider .swiper-wrapper::-webkit-scrollbar-track {
        background: #FBF6F3;
        margin: 0 32px;
    }

    /* Handle */
    .lip-oil-tints-slider .swiper-wrapper::-webkit-scrollbar-thumb {
        background: #B40024;
        border-radius: 2px;
    }

    /* Handle on hover */
    .lip-oil-tints-slider .swiper-wrapper::-webkit-scrollbar-thumb:hover {
        background: #8c0b26;
    }
}

@media(max-height:920px) and (min-width:1024px) {
    .lip-oil-tints-slider .swiper-slide {
        max-width: calc(100vh - 462px);
    }

    .lip-oil-tint__packshot:hover .lip-oil-tint__picture>img {
        transform: scale(0.8);
    }

    .lip-oil-tint__packshot:hover .lip-oil-tint__zoom>img {
        transform: scale(0.252);
    }

    .lip-oil-tint--even .lip-oil-tint__packshot:hover .lip-oil-tint__picture>img {
        transform: translateY(-7.5%) scale(0.8);
    }


    .lip-oil-tint--even .lip-oil-tint__packshot:hover .lip-oil-tint__zoom>img {
        transform: translateY(-16.5%) scale(0.22);
    }
}

@media(max-width:1023px) {
    .lip-oil-tints-slider {
        padding: 0 16px;
        padding-bottom: 32px;
        margin-bottom: 32px;
        position: relative;
        --swiper-pagination-bullet-inactive-color: #333;
        --swiper-pagination-bullet-color: #333;
        --swiper-pagination-bullet-inactive-opacity: 1;
    }

    .lip-oil-tint__packshot {
        width: 100%;

        padding-bottom: 110%;
        height: auto;
    }

    .lip-oil-tint__zoom {
        display: none;
    }

    .lip-oil-tint__picture {
        width: 24%;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }

    .lip-oil-tint__picture>img {
        width: 100%;
    }

    .lip-oil-tint__name {
        font-size: 20px;
        line-height: 29px;
        margin-top: 12px;
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-tint .lip-oil-cta {
        /* display: none; */
        width: 100%;
        height: 100%;
        bottom: 0;
        opacity: 0;
    }


    #LIP-OIL-ANNIVERSARY .lip-oil-tints-slider .swiper-pagination-bullet-active-prev-prev,
    #LIP-OIL-ANNIVERSARY .lip-oil-tints-slider .swiper-pagination-bullet-active-next-next {
        opacity: 0.25;
        display: inline-block;
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-tints-slider .swiper-pagination-bullet-active-prev,
    #LIP-OIL-ANNIVERSARY .lip-oil-tints-slider .swiper-pagination-bullet-active-next {
        opacity: 0.5;
        display: inline-block;
    }

    #LIP-OIL-ANNIVERSARY .lip-oil-tints-slider .swiper-pagination-bullet-active-main {
        display: inline-block;
    }

    #LIP-OIL-ANNIVERSARY .swiper-slide-active .lip-oil-tint__picture>img {
        transform: scale(1);
    }

    #LIP-OIL-ANNIVERSARY .swiper-slide-active .lip-oil-tint__zoom>img {
        transform: scale(0.315);
        opacity: 0;
    }

    .lip-oil-tints-slider .swiper-navigation {
        color: #333;
    }
}

/****************************************************/


.lip-oil-gift-sets {
    padding: 64px;
    background-color: #FBF6F3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.lip-oil-gift-sets__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 60px;
    font-weight: normal;
    line-height: 75px;
    text-align: center;
}

.lip-oil-gift-sets__text {
    margin: 0;
    font-size: 24px;
    line-height: 35px;
    max-width: 680px;
    text-align: center;
}

.lip-oil-gift-sets__box {
    background-color: #FBF6F3;
    /* display: flex;
align-items: center;
justify-content: center;
gap: 32px;*/
    margin-top: 28px;
    width: 100%;
    max-width: 680px;
    overflow: hidden;
}

.lip-oil-gift-sets__item {
    width: 325px;
}

.lip-oil-gift-sets__picture {
    display: block;
    width: 100%;
}

.lip-oil-gift-sets__picture>img {
    display: block;
    width: 100%;
    height: auto;
}

.lip-oil-gift-sets__infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px;
}

.lip-oil-gift-sets__name {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
}

.lip-oil-gift-sets__price {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

@media(max-width:761px) {
    .lip-oil-gift-sets {
        padding: 32px 16px;
        padding-bottom: 88px;
        position: relative;
        --swiper-pagination-bullet-inactive-color: #333;
        --swiper-pagination-bullet-color: #333;
        --swiper-pagination-bullet-inactive-opacity: 0.5;
        --swiper-pagination-bottom: 40px;
        gap: 8px;
    }

    .lip-oil-gift-sets__box {
        margin-top: 16px;
    }

    /*
    .lip-oil-gift-sets__box .swiper-pagination-bullet-active {
        width: 32px;
        border-radius: 8px;
    }
*/
    .lip-oil-gift-sets__title {
        font-size: 30px;
        line-height: 43px;
    }

    .lip-oil-gift-sets__text {
        font-size: 16px;
        line-height: 23px;
    }

    .lip-oil-gift-sets__item {
        width: 100%;
    }
}