/*********************************************************************************************/
/****   ECRAN 07 - routine                         ******************************************/
/*********************************************************************************************/

.precious-lp-routine {
    background-color: #000 !important;
    height: auto;
    padding-bottom: 30px;
}

.precious-lp-routine .precious-lp-title {
    text-align: center;
}

.precious-lp-routine__product {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    height: auto !important;
}

.precious-lp-routine .precious-lp-badge {
    position: absolute;
    top: 460px;
    font-size: 22px;
}

@media(max-width:761px) {
    .precious-lp-routine .precious-lp-badge {
        top: 260px;
        left: 0;
        width: 100%;
        font-size: 22px;
    }
}

.precious-lp-routine__wrapper .slick-track {
    display: flex !important;
}

.precious-lp-routine[data-end="1"] .precious-lp-cta {
    opacity: 1 !important
}

.precious-lp-routine__wrapper {
    display: flex;
    justify-content: center;
    max-width: 1275px;
    margin: 0 auto !important;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}


.precious-lp-routine__wrapper .precious-lp-text {
    text-align: center;
    line-height: var(--FONT-SIZE-BOLD);
    padding-top: var(--FONT-SIZE-BOLD);
    flex: 1;
    /* display: block !important; */
    font-size: 14px;
    line-height: 1.4em;
    padding: 30px;
    padding-bottom: 20px;
}


.precious-lp-routine[data-anim="1"] .precious-lp-text {
    opacity: 1 !important;
}

.precious-lp-routine__packshot {
    display: flex;
    position: relative;
    width: 286px;
    align-items: flex-end;
    justify-content: center;
    flex-basis: 468px;
}

.precious-lp-routine__packshot img {
    display: block;
}

*[data-anim="0"] .precious-lp-routine__packshot {
    opacity: 0;
}

*[data-anim="1"] .precious-lp-routine__packshot {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
}

.precious-lp-routine__product-name {
    margin: 0;
    text-transform: uppercase;
    margin-top: 30px;
    /*color: var(--COLOR-GOLD);*/
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--GOTHAM-MEDIUM);
}

*[data-anim="0"] .precious-lp-routine__product-name {
    opacity: 0;
}

*[data-anim="1"] .precious-lp-routine__product-name {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
}

.precious-lp-routine__price {
    line-height: var(--FONT-SIZE-BOLD);
    font-size: var(--FONT-SIZE);
    font-family: var(--GOTHAM-BOOK);
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
}

*[data-anim="0"] .precious-lp-routine__price {
    opacity: 0;
}

*[data-anim="1"] .precious-lp-routine__price {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
}

.precious-lp-routine__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: var(--FONT-SIZE);
    line-height: 16px;
    margin: 16px auto;
}

.precious-lp-routine .slick-arrow {
    background-image: url(../images/arrow.svg);
    font-size: 0;
    width: 40px;
    height: 70px;
    background-color: transparent;
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    top: calc(50% - 35px);
    position: absolute;
    z-index: 2;
    border: 0px solid;
    outline: 0;
    transform: none !important;
}

.precious-lp-routine .slick-arrow:focus,
.precious-lp-routine .slick-arrow:active {
    border: 0px solid !important;
    outline: 0px !important;
}

.precious-lp-routine .slick-prev {
    left: 0;
    transform: scaleX(-1) !important;
}

.precious-lp-routine .slick-next {
    right: 0;

}

.precious-lp-routine .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}

@media(max-width:761px) {
    .precious-lp-routine__wrapper {
        padding-top: 0px;
    }

    .precious-lp-routine__price {
        margin: 0;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1em;
    }

    .precious-lp-routine__wrapper .precious-lp-text {
        padding: 20px;
        font-size: var(--FONT-SIZE);
    }

    .precious-lp-routine__packshot {
        flex-basis: unset;
        width: 100%;
    }
}