@media (min-width:1024px) and (orientation:landscape) {
  @font-face {
    font-family: "Gotham_Light";
    src: url("/precious/css/../fonts/GothamLight.eot");
    src: url("/precious/css/../fonts/GothamLight.eot") format("embedded-opentype"), url("/precious/css/../fonts/GothamLight.woff2") format("woff2"), url("/precious/css/../fonts/GothamLight.woff") format("woff"), url("/precious/css/../fonts/GothamLight.ttf") format("truetype"), url("/precious/css/../fonts/GothamLight.svg") format("svg");
  }

  /*-----------------------------------*/
  body,
  html {
    overflow-x: hidden;
    /*****/
    scrollbar-width: thin;
  }

  .red {
    color: #f00;
  }

  .offer-bumper {
    display: none !important;
  }

  .scrolldisabled {
    overflow: hidden;
    scrollbar-width: thin;
  }

  #main:not(.main-homepage) {
    padding-top: 0px;
  }

  #wrapper {
    max-width: unset;
  }

  .breadcrumb {
    display: none;
  }

  .primary-content {
    padding: 0;
  }

  footer {
    margin-top: 0px;
  }

  .footer .footer_marquee {
    display: none;
  }

  sup {
    font-size: 9px;
  }

  .sup {
    position: relative;
    top: -8px;
    font-size: 25px;
  }

  .precious-lp {
    background-color: #000;
    --SCROLLBAR-WIDTH: 40px;
    --CLARINS-FONT: ClarinsRegular, Clarins;
    --GOTHAM-LIGHT: "Gotham_Light";
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    --COLOR-GOLD: #ccb089;
    --COLOR-CREAM: #fdfdfd;
    --COLOR-RED: #b40024;
    --HEADER-HEIGHT: 113px;
    --MENU-HEIGHT: 50px;
    --WIDTH-ANIM: 1600px;
    --FONT-SIZE: 14px;
    --FONT-SIZE-BOLD: 18px;
    --FONT-SIZE-TITLE: 30px;
    --FONT-SIZE-BIG-TITLE: 55px;
    width: calc(100vw - var(--SCROLLBAR-WIDTH));
    margin-left: 0;
    --WIDTH-ANIM: calc(100vw - var(--SCROLLBAR-WIDTH));
    --RATIO: 1;
    --PADDING-CONTENT: 112px;
    padding-bottom: 200px;
  }

  @media(max-width:1100px) {
    .precious-lp {
      --PADDING-CONTENT: 40px;
    }
  }

  .precious-lp-anchor {
    /* height: calc(-1px + var(--HEADER-HEIGHT) + var(--MENU-HEIGHT)); */
    background-color: #000;
    position: relative;
    z-index: 1;
  }

  .precious-lp-anchor.science {
    z-index: 3;
    text-align: center;
  }

  .precious-lp-title {
    color: var(--COLOR-GOLD);
  }

  .precious-lp-anchor.science h2 {
    z-index: 3;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 0;
    opacity: 1;
  }

  .precious-lp-anchor#rare-product,
  .precious-lp-anchor#sustainable-luxury,
  .precious-lp-anchor#clarins-precious {
    height: calc(-1px + var(--HEADER-HEIGHT) + var(--MENU-HEIGHT));
    margin-top: calc(-1 * (var(--HEADER-HEIGHT) + var(--MENU-HEIGHT)) - 1px);
  }

  .precious-lp-anchor#rare-experience,
  .precious-lp-anchor#rare-results {
    height: calc(-1px + var(--HEADER-HEIGHT));
    margin-top: calc(-1 * var(--HEADER-HEIGHT) - 1px);
    background-color: transparent;
  }

  .precious-lp-anchor#sustainable-luxury,
  .precious-lp-anchor#rare-experience,
  .precious-lp-anchor#rare-product {
    background-color: transparent;
  }

  .precious-lp-anchor#rare-flower {
    height: 0px;
  }

  .precious-lp * {
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .precious-lp--scrolling .precious-lp-container * {
    transition: none !important;
    opacity: 0 !important;
  }

  .precious-lp-container {
    width: 100%;
    max-width: var(--WIDTH-ANIM);
    margin: 0 auto;
    overflow: hidden;
    scroll-behavior: smooth;
  }

  /*------------------------------------------------*/
  .precious-lp-blacksolid {
    background-color: #000 !important;
  }

  /*------------------------------------------------*/
  .precious-lp-navigation {
    position: fixed;
    width: var(--WIDTH-ANIM);
    color: #fff;
    left: 0;
    z-index: 40;
    /* top: var(--HEADER-HEIGHT); */
    overflow: hidden;
    height: var(--MENU-HEIGHT);
  }

  .precious-lp-navigation__selector-dots {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    width: 18px;
    left: 50px;
    top: calc(var(--HEADER-HEIGHT) + var(--MENU-HEIGHT) + (100vh - var(--HEADER-HEIGHT) - var(--MENU-HEIGHT)) * 0.5 - 200px);
    left: 20px;
    height: 400px;
  }

  .precious-lp-navigation__selector-dots a {
    color: transparent;
    font-size: 16px;
    text-align: center;
    flex-basis: 18px;
    line-height: 18px;
    position: relative;
  }

  .precious-lp-navigation__selector-dots a::after {
    content: " ";
    pointer-events: none;
    background-color: #525050;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    left: 5px;
    top: 5px;
  }

  .precious-lp-navigation__selector-dots a::before {
    content: " ";
    border: 1px solid var(--COLOR-GOLD) !important;
    opacity: 0;
    pointer-events: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    left: 1px;
    top: 1px;
    transition: opacity ease-in-out 0.5s;
  }

  .precious-lp-navigation__selector-dots a:hover::after,
  .precious-lp-navigation__selector-dots a[data-active="1"]::after {
    background-color: var(--COLOR-GOLD) !important;
  }

  .precious-lp-navigation__selector-dots a[data-active="1"]::before {
    opacity: 1;
  }

  .precious-lp-navigation__wrapper {
    width: var(--WIDTH-ANIM);
    height: var(--MENU-HEIGHT);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(-100%); */
    transition: transform ease-in-out 0.5s;
    background-color: #212121 !important;
  }

  .precious-lp-navigation:hover .precious-lp-navigation__wrapper,
  .precious-lp-navigation[data-scrollback="1"] .precious-lp-navigation__wrapper {
    transform: translateY(-0%)
  }

  .precious-lp-navigation__menu {
    position: relative;
    height: var(--MENU-HEIGHT);
  }

  .precious-lp-navigation__current {
    display: none;
  }

  .precious-lp-navigation__selector {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    height: var(--MENU-HEIGHT);
    box-sizing: border-box;
  }

  .precious-lp-navigation__link {
    font-size: 11px;
    height: var(--MENU-HEIGHT);
    line-height: 11px;
    font-family: var(--GOTHAM-MEDIUM);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
  }

  .precious-lp-navigation__cta {
    background-color: var(--COLOR-GOLD);
    font-size: 12px;
    color: #000 !important;
    border-radius: 4px;
    line-height: 32px;
    padding: 0 20px;
    text-transform: unset;
    font-family: var(--GOTHAM-MEDIUM);
    margin: 9px 10px;
    text-align: center;
    text-decoration: none;
  }

  .precious-lp-navigation__cta:hover {
    background-color: #fff;
  }

  .precious-lp-navigation__link::before {
    content: " ";
    display: block;
    width: 0;
    background-color: var(--COLOR-GOLD);
    height: 4px;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .precious-lp-navigation__link[data-active="1"] {
    color: var(--COLOR-GOLD);
  }

  .precious-lp-navigation__link[data-active="1"]::before {
    width: 100%;
    transition: width ease-in-out 0.5s;
  }

  .precious-lp-navigation__link:hover {
    color: var(--COLOR-GOLD);
  }

  .precious-lp-navigation .precious-lp-cta {
    display: none;
  }

  /*------------------------------------------------*/
  .precious-lp-section {
    /*   min-height: 767px;*/
    height: calc(100vh - var(--HEADER-HEIGHT));
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    /* overflow: hidden; */
    z-index: 1;
  }

  .precious-lp-section[data-sticky]::before {
    content: "";
    display: block;
    position: relative;
    height: 120vh;
    width: 100%;
    z-index: 1;
  }

  .precious-lp-section--scroll[data-sticky]::before {
    height: auto;
  }

  .precious-lp-section[data-sticky] {
    /*height: auto;*/
    background-color: transparent;
    pointer-events: none;
  }

  .precious-lp-section[data-sticky="1"] {
    pointer-events: unset;
  }

  .precious-lp-section[data-sticky="2"] {
    pointer-events: unset;
  }

  .precious-lp-section[data-sticky] .precious-lp-section__wrapper {
    width: 100%;
    z-index: 2;
    height: calc(100vh - var(--HEADER-HEIGHT));
    overflow: hidden;
    max-width: var(--WIDTH-ANIM);
  }

  .precious-lp-section[data-sticky="0"] .precious-lp-section__wrapper {
    position: absolute;
    top: 0;
  }

  .precious-lp-section[data-sticky="1"] .precious-lp-section__wrapper {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }

  .precious-lp-section[data-sticky="2"] .precious-lp-section__wrapper {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }

  /*  */
  .precious-lp-section .precious-lp-section__wrapper_r {
    display: flex;
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
    width: 100%;
  }

  .precious-lp-section .precious-lp-section__wrapper_r .precious-lp-background {
    position: static;
    width: 50%;
    padding-left: var(--PADDING-CONTENT);
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .precious-lp-section__wrapper_r .precious-lp-background .precious-lp-video {
    width: 100%;
    height: auto;
    position: static;
    transform: translateY(0%);
  }

  .precious-lp-section[data-sticky] .precious-lp-section__wrapper_r {
    width: 100%;
    z-index: 2;
    height: calc(100vh - var(--HEADER-HEIGHT));
    overflow: hidden;
    max-width: var(--WIDTH-ANIM);
  }

  .precious-lp-section[data-sticky="0"] .precious-lp-section__wrapper_r {
    position: absolute;
    top: 0;
  }

  .precious-lp-section[data-sticky="1"] .precious-lp-section__wrapper_r {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }

  .precious-lp-section[data-sticky="2"] .precious-lp-section__wrapper_r {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }



  .precious-lp-section[data-outofrange="1"] {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .precious-lp-section--scroll {
    min-height: 767px;
    background-color: #000;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  @media (min-height:767px) {
    .precious-lp-section--scroll {
      min-height: calc(100vh - var(--HEADER-HEIGHT));
    }
  }

  /***********************************/
  .precious-lp-img {
    display: block;
    margin: 0;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2;
  }

  .precious-lp-video {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    z-index: 2;
  }

  @media(min-width:1600px) {
    .precious-lp-video {
      object-fit: cover;
    }
  }

  .precious-lp-background {
    display: block;
    width: var(--WIDTH-ANIM);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    max-width: 1600px;
  }

  .precious-lp-background img {
    width: 100%;
    display: block;
  }

  .precious-lp-chapter {
    display: block;
    width: var(--WIDTH-ANIM);
    position: absolute;
    z-index: 4;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
  }

  .precious-lp-chapter[data-animchapter="1"] {
    pointer-events: unset;
  }

  /***************************************************/
  .precious-lp-leftblock {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    width: 50%;
    text-align: right;
    padding-right: 144px;
    z-index: 2;
  }

  .precious-lp-rightblock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 50%;
    text-align: left;
    padding-left: 144px;
    z-index: 2;
  }

  /***************************************************/
  .precious-lp-endscreen {
    max-width: var(--WIDTH-ANIM);
    display: block;
    width: 100%;
    position: relative;
    opacity: 0;
    transition: none;
    z-index: 3;
  }

  .precious-lp-endscreen img {
    display: block;
    width: 100%;
  }

  .precious-lp-video[data-anim="1"][data-state="pause"]+.precious-lp-endscreen {
    opacity: 1;
    transition: opacity ease-in-out 1s;
    transition-delay: 0.5s;
  }

  /*------------------------------------------------*/
  .precious-lp-cta {
    position: relative;
    background-color: var(--COLOR-GOLD) !important;
    display: block;
    color: #000;
    padding: var(--FONT-SIZE) 20px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    border: 1px solid var(--COLOR-GOLD);
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    margin-top: 10px;
  }

  .precious-lp-cta:hover {
    background-color: #fff !important;
    color: #000 !important;
  }

  .precious-lp-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #fff solid 2px;
    border-radius: 7px;
    opacity: 0;
    left: -2px;
    top: -2px;
    pointer-events: none;
    box-sizing: border-box;
  }

  .precious-lp-cta:active::after {
    opacity: 1;
  }

  *[data-anim="0"] .precious-lp-cta {
    opacity: 0;
    transform: translateY(100%);
  }

  *[data-anim="1"] .precious-lp-cta {
    opacity: 1;
    transform: translateY(0);
    transition: all ease-in-out 0.5s;
  }

  /*------------------------------------------------*/
  .precious-lp-cta--video {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    padding-left: 44px;
    font-family: var(--GOTHAM-BOOK);
  }

  .precious-lp-cta--video::before {
    content: " ";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: var(--FONT-SIZE) solid #fff;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 16px;
  }

  .precious-lp-text+.precious-lp-cta--video {
    margin-top: 30px;
  }

  .precious-lp-cta--video:hover {
    background-color: #fff !important;
    color: #000 !important;
  }

  .precious-lp-cta--video:hover::before {
    border-left: var(--FONT-SIZE) solid #000;
  }

  .precious-lp-cta--video::after {
    border: var(--COLOR-GOLD) solid 2px;
  }

  .precious-lp-cta--video:active::after {
    opacity: 1;
  }

  /*slick CSS*****/
  .precious-lp .slick-slide {
    position: relative;
    display: flex;
    height: auto;
    justify-content: flex-end;
    flex-direction: column;
  }

  .precious-lp .slick-track {
    display: flex;
  }

  .precious-lp .slick-slide {
    display: flex;
    float: none !important;
  }

  .precious-lp .slick-track:after,
  .precious-lp .slick-track:before {
    display: none;
  }

  .precious-lp .slick-slide {
    position: relative;
  }

  .precious-lp .slick-dotted.slick-slider {
    margin: 0;
    padding-bottom: 30px;
  }

  .precious-lp .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  .precious-lp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }

  .precious-lp .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    min-width: 0;
    opacity: 1;
  }

  .precious-lp .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    content: " ";
    text-align: center;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
  }

  .precious-lp .slick-dots li.slick-active button:before {
    background-color: var(--COLOR-GOLD);
  }

  /*********************************************************************************************/
  /****   titles, texts  , etc                        ******************************************/
  /*********************************************************************************************/
  .precious-lp-fullscreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }

  .precious-lp-big-title {
    margin: 0;
    font-weight: normal;
    color: #fff;
    font-size: calc(var(--RATIO) * var(--FONT-SIZE-BIG-TITLE));
    line-height: 1.45em;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    display: flex;
    flex-direction: column;
    text-shadow: 0px 1px 8px rgb(0 0 0 / 25%);
    letter-spacing: 0.08em;
  }

  *[data-anim="0"] .precious-lp-big-title {
    opacity: 0;
    transform: translateY(10%);
  }

  *[data-anim="1"] .precious-lp-big-title {
    opacity: 1;
    transform: translateY(0px);
    transition: all ease-in-out 0.8s;
  }

  *[data-lastanim="1"] .precious-lp-big-title {
    opacity: 1;
    transform: translateY(0px);
    transition: all ease-in-out 0.8s;
  }

  .precious-lp-big-title+.precious-lp-intro {
    margin-top: 68px;
  }

  .precious-lp-big-title+.precious-lp-stat {
    margin-top: 68px;
  }

  .precious-lp-big-title+.precious-lp-text {
    margin-top: 30px;
  }

  .precious-lp-year {
    position: relative;
    top: -6rem;
    right: -100px;
  }

  @media only screen and (max-height: 1024px) {
    .precious-lp-year {
      position: relative;
      top: -6rem !important;
      right: -100px;
    }
  }

  @media only screen and (max-height: 700px) {
    .precious-lp-year {
      right: -75px;
      top: -4.2rem !important;
    }
  }

  @media only screen and (max-height: 500px) {
    .precious-lp-year {
      right: -60px;
      top: -3rem !important;
    }
  }

  .precious-lp-title {
    margin: 0;
    font-weight: normal;
    color: #fff;
    font-size: calc(var(--RATIO) * var(--FONT-SIZE-TITLE));
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: var(--GOTHAM-BOOK);
    padding-bottom: 1.5em;
    opacity: 0;
    display: flex;
    flex-direction: column;
  }

  *[data-anim="0"] .precious-lp-title {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-title {
    opacity: 1;
    transition: opacity ease-in-out 1s;
  }

  .precious-lp-subtitle {
    color: var(--COLOR-GOLD);
    font-size: var(--FONT-SIZE-BOLD);
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-MEDIUM);
    margin: 0;
    padding-bottom: 1.4em;
    font-size: 40px;
  }

  *[data-anim="0"] .precious-lp-subtitle {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-subtitle {
    opacity: 1;
    transition: opacity ease-in-out 1s;
  }

  .precious-lp-intro {
    color: #fff;
    font-size: calc(var(--RATIO) * var(--FONT-SIZE-BOLD));
    line-height: 2em;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-BOOK);
    margin: 0;
    padding-bottom: 1.5em;
    font-weight: normal;
  }

  *[data-anim="0"] .precious-lp-intro {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-intro {
    opacity: 1;
    transition: opacity ease-in-out 1s;
  }

  .precious-lp-text {
    color: #fff;
    /* font-size: var(--FONT-SIZE); */
    line-height: 28px;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-BOOK);
    margin: 0;
    font-size: calc(var(--RATIO) * var(--FONT-SIZE-BOLD));
  }

  *[data-anim="0"] .precious-lp-text {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-text {
    opacity: 1;
    transition: all ease-in-out 1s;
  }

  .precious-lp-mentions {
    margin: 0;
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    font-family: var(--GOTHAM-BOOK);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
  }

  *[data-anim="0"] .precious-lp-mentions {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-mentions {
    opacity: 1;
    transition: opacity ease-in-out 0.3s;
    transition-delay: 1s;
  }

  /*********************************************************************************************/
  /****   ECRAN 01 - intro                            ******************************************/
  /*********************************************************************************************/
  /*.precious-lp-spacer {
    background-color: #000 !important;
    height: 80px;
  }*/
  .precious-lp-home {
    background-color: #000 !important;
    height: calc(100vh - var(--HEADER-HEIGHT) - var(--MENU-HEIGHT));
    margin-top: var(--MENU-HEIGHT);
  }

  .precious-lp-home__video {
	position: relative;
    width: var(--WIDTH-ANIM);
    margin: 0 auto;
    height: 100%;
    z-index: 2;
  }

  .precious-lp-home__video .precious-lp-video {
    object-fit: contain;
    object-position: left;
    position: relative;
    transform: none;
    margin: 0 auto;
    top: auto;
    transform: none;
  }
  .precious-lp-home__video:before{
  	content: '';
	  position: absolute;
	  bottom: 1vw;
	  left:1vw;
	  z-index: 3;
	  width: 4.16%;
	  height:22%;
    display: none;
	  background: url("https://production-oss.oss-cn-shanghai.aliyuncs.com/2026/02/26/7f4ae66.png?1772084778#h") no-repeat left bottom / 100% auto;
  }
  .precious-lp-home__video:after{
	  content: '';
	  position: absolute;
	  bottom: 20px;
	  left:60px;
	  z-index: 3;
	  width: 52%;
	  height:8%;
	  background: url("https://production-oss.oss-cn-shanghai.aliyuncs.com/2026/08/20/faad662.png?1787222427#w") no-repeat right bottom / contain;
  }

  /* @media(min-width:1600px) {
    .precious-lp-home__video {
      width: 1600px;
    }
  } */

  .precious-lp-home--text {
    position: relative;
    z-index: 3;
    padding: var(--PADDING);
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    height: auto;
    margin-bottom: var(--MENU-HEIGHT);
  }

  .precious-lp-home--text .precious-lp-subtitle {
    text-transform: inherit;
    display: block;
    text-align: center;
  }

  .precious-lp-home--text .precious-lp-text {
    text-align: center;
  }

  /*********************************************************************************************/
  /****   ECRAN 02 - products                         ******************************************/
  /*********************************************************************************************/
  .precious-lp-products {
    /* height: calc(100vh - var(--HEADER-HEIGHT)); */
    background-color: #000;
    --WIDTH-ANIM: 1600px;
    z-index: 4;
  }

  .precious-lp-products .precious-lp-title {
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }

  .precious-lp-products .precious-lp-title[data-anim="1"] {
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
  }

  .precious-lp-products__reveal-mobile {
    position: absolute;
    bottom: 0;
    left: calc(50% - var(--WIDTH-ANIM)*0.5);
    width: var(--WIDTH-ANIM);
    z-index: 3;
    pointer-events: none;
    height: calc(767px*0.75);
  }

  .precious-lp-products__reveal-mobile::before {
    content: " ";
    display: block;
    height: 767px;
    background-color: #000;
    position: absolute;
    bottom: 0;
  }

  .precious-lp-products__reveal-mobile[data-anim="0"]::before {
    opacity: 1 !important;
  }

  .precious-lp-products__reveal-mobile[data-anim="1"]::before {
    opacity: 0 !important;
  }

  .precious-lp-products__reveal-mobile[data-popin="creme"]::before {
    left: 20px;
    width: 595px;
    transition: opacity ease-in-out 0.5s;
    transition-delay: 0s;
  }

  /* .precious-lp-products__reveal-mobile[data-popin="mian"]::before {
        left: 478px;
        width: 260px;
        transition: opacity ease-in-out 0.5s;
        transition-delay: 0.4s;
    } */

  .precious-lp-products__reveal-mobile[data-popin="lotion"]::before {
    left: 610px;
    width: 520px;
    transition: opacity ease-in-out 0.5s;
    transition-delay: 0.4s;
  }

  /* .precious-lp-products__reveal-mobile[data-popin="outil"]::before {
        left: 715px;
        width: 270px;
        transition: opacity ease-in-out 0.5s;
        transition-delay: 1.2s;
    } */
  .precious-lp-products__reveal-mobile[data-popin="yans"]::before {
    left: 1100px;
    width: 590px;
    transition: opacity ease-in-out 0.5s;
    transition-delay: 0.8s;
  }

  /* .precious-lp-products__reveal-mobile[data-popin="ping"]::before {
        left: 1255px;
        width: 270px;
        transition: opacity ease-in-out 0.5s;
        transition-delay: 2s;
    } */
  /* --------------------------------------------------- */
  .precious-lp-products__content {
    /* position: absolute; */
    /* padding-top: 100px; */
    top: calc(50% - 382px);
    left: calc(50% - var(--WIDTH-ANIM)*0.5);
    width: var(--WIDTH-ANIM);
    z-index: 1;
    transform: scale(calc(1*var(--RATIO)));
    padding: 100px 70px 0;
  }

  .precious-lp-products__background,
  .precious-lp-products__background img {
    display: block;
    width: 100%;
    opacity: 1;
  }

  .precious-lp-products__button {
    position: absolute;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--GOTHAM-BOOK);
    font-size: 20px;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
  }

  *[data-anim="0"] .precious-lp-products__button span,
  *[data-anim="0"] .precious-lp-products__button {
    transition-delay: 0s !important;
    opacity: 0 !important;
  }

  *[data-anim="0"] .precious-lp-products__button span {
    transform: translateY(30px);
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-products__button {
    transition: opacity ease-in-out 1s;
    opacity: 1;
  }

  *[data-anim="1"] .precious-lp-products__button span {
    transition: all ease-in-out 1s;
    transform: translateY(0px);
    opacity: 1;
  }

  .precious-lp-products__button::before {
    content: "";
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-image: url(https://production-oss.oss-cn-shanghai.aliyuncs.com/precious/open-button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: contain;
    position: absolute;
  }

  .precious-lp-products__button:hover::before {
    background-image: url(https://production-oss.oss-cn-shanghai.aliyuncs.com/precious/open-button-rollover.svg);
  }

  .precious-lp-products__button:active::before {
    transform: scale(0.7);
  }

  .precious-lp-products__button[data-popin="creme"] {
    left: 212px;
    top: 335px;
    text-align: right;
    transform-origin: bottom right;
    transition-delay: 0.4s;
  }

  .precious-lp-products__button[data-popin="creme"] span {
    transition-delay: 0.4s;
  }

  .precious-lp-products__button[data-popin="creme"]::before {
    right: -40px;
    top: 25px;
  }

  .precious-lp-products__button[data-popin="sunscreen"] {
    left: 838px;
    bottom: 8px;
    text-align: right;
    transform-origin: bottom right;
    transition-delay: 0.4s;
  }

  .precious-lp-products__button[data-popin="sunscreen"] span {
    transition-delay: 0.4s;
  }

  .precious-lp-products__button[data-popin="sunscreen"]::before {
    left: -40px;
    top: -10px;
  }

  .precious-lp-products__button[data-popin="lotion"] {
    left: 410px;
    top: 120px;
    text-align: right;
    transform-origin: bottom right;
    transition-delay: 0.8s;
  }

  .precious-lp-products__button[data-popin="lotion"] span {
    transition-delay: 0.8s;
  }

  .precious-lp-products__button[data-popin="lotion"]::before {
    right: -40px;
    top: 30px;
  }

  .precious-lp-products__button[data-popin="outil"] {
    left: 345px;
    bottom: 30px;
    text-align: left;
    transform-origin: top left;
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="outil"] span {
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="outil"]::before {
    right: -35px;
    top: -5px;
  }

  .precious-lp-products__button[data-popin="cleanser"] {
    left: 887px;
    top: 300px;
    text-align: left;
    transform-origin: top left;
    transition-delay: 1.2s;
	color:#333;
  }

  .precious-lp-products__button[data-popin="cleanser"] span {
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="cleanser"]::before {
    left: -30px;
    top: 30px;
  }

  .precious-lp-products__button[data-popin="mian"] {
    right: 340px;
    bottom: 210px;
    text-align: left;
    transform-origin: top left;
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="mian"] span {
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="mian"]::before {
    left: 0px;
    top: 45px;
  }

  .precious-lp-products__button[data-popin="yans"] {
    right: 440px;
    top: 100px;
    text-align: left;
    transform-origin: top left;
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="yans"] span {
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="yans"]::before {
    left: -15px;
    top: 45px;
  }

  .precious-lp-products__button[data-popin="ping"] {
    left: 420px;
    top: 222px;
    text-align: left;
    transform-origin: top left;
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="ping"] span {
    transition-delay: 1.2s;
  }

  .precious-lp-products__button[data-popin="ping"]::before {
    right: -30px;
    top: 30px;
  }

  /*********************************************************************************************/
  /****   ECRAN 03 - flower  scroll anim              ******************************************/
  /*********************************************************************************************/
  .precious-lp-floweranim {
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #000;
    margin-top: -30vh;
  }

  .precious-lp-floweranim--mobile {
    display: none;
  }

  .precious-lp-floweranim__content {
    width: calc(var(--WIDTH-ANIM)*0.5);
    height: calc(100vh - var(--HEADER-HEIGHT));
    left: calc(var(--WIDTH-ANIM)*0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 3;
    color: #fff;
    padding-left: var(--PADDING-CONTENT);
    background-color: #000;
  }

  *[data-outofrange="1"] .precious-lp-floweranim__content {
    visibility: hidden;
  }

  .precious-lp-floweranim>div {
    width: calc(var(--WIDTH-ANIM)*0.5);
    height: calc(100vh - var(--HEADER-HEIGHT));
    left: 0;
    display: block;
    z-index: 3;
  }

  *[data-sticky="0"] .precious-lp-floweranim>div {
    top: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  *[data-sticky="1"] .precious-lp-floweranim>div {
    top: var(--HEADER-HEIGHT);
    position: fixed;
  }

  *[data-sticky="2"] .precious-lp-floweranim>div {
    top: auto;
    position: absolute;
    bottom: 0;
    pointer-events: none;
  }

  /******************************************************/
  *[data-sticky="0"] .precious-lp-floweranim__content {
    top: 0;
    position: absolute;
    pointer-events: none;
  }

  *[data-sticky="1"] .precious-lp-floweranim__content {
    top: var(--HEADER-HEIGHT);
    position: fixed;
  }

  *[data-sticky="2"] .precious-lp-floweranim__content {
    bottom: 0;
    position: absolute;
  }

  *[data-sticky="2"] .precious-lp-floweranim__content * {}

  *[data-sticky="0"] .precious-lp-floweranim__content * {
    transition: opacity ease-in-out 1s;
    opacity: 0;
  }

  .precious-lp-floweranim__content[data-showtext="0"] {
    transition: opacity ease-in-out 1s;
    opacity: 0;
  }

  .precious-lp-floweranim__content[data-showtext="1"] {
    transition: opacity ease-in-out 1s;
    opacity: 1;
  }

  /******************************************************/
  .precious-lp-floweranim>div img {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    object-position: center center;
    height: 100%;
    opacity: 0;
    /*   transition: opacity ease-in-out 0.2s;*/
  }

  .precious-lp-floweranim>div img[data-show="1"] {
    opacity: 1;
  }

  *[data-outofrange="1"] .precious-lp-floweranim {
    visibility: hidden;
  }

  /*********************************************************************************************/
  /****   ECRAN 05 - cryoextraction video             ******************************************/
  /*********************************************************************************************/
  .precious-lp-cryoextraction {
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
    position: relative;
    z-index: 3;
  }

  .precious-lp-cryoextraction__video {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: var(--WIDTH-ANIM);
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
    left: 0;
  }

  .precious-lp-cryoextraction__video .precious-lp-video {
    object-fit: cover;
  }

  *[data-sticky="0"] .precious-lp-cryoextraction__video {
    top: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  *[data-anim="1"] .precious-lp-cryoextraction__video {
    transition: opacity ease-in-out 1s;
    opacity: 1;
  }

  *[data-sticky="1"] .precious-lp-cryoextraction__video {
    top: var(--HEADER-HEIGHT);
    position: fixed;
    transition: opacity ease-in-out 1s;
    opacity: 1;
  }

  *[data-sticky="2"] .precious-lp-cryoextraction__video {
    bottom: 0;
    position: absolute;
    opacity: 1;
    transition: opacity ease-out 1s;
    pointer-events: none;
  }

  .precious-lp-cryoextraction__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: var(--WIDTH-ANIM);
    height: 100%;
  }

  .precious-lp-cryoextraction--text {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    padding: 0px 0px 70px;
  }

  /*********************************************************************************************/
  /****   ECRAN 05 - results                          ******************************************/
  /*********************************************************************************************/
  .precious-lp-results {
    height: calc(120vh - var(--HEADER-HEIGHT)) !important;
    z-index: 3;
    position: relative;
    display: none;
  }

  .precious-lp-results::before {
    content: " ";
    width: 100%;
    position: absolute !important;
    z-index: 3;
    height: calc(100vh - var(--HEADER-HEIGHT));
    pointer-events: none;
    background-color: #000;
    left: 0;
    top: 0;
  }

  .precious-lp-results__video {
    max-width: calc(var(--WIDTH-ANIM)*0.5);
    width: 50%;
    z-index: 3;
    height: calc(101vh - var(--HEADER-HEIGHT));
    display: block;
    pointer-events: none;
    background-color: #000;
    left: 0;
    top: 0;
  }

  .precious-lp-results__video video {
    object-fit: cover;
    object-position: bottom right;
  }

  *[data-sticky="0"] .precious-lp-results__video {
    position: absolute;
    top: 0;
  }

  *[data-sticky="1"] .precious-lp-results__video {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }

  *[data-sticky="2"] .precious-lp-results__video {
    position: absolute;
    bottom: 0;
    top: auto;
  }

  .precious-lp-results__video video {
    object-position: bottom right;
    object-fit: contain;
  }

  .precious-lp-results__content {
    width: 50%;
    max-width: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: calc(var(--WIDTH-ANIM)*0.5);
    text-align: left;
    padding-left: 144px;
    background-color: #000;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  *[data-sticky="1"] .precious-lp-results__content {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }

  *[data-sticky="2"] .precious-lp-results__content {
    position: absolute;
    bottom: 0;
  }

  *[data-animchapter="0"] .precious-lp-results__content {
    opacity: 0;
    pointer-events: none;
  }

  *[data-animchapter="1"] .precious-lp-results__content {
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
    pointer-events: unset;
  }

  .precious-lp-results__content .precious-lp-mentions {
    bottom: 30px;
    right: 30px;
    text-align: right;
    pointer-events: none;
    position: absolute;
  }

  .precious-lp-bignum {
    font-size: calc(var(--RATIO) * 150px);
    font-family: var(--GOTHAM-BOOK);
    color: var(--COLOR-GOLD);
    margin: 0;
  }

  /*********************************************************************************************/
  /****   ECRAN 05 - results                          ******************************************/
  /*********************************************************************************************/
  .precious-lp-resultsV2 {
    height: auto !important;
    z-index: 3;
    position: relative;
  }

  .precious-lp-resultsV2--block {
    height: calc(100vh - var(--HEADER-HEIGHT));
    width: 100%;
    display: block;
    position: relative;
  }

  .precious-lp-resultsV2::before {
    content: " ";
    width: 100%;
    position: absolute !important;
    z-index: 3;
    height: calc(100vh - var(--HEADER-HEIGHT));
    pointer-events: none;
    background-color: #000;
    left: 0;
    top: 0;
  }

  .precious-lp-resultsV2__video {
    max-width: calc(var(--WIDTH-ANIM)*0.5);
    width: 50%;
    z-index: 3;
    height: calc(101vh - var(--HEADER-HEIGHT));
    display: block;
    pointer-events: none;
    background-color: #000;
    left: 0;
    top: 0;
  }

  *[data-sticky="0"] .precious-lp-resultsV2__video {
    position: absolute;
    top: 0;
  }

  *[data-sticky="1"] .precious-lp-resultsV2__video {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }

  *[data-sticky="2"] .precious-lp-resultsV2__video {
    position: absolute;
    bottom: 0;
    top: auto;
  }

  .precious-lp-resultsV2__video video {
    object-position: top right;
    object-fit: cover;
  }

  .precious-lp-resultsV2__content {
    width: 50%;
    max-width: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: calc(var(--WIDTH-ANIM)*0.5);
    text-align: left;
    padding-left: 144px;
    background-color: #000;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  *[data-sticky="1"] *[data-anim="1"] .precious-lp-resultsV2__content {
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
    pointer-events: unset;
    position: fixed;
    top: calc(var(--HEADER-HEIGHT));
  }

  *[data-sticky="0"] *[data-anim="1"] .precious-lp-resultsV2__content--first {
    opacity: 1;
  }

  .precious-lp-resultsV2__content--last {
    transition-delay: 0.5s;
  }

  *[data-sticky="2"] .precious-lp-resultsV2__content {
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 1;
  }

  .precious-lp-resultsV2__content .precious-lp-mentions {
    bottom: 30px;
    right: 10px;
    text-align: right;
    pointer-events: none;
    position: absolute;
    font-size: 10px;
  }

  .precious-lp-bignum {
    font-size: calc(var(--RATIO) * 150px);
    font-family: var(--GOTHAM-BOOK);
    color: var(--COLOR-GOLD);
    margin: 0;
  }

  /*********************************************************************************************/
  /****   ECRAN 07 - Skin age delaying                ******************************************/
  /*********************************************************************************************/
  .precious-lp-skinage {
    background-color: #000 !important;
    height: calc(150vh - var(--HEADER-HEIGHT)) !important;
    overflow: visible;
    z-index: 3;
  }

  .precious-lp-skinage::before {
    display: none;
  }

  /* .precious-lp-skinage[data-anim="1"]::before {
        content: " ";
        width: var(--WIDTH-ANIM);
        position: fixed;
        z-index: 3;
        height: calc(100vh - var(--HEADER-HEIGHT));
        pointer-events: none;
        background-color: #000;
        left: 0;
        top: var(--HEADER-HEIGHT);
        display: block;
    } */
  .precious-lp-skinage--texts {
    height: calc(150vh - var(--HEADER-HEIGHT)) !important;
    margin-top: -80vh;
    z-index: 4;
  }

  .precious-lp-skinage__video {
    width: var(--WIDTH-ANIM);
    position: absolute;
    z-index: 3;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: block;
    pointer-events: none;
    background-color: #000;
    left: 0;
  }

  .precious-lp-skinage__video video {
    object-fit: contain;
  }

  .precious-lp-skinage__video::after {
    content: " ";
    width: var(--WIDTH-ANIM);
    position: absolute;
    z-index: 3;
    height: 100vh;
    display: block;
    pointer-events: none;
    overflow: hidden;
    background-color: #000;
    left: 0;
    top: calc(100vh - var(--HEADER-HEIGHT));
  }

  *[data-sticky="0"] .precious-lp-skinage__video {
    top: 0;
    position: absolute;
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
  }

  *[data-sticky="1"] .precious-lp-skinage__video {
    top: var(--HEADER-HEIGHT);
    position: fixed;
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
  }

  *[data-sticky="2"] .precious-lp-skinage__video {
    bottom: 0;
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
  }

  .precious-lp-skinage__content {
    width: var(--WIDTH-ANIM);
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: calc(50vh - 70px - var(--HEADER-HEIGHT) + var(--MENU-HEIGHT));
    align-items: center;
    left: 0;
    text-align: center;
    pointer-events: none;
  }

  *[data-anim="0"] .precious-lp-skinage__content {
    top: var(--HEADER-HEIGHT);
    opacity: 0;
    transform: translateY(300px);
    position: fixed;
    transition: opacity ease-in-out 0.5s, transform ease-in-out 0.5s;
  }

  *[data-anim="1"] .precious-lp-skinage__content {
    top: var(--HEADER-HEIGHT);
    opacity: 1;
    transform: translateY(0);
    transition: opacity ease-in-out 0.5s, transform ease-in-out 2s;
    position: fixed;
  }

  *[data-sticky="2"] .precious-lp-skinage__content {
    opacity: 1;
    transform: translateY(0);
    bottom: 0;
    top: auto !important;
    position: absolute;
  }

  .precious-lp-skinage__content .precious-lp-intro {
    opacity: 0;
    transform: translateY(100px);
  }

  *[data-anim="1"] .precious-lp-skinage__content .precious-lp-intro {
    transition: all ease-in-out 1s;
  }

  *[data-sticky="2"] .precious-lp-skinage__content .precious-lp-intro {
    opacity: 1;
    transform: translateY(0);
    transition: all ease-in-out 0.5s;
  }

  /*********************************************************************************************/
  /****   ECRAN 08 - FOXO                             ******************************************/
  /*********************************************************************************************/
  .precious-lp-foxxo {
    height: calc(800vh - var(--HEADER-HEIGHT)) !important;
    z-index: 3;
    position: relative;
  }

  .precious-lp-foxxo[data-pause="1"] {
    height: calc(120vh - var(--HEADER-HEIGHT)) !important;
  }

  .precious-lp-foxxo__video {
    max-width: var(--WIDTH-ANIM);
    width: 100%;
    z-index: 3;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: block;
    pointer-events: none;
    background-color: #000;
    left: 0;
  }

  .precious-lp-foxxo__video video {
    object-fit: cover;
  }

  *[data-sticky="0"] .precious-lp-foxxo__video {
    top: 0;
    position: absolute;
  }

  *[data-sticky="1"] .precious-lp-foxxo__video {
    top: var(--HEADER-HEIGHT);
    position: fixed;
  }

  *[data-sticky="2"] .precious-lp-foxxo__video {
    bottom: 0;
    position: absolute;
  }

  .precious-lp-foxxo__content {
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    top: var(--HEADER-HEIGHT);
    position: absolute;
  }

  .skip-button {
    display: none;
    visibility: hidden;
  }

  *[data-animchapter="0"] .precious-lp-foxxo__content {
    opacity: 0;
    pointer-events: none;
  }

  *[data-animchapter="1"] .precious-lp-foxxo__content {
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
    pointer-events: unset;
  }

  *[data-sticky="1"] .precious-lp-foxxo__content {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }

  *[data-sticky="2"] .precious-lp-foxxo__content {
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .precious-lp-foxxo__content .precious-lp-intro {
    transition: opacity ease-in-out 1.5s;
  }

  .precious-lp-foxxo__content--center .precious-lp-intro {
    padding-top: 300px;
  }

  .precious-lp-foxxo__content--left {
    width: calc(var(--WIDTH-ANIM)*0.5);
    left: 0;
    align-items: center;
    text-align: center;
  }

  .precious-lp-foxxo__content--center {
    width: var(--WIDTH-ANIM);
    left: 0;
    align-items: center;
    text-align: center;
  }

  .precious-lp-foxxo__content .precious-lp-mentions {
    position: absolute;
    bottom: 50px;
    left: 30px;
    text-align: left;
  }

  #foxo-4 .precious-lp-intro {
    max-width: 500px;
  }

  #foxo-6 .precious-lp-big-title {
    align-items: flex-end;
    text-align: right;
  }

  .precious-lp-foxxo__content .precious-lp-big-title {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-foxxo__content .precious-lp-big-title {
    opacity: 1;
    transition: all ease-in-out 1s;
  }

  /*********************************************************************************************/
  /****   ECRAN 09 - Peptides                         ******************************************/
  /*********************************************************************************************/
  .precious-lp-peptides {
    height: calc(500vh - var(--HEADER-HEIGHT)) !important;
    z-index: 3;
    position: relative;
  }

  .precious-lp-peptides[data-pause="1"] {
    height: calc(120vh - var(--HEADER-HEIGHT)) !important;
  }

  .precious-lp-peptides__video {
    width: var(--WIDTH-ANIM);
    position: absolute;
    z-index: 3;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: block;
    pointer-events: none;
    overflow: hidden;
    background-color: #000;
  }

  .precious-lp-peptides__video video {
    object-fit: cover;
  }

  *[data-sticky="0"] .precious-lp-peptides__video {
    top: 0;
    position: absolute;
  }

  *[data-sticky="1"] .precious-lp-peptides__video {
    top: var(--HEADER-HEIGHT);
    position: fixed;
  }

  *[data-sticky="2"] .precious-lp-peptides__video {
    bottom: 0;
    position: absolute;
  }

  .precious-lp-peptides__content {
    position: relative;
    width: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
  }

  *[data-animchapter="0"] .precious-lp-peptides__content {
    opacity: 0;
    pointer-events: none;
  }

  *[data-animchapter="1"] .precious-lp-peptides__content {
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
    pointer-events: unset;
  }

  *[data-sticky="1"] .precious-lp-peptides__content {
    position: fixed;
    top: var(--HEADER-HEIGHT);
  }

  *[data-sticky="2"] .precious-lp-peptides__content {
    position: absolute;
    bottom: 0;
  }

  .precious-lp-peptides__content--left {
    left: 0;
    align-items: flex-end;
    text-align: right;
    padding-right: var(--PADDING-CONTENT);
    background-color: #000;
  }

  .precious-lp-peptides__content--right {
    left: calc(var(--WIDTH-ANIM)*0.5);
    align-items: flex-start;
    text-align: left;
    padding-left: var(--PADDING-CONTENT);
  }

  .precious-lp-peptides__content .precious-lp-mentions {
    position: absolute;
    bottom: 50px;
    right: 30px;
    text-align: right;
  }

  /*********************************************************************************************/
  /****   ECRAN 10 - Experiences                      ******************************************/
  /*********************************************************************************************/
  .precious-lp-experience {
    /* min-height: 767px;*/
    z-index: 3;
  }

  .precious-lp-experience__background {
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
    background-color: #000;
    display: flex;
    align-items: flex-end;
    transform: translateX(-50%);
    top: 0;
  }

  .precious-lp-experience__background img {
    object-fit: contain;
  }

  *[data-anim="0"] .precious-lp-experience__background {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-experience__background {
    opacity: 1;
    transition: opacity ease-in-out 1.5s;
  }

  .precious-lp-experience__content {
    position: absolute;
    top: 0;
    width: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: calc(var(--WIDTH-ANIM)*0.5);
    align-items: flex-start;
    text-align: left;
    padding-left: var(--PADDING-CONTENT);
    background-color: #000;
  }

  /*********************************************************************************************/
  /****   ECRAN 10 - Spa                               ******************************************/
  /*********************************************************************************************/
  .precious-lp-spa {
    /* min-height: 767px;*/
    background-color: #000 !important;
    z-index: 3;
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
  }

  .precious-lp-spa__background {
    top: auto !important;
    bottom: 0;
    transform: none;
    left: auto;
    right: 0;
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
    top: 0;
  }

  .precious-lp-spa__background img {
    object-fit: contain;
    object-position: bottom right;
  }

  @media (min-width:1600px) {
    .precious-lp-spa__background {
      width: 1600px;
    }
  }

  *[data-anim="0"] .precious-lp-spa__background {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-spa__background {
    opacity: 1;
    transition: opacity ease-in-out 1.5s;
  }

  .precious-lp-spa__content {
    position: absolute;
    top: 0;
    width: 50%;
    max-width: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 2;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 50%;
    align-items: flex-end;
    text-align: right;
    padding-right: var(--PADDING-CONTENT);
  }

  *[data-anim="0"] .precious-lp-spa__content {
    pointer-events: none;
  }

  *[data-anim="1"] .precious-lp-spa__content {
    pointer-events: normal;
  }

  .precious-lp-spa__content .precious-lp-cta {
    margin-top: 20px;
  }

  .precious-lp-spa__content_r {
    width: 50%;
    max-width: calc(var(--WIDTH-ANIM)*0.5);
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0;
    padding-right: var(--PADDING-CONTENT);
    padding-left: 30px;
  }

  .precious-lp-spa__content_r p {
    color: #fff;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-BOOK);
    margin: 0;
    font-size: calc(var(--RATIO) * var(--FONT-SIZE-BOLD));
  }

  .precious-lp-spa__content_r .annotation {
    margin-top: 30px;
    color: #fff;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-BOOK);
    font-size: calc(var(--RATIO) * var(--FONT-SIZE-BOLD));
  }

  *[data-anim="0"] .precious-lp-spa__content_r {
    pointer-events: none;
  }

  *[data-anim="1"] .precious-lp-spa__content_r {
    pointer-events: normal;
  }

  .precious-lp-spa__content_r .precious-lp-cta {
    margin-top: 20px;
  }

  /*********************************************************************************************/
  /****   ECRAN 11 - boutiques                        ******************************************/
  /*********************************************************************************************/
  .precious-lp-boutiques {
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
    background-color: #000 !important;
  }

  /*
  .precious-lp-boutiques .precious-lp-background img {
    transform: scale(var(--RATIO));
  }*/
  .precious-lp-boutiques__content .precious-lp-cta {
    margin-top: 30px;
  }

  .precious-lp-boutiques .precious-lp-background {
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
  }

  .precious-lp-boutiques .precious-lp-background img {
    width: 100%;
    display: block;
    object-position: center center;
    object-fit: contain;
    height: 100%;
  }

  .precious-lp-boutiques[data-anim="0"] .precious-lp-background {
    opacity: 0;
  }

  .precious-lp-boutiques[data-anim="1"] .precious-lp-background {
    opacity: 1;
    transition: opacity ease-in-out 1.5s;
  }

  .precious-lp-boutiques__content {
    text-align: left;
    padding-left: var(--PADDING-CONTENT);
    left: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    top: 0;
    position: absolute;
  }

  *[data-anim="0"] .precious-lp-boutiques__content {
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out 0.5s;
  }

  *[data-anim="1"] .precious-lp-boutiques__content {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
  }

  /*********************************************************************************************/
  /****   ECRAN 12 - sustainable luxury               ******************************************/
  /*********************************************************************************************/
  .precious-lp-luxury {
    min-height: 767px;
    background-color: #000;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    height: auto;
  }

  .precious-lp-luxury__content[data-anim="0"] * {
    opacity: 0;
  }

  .precious-lp-luxury__content[data-anim="1"] * {
    transition: opacity ease-in-out 1s;
    opacity: 1;
  }

  /*
  .precious-lp-luxury__content[data-end="1"] {
    transition: all ease-in-out 0.5s;
    opacity: 0 !important;
  }
*/
  .precious-lp-luxury-video {
    width: 100%;
    max-width: 1063px;
    position: relative;
    margin: 50px auto;
    cursor: pointer;
  }

  .precious-lp-luxury-video[data-anim="0"] * {
    opacity: 0;
  }

  .precious-lp-luxury-video[data-anim="1"] * {
    transition: opacity ease-in-out 1s;
    opacity: 1;
  }

  .precious-lp-luxury-video::before {
    content: " ";
    position: absolute;
    top: calc(50% - 51px);
    left: calc(50% - 51px);
    width: 100px;
    height: 102px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 2;
    transform: scale(1);
    transition: all ease-in-out 0.2s;
    opacity: 1;
    pointer-events: none;
  }

  .precious-lp-luxury-video:hover::before {
    transform: scale(0.8);
  }

  .precious-lp-luxury-video[data-play="1"]::before {
    transform: scale(1.4);
    opacity: 0;
    pointer-events: none;
  }

  .precious-lp-luxury-video::after {
    content: " ";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 30px solid #fff;
    display: inline-block;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 10px);
    transform: scale(1);
    transition: all ease-in-out 0.5s;
    opacity: 1;
  }

  .precious-lp-luxury-video[data-play="1"]::after {
    transform: scale(1.2);
    opacity: 0;
    pointer-events: none;
  }

  .precious-lp-ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /*********************************************************************************************/
  /**** ECRAN xx - Nature                             ******************************************/
  /*********************************************************************************************/
  .precious-lp-nature {
    background-color: #000;
    /* min-height: 767px;*/
  }

  .precious-lp-nature__content {
    width: calc(var(--WIDTH-ANIM)*0.5);
    display: flex;
    align-items: flex-end;
    text-align: right;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    z-index: 3;
    padding-right: var(--PADDING-CONTENT);
  }

  .precious-lp-nature__content .precious-lp-text {
    align-items: flex-end;
    padding-left: 65px;
  }

  .precious-lp-nature[data-anim="0"] .precious-lp-background {
    opacity: 0;
  }

  .precious-lp-nature[data-anim="1"] .precious-lp-background {
    opacity: 1;
    transition: opacity ease-in-out 1.5s;
  }

  *[data-anim="0"] .precious-lp-nature__content {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-nature__content {
    transition: all ease-in-out 0.5s;
    opacity: 1;
  }

  /*********************************************************************************************/
  /**** ECRAN xx - Packaging                          ******************************************/
  /*********************************************************************************************/
  .precious-lp-packaging {
    height: auto;
    background-color: #000 !important;
    z-index: 3;
  }

  .precious-lp-packaging__content {
    text-align: left;
    padding-left: var(--PADDING-CONTENT);
    left: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 4;
    width: calc(var(--WIDTH-ANIM)*0.5);
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .precious-lp-packaging__content img {
    height: 100%;
    object-fit: contain;
  }

  *[data-sticky="0"] .precious-lp-packaging__content {
    /*  opacity: 0;*/
    transition: opacity ease-in-out 0.5s;
    pointer-events: none;
    top: 0;
    position: absolute;
  }

  *[data-sticky="1"] .precious-lp-packaging__content {
    opacity: 1;
    transition: opacity ease-in-out 1s;
    top: var(--HEADER-HEIGHT);
    position: fixed;
  }

  *[data-sticky="2"] .precious-lp-packaging__content {
    pointer-events: none;
    bottom: 0;
    position: absolute;
  }

  /*********************************************************************************************/
  /**** ECRAN xx - Trust                              ******************************************/
  /*********************************************************************************************/
  .precious-lp-trust {
    height: calc(100vh - var(--HEADER-HEIGHT)) !important;
    background-color: #000 !important;
    /*min-height: 767px;*/
    margin-bottom: -100px;
    margin-top: -50px;
  }

  .precious-lp-background {
    height: 100%;
  }

  .precious-lp-background img {
    object-fit: contain;
    height: 100%;
  }

  .precious-lp-trust__visual {
    width: 580px;
    position: absolute;
    left: 50%;
    z-index: 4;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .precious-lp-trust__visual img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
  }

  *[data-anim="0"] .precious-lp-trust__visual {
    opacity: 0;
    transform: scale(0.5);
    pointer-events: none;
  }

  *[data-anim="1"] .precious-lp-trust__visual {
    opacity: 1;
    transform: scale(1);
    transition: opacity ease-in-out 0.5s;
  }

  .precious-lp-trust__logo {
    max-width: 289px;
  }

  .precious-lp-trust__content {
    text-align: right;
    padding-right: var(--PADDING-CONTENT);
    padding-left: var(--PADDING-CONTENT);
    left: 0;
    width: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  *[data-anim="0"] .precious-lp-trust__content {
    top: var(--HEADER-HEIGHT);
    position: fixed;
    top: 0;
    position: absolute;
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-trust__content {
    opacity: 1;
    transition: opacity ease-in-out 1s;
    pointer-events: none;
    top: 0;
    position: absolute;
  }

  /*********************************************************************************************/
  /**** ECRAN xx - Made in france                     ******************************************/
  /*********************************************************************************************/
  .precious-lp-madeinfrance {
    display: flex;
    align-items: center;
    max-width: 1160px;
    width: calc(50% - 80px + 580px);
  }

  .precious-lp-madeinfrance__content {
    text-align: left;
    padding-left: var(--PADDING-CONTENT);
    position: fixed;
    left: calc(var(--WIDTH-ANIM)*0.5);
    z-index: 4;
    height: calc(100vh - var(--HEADER-HEIGHT));
    top: var(--HEADER-HEIGHT);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  *[data-anim="0"] .precious-lp-madeinfrance__content {
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out 0.5s;
    position: absolute;
    top: 0;
  }

  *[data-anim="1"] .precious-lp-madeinfrance__content {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
    /* top: var(--HEADER-HEIGHT) ;
  position: fixed;*/
    position: absolute;
    top: 0;
  }

  .precious-lp-madeinfrance__map {
    width: 580px;
    position: relative;
    --WIDTH-MAP: 580;
    /*integer not px*/
    transform: scale(var(--RATIO));
  }

  .precious-lp-madeinfrance__city {
    border-radius: 50%;
    width: 116px;
    height: 116px;
    border: 1px solid var(--COLOR-GOLD);
    position: absolute;
    cursor: pointer;
  }

  .precious-lp-madeinfrance__city:hover {
    border: 1px solid transparent;
  }

  .precious-lp-madeinfrance__city span {
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: var(--FONT-SIZE);
    display: block;
    text-align: left;
  }

  *[data-anim="0"] .precious-lp-madeinfrance__city {
    transform: scale(0.5);
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-madeinfrance__city {
    transform: scale(1);
    opacity: 1;
    transition: transform ease-in-out 0.5s;
  }

  *[data-anim="0"] .precious-lp-madeinfrance__city span {
    opacity: 0;
  }

  *[data-anim="1"] .precious-lp-madeinfrance__city span {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
    transition-delay: 0.5s;
    z-index: 2;
  }

  .precious-lp-madeinfrance__video {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 2px solid var(--COLOR-GOLD);
    transform: scale(0.57);
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    box-sizing: border-box;
    transition: all ease-in-out 0.2s;
    opacity: 0;
    overflow: hidden;
  }

  .precious-lp-madeinfrance__video video {
    width: 200px;
    height: 200px;
    object-fit: cover;
    transform: scale(1.2);
  }

  .precious-lp-madeinfrance__city:hover .precious-lp-madeinfrance__video {
    transform: scale(1);
    cursor: pointer;
    opacity: 1;
    transition: transform ease-in-out 1s;
  }

  /******************************/
  .precious-lp-madeinfrance__city[data-city="brittany"] {
    left: calc(-13px * 580/var(--WIDTH-MAP));
    top: calc(116px * 580/var(--WIDTH-MAP));
  }

  .precious-lp-madeinfrance__city[data-city="brittany"] span {
    left: calc(68px* 580/var(--WIDTH-MAP));
    top: calc(136px* 580/var(--WIDTH-MAP));
  }

  /******************************/
  .precious-lp-madeinfrance__city[data-city="paris"] {
    left: calc(255px* 580/var(--WIDTH-MAP));
    top: calc(108px* 580/var(--WIDTH-MAP));
  }

  .precious-lp-madeinfrance__city[data-city="paris"] span {
    left: calc(95px* 580/var(--WIDTH-MAP));
    top: calc(122px* 580/var(--WIDTH-MAP));
  }

  /******************************/
  .precious-lp-madeinfrance__city[data-city="grasse"] {
    left: calc(409px* 580/var(--WIDTH-MAP));
    top: calc(426px* 580/var(--WIDTH-MAP));
  }

  .precious-lp-madeinfrance__city[data-city="grasse"] span {
    left: calc(-44px * 580/var(--WIDTH-MAP));
    top: calc(-17px * 580/var(--WIDTH-MAP));
  }

  /******************************/
  .precious-lp-madeinfrance__france {
    width: 100%;
    display: block;
    position: relative;
  }

  /*********************************************************************************************/
  /**** ECRAN xx - Routine Produits                   ******************************************/
  /*********************************************************************************************/
  .precious-lp-routine {
    background-color: #000 !important;
    height: auto;
    padding-bottom: 30px;
  }

  .precious-lp-routine[data-end="1"] .precious-lp-cta {
    opacity: 1 !important
  }

  .precious-lp-routine__wrapper {
    display: flex;
    justify-content: center;
    max-width: 1420px;
    margin: 0 auto;
    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;
    font-size: 12px;
    padding: 30px 10px;
  }

  .precious-lp-routine[data-anim="1"] .precious-lp-text {
    opacity: 1 !important;
  }

  .precious-lp-routine__product {
    /* flex-basis: 33.33%; */
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .precious-lp-routine__packshot {
    display: flex;
    position: relative;
    /* width: 300px; */
    align-items: flex-end;
    justify-content: center;
    flex-basis: 360px;
  }

  .precious-lp-routine__packshot img {
    display: block;
  }

  .precious-lp-routine__product[data-product="lotion"] img {
    width: 100px;
  }

  .precious-lp-routine__product[data-product="ping"] img {
    width: 80px;
  }

  .precious-lp-routine__product[data-product="cream"] img {
    width: 175px;
  }

  .precious-lp-routine__product[data-product="outil"] img {
    width: 150px;
  }

  .precious-lp-routine__product[data-product="cleanser"] img {
    width: 90px;
  }

  .precious-lp-routine__product[data-product="sunscreen"] img {
    width: 70px;
  }
  .precious-lp-routine__product[data-product="cream_tow"] img {
    width: 90px;
  }


  *[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 {
    white-space: nowrap;
    height: 45px;
    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: 20px;
    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-stat {
    display: flex;
    align-items: center;
    height: calc(150px*var(--RATIO));
  }

  .precious-lp-stat+.precious-lp-stat {
    margin-top: calc(40px * var(--RATIO));
  }

  .precious-lp-stat__num {
    --RAYON: 75px;
    font-size: calc(45px * var(--RATIO));
    font-family: var(--GOTHAM-LIGHT);
    color: #fff;
    width: calc(var(--RATIO) * var(--RAYON) *2);
    height: calc(var(--RATIO) * var(--RAYON) *2);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .precious-lp-stat__num span {
    display: inline-block;
    position: relative;
    text-align: center;
  }

  .precious-lp-stat__num sup {
    position: relative;
    top: 0;
    display: inline-block;
    line-height: 100%;
    font-size: calc(var(--RATIO) *20px);
    vertical-align: top;
  }

  .precious-lp-stat__label {
    line-height: calc(35px * var(--RATIO));
    font-size: calc(25px * var(--RATIO));
    font-family: var(--GOTHAM-BOOK);
    text-transform: uppercase;
    color: #fff;
    margin-left: calc(var(--RATIO) *30px);
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .precious-lp-chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .precious-lp-chart svg {
    transform: rotate(-90deg);
    position: absolute;
    top: calc(50% - var(--RATIO) *var(--RAYON));
    left: calc(50% - var(--RATIO) *var(--RAYON));
  }

  .precious-lp-chart svg circle {
    stroke-dashoffset: 0;
    stroke: transparent;
    stroke-width: 2px;
    width: calc(var(--RATIO) *var(--RAYON) *2);
    height: calc(var(--RATIO) *var(--RAYON) *2);
  }

  .precious-lp-chart svg .bar {
    stroke: var(--COLOR-GOLD);
  }

  .precious-lp-resultsV2--block[data-anim="0"] .precious-lp-stat .precious-lp-chart svg .bar,
  *[data-animchapter="0"] .precious-lp-stat .precious-lp-chart svg .bar {
    transition: stroke-dashoffset 2s linear;
    stroke-dashoffset: calc(470px * var(--RATIO));
  }

  .precious-lp-resultsV2--block[data-anim="1"] .precious-lp-stat .precious-lp-chart svg .bar,
  *[data-animchapter="1"] .precious-lp-stat .precious-lp-chart svg .bar {
    transition: stroke-dashoffset 2s linear;
    stroke-dashoffset: 0px;
  }

  .precious-lp-resultsV2--block[data-anim="0"] .precious-lp-stat,
  *[data-animchapter="0"] .precious-lp-stat {
    opacity: 0 !important;
    max-height: 150px;
  }

  .precious-lp-resultsV2--block[data-anim="1"] .precious-lp-stat,
  *[data-animchapter="1"] .precious-lp-stat {
    opacity: 1 !important;
    max-height: 150px;
    transition: all ease-in-out 0.8s;
  }

  /******************************************/
  .precious-lp-resultsV2--block[data-anim="1"] #stat-1 .precious-lp-chart svg .bar,
  .precious-lp-resultsV2--block[data-anim="1"] #stat-1 {
    transition-delay: 0s;
  }

  .precious-lp-resultsV2--block[data-anim="1"] #stat-2 .precious-lp-chart svg .bar,
  .precious-lp-resultsV2--block[data-anim="1"] #stat-2 {
    transition-delay: 0.5s;
  }

  .precious-lp-resultsV2--block[data-anim="1"] #stat-3 .precious-lp-chart svg .bar,
  .precious-lp-resultsV2--block[data-anim="1"] #stat-3 {
    transition-delay: 1s;
  }

  /******************************************/
  .precious-lp-peptides *[data-animchapter="1"] #stat-7 .precious-lp-chart svg .bar,
  .precious-lp-peptides *[data-animchapter="1"] #stat-7 {
    transition-delay: 0.5s;
  }

  /*********************************************/
  .precious-lp-popin {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 2;
  }

  .precious-lp-popin[data-open="0"] {
    opacity: 0;
    pointer-events: none;
  }

  .precious-lp-popin[data-open="1"] {
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
  }

  .precious-lp-popin__wrapper {
    position: absolute;
    width: 500px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
  }

  .precious-lp-popin__close {
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--COLOR-GOLD);
    top: calc(-1*var(--FONT-SIZE));
    right: calc(-1*var(--FONT-SIZE));
    font-size: 0;
    display: block;
    transition: transform ease-in-out 0.5s;
    box-sizing: border-box;
    color: #000;
    border: 1px solid var(--COLOR-GOLD);
  }

  .precious-lp-popin__close:hover {
    background-color: #fff;
    color: var(--COLOR-GOLD);
  }

  .precious-lp-popin__close:active {
    transform: scale(0.7);
  }

  .precious-lp-popin__close::before {
    content: "+";
    height: 28px;
    width: 28px;
    font-size: 28px;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    position: absolute;
    font-family: var(--GOTHAM-BOOK);
    transform: rotate(45deg);
    top: -1px;
    left: -1px;
  }

  .precious-lp-popin__title {
    margin: 0;
    font-weight: normal;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .precious-lp-popin__text {
    margin: 20px;
    font-family: var(--GOTHAM-BOOK);
    font-size: var(--FONT-SIZE);
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .precious-lp-results-slider,
  .precious-lp-foxxo-slider,
  .precious-lp-peptides-slider {
    display: none !important;
  }

  .goto {
    position: absolute;
    bottom: 30px;
    left: -10px;
    z-index: 100;
    animation: 1s ease-in-out infinite alternate goto;
    padding: 10px;
  }

  .precious-lp-foxxo[data-sticky="1"] .goto {
    position: fixed;
    left: calc(50% - 12px);
    z-index: 5;
  }

  .precious-lp-foxxo[data-sticky="0"] .goto,
  .precious-lp-foxxo[data-sticky="2"] .goto {
    display: none;
  }

  @keyframes goto {
    from {
      transform: translateY(0px);
    }

    to {
      transform: translateY(15px);
    }
  }

  .recious-footer {
    line-height: 20px;
    font-size: 10px;
    padding: 30px 0px;
    width: 1257px;
    color: var(--COLOR-GOLD);
    text-align: right;
    margin: 0 auto;
    background-color: #000;
  }

  .precious-lp-title {
    color: var(--COLOR-GOLD);
  }

  .precious-lp-home-item {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding-left: 50%;
    z-index: 2;
    font-size: 2vw;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
    color: #fff;
    /* background-image: url(https://production-oss.oss-cn-shanghai.aliyuncs.com/2022/09/08/1c0753d.png?1662606550#w); */
    background-size: 90%;
	margin-top: -2vh;
  }
 
  .precious-lp-home-item img {
    margin: 0.5vw;
    width: 56%;
  }
  .precious-lp-home-item .home-item-descimg{
	  margin-top: 2vw;
  }
  
  .precious-lp-home-item-after{
  	  position: absolute;
	  left:47%;
	  bottom:7%;
	  top:60%;
	  z-index: 2;
	  width: 10%;
	  display: flex;
	  align-items: center;
  }
  .precious-lp-home-item-after img{
	  width: 100%;
  }	  
	  
  .precious-lp-home-item p {
    margin: 0.5vw;
    font-size: 24px;
    letter-spacing: 5px;
  }

  @media(max-width:1280px) {
    .precious-lp-home-item {
      padding-left: 60%;
    }
  }
  .pulchritude{
    font-weight: 600;
    font-size: 24px;
  }
}
.pulchritude-box{
  background: -webkit-linear-gradient(left, rgba(189,189,189,0.6) 0%, rgba(255,255,255,0.8) 50%, rgba(189,189,189,0.6) 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}