/*********************************************************************************************/
/****   ECRAN 07 - routine                         ******************************************/
/*********************************************************************************************/

.precious-lp-routine {
  background-color: #000 !important;
  height: auto;
  padding-bottom: 50px;
}

.precious-lp-routine .precious-lp-title {
  text-align: center;
}

.precious-lp-routine__product {
  flex-basis: 33.33%;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  height: auto !important;
}

/* .precious-lp-routine .precious-lp-badge {
    position: absolute;
    top: 310px;
    left: calc(50% + 70px);
} */

@media (max-width: 761px) {
  .precious-lp-routine .precious-lp-badge {
    top: 150px;
    left: 230px;
  }
}

@media (max-width: 375px) {
  .precious-lp-routine .precious-lp-badge {
    top: 45vw;
    left: 60vw;
    margin-top: -19px;
  }
}

.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__wrapper-v2 .slick-track,
.precious-lp-routine__wrapper-v3 .slick-track {
  display: flex !important;
}

.precious-lp-routine[data-end="1"] .precious-lp-cta {
  opacity: 1 !important;
}

.precious-lp-routine__wrapper-v2,
.precious-lp-routine__wrapper-v3 {
  display: flex;
  justify-content: center;
  max-width: 1275px;
  margin: 0 auto !important;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}

.precious-lp-routine__wrapper-v2 .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__wrapper-v3 .precious-lp-text {
  text-align: center;
  line-height: var(--FONT-SIZE-BOLD);
  padding-top: var(--FONT-SIZE-BOLD);
  flex: 1;
  font-size: 14px;
  line-height: 1.4em;
  padding: 30px;
  padding-bottom: 20px;
  width: 317px;
}

.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__wrapper-v2,
  .precious-lp-routine__wrapper-v3 {
    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__wrapper-v2 .precious-lp-text,
  .precious-lp-routine__wrapper-v3 .precious-lp-text {
    padding: 20px;
    font-size: var(--FONT-SIZE);
  }

  .precious-lp-routine__packshot {
    flex-basis: unset;
    width: 100%;
  }
}

/* JP Updates */
.precious-lp-routine__product-name {
  font-size: 14px;
}
#isMobile {
  display: none;
}
#anchorMobile {
  pointer-events: none;
}

#isDesktop {
  display: block;
}
#slick-slide-control60 {
  display: none !important;
}
/*1250 width*/
@media screen and (max-width: 1250px) {
  #isMobile {
    display: block;
    color: #000 !important;
  }
  #isDesktop {
    display: none;
  }
  #anchorMobile {
    pointer-events: auto;
  }
}

.precious-lp-routine .precious-lp-badge {
  position: absolute;
  top: 70px !important;
  left: calc(10% + 70px);
}

/*1023 width*/
@media screen and (max-width: 1023px) {
  #isMobile {
    display: block;
    color: #000 !important;
  }
  #isDesktop {
    display: none;
  }
  #anchorMobile {
    pointer-events: auto;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #isMobile {
    display: block;
    color: #000 !important;
  }
  #isDesktop {
    display: block !important;
  }
  #anchorMobile {
    pointer-events: auto;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #isMobile {
    display: block;
    color: #000 !important;
  }
  #isDesktop {
    display: block !important;
  }
  #anchorMobile {
    pointer-events: auto;
  }
}

/*960*/
@media screen and (max-width: 960px) {
  #isMobile {
    display: block;
    color: #000 !important;
  }
  #isDesktop {
    display: block !important;
  }
  #anchorMobile {
    pointer-events: auto;
  }
}

@media screen and (max-width: 761px) {
  /* .precious-lp-routine__product-name{
        font-size: 22px;
    } */
  .precious-lp-routine {
    padding-top: 50px;
  }
  #isMobile {
    display: block;
    color: #000 !important;
  }
  #isDesktop {
    display: block !important;
  }
  #anchorMobile {
    pointer-events: auto;
  }
  .precious-lp-routine .precious-lp-badge {
    position: absolute;
    top: 163px !important;
    left: calc(50% + 70px);
  }
}
