/*********************************************************************************************/
/****   ECRAN 06 - Experiences                      ******************************************/
/*********************************************************************************************/

.precious-lp-experience {
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
}


.precious-lp-experience .precious-lp-title {
    text-align: center;
    justify-content: center;
}

.precious-lp-experience__slide {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    padding: 50px var(--PADDING-CONTENT);
}


.precious-lp-experience__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 50%;
    padding-left: 100px;
    box-sizing: border-box;
    text-align: left;
}

.precious-lp-experience__content .precious-lp-text {
    margin-bottom: 16px;
}

.precious-lp-experience__content .precious-lp-cta {
    min-width: 190px;
    margin-top: 16px;
}

.precious-lp-experience__slide picture {
    flex-basis: 50%;
}

.precious-lp-experience .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.precious-lp-experience .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-experience .slick-arrow:focus,
.precious-lp-experience .slick-arrow:active {
    border: 0px solid !important;
    outline: 0px !important;
}

.precious-lp-experience .slick-prev {
    left: 0;
    transform: scaleX(-1) !important;
}

.precious-lp-experience .slick-next {
    right: 0;

}

.precious-lp-experience .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}

@media(max-width:1023px) {
    .precious-lp-experience__content {
        padding-left: var(--PADDING-CONTENT);
    }
}



@media(max-width:761px) {
    .precious-lp-experience__slide {
        display: block !important;

    }


    .precious-lp-experience .slick-track {
        display: flex;
    }

    .precious-lp-experience__slide {
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        height: auto;
    }

    .precious-lp-experience__content {
        padding: var(--PADDING-CONTENT);
        align-items: center;
        text-align: center;
    }

    /*
    .precious-lp-experience__slide .precious-lp-text {
        flex: 1;
    }*/

    .precious-lp-experience {
        margin-bottom: -20vw;
    }
}


/* ---------------------------------------------------------------- */


#precious-experience-cream > div:nth-child(2) > h3:nth-child(1) {
    text-align: center;
    width: 100%;
  }
  
  #precious-experience-cream > div:nth-child(2) > p:nth-child(2) {
    text-align: center;
    width: 100%;
  }
  
.precious-lp-experience__content {
    padding-left: 80px;
}

.precious-lp-experience__content__products {
    display: flex;
    flex-flow: row;
    text-align: center;
}

.precious-lp-experience__content__products-item {
    margin: 0 16px 0 0;
}

#precious-experience-cream .precious-lp-experience__content .precious-lp-cta{
    margin-top: 5px;
}

.precious-lp-experience__content__products-item .precious-lp-routine__packshot img {
    width: 90%;
    height: auto;
}

.precious-lp-experience__content__products-item .precious-lp-text {
    min-height: 120px;
    margin-bottom: 0;
    text-align: left;
}

.precious-lp-experience__content__products-item .precious-lp-routine__packshot {
    width: 396px;
}

.precious-lp-experience__content__products-item:nth-of-type(2) img {
    width: 387px;
}

.precious-lp-experience__content__products-item .precious-lp-routine__product-name {
    margin-bottom: 14px;
    text-align: left;
}

.precious-lp-experience__content__products-item .precious-lp-cta {
    width: 84%;
    margin: 0 auto;
    margin-top: 13px;
}

.precious-lp-experience__slide:first-of-type, .precious-lp-experience__slide:nth-of-type(3) {
    position: relative;
    /* right: 15.4%; */
}

.precious-lp-experience__content__products-item .precious-lp-routine__price {
    text-align: left;
}
/* #precious-experience-cream .precious-lp-experience__content{
    text-align: center;
    padding-left: 0;
    display: block;
} */

#precious-experience-cream .precious-lp-experience__content__products-item .precious-lp-text{
text-align: center;
}

#precious-experience-cream .precious-lp-experience__content__products-item .precious-lp-routine__product-name{
    text-align: center;
}

#precious-experience-cream .precious-lp-experience__content__products-item .precious-lp-routine__price{
    text-align: center;
}
#precious-experience-cream .picRemove{
    display: none;
}

.precious-lp-experience__content__products-item .precious-lp-routine__packshot img {
    width: 100%;
    height: auto;
}
.precious-lp-experience__content__products-item:nth-of-type(2) img {
    width: 100%;
}
#precious-experience-cream-1 {
    padding-left: 0px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2){
    .precious-lp-experience__slide:first-of-type, .precious-lp-experience__slide:nth-of-type(3) {
        right: 0;
    }
    
    .precious-lp-experience__slide img {
        height: auto;
    }
}

@media(max-width:1023px) {
    .precious-lp-experience__slide:first-of-type, .precious-lp-experience__slide:nth-of-type(3) {
        right: 0;
    }

    .precious-lp-experience__slide img {
        height: auto;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-experience .slick-prev {
        left: 37px !important;
    }
    
    .precious-lp-experience .slick-next {
        right: 0px !important;
    }

    .precious-lp-experience__slide img {
        width: 90%;
        height: auto;
    }

    .precious-lp-experience__slide picture {
        padding-left: 60px;
    }

    .precious-lp-experience__content {
        padding-left: 26px;
    }

    #precious-experience-cream .precious-lp-experience__content .precious-lp-cta {
        min-width: 150px;
    }

    .precious-lp-experience__content__products-item .precious-lp-routine__packshot {
        width: 286px;
        padding-left: 0;
    }

    .precious-lp-experience__content__products-item:nth-of-type(2) img {
        width: 280px;
    }

    .precious-lp-experience__content__products-item {
        width: 100%;
    }

    .precious-lp-experience__content__products-item .precious-lp-routine__packshot {
        margin: 0 auto;
        padding-left: 0;
    }
    .precious-lp-experience__content__products{
        margin: auto !important;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-experience .slick-prev {
        left: 27px !important;
    }

    .precious-lp-experience .slick-next {
        right: 25px !important;
    }

    .precious-lp-experience__slide picture {
        padding-left: 0;
        min-width: 110px;
    }

    .precious-lp-experience__slide {
        padding: 20px 46px;
    }

    .precious-lp-experience__content {
        padding-left: 40px;
        padding-bottom: 20px;
        min-width: 380px;
    }

    #precious-experience-cream .precious-lp-cta {
        min-width: 140px;
    }

    .precious-lp-experience__slide img {
        width: 100%;
    }

    .precious-lp-experience__content__products-item:nth-of-type(2) img {
        width: 389px;
    }
   
}

/*iPhone 6/7/8, 13, and X*/
@media (max-width: 480px) {
    .precious-lp-experience__content {
        padding: var(--PADDING-CONTENT);
    }

    .precious-lp-experience__slide picture {
        padding-left: 8px;
    }

    .precious-lp-experience__content .precious-lp-cta {
        min-width: 150px;
        margin-top: 16px;
    }

    .precious-lp-experience__content__products-item h3 {
        margin-top: 20px;
    }

    .precious-lp-experience__content__products-item h3, .precious-lp-experience__content__products-item p {
        margin: 0 40px;
    }

    .precious-lp-experience__content__products-item .precious-lp-cta {
        width: 66%;
        margin-top: 15px !important;
    }

    .precious-lp-experience__content {
        padding: var(--PADDING-CONTENT) var(--PADDING-CONTENT) 40px;
    }

    .precious-lp-experience__content__products-item {
        margin: 0;
    }

    .precious-lp-experience__content__products-item .precious-lp-routine__product-name {
        margin-top: 15px;
    }

    .precious-lp-experience__content__products-item:nth-of-type(2) img {
        width: 380px;
    }
}
/*  */
.br-mobile {
    display: none;
}
@media screen and (max-width: 1050px) {
    /* .precious-lp-experience__slide picture { */
        /* margin-top: 11em; */
    /* } */
    a:not(.cba-link-style) {
        color: #fff;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {
    .br-mobile {
        display: block;
    }
}




/* --------------------------------------------- */
div#precious-experience-cream .precious-lp-experience__content__products-item {
    display: flex;
    flex-direction: column;
}

.precious-lp-experience-address {
    margin: 10px 0;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-experience__content__products-item .precious-lp-routine__packshot {
        width: 280px;
    }
}

@media (orientation : portrait) {
    .precious-lp-experience__content__products-item .precious-lp-routine__packshot {
        width: 400px;
        min-width: unset;
    }

    .precious-lp-experience__slide picture {
        flex-basis: 368px;
    }
}


/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px){
    .precious-lp-experience-address {
        margin: 20px 0;
    }
}


