html,
body {
    margin: 0;
    overflow-x: clip;
}

@font-face {
    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");
}

/*  ------  reset   ------  */

#main:not(.main-homepage) {
    padding-top: 0px;
}

#primary {
    padding-bottom: 0;
}

.breadcrumb {
    display: none !important;
}

#wrapper {
    max-width: 100%;
}

footer.footer-main {
    margin-top: 0;
}

@media (max-width: 640px) {

    .offerbumper-loader {
        display: none !important;
    }
}


.serums {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    max-width: 1600px;
    --FONT-SIZE: 14px;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333333;
    --WIDTH-ANIM: 1600px;
    overflow-x: clip;
}

@media(max-width:1600px) {
    .serums {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {
    .serums {
        --WIDTH-ANIM: 100vw;
    }
}

@media(max-width:761px) {
    .serums {
        --WIDTH-ANIM: 100vw;
    }
}


.serums-cta {
    position: relative;
    background-color: #fff !important;
    display: block;
    color: #333;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    min-width: 145px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    border: #cfcac9 solid 1px;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

.serums-cta:hover {
    color: #b40024 !important;
}

.serums-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #b40024 solid 2px;
    opacity: 0;
    left: -2px;
    top: -2px;
    border-radius: 5px;
    pointer-events: none;
    box-sizing: border-box;
}

.serums-cta:hover::after,
.serums-cta:active::after {
    opacity: 1;
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.serums-header {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1050px;
    width: 100%;
    text-align: center;
    min-height: 700px;
}

.serums-header__visual {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
    margin-bottom: 30px;
}

@media(min-width:1050px) {
    .serums-header__visual {
        height: 350px;
    }
}

.serums-header__visual img {
    display: block;
    max-width: 100%;
}

@media(max-width:1023px) {
    .serums-header__visual {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
    }

    .serums-header__visual img {
        display: block;
        max-width: 100%;
        width: 50vw;
        height: 50vw;
        object-fit: cover;
        object-position: center center;
    }
}

.serums-header__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 60px;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
}

@media(max-width:761px) {
    .serums-header__title {
        font-size: 40px;
        margin: 0 20px;
    }
}

.serums-header__text {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
}

@media(max-width:761px) {
    .serums-header__text {
        margin: 0 20px;
        margin-top: 20px;
    }
}

.serums-header__text+.serums-header__text {
    margin-top: 0px;
}

.serums-header__bold-text {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 705px;
}

@media(max-width:761px) {
    .serums-header__bold-text {
        margin: 0 20px;
        margin-top: 20px;
    }
}

.serums-header__bold-text+.serums-header__bold-text {
    margin-top: 0px;
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.serums-nav {
    margin: 0 auto;
    /*  position: -webkit-sticky;
    position: sticky;*/
    top: 110px;
    z-index: 10;
    height: 0px;
    margin-bottom: 140px;
}

.serums-nav__wrapper {
    padding: 0;
    margin: 0 auto;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 10;
    background-color: #fff;
    max-width: 800px;
}



.serums-nav li {
    padding: 10px;
}

.serums-nav li a {
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
}

.serums-nav[data-sticky="true"] .serums-nav__wrapper {
    max-width: 100%;
    background: linear-gradient(to bottom, white, transparent);
}

.serums-nav[data-sticky="true"] li {
    padding: 5px;
}

.serums-nav[data-sticky="true"] li a {
    font-size: 11px;
    padding: 0 15px;
    border-radius: 15px;
    height: 30px;
}

.serums-nav li a:hover,
.serums-nav li a[data-selected="1"] {
    border: 1px solid #ba0c2f;
    color: #ba0c2f;
}

@media(max-width:1023px) {
    .serums-nav {
        top: 48px;
        width: 100vw;
        margin-bottom: 50px;

    }

    .serums-nav__wrapper {
        flex-wrap: nowrap;
        overflow-x: scroll;
        max-width: 100vw;
        box-sizing: border-box;
        display: block;
        white-space: nowrap;
        font-size: 0;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .serums-nav li {
        padding: 5px;
        display: inline-block;
    }

    .serums-nav li:first-child {
        margin-left: 5px;
    }

    .serums-nav li:last-child {
        margin-right: 5px;
    }

    .serums-nav li a {
        white-space: nowrap;
        height: 40px;
        padding: 0 20px;
        border-radius: 20px;
    }

}

/****************************************************/
.serums-anchor {
    margin-top: -153px;
    height: 153px;
    display: block;
    pointer-events: none;

}

.serums-spacer {
    height: 100px;
}

@media(max-width:1023px) {
    .serums-anchor {
        margin-top: -90px;
        height: 90px;
    }

    .serums-spacer {
        height: 80px;
    }
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.serums-hero {
    display: flex;
    justify-content: center;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

@media(max-width:761px) {
    .serums-hero {
        display: block;
    }
}

section:nth-child(2n+1) .serums-hero {
    flex-direction: row-reverse;
}

.serums-hero__visual {
    flex-basis: calc(50% + 20px);
    max-width: 544px;
    padding: 40px;
    padding-right: 80px;
    box-sizing: border-box;
    position: relative;
}

section:nth-child(2n+1) .serums-hero__visual {
    padding: 40px;
    padding-left: 80px;
}

@media(max-width:761px) {
    .serums-hero__visual {
        padding: 7.75vw;
        padding-right: 15.5vw;
    }

    section:nth-child(2n+1) .serums-hero__visual {
        padding: 7.75vw;
        padding-left: 15.5vw;
    }
}

.serums-hero__packshot {
    position: relative;
    display: block;
    margin: 0 auto;
}

.serums-hero__packshot img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.serums-hero__packshot::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(-40px) translateX(-40px);
}

section:nth-child(2n+1) .serums-hero__packshot::before {
    transform: translateY(-40px) translateX(40px);
}

.serums-hero__ingredient {
    position: absolute;
    display: block;
    bottom: 0;

}



section:nth-child(2n) .serums-hero__ingredient {
    right: 0;
}

section:nth-child(2n+1) .serums-hero__ingredient {
    left: 0;
}

.serums-hero__ingredient img {
    display: block;
    max-width: 100%;
}

.serums-hero__ingredient span {
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    padding: 5px;
}

.serums-hero__ingredient span {
    position: absolute;
    color: #fff;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 12px;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    padding: 5px;
}

.serums-hero__content {
    flex: 1;
    color: #333;
    text-align: center;
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.serums-hero__action {
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    display: inline-block;
    background-color: #fff;
    padding: 2px 10px;
}

.serums-hero__action::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #63021A;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.serums-hero__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 42px;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
    line-height: 1em;
}

.serums-hero__text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 425px;
}

.serums-hero__bold-text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 425px;

}

@media(max-width:1023px) and (min-width:762px) {
    .serums-hero__content {
        padding: 0 20px;
    }

}

@media(max-width:761px) {
    .serums-hero__ingredient {
        max-width: 40.5vw;
    }

    .serums-hero__packshot::before {
        transform: translateY(-7.75vw) translateX(-7.75vw);
    }

    section:nth-child(2n+1) .serums-hero__packshot::before {
        transform: translateY(-7.75vw) translateX(7.75vw);
    }

    .serums-hero__title {
        font-size: 35px;
    }

    .serums-hero__text {
        margin: 0 20px;
    }

    .serums-hero__bold-text {
        margin: 0 20px;
    }
}

.serums-hero__bold-text+.serums-hero__text {
    margin-top: 20px;
}

/***************************************************************/
*[data-product="double-serum"] .serums-hero__ingredient span {
    background-color: rgba(235, 95, 59, 0.8);
    top: 15%;
    left: 15%;
    text-align: left;
}

*[data-product="double-serum"] .serums-hero__packshot::before {
    background: linear-gradient(-225deg, #fff4d0, #f19d3c);
}

*[data-product="double-serum"] .serums-hero__title {
    color: #ea6505;
}

*[data-product="double-serum"] .serums-hero__action::before {
    background: linear-gradient(to right, #fcd8a4, #f19d3c);
}

/***************************************************************/
*[data-product="extra-firming"] .serums-hero__ingredient span {
    background-color: rgba(247, 168, 80, 0.8);
    top: 40%;
    left: 30%;
    text-align: left;
}

*[data-product="extra-firming"] .serums-hero__packshot::before {
    background: linear-gradient(-225deg, #f6d5b2, #fcf3d0);
}

*[data-product="extra-firming"] .serums-hero__title {
    color: #daaa61;
}

*[data-product="extra-firming"] .serums-hero__action::before {
    background: linear-gradient(to right, #fbebcd, #f6d7b9);
}

/***************************************************************/
*[data-product="super-restorative"] .serums-hero__ingredient span {
    background-color: rgba(102, 102, 18, 0.8);
    top: 55%;
    left: 50%;
    text-align: left;
}

*[data-product="super-restorative"] .serums-hero__packshot::before {
    background: linear-gradient(225deg, #d5ecd7, #c3e3df);
}

*[data-product="super-restorative"] .serums-hero__title {
    color: #6ab5b7;
}

*[data-product="super-restorative"] .serums-hero__action::before {
    background: linear-gradient(to right, #c3e3e2, #e5ecea);
}

/***************************************************************/
*[data-product="shaping-facial-lift"] .serums-hero__ingredient span {
    background-color: rgba(169, 81, 53, 0.8);
    top: 50%;
    left: 45%;
    text-align: left;
}

*[data-product="shaping-facial-lift"] .serums-hero__packshot::before {
    background: linear-gradient(to right, #eacabf, #fdf1eb);
}

*[data-product="shaping-facial-lift"] .serums-hero__title {
    color: #e0b5a7;
}

*[data-product="shaping-facial-lift"] .serums-hero__action::before {
    background: linear-gradient(to right, #f4ded5, #e0b6a8);
}

/***************************************************************/
*[data-product="hydra-essentiel"] .serums-hero__ingredient span {
    background-color: rgba(0, 147, 163, 0.8);
    top: 20%;
    left: 10%;
    text-align: left;
}

*[data-product="hydra-essentiel"] .serums-hero__packshot::before {
    background: linear-gradient(45deg, #cce7db, #def0d3);
}

*[data-product="hydra-essentiel"] .serums-hero__title {
    color: #89b082;
}

*[data-product="hydra-essentiel"] .serums-hero__action::before {
    background: linear-gradient(to right, #cce8db, #def0d3);
}

/***************************************************************/
*[data-product="bright-plus"] .serums-hero__ingredient span {
    background-color: rgba(239, 123, 92, 0.8);
    top: 20%;
    left: 10%;
    text-align: left;
}

*[data-product="bright-plus"] .serums-hero__packshot::before {
    background: linear-gradient(45deg, #dec0c7, #efe4ea);
}

*[data-product="bright-plus"] .serums-hero__title {
    color: #d89fb1;
}

*[data-product="bright-plus"] .serums-hero__action::before {
    background: linear-gradient(to right, #e2c8cf, #efe4ea);
}

/*********************************************************/
/*********************************************************/
/*********************************************************/


.serums-routine {
    display: block;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 50px;
}

.serums-routine__wrapper {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
}
@media(max-width:761px){
    .serums-routine__wrapper {
        width:100vw;
        margin: 0 auto;     
    }  
   .serums-routine__wrapper .slick-list{
      /*overflow:visible;*/
    }
    .serums-routine__product {
        box-sizing:border-box;
        max-width:263px;
    }
}
.serums-routine__title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding: 20px;
    letter-spacing: 0.05em;
}

.serums-routine__title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #f1f0f0;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.serums-routine__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.serums-routine__product img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.serums-routine__or-tag {
    position: absolute;
    width: 30px;
    right: -15px;
    top: 350px;
    text-align: center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
}

.serums-picto {
    background-image: url(../images/pictos.svg);
    background-size: auto 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    font-size: 0;
    margin: 10px;
    cursor: pointer;
}

.serums-picto span {
    position: absolute;
    font-size: 9px;
    line-height: 1em;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #b0a9a5;
    color: #787474;
    border-radius: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: -20px;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    white-space: nowrap;
}


.serums-picto span::before {
    content: "";
    position: absolute;
    border-top: 10px solid #b0a9a5;
    border-right: 10px solid transparent;
    top: 21px;
    left: 15px;
    height: 8px;
    z-index: 1;
}

.serums-picto span::after {
    content: "";
    position: absolute;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    top: 21px;
    left: 16px;
    height: 8px;
    z-index: 1;
}

.serums-picto:hover span {
    opacity: 1;
}

.serums-picto[data-icon="serum"] {
    background-position: 0px 0px;
}

.serums-picto[data-icon="cream"] {
    background-position: -32px 0px;
}

.serums-picto[data-icon="mascara"] {
    background-position: -64px 0px;
}

.serums-routine__name {
    margin: 0px;
    flex: 1;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
}

.serums-routine__price {
    margin: 10px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
    font-size: 14px;
    line-height: 1em;
}

.serums-routine__reviews {
    color: #b40024;
    font-size: 14px;
    margin-bottom: 10px;
}

.serums-hidden-quickshop {
    display: none;
}

@media(max-width:761px) {

    .serums-routine__title {
        font-size: 20px;
    }

    .serums-routine__or-tag {
        display: none;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.serums-push {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.serums-push__content {
    height: 465px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.serums-push__title {
    margin: 0;
    font-weight: normal;
    padding: 0;
    font-size: 57px;
    line-height: 1em;
    font-family: var(--FONT-GOTHAM-LIGHT);
    display: flex;
    flex-direction: column;
}

.serums-push__title span:last-child {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    background: linear-gradient(to left, #e4a44f, #f8ca63, #e4a44f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 44px;
}

.serums-push__claim {
    margin: 22px auto;
    color: #db932d;
    font-size: 16px;
    line-height: 1.4em;
}

.serums-push__text {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 26px;
}

.serums-push__background {
    height: 465px;
    width: 1600px;
    position: absolute;
    z-index: 1;
    left: calc(50% - 800px);
}

@media(max-width:761px) {
    .serums-push__content {
        height: 171.5vw;
        padding: 20px;
        box-sizing: border-box;
    }

    .serums-push__claim {
        max-width: 250px;
    }

    .serums-push__background {
        height: 171.5vw;
        width: 100vw;
        left: 0;
    }

    .serums-push__background img {
        width: 100vw;
        display: block;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
/*************/
/** FAQ **/
/*************/

.dp-faq {
    text-align: center;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

/*----Elements---*/
.dp-faq__title {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    text-align: center;
}

.dp-faq__claim {
    margin: 20px auto;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.dp-faq__container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;

}

@media(min-width:1024px) {
    .dp-faq__container {
        display: flex;
        justify-content: center;

    }

    .dp-faq__row {
        flex-basis: 100%;
        margin: 20px;
        max-width: 464px;
    }


}

.dp-faq__item {
    text-align: left;
    border-bottom: 1px solid #cbcbcb;
}

.dp-faq__question {
    margin: 0;
    font-size: 14px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 15px 0;
    line-height: 20px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.dp-faq__question::after {
    content: "+";
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
        Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    cursor: pointer;
}

.dp-faq__question--active::after {
    content: "-";
}

.dp-faq__answer {
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
}

.dp-faq__answer-content {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 10px;
}

.dp-faq__answer-content a {
    color: #333;
    text-decoration: underline;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.dp-faq__answer-content p {
    margin: 0;
}

.dp-faq .dp-link {
    margin-top: 50px;
}

.dp-faq__mentions {
    font-size: 11px;
    opacity: 0.5;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-faq {
        margin: 0px;
        padding: 20px;
    }

    .dp-faq__title {
        padding-top: 20px;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.serums .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.serums .slick-initialized .slick-slide {
    display: flex;
}

.serums .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0;
}

.serums .slick-dots li button {
    opacity: 0;
}

.serums .slick-dots li {
    background-color: #ccc;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.serums .slick-dots li.slick-active {
    background-color: #000;
}

.serums .slick-dots > li:only-child {
    display: none;
}



/********** MASTER ANALYSIS **********/
.serums-routine__name {
    width: 100%;
    max-width: 230px;
}

.serums-hero__text_bold {
    font-size: 14px;
    line-height: 1.4em;
}
.serums-hero__text_bold a {
    text-decoration: underline;
} 
*[data-product="double-serum"] .serums-hero__ingredient span {
    top: 78%;
    left: 11%;
}

/* tablet portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    .serums-routine__name {
        max-width: none;
        min-height: 70px;
    }
    .serums-routine__reviews {
        min-height: 20px;
    }
    .footer-container img {
        margin-top: 10%;
    }
}


/* mobile */
@media (max-width: 480px) {
    .serums-routine__name {
        max-width: 240px;
        min-height: 70px;
    }
    .serums-routine__reviews {
        min-height: 20px;
    }
    *[data-product="extra-firming"] .serums-hero__ingredient span {
        left: 20%;
    }
    *[data-product="super-restorative"] .serums-hero__ingredient span {
        left: 45%;
    }
    .footer-container img {
        margin-top: 10%;
    }
}

*[data-product="shaping-facial-lift"] .serums-hero__ingredient span {
    right: 17%;
}




.mobileShow{
    display:none!important;
}

@media(max-width:761px) {
    .mobileShow{
        display:block!important;
    }
    .desktopShow{
        display:none!important;
    }
    .serums-header__visual .mobileShow {
        display: block;
        max-width: 204%;
        width: 100vw;
        height: 100vw;
    }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
    *[data-product="shaping-facial-lift"] .serums-hero__ingredient span {
        right: 19%;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    *[data-product="shaping-facial-lift"] .serums-hero__ingredient span {
        right: 19%;
    }
    .mobileShow{
        display:block!important;
    }
    .desktopShow{
        display:none!important;
    }
    .serums-header__visual .mobileShow {
        display: block;
        max-width: 204%;
        width: 100vw;
        height: 100vw;
    }
}

@media (max-width: 480px) {
    *[data-product="shaping-facial-lift"] .serums-hero__ingredient span {
        right: 9%;
    }
    .serums-nav {
        height: 100%;
    }
    .serums-header__visual .mobileShow {
        display: block;
        max-width: 204%;
        width: 100vw;
        height: 100vw;
    }
}



