/*********************************************************************************************/
/****   GLOBAL CSS                                  ******************************************/
/*********************************************************************************************/
@font-face {
    font-family: "Gotham_Light", 'Microsoft Jhenghei';
    src: url("../fonts/GothamLight.eot");
    src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
        url("../fonts/GothamLight.woff2") format("woff2"),
        url("../fonts/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight.ttf") format("truetype"),
        url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

/*--------------------------------------*/
/*-----------global reset-------------*/
/*--------------------------------------*/
body,
html {
    overflow-x: clip;
    /*****/
    scrollbar-width: thin;
}

.offer-bumper {
    display: none !important;
}

.scrolldisabled {
    overflow: hidden;
    scrollbar-width: thin;
}

#main:not(.main-homepage) {
    padding-top: 0px;
}

#wrapper {
    max-width: unset;
    background-color: #000;
}

.breadcrumb {
    display: none;
}

.primary-content {
    padding: 0;
}

footer {
    margin-top: 0px;
}

/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.precious-lp {
    background-color: #000;
    --CLARINS-FONT: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
    --GOTHAM-LIGHT: "Gotham_Light", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
        Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
    --COLOR-GOLD: #ccb089;
    --COLOR-CREAM: #fdfdfd;
    --COLOR-RED: #b40024;
    --HEADER-HEIGHT: 113px;
    --MENU-HEIGHT: 50px;
    --WIDTH-ANIM: 1600px;
    --FONT-SIZE: 16px;
    --FONT-SIZE-INTRO: 22px;
    --FONT-SIZE-BOLD: 22px;
    --FONT-SIZE-TITLE: 30px;
    --FONT-SIZE-SECTION-TITLE: 60px;
    width: 100%;
    --PADDING-CONTENT: 40px;
    padding-top: var(--MENU-HEIGHT);
    padding-bottom: 40px;
}


.precious-lp[data-zoom="out"] {
    max-width: 1600px;
    margin: 0 auto;
}


@media(max-width:1023px) {
    .precious-lp {
        --HEADER-HEIGHT: 48px;
        --MENU-HEIGHT: 50px;
        --FONT-SIZE-SECTION-TITLE: 40px;
        --FONT-SIZE-BOLD: 18px;
        --FONT-SIZE-INTRO: 18px;
        --FONT-SIZE: 14px;
    }
}

@media(max-width:761px) {
    .precious-lp {
        --PADDING-CONTENT: 20px;
        --FONT-SIZE-SECTION-TITLE: 8vw;
        --FONT-SIZE-BOLD: 17px;
        --FONT-SIZE-INTRO: 18px;
        --FONT-SIZE: 13px;
    }
}

.precious-lp * {
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.precious-lp-anchor {
    position: relative;
    z-index: 1;
    height: calc(var(--HEADER-HEIGHT) + var(--MENU-HEIGHT) - 2 * var(--FONT-SIZE-SECTION-TITLE));
    margin-top: calc(-1 * var(--HEADER-HEIGHT) + 2 * var(--FONT-SIZE-SECTION-TITLE));
    pointer-events: none;
}

.precious-lp-anchor#clarins-precious {
    height: 0;
    margin-top: 0;
}

.precious-lp-section {
    min-height: 740px;
    padding-top: calc(2 * var(--FONT-SIZE-SECTION-TITLE));
}

@media(max-width:1023px) {
    .precious-lp-section {
        min-height: unset;
    }
}

.precious-lp-player,
.precious-lp-video {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.precious-lp-video img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

.precious-lp-player iframe,
.precious-lp-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-color: #000;
}



.precious-lp-ytplayer {
    opacity: 0;
    pointer-events: none;
}

.precious-lp-ytplayer[data-play="1"] {
    opacity: 1;
    pointer-events: unset;
    display: block;
    position: absolute;
    top: 0;
    left: var(--PADDING-CONTENT);
    width: calc(100% - 2*var(--PADDING-CONTENT));
    height: 100%;
    z-index: 4;
    background-color: #000;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
@media(min-width:1024px) {




    .precious-lp-navigation {
        position: fixed;
        width: 100%;
        color: #fff;
        left: 0;
        z-index: 40;
        top: var(--HEADER-HEIGHT);
        overflow: hidden;
        height: var(--MENU-HEIGHT);
    }

    .precious-lp-navigation__wrapper {
        width: 100%;
        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 button {
        display: none !important
    }

    .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;
        cursor: pointer;
    }

    .precious-lp-navigation__cta:hover {
        background-color: #fff;
    }

    .precious-lp-navigation__link::before {
        content: " ";
        display: block;
        width: 100%;
        background-color: var(--COLOR-GOLD);
        height: 4px;
        bottom: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        opacity: 0;
    }

    .precious-lp-navigation__link[data-active="1"] {
        color: var(--COLOR-GOLD);
    }

    .precious-lp-navigation__link[data-active="1"]::before {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
        transition: transform ease-in-out 0.5s;
    }

    .precious-lp-navigation__link:hover {
        color: var(--COLOR-GOLD);
    }

    .precious-lp-navigation .precious-lp-cta {
        display: none;
    }
}

@media(max-width:1023px) {
    .precious-lp-navigation {
        background-color: #212121 !important;
        position: fixed;
        width: 100%;
        color: #fff;
        left: 0;
        z-index: 40;
        transition: top ease-in-out 0.5s;
        top: calc(var(--HEADER-HEIGHT));
    }

    .precious-lp-navigation button {
        display: block !important;
        opacity: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        font-size: 0;
        background-color: transparent;
        box-sizing: border-box;
        border: 0px solid #212121 !important;
        outline: 0 !important;
    }

    .precious-lp-navigation button:focus {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .precious-lp-navigation__wrapper {
        max-width: 1250px;
        width: 100%;
        height: var(--MENU-HEIGHT);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .precious-lp-navigation__menu {
        flex: 1;
        position: relative;
        height: var(--MENU-HEIGHT);
        cursor: pointer;
    }

    .precious-lp-navigation__menu:before {
        content: " ";
        width: 10px;
        height: 10px;
        border-left: 2px solid var(--COLOR-GOLD);
        border-top: 2px solid var(--COLOR-GOLD);
        position: absolute;
        right: 10px;
        top: 15px;
        transform: rotate(225deg);
        z-index: 2;
        transform-origin: center center;
        pointer-events: none;
    }

    .precious-lp-navigation__menu[data-active="1"]:before {
        transform: rotate(45deg);
        margin-top: 7px;
    }

    .precious-lp-navigation__current {
        text-transform: uppercase;
        color: var(--COLOR-GOLD);
        font-family: var(--GOTHAM-MEDIUM);
        font-size: var(--FONT-SIZE);
        line-height: 1.4em;
        height: var(--MENU-HEIGHT);
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0 20px;
        text-decoration: none;
        box-sizing: border-box;
        width: 100%;
        position: relative;
    }

    .precious-lp-navigation__selector {
        position: absolute;
        top: var(--MENU-HEIGHT);
        left: -1px;
        width: 100vw;
        background-color: #212121 !important;
        border-radius: 4px;
        overflow: hidden;
        max-height: 0px;
        opacity: 0;
        transition: max-height ease-in-out 0.5s;
        box-sizing: border-box;
        padding-bottom: 8px;
    }

    .precious-lp-navigation__menu[data-active="1"] .precious-lp-navigation__selector {
        max-height: calc(var(--MENU-HEIGHT) * 7 * 0.75);
        opacity: 1;
    }

    .precious-lp-navigation__selector a {
        font-family: var(--GOTHAM-MEDIUM);
        font-size: var(--FONT-SIZE);
        line-height: 1.4em;
        color: #fff;
        display: block;
        height: calc(var(--MENU-HEIGHT)*0.75);
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0 20px;
        box-sizing: border-box;
        text-decoration: none;
        text-transform: uppercase;
        outline: 0 !important;
    }


    .precious-lp-navigation__selector a:focus {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .precious-lp-navigation__selector a[data-active="1"] {
        display: none;
    }

    .precious-lp-navigation__selector a:hover {
        color: var(--COLOR-GOLD);
    }

    .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-cta {
    position: relative;
    background-color: var(--COLOR-GOLD) !important;
    display: flex;
    color: #000;
    padding: 0 20px;
    text-decoration: none;
    font-size: 14px;
    /*var(--FONT-SIZE);*/
    line-height: 1em;
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    border: 1px solid var(--COLOR-GOLD);
    min-width: 122px;
    text-align: center;
    justify-content: center;
    align-items: 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: transform ease-in-out 0.5s;
}

.precious-lp-hidden-quickshop {
    display: none;
}

/*------------------------------------------------*/

.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-next:after,
.precious-lp .slick-prev:after {
    display: none;
}

.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: 0;
    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-title {
    margin: 0;
    font-weight: normal;
    color: #fff;
    font-size: var(--FONT-SIZE-SECTION-TITLE);
    line-height: 1.45em;
    text-transform: uppercase;
    font-family: var(--GOTHAM-BOOK);
    display: flex;
    flex-direction: column;
    text-shadow: 0px 1px 8px rgb(0 0 0 / 25%);
    letter-spacing: 0.08em;
    padding-bottom: 0.8em;
}


.precious-lp-subtitle {
    margin: 0;
    font-weight: normal;
    color: #fff;
    font-size: var(--FONT-SIZE-TITLE);
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: var(--GOTHAM-BOOK);
    padding-bottom: 1.5em;
    display: flex;
    flex-direction: column;
}

.precious-lp-boldtext {
    color: var(--COLOR-GOLD);
    font-size: var(--FONT-SIZE-BOLD);
    line-height: 1.75em;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-MEDIUM);
    margin: 0;
    padding-bottom: 1.4em;
}

.precious-lp-intro {
    color: #fff;
    font-size: var(--FONT-SIZE-INTRO);
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-BOOK);
    margin: 0;
    padding-bottom: 1.4em;
    font-weight: normal;
}

.precious-lp-text {
    color: #fff;
    font-size: var(--FONT-SIZE);
    line-height: 1.75em;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-BOOK);
    margin: 0;
}

.precious-lp-mentions {
    margin: 0;
    margin-top: 20px;
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    font-family: var(--GOTHAM-BOOK);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    opacity: 0.5;
}

.precious-lp-badge {
    font-family: var(--GOTHAM-BOOK);
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1em;
    font-weight: normal;
    height: 19px;
    color: var(--COLOR-GOLD);
    padding: 0px;
    border: none;
    justify-content: center;
    display: flex;
    align-items: center;
    text-transform: none;
}

@media(max-width:1170px) {
    .precious-lp-text {
        display: block;
    }
}

@media(max-width:761px) {
    .precious-lp-title {
        text-align: center;
    }
}

/************************************************/


.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;
}

/*Master Analysis modifications*/
.precious-lp-flower__video .precious-lp-big-title {
    text-align: center;
}
.precious-lp-sciences__video .precious-lp-big-title {
    text-align: center;
}

#wrapper.pt_category-wide .site-width-slot, #wrapper.pt_category-wide .breadcrumb-container {
    max-width: 100%;
    margin: 0 auto;
}
.precious-lp-experience .slick-prev {
    left: -35px !important;
}
.precious-lp-experience .slick-next {
    right: -35px !important;
}

.precious-pdp-routine__price-unit{
    font-size: 11px;
    color: #fff;
    font-family: "Gotham SSm book A","Gotham SSm book B",Helvetica,Arial, 'Microsoft Jhenghei',sans-serif;
}

@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-player, .precious-lp-video {
    height: 600px;
}
.precious-lp-results__video, .precious-lp-video {
    height: 900px !important;
    width: 1250px !important;
}
#precious_sciences_text_3 {
    height: auto;
    margin-top: -350px !important;
    background: linear-gradient(to bottom, transparent, black);
}
#video-05-brittany, #video-06-paris, #video-07-grasse{
    height: calc(200px * 580/var(--WIDTH-MAP)) !important;
    width: calc(200px * 580/var(--WIDTH-MAP)) !important;
}
}

@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-flower__video {
    height: 650px;
}
/* .precious-lp-results__video, .precious-lp-video {
    height: 650px !important;
} */
#precious_sciences_text_3 {
    height: auto;
    margin-top: 400px !important;
    background: linear-gradient(to bottom, transparent, black);
}
#precious_sciences_text_3 {
    height: 530px !important;
}
.precious-lp-luxury-video-2 {
    height: 580px !important;
}
}

@media (max-width: 480px) {
.precious-lp-navigation__selector-dots {
    left: 5px;
}  
.precious-lp-text {
    padding-left: 15px;
    padding-right: 15px;
}
.precious-lp-mentions {
    padding-left: 20px;
    padding-right: 20px;
}
.precious-lp-sciences__mobile .precious-lp-text {
    padding-left: 35px;
    padding-right: 35px;
}
}









/* ------------------------------------------------------------------------- */
.desktop-break {
    display: initial;
}

.tablet-landscape-break, .tablet-portrait-break, .mobile-break {
    display: none;
}

.precious-lp-navigation__link {
    font-weight: 800 !important;
}

.precious-lp-title {
    font-weight: 800 !important;
}

.precious-lp-boldtext {
    font-weight: 900 !important;
}

.precious-lp-boldtext-white {
    color: #fff;
    padding-bottom: 5px;
}

/* ----GIFTING---- */
.precious-lp-gifting {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 0 80px;
}

#precious_gifting_content-1 {
    padding-left: 100px;
    text-align: center;
}

#gifting_8 {
    text-align: center;
}

@media(max-width:1600px)
and (min-width: 1367px) {
    /* ----GIFTING---- */
    #precious_gifting_content-1 {
        padding-left: 50px;
    }
}

@media(max-width:1366px)
and (min-width: 1113px) {
    /* ----GIFTING---- */
    div#precious_gifting_visual-1 {
        width: 851px;
    }

    .precious-lp-gifting {
        padding: 0 20px;
    }

    #precious_gifting_content-1 {
        padding-left: 0px;
    }

    .precious-lp-gifting__visual img {
        width: 80%;
        height: 50%;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .desktop-break {
        display: none;
    }

    .tablet-landscape-break {
        display: initial;
    }

    /* ----GIFTING---- */
    .precious-lp-gifting {
        padding: 0 40px;
    }

    div#precious_gifting_visual-1 {
        flex-basis: 50%;
        max-width: 50%;
    }

    #precious_gifting_content-1 {
        padding-left: 50px;
    }

    .precious-lp-gifting__visual img {
        width: 500px;
        height: 291px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .desktop-break {
        display: none;
    }

    .tablet-portrait-break{
        display: initial;
    }

    /* ----GIFTING---- */
    .precious-lp-gifting {
        padding: 0 40px 60px;
    }

    div#precious_gifting_visual-1 {
        flex-basis: 50%;
        max-width: 50%;
    }

    #precious_gifting_content-1 {
        padding-left: 20px;
    }

    .precious-lp-gifting__visual img {
        width: 381px;
        height: 213px;
    }
}

/*iPhone 6/7/8, 13, and X*/
@media (max-width: 480px) {
    .desktop-break {
        display: none;
    }

    .mobile-break {
        display: initial;
    }

    .precious-lp-text li{
        text-align: left;
    }

    /* ----GIFTING---- */
    .precious-lp-gifting {
        flex-flow: column;
        align-items: center;
        padding: 0 0 70px;
    }

    #precious_gifting_content-1 {
        padding-left: 0;
        padding-top: 40px;
    }

    .precious-lp-gifting__visual img {
        width: 100%;
        height: 100%;
    }
}

/* custom */
.shopping{
    max-width: 1275px;
    margin: 0 auto !important;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
} 
.shopping img{
   margin: 0 auto 20px;
   max-width: 300px;
} 

.shopping a{
max-width: 125px;
margin: auto;
}

.shopping small{
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.shopH2{
    margin: 0 auto 20px !important;
    text-align: center;
    padding-bottom: 0;
}
.shopP{
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
}






/* --------------------------------------------------- */
.precious-lp {
    --HEADER-HEIGHT: 120px;
}

.precious-lp-navigation__selector-dots a:not(.cba-link-style) {
    color: transparent;
}

/* @media (orientation : portrait) {
    .precious-lp {
        padding-top: calc(var(--MENU-HEIGHT) - 5px);
    }
} */

@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 {
        --HEADER-HEIGHT: 75px;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .precious-lp {
        --HEADER-HEIGHT: 19vw;
    }
}


/* --------------------------------------- */
.precious-lp-navigation__link[data-active="0"] {
    color: #fff;
}

.isMobile{
    display: none;
}

.anchorMobile{
    pointer-events: none;
    display: none;
}
.isDesktop{
    display: flex;
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {
    ul#precious-lp-routine__text-list {
        width: 80%;
        padding-left: 0;
    }
}

@media (orientation: portrait) {
    .isDesktop{
        display: none;
    }

    .isMobile{
        display: flex;
    }

    button:not(.cba-button-style).precious-lp-cta.isMobile {
        color: #000;
    }

    .anchorMobile{
        pointer-events: initial;
        display: initial;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media (min-width: 761px) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    ul#precious-lp-routine__text-list {
        width: 70%;
        padding: 0;
    }

    ul#precious-lp-routine__text-list p#ul-title-stat {
        margin-bottom: 12px;
        line-height: calc(38px * var(--RATIO));
    }
}


/* -----------TRANSFERRED 3DOMEDITS-------------- */
#maincontent * {
    box-sizing: border-box;
}

#maincontent .sbSelectorWrapper,
#maincontent input[type="text"],
#maincontent input[type="tel"],
#maincontent input[type="text"]:hover,
#maincontent input[type="tel"]:hover,
#maincontent input[type="text"]:focus,
#maincontent input[type="tel"]:focus {
    background-color: var(--COLOR-GOLD);
    border-color: var(--COLOR-GOLD);
}

#maincontent input[type="checkbox"]+label:before,
#maincontent input[type="checkbox"]:checked+label:before {
    color: #333333;
    background-color: var(--COLOR-GOLD);
}

#maincontent button {
    color: #333333;
    background-color: var(--COLOR-GOLD);
}

#maincontent input[type="checkbox"]+label,
#maincontent input[type="checkbox"]+label a {
    color: #ffffff !important;
}

#maincontent {
    background-color: #000000;
}

#maincontent .maindesc1 {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
}

#maincontent .maindesc2 {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
}

#maincontent h2 {
    font-size: 30px;
    line-height: 42px;
    color: var(--COLOR-GOLD);
    font-weight: 400;
    letter-spacing: 22px;
    margin: 0 auto 4px auto;
}

#maincontent h3 {
    font-size: 28px;
    line-height: 39px;
    color: var(--COLOR-GOLD);
    font-weight: 400;
    margin: 0 auto 10px auto;
}

#maincontent p {
    margin-bottom: 10px;
}

#maincontent #formcontainer {
    width: 98%;
    max-width: 660px;
    border-radius: 50px;
    border: 1px solid #cdb18a;
    padding: 40px 10px;
    margin: 0 auto 50px auto;
}

#maincontent #samplingform {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#thankyou {
    background-image: url('content-assets/precioussampling2024/deco1.png?$staticlink$'), url('content-assets/precioussampling2024/deco2.png?$staticlink$');
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    background-size: 195px, 331px;
    padding: 250px 0;
    display: none;
}

@media screen and (max-width: 761px) {
    #maincontent h2 {
        letter-spacing: 10px;
    }
}


/* Precious */
#wrapper.pt_wrapper .precious-lp .precious-lp-navigation {
    display: none;
}

#wrapper.pt_wrapper .precious-lp{
    padding-top: initial;
}

i-navigation-wrapper {
    height: 112px !important;
}