/*  ------  reset   ------  */

#main:not(.main-homepage) {
    padding-top: 0px;
}

.breadcrumb {
    display: none !important;
}

#wrapper {
    max-width: 100%;
}

footer {
    margin-top: 0;
}

@media (max-width: 640px) {
    .offerbumper-loader {
        display: none !important;
    }
}


/*  ------  variables   ------  */

.holy__page {
    --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: #cea150;
    --RADIUS: 8px;
}


/*  ------  page   ------  */

.holy__page {
    font-family: var(--GOTHAM-BOOK);
    font-weight: normal;
    color: #333333;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.holy__page * {
    box-sizing: border-box;
}

.holy__page h1,
.holy__page h2,
.holy__page h3 {
    margin: 0;
    padding: 0;
    font-family: var(--CLARINS-FONT);
    font-weight: normal;
}

.holy__page p {
    margin: 0;
    padding: 0;
}

.holy__page picture {
    display: block;
    /*! width: 100%; */
}

.holy__page img {
    width: 100%;
    display: block;
}

.holy__page a {
    color: #333;
    text-decoration: none;
}

.holy__page .holy__container {
    position: relative;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.holy__page .holy__title {
    color: var(--COLOR-GOLD);
    font-size: 60px;
    line-height: 1.16em;
    position: relative;
}

.holy__page .holy__text {
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.holy__page .holy__text>span {
    display: block;
}

.holy__page .holy__text .holy__nowrap {
    white-space: nowrap;
}

.holy__page .holy__price {
    font-size: 16px;
    line-height: 20px;
}

.holy__page .holy__cta {
    padding-top: 40px;
}

.holy__page .holy__cta-btn {
    cursor: pointer;
    display: inline-flex;
    min-width: 132px;
    height: auto;
    padding: 17px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    background-color: #b40024;
    border: 2px solid #b40024;
    border-radius: 5px;
    font-family: var(--GOTHAM-MEDIUM, Helvetica, Arial);
    font-weight: 500;
    position: relative;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.holy__page .holy__cta-btn:hover {
    color: #fff;
    outline: 0 !important;
    background-color: #8c0b26;
    border-color: #8c0b26;
}

.holy__page .holy__link-btn {
    text-decoration: underline;
    font-family: var(--GOTHAM-MEDIUM, Helvetica, Arial);
    font-size: 14px;
    line-height: 1.42em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.holy__page .holy__link-btn:hover {
    text-decoration: none;
}

.holy__page .holy__quickshop {
    display: none;
}

.holy__page .holy__addtobag {
    display: none;
}

.holy__page .holy__lutin {
    pointer-events: none;
}

.holy__page .holy__decor {
    position: absolute;
    pointer-events: none;
}

.holy__page .holy__decor img {
    width: 100%;
    display: block;
}

.holy__page .holy__paillette {
    position: absolute;
    pointer-events: none;
}

.holy__page .holy__paillette img {
    width: 100%;
    display: block;
}


/*
.holy__page .holy__cta a.holy__disabled { background-color: #cfcac9; border-color:#cfcac9; cursor: default; }
*/

@media (max-width: 768px) {
    .holy__page .holy__page {
        overflow: hidden;
    }

    .holy__page .holy__container {
        padding: 0;
    }

    .holy__page .holy__title {
        font-size: 44px;
        line-height: 1.05em;
    }

    .holy__page .holy__text>span {
        display: inline;
    }

}



/*   bloc    */

.holy__page .holy__bloc {
    position: relative;
    padding-bottom: 70px;
}

.holy__page .holy__bloc-title {
    text-align: center;
    padding-bottom: 20px;
}

.holy__page .holy__bloc-text {
    position: relative;
    text-align: center;
    width: 84%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.holy__page .holy__group {
    position: relative;
}


@media (max-width: 768px) {

    .holy__page .holy__bloc {
        padding-bottom: 47px;
    }

    .holy__page .holy__bloc-text {
        text-align: center;
        width: 90%;
        padding-bottom: 23px;
    }

}



/*   header    */

.holy__page .holy__bloc-header {
    position: relative;
    padding-bottom: 54px;
    padding-top: 84px;
}

.holy__page .holy__header-title {
    color: #cea150;
    text-align: center;
    font-size: 75px;
    line-height: normal;
    /*! padding-top: 84px; */
    padding-bottom: 36px;
    background: linear-gradient(0deg, #ab7d37 0%, #d8b371 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.holy__page .holy__header-title small {
    font-size: 1em;
}

.holy__page .holy__header-title>span {
    display: inline;
    background-color: #cea150;
    background-image: url(images/holy_title.png);
    background-size: contain;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

/*
.holy__page .holy__header-title > span > span {position: relative;top:-0.15em; }
*/

.holy__page .holy__header-text {
    text-align: center;
    width: 88%;
    max-width: 775px;
    margin: 0 auto;
}

.holy__page .holy__bloc-header .holy__decor[data-item="1"] {
    width: 500px;
    top: -109px;
    left: calc(50% + 400px);
}

.holy__page .holy__bloc-header .holy__decor[data-item="2"] {
    width: 495px;
    top: -134px;
    left: calc(50% - 895px);
}

.holy__page .holy__bloc-header .holy__decor[data-item="3"] {
    width: 178px;
    top: -79px;
    left: calc(50% - 298px);
}

.holy__page .holy__bloc-header .holy__decor[data-item="3"] img {
    transform: rotate(190deg);
    filter: blur(4.3px);
}

.holy__page .holy__bloc-header .holy__decor[data-item="4"] {
    width: 52px;
    top: 20px;
    left: calc(50% + 90px);
}



@media (max-width: 768px) {

    .holy__page .holy__bloc-header {
        padding-bottom: 44px;
        padding-top: 100px;
    }

    .holy__page .holy__header {
        margin-top: 46px;
        margin-bottom: 192px;
        min-height: 414px;
    }

    .holy__page .holy__header-title {
        font-size: 55px;
        line-height: 1.05em;
        /*! padding-top: 100px; */
        padding-bottom: 19px;
    }

    .holy__page .holy__header-title small {
        display: none
    }

    .holy__page .holy__bloc-header .holy__decor[data-item="1"] {
        width: 215px;
        top: -82px;
        left: calc(50% + 25px);
    }

    .holy__page .holy__bloc-header .holy__decor[data-item="2"] {
        width: 231px;
        top: -104px;
        left: calc(50% - 225px);
    }

    .holy__page .holy__bloc-header .holy__decor[data-item="3"] {
        display: none;
    }

    .holy__page .holy__bloc-header .holy__decor[data-item="4"] {
        display: none;
    }
}


/*   navigation    */

.holy__page .holy__navigation {
    margin-top: 62px;
}

/*
.holy__page .holy__navigation ul { display: block; overflow-x: scroll; padding: 0; list-style: none; margin: 0; white-space: nowrap; scrollbar-width: none; }
.holy__page .holy__navigation ul:-webkit-scrollbar { display: none; }
*/
.holy__page .holy__navigation-handler {
    display: none;
    position: relative;
    left: 0;
    top: 0;
}

.holy__page .holy__navigation-handler-arrow {
    position: absolute;
    right: 25px;
    top: calc(50% - 7.5px);
    background: url(images/holy_arrow.svg) left top no-repeat;
    background-size: 100% auto;
    width: 8px;
    height: 15px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.holy__page .holy__navigation-handler-arrow path {
    fill: var(--COLOR-GOLD);
}

.holy__page .holy__navigation-handler a {
    height: 44px;
    display: flex;
    align-items: center;
    color: var(--COLOR-GOLD)
}

.holy__page .holy__navigation-handler a span {
    font-size: 11px;
    line-height: 1.2em;
    padding: 0 20px;
    display: block;
    text-transform: uppercase;
}

.holy__page .holy__navigation-inside ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.holy__page .holy__navigation-inside li {
    white-space: nowrap;
    display: flex;
    margin: 0 15px 30px 15px;
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s;
}

.holy__page .holy__navigation-inside li:hover,
.holy__page .holy__navigation-inside li.holy__active {}

.holy__page .holy__navigation-inside ul a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fff;
    color: var(--COLOR-GOLD);
    border-radius: 6px;
    overflow: hidden;
    width: 160px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.holy__page .holy__navigation-inside ul a img {
    transition: transform 0.2s ease-in-out;
}

.holy__page .holy__navigation-inside ul a span {
    font-size: 11px;
    line-height: 28px;
    display: block;
    text-align: center;
    background: #fff;
    width: 100%;
    height: 28px;
    position: relative;
}

/*
.holy__page .holy__navigation-inside  ul:hover a { opacity: 0.5; }
.holy__page .holy__navigation-inside  ul:hover a:hover {opacity: 1; }
.holy__page .holy__navigation-inside  ul a:hover img { transform:scale(1.1); }
*/

.holy__page .holy__navigation-inside ul li {
    opacity: 1;
}

.holy__page .holy__navigation-inside ul:hover li {
    opacity: 0.5;
}

.holy__page .holy__navigation-inside ul:hover li:hover {
    opacity: 1;
}

.holy__page .holy__navigation-inside li:hover a img {
    transform: scale(1.1);
}


@media (max-width: 1220px) {
    .holy__page .holy__navigation-inside ul {
        max-width: 768px;
    }

}


@media (max-width: 768px) {

    .holy__page .holy__navigation {
        margin-top: 15px;
    }

    .holy__page .holy__navigation-inside ul {
        justify-content: space-evenly;
    }

    .holy__page .holy__navigation-inside ul a img {
        display: none;
    }

    .holy__page .holy__navigation-inside ul li {
        width: 160px;
        margin: 11px 0;
        display: flex;
        justify-content: center;
    }

    .holy__page .holy__navigation-inside ul a {
        height: 38px;
        border: solid 1px #bfbfbf;
        border-radius: 19px;
        box-shadow: none;
        flex-direction: row;
    }

    .holy__page .holy__navigation-inside ul a span {
        background: transparent;
        height: auto;
        line-height: 1em;
        white-space: normal;
    }

    .holy__page .holy__navigation-inside ul li {
        opacity: 1;
    }

    .holy__page .holy__navigation-inside ul li:hover a {
        color: #fff;
        background: var(--COLOR-GOLD)
    }

    .holy__page.holy__stack .holy__navigation-inside {
        position: fixed;
        top: 48px;
        left: 0;
        z-index: 10;
        width: 100%;
        border: solid 1px #cea150;
        background: #fff;
        margin-bottom: 46px;
    }

    .holy__page.holy__stack .holy__navigation-handler {
        display: block;
    }

    .holy__page.holy__stack .holy__navigation-inside.holy__opened .holy__navigation-handler-arrow {
        transform: rotate(-90deg);
    }

    .holy__page.holy__stack .holy__navigation-inside ul {
        display: none;
        padding-bottom: 10px;
    }

    .holy__page.holy__stack .holy__navigation-inside.holy__opened ul {
        display: block;
    }

    .holy__page.holy__stack .holy__navigation-inside li {
        display: block;
        padding-bottom: 10px;
    }

    .holy__page.holy__stack .holy__navigation-inside ul a {
        height: auto;
        border: none;
        border-radius: none;
        display: block;
        background: transparent;
        margin-left: 40px;
    }

    .holy__page.holy__stack .holy__navigation-inside ul a:hover {
        color: var(--COLOR-GOLD)
    }

    .holy__page.holy__stack .holy__navigation-inside ul a span {
        padding: 0;
        font-size: 11px;
        line-height: 1.2em;
        letter-spacing: 0.05em;
    }
}




/*   film    */

.holy__page .holy__bloc-film {
    padding-bottom: 73px;
}

.holy__page .holy__bloc-film .holy__text {
    color: var(--COLOR-GOLD);
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 20px;
    line-height: 1.5em;
}

.holy__page .holy__film {
    position: relative;
}

.holy__page .holy__film-container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 1;
}

.holy__page .holy__film-content {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

.holy__page .holy__film-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.holy__page .holy__film-play {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border: 2px #fff solid;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.15);
}

.holy__page .holy__film-play:after {
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 8px);
    border-left: solid #fff 26px;
    border-top: solid transparent 16px;
    border-bottom: solid transparent 16px;
}

.holy__page .holy__film-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
}

.holy__page .holy__film.holy__playing .holy__film-content {
    display: none;
}

.holy__page .holy__bloc-film .holy__decor[data-item="1"] {
    width: 226px;
    top: -136px;
    left: calc(50% - 788px);
    z-index: 2
}

.holy__page .holy__bloc-film .holy__decor[data-item="2"] {
    width: 180px;
    top: -100px;
    left: calc(50% + 481px);
}

.holy__page .holy__bloc-film .holy__decor[data-item="2"] img {
    transform: rotate(71deg);
}

.holy__page .holy__bloc-film .holy__paillette[data-item="1"] {
    width: 273px;
    top: 150px;
    left: calc(50% - 858px);
    transform: rotate(-90deg);
}

.holy__page .holy__bloc-film .holy__paillette[data-item="2"] {
    width: 120px;
    top: -286px;
    left: calc(50% + 679px);
}


@media (max-width: 768px) {

    .holy__page .holy__bloc-film {
        padding-bottom: 47px;
    }

    .holy__page .holy__bloc-film .holy__text {
        color: var(--COLOR-GOLD);
        font-family: var(--GOTHAM-MEDIUM);
        font-size: 20px;
        line-height: 1.5em;
    }


}



/*   advent    */

.holy__page .holy__advents {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 1;
}

.holy__page .holy__advent {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: stretch;
}

.holy__page .holy__advent:nth-child(2) {
    flex-direction: row-reverse;
    text-align: right;
    transform: translateY(-50px);
}

.holy__page .holy__advent-media {
    position: relative;
    top: 0;
    left: 0;
    width: calc(50% - 20px);
    max-width: 585px;
}

.holy__page .holy__advent-picture {
    border-radius: var(--RADIUS);
    overflow: hidden;
}

.holy__page .holy__advent-content {
    padding: 0 35px 62px 35px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.holy__page .holy__advent:nth-child(1) .holy__advent-content {
    padding-right: 0;
}

.holy__page .holy__advent:nth-child(2) .holy__advent-content {
    padding-top: 28px;
    padding-bottom: 0;
    padding-left: 0;
    align-items: flex-end;
}

.holy__page .holy__advent-title {
    font-family: var(--GOTHAM-BOOK);
    font-size: 32px;
    line-height: 1.4;
    color: var(--COLOR-GOLD);
    padding-bottom: 9px;
}

.holy__page .holy__advent-subtitle {
    display: block;
    font-size: 25px;
    line-height: 1.125;
}

.holy__page .holy__advent-text {
    padding-bottom: 15px;
    max-width: 375px;
}

.holy__page .holy__advent-lutin {
    position: absolute;
    top: 0;
    left: 34%;
    width: 74px;
    transform: translateY(-98%);
}

.holy__page .holy__advents-lutin {
    position: relative;
    top: 0;
    left: calc(50% - 107px);
    width: 214px;
    padding-bottom: 3px;
}

.holy__page .holy__bloc-advents .holy__decor[data-item="1"] {
    width: 388px;
    top: -124px;
    left: calc(50% + 562px);
}

.holy__page .holy__bloc-advents .holy__decor[data-item="1"] img {
    transform: rotate(150deg);
}

.holy__page .holy__bloc-advents .holy__decor[data-item="2"] {
    width: 83px;
    top: 253px;
    left: calc(50% + 700px);
}

.holy__page .holy__bloc-advents .holy__decor[data-item="3"] {
    width: 483px;
    bottom: 192px;
    left: calc(50% - 1050px);
}

.holy__page .holy__bloc-advents .holy__decor[data-item="3"] img {
    filter: blur(7.8px);
}

.holy__page .holy__bloc-advents .holy__decor[data-item="4"] {
    width: 220px;
    bottom: 19px;
    left: calc(50% - 816px);
}

.holy__page .holy__bloc-advents .holy__decor[data-item="5"] {
    display: none;
    width: 34px;
}

.holy__page .holy__bloc-advents .holy__decor[data-item="6"] {
    width: 34px;
    bottom: 62px;
    left: calc(50% - 392px);
}

.holy__page .holy__bloc-advents .holy__decor[data-item="6"] img {
    filter: blur(3.7px);
}

.holy__page .holy__bloc-advents .holy__paillette[data-item="1"] {
    width: 168px;
    top: -67px;
    left: calc(50% + 580px);
    transform: rotate(90deg);
    filter: blur(3.3px)
}

.holy__page .holy__bloc-advents .holy__paillette[data-item="2"] {
    width: 120px;
    top: -44px;
    left: calc(50% - 711px);
    filter: blur(4.3px);
    transform: rotate(117deg);
}

.holy__page .holy__bloc-advents .holy__paillette[data-item="3"] {
    width: 293px;
    bottom: 117px;
    left: calc(50% - 601px);
    transform: rotate(-90deg);
}

.holy__page .holy__bloc-advents .holy__paillette[data-item="4"] {
    width: 296px;
    top: 52px;
    left: calc(50% + 459px);
    transform: rotate(-90deg);
}

.holy__page .holy__bloc-advents .holy__paillette[data-item="5"] {
    width: 160px;
    bottom: -32px;
    left: calc(50% + 179px);
    transform: rotate(128deg);
    filter: blur(4.3px)
}



@media (max-width: 768px) {
    .holy__page .holy__advents {
        padding-bottom: 17px;
        margin-bottom: 66px;
    }

    .holy__page .holy__advent {
        display: block;
        padding-top: 12px;
    }

    .holy__page .holy__advent:nth-child(1) .holy__advent-content {
        padding-left: 0;
    }

    .holy__page .holy__advent:nth-child(2) .holy__advent-content {
        padding-top: 28px;
        padding-bottom: 0;
        padding-left: 0;
        align-items: flex-end;
    }


    .holy__page .holy__advent-media {
        width: 88%;
        max-width: 100%;
        margin: 0 auto;
    }

    .holy__page .holy__advent-content {
        text-align: center;
        width: 100%;
        padding: 0 5%;
    }

    .holy__page .holy__advent-title {
        font-size: 21px;
        padding-top: 17px;
    }

    .holy__page .holy__advent-subtitle {
        font-size: 24px;
    }

    .holy__page .holy__advent-text {
        margin: 0 auto;
        width: 86%;
    }

    .holy__page .holy__advent-lutin {
        display: none;
    }

    .holy__page .holy__advents-lutin {
        left: calc(50% - 82px);
        width: 164px;
        padding-bottom: 10px;
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="1"] {
        width: 170px;
        top: -77px;
        left: calc(50% - 261px);
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="1"] img {
        transform: rotate(105deg);
        filter: blur(1.9px);
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="2"] {
        width: 34px;
        top: 209px;
        right: -15px;
        left: auto;
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="3"] {
        width: 177px;
        bottom: 80px;
        left: calc(50% - 290px);
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="3"] img {
        filter: blur(2.9px);
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="4"] {
        width: 88px;
        bottom: 20px;
        left: calc(50% - 216px);
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="5"] {
        display: block;
        bottom: 30px;
        left: calc(50% + 154px);
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="6"] {
        display: block;
        bottom: -11px;
        left: calc(50% + 160px);
    }

    .holy__page .holy__bloc-advents .holy__decor[data-item="6"] img {
        filter: blur(4.3px);
    }

    .holy__page .holy__bloc-advents .holy__paillette[data-item="1"] {
        width: 68px;
        top: -12px;
        left: auto;
        transform: rotate(90deg);
        filter: blur(1.3px);
        right: -16px;
    }

    .holy__page .holy__bloc-advents .holy__paillette[data-item="2"] {
        display: none
    }

    .holy__page .holy__bloc-advents .holy__paillette[data-item="3"] {
        width: 126px;
        bottom: 87px;
        left: auto;
        transform: rotate(-90deg);
        right: 0;
    }

    .holy__page .holy__bloc-advents .holy__paillette[data-item="4"] {
        width: 126px;
        top: 32px;
        left: auto;
        transform: rotate(-90deg);
        right: -20px;
    }

    .holy__page .holy__bloc-advents .holy__paillette[data-item="5"] {
        display: none
    }
}


/*   Sets    */

.holy__page .holy__bloc-sets {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 35px;
}

.holy__page .holy__bloc-sets .holy__group {
    display: inline-block;
}

.holy__page .holy__bloc-sets .holy__bloc-text {
    width: 775px;
}

.holy__page .holy__sets {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    margin: 0 auto;
}

.holy__page .holy__set {
    padding: 0 15px;
}

.holy__page .holy__set-media {
    width: 100%;
    max-width: 393px;
    margin: 0 auto;
}

.holy__page .holy__set-content {
    text-align: center;
    padding-top: 20px;
}

.holy__page .holy__set-title {
    font-size: 16px;
    line-height: 1.375em;
    font-family: var(--GOTHAM-BOOK);
    margin: 0 auto;
    padding-bottom: 13px;
    min-height: 57px;
}

.holy__page .holy__set-text {
    font-size: 16px;
    line-height: 1.375em;
    padding-bottom: 12px;
}

.holy__page .holy__set-price {
    font-size: 16px;
    line-height: 1.375em;
}

.holy__page .holy__sets-lutin {
    position: absolute;
    bottom: 31px;
    left: -102px;
    width: 106px;
}

.holy__page .holy__bloc-sets .holy__decor[data-item="1"] {
    width: 262px;
    bottom: -40px;
    left: calc(50% - 858px);
}

.holy__page .holy__bloc-sets .holy__decor[data-item="1"] img {
    transform: rotate(-105deg);
}

.holy__page .holy__bloc-sets .holy__decor[data-item="2"] {
    width: 350px;
    top: -101px;
    left: calc(50% + 588px);
}

.holy__page .holy__bloc-sets .holy__decor[data-item="2"] img {
    filter: blur(4.7px);
}

.holy__page .holy__bloc-sets .holy__paillette[data-item="1"] {
    width: 172px;
    bottom: 148px;
    left: calc(50% - 626px);
    transform: rotate(42deg);
    filter: blur(4.3px);
}

.holy__page .holy__bloc-sets .holy__paillette[data-item="2"] {
    width: 279px;
    bottom: 149px;
    left: calc(50% + 573px);
    transform: rotate(-90deg);
}

.holy__page .holy__bloc-sets .holy__paillette[data-item="3"] {
    width: 166px;
    bottom: 25px;
    left: calc(50% + 596px);
    filter: blur(4.3px);
    transform: rotate(42deg);
}


@media (max-width: 768px) {

    .holy__page .holy__bloc-sets {
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .holy__page .holy__sets-lutin {
        display: none;
    }

    .holy__page .holy__sets {
        margin-bottom: 57px;
        width: 100%;
    }

    .holy__page .holy__bloc-sets .holy__bloc-text {
        width: 90%;
    }

    .holy__page .holy__set {
        padding: 0;
    }

    .holy__page .holy__set-media {
        width: 72%;
        max-width: 100%;
    }

    .holy__page .holy__set-content {
        padding-top: 5px;
        width: 90%;
        margin: 0 auto;
    }

}




/*   Best Sellers    */


.holy__page .holy__bloc-bestsellers .holy__bloc-text {
    padding-bottom: 23px;
}

.holy__page .holy__products {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.holy__page .holy__product {
    padding: 0 15px;
}

.holy__page .holy__product-media {
    width: 100%;
    max-width: 393px;
    margin: 0 auto;
    border-radius: var(--RADIUS);
    overflow: hidden;
}

.holy__page .holy__product-content {
    text-align: center;
    padding-top: 29px;
}

.holy__page .holy__product-title {
    font-size: 16px;
    line-height: 1.375em;
    padding-bottom: 12px;
    font-family: var(--GOTHAM-BOOK);
    min-height: 56px;
}

.holy__page .holy__product-price {
    font-size: 16px;
    line-height: 1.375em;
    font-family: var(--GOTHAM-MEDIUM);
}

.holy__page .holy__product-priceperunit {
    font-size: 10px;
    line-height: 1.6em;
    min-height: 1.6em;
}

.holy__page .holy__bloc-bestsellers .holy__decor[data-item="1"] {
    width: 225px;
    top: -100px;
    left: calc(50% - 851px);
}

.holy__page .holy__bloc-bestsellers .holy__decor[data-item="1"] img {
    transform: rotate(-10deg);
}

.holy__page .holy__bloc-bestsellers .holy__decor[data-item="2"] {
    width: 422px;
    top: 0px;
    left: calc(50% + 596px);
    filter: blur(4.7px);
}

.holy__page .holy__bloc-bestsellers .holy__decor[data-item="2"] img {
    transform: rotate(-38deg);
}

.holy__page .holy__bloc-bestsellers .holy__decor[data-item="3"] {
    width: 68px;
    bottom: 231px;
    left: calc(50% + 644px);
}

.holy__page .holy__bloc-bestsellers .holy__decor[data-item="4"] {
    width: 65px;
    bottom: 189px;
    left: calc(50% + 700px);
}

.holy__page .holy__bloc-bestsellers .holy__decor[data-item="5"] {
    display: none;
    width: 65px;
}



@media (max-width: 768px) {

    .holy__page .holy__bestsellers-title {
        padding-bottom: 23px;
    }


    .holy__page .holy__products {
        margin-bottom: 57px;
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }

    .holy__page .holy__product {
        padding: 0;
    }

    .holy__page .holy__product-media {
        width: 96%;
        max-width: 100%;
    }

    .holy__page .holy__product-content {
        padding-top: 23px;
    }

    .holy__page .holy__bloc-bestsellers .holy__bloc-title {
        padding-bottom: 24px;
    }

    .holy__page .holy__bloc-bestsellers .holy__bloc-title span {
        display: block
    }

    .holy__page .holy__bloc-bestsellers .holy__bloc-text {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 26px;
    }

    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="1"] {
        display: none;
    }

    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="2"] {
        display: none;
    }

    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="3"] {
        display: none;
    }

    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="4"] {
        display: none;
    }

    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="5"] {
        display: block;
        width: 65px;
        right: -7px;
        bottom: -0px;
    }

    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="5"] img {
        filter: blur(4.7px);
        transform: rotate(90deg)
    }

}




/*   sustainability    */

.holy__page .holy__sustainability {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    max-width: 1054px;
    margin-left: auto;
    margin-right: auto;
    height: 267px;
    background: #fff;
    border-radius: var(--RADIUS);
    box-shadow: 0 0 25px rgba(81, 44, 2, 0.12);
    padding: 0 27px 0 23px;
}

.holy__page .holy__sustainability-visual {
    position: relative;
    left: 0;
    top: 0;
    padding: 28px 31px 0 0;
}

.holy__page .holy__sustainability-visual-picture {
    width: 252px;
    position: relative;
}

.holy__page .holy__sustainability-visual-logo {
    width: 96px;
    position: absolute;
    right: 0;
    top: 0;
}

.holy__page .holy__sustainability-logo-text {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.holy__page .holy__sustainability-media {
    width: 195px;
    border: solid 1px #000000;
    position: relative;
    left: 0;
    top: 0;
}

.holy__page .holy__sustainability-picture {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.holy__page .holy__sustainability-picture[data-id="0"] {
    position: relative;
    opacity: 1;
    width: 100%;
}

.holy__page .holy__sustainability-picture.holy__visible {
    opacity: 1;
}

.holy__page .holy__sustainability-content {
    width: calc(100% - 483px);
    padding: 0 30px 0 40px;
    text-align: left;
}

.holy__page .holy__sustainability-title {
    font-family: var(--GOTHAM-BOOK);
    color: #cea150;
    font-size: 24px;
    line-height: 1.375em;
    padding-bottom: 16px;
    text-transform: uppercase;
}

.holy__page .holy__sustainability-title>span {
    display: block;
}

.holy__page .holy__sustainability-text {
    padding-bottom: 21px;
}

.holy__page .holy__sustainability-text:last-child {
    padding-bottom: 14px;
}

.holy__page .holy__sustainability-lutin {
    position: absolute;
    top: 0;
    right: -44px;
    width: 47px;
    transform: scaleX(-1) translateY(-65px);
}

.holy__page .holy__bloc-sustainability .holy__decor[data-item="1"] {
    width: 110px;
    top: 62px;
    left: calc(50% - 750px);
}

.holy__page .holy__bloc-sustainability .holy__decor[data-item="2"] {
    width: 171px;
    display: none;
}

.holy__page .holy__bloc-sustainability .holy__paillette[data-item="1"] {
    width: 272px;
    top: 97px;
    left: calc(50% - 841px);
    transform: rotate(-90deg);
}


@media (max-width: 1023px) {

    .holy__page .holy__bloc-sustainability {
        max-width: 500px;
        margin: 0 auto;
    }

    .holy__page .holy__sustainability-lutin {
        right: 20px;
        width: 52px;
        transform: scaleX(1) translateY(-98%);
    }

    .holy__page .holy__sustainability {
        flex-direction: column;
        width: 90%;
        height: auto;
        padding: 0;
    }

    .holy__page .holy__sustainability-visual {
        padding: 35px 8vw 0 0;
    }

    .holy__page .holy__sustainability-visual-picture {
        width: 47vw;
        max-width: 300px
    }

    .holy__page .holy__sustainability-visual-logo {
        width: 24vw;
        max-width: 150px;
        top: -4vw;
        right: 50%;
        transform: translateX(100%)
    }

    .holy__page .holy__sustainability-media {
        width: 92%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 33px;
    }

    .holy__page .holy__sustainability .holy__sustainability-content {
        width: 94%;
        padding: 17px 0 0 0;
        text-align: center;
        margin: 0 auto;
    }

    .holy__page .holy__sustainability.holy__splited .holy__sustainability-split {
        width: 84%;
        padding-top: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .holy__page .holy__sustainability-title {
        font-size: 18px;
        line-height: 1.375em;
        padding-bottom: 11px;
    }

    .holy__page .holy__bloc-sustainability .holy__decor[data-item="1"] {
        display: none;
    }

    .holy__page .holy__bloc-sustainability .holy__decor[data-item="2"] {
        display: block;
        top: -100px;
        left: -75px;
    }

    .holy__page .holy__bloc-sustainability .holy__paillette[data-item="1"] {
        width: 122px;
        top: auto;
        bottom: 220px;
        left: auto;
        right: -50px;
        transform: rotate(-90deg);
        filter: blur(1.7px)
    }

}


/*   chat    */

.holy__page .holy__bloc-chat {
    padding-bottom: 85px;
}

.holy__page .holy__chat {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: stretch;
    margin-left: auto;
    margin-right: auto;
    background-color: #b40024;
    border-radius: var(--RADIUS);
    color: #fff;
    border: solid #b99d6c 1px;
}

.holy__page .holy__chat-lutin {
    position: absolute;
    top: 0;
    left: 78%;
    width: 130px;
    transform: translateY(-98%);
}

.holy__page .holy__chat-media {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.holy__page .holy__chat-media[data-item="1"] {
    left: 197px;
    top: -30px;
    width: 182px;
}

.holy__page .holy__chat-media[data-item="2"] {
    left: 76px;
    bottom: -30px;
    width: 126px;
}

.holy__page .holy__chat-content {
    text-align: left;
    padding: 25px 20px 28px 443px;
}

.holy__page .holy__chat-title {
    color: #fff;
    font-size: 32px;
    font-family: var(--GOTHAM-BOOK);
    text-transform: uppercase;
    padding-bottom: 18px;
}

.holy__page .holy__chat-title>span {
    display: block;
}

.holy__page .holy__chat-link {
    padding-top: 18px;
}

.holy__page .holy__chat-link a {
    color: #fff;
}

.holy__page .holy__bloc-chat .holy__decor[data-item="1"] {
    width: 562px;
    bottom: -150px;
    left: calc(50% - 993px);
}

.holy__page .holy__bloc-chat .holy__decor[data-item="1"] img {
    filter: blur(4.7px);
    transform: rotate(95deg);
}

.holy__page .holy__bloc-chat .holy__paillette[data-item="1"] {
    width: 212px;
    top: 0;
    left: -4px;
    transform: rotate(-90deg);
}

.holy__page .holy__bloc-chat .holy__paillette[data-item="2"] {
    width: 212px;
    bottom: 1px;
    left: 114px;
    transform: rotate(12deg);
}

.holy__page .holy__bloc-chat .holy__paillette[data-item="3"] {
    display: none;
    width: 100px;
}

.holy__page .holy__bloc-chat .holy__paillette[data-item="3"] img {
    transform: rotate(-30deg);
}


@media (max-width: 1250px) {
    .holy__page .holy__chat-media[data-item="1"] {
        left: calc(120px + 6vw);
    }

    .holy__page .holy__chat-media[data-item="2"] {
        left: 6vw;
    }

    .holy__page .holy__chat-content {
        padding-left: calc(9vw + 306px);
    }
}

@media (max-width: 768px) {
    .holy__page .holy__bloc-chat {
        padding-bottom: 40px;
    }

    .holy__page .holy__chat {
        display: block;
        width: 90%;
        margin-top: 60px;
    }

    .holy__page .holy__chat-lutin {
        left: calc(50% - 140px);
        top: 0px;
        width: 90px;
    }

    .holy__page .holy__chat-media[data-item="1"] {
        left: calc(50% - 25px);
        top: -60px;
        width: 162px;
    }

    .holy__page .holy__chat-media[data-item="2"] {
        left: calc(50% - 140px);
        bottom: auto;
        width: 114px;
        top: 21px;
    }

    .holy__page .holy__chat-media {
        width: 74%;
        max-width: 100%;
        margin: 0 auto;
    }

    .holy__page .holy__chat-content {
        padding: 158px 5% 31px 5%;
        text-align: center;
    }

    .holy__page .holy__chat-title {
        font-size: 24px;
        padding-bottom: 14px;
    }

    .holy__page .holy__bloc-chat .holy__paillette[data-item="2"] {
        display: none
    }

    .holy__page .holy__bloc-chat .holy__paillette[data-item="3"] {
        display: block;
        right: -30px;
        top: -57px;
    }
}


/*   finder    */

.holy__page .holy__bloc-finder {
    padding-bottom: 104px;
}

.holy__page .holy__finder {
    position: relative;
    display: flex;
    justify-content: stretch;
    z-index: 1;
}

.holy__page .holy__finder-media {
    width: 100%;
    max-width: 505px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: var(--RADIUS);
    overflow: hidden;
}

.holy__page .holy__finder-content {
    padding-left: 56px;
    text-align: left;
}

.holy__page .holy__finder-title {
    padding-bottom: 27px;
    padding-top: 8px;
}

.holy__page .holy__finder-title>span {
    /*! display: block; */
}

.holy__page .holy__finder-groups {
    padding-top: 40px;
}

.holy__page .holy__finder-group {
    padding-bottom: 37px;
}

.holy__page .holy__finder-group:last-child {
    padding-bottom: 20px;
}

.holy__page .holy__finder-group.holy__hide {
    display: none;
}

.holy__page .holy__finder-field {
    position: relative;
    top: 0;
    left: 0;
    min-width: 248px;
    display: inline-block;
}

.holy__page .holy__finder-label {
    color: #cea150;
    font-size: 20px;
    line-height: 1.2em;
    padding-bottom: 16px;
}

.holy__page .holy__finder-handler {
    border: solid 1px #cfcac9;
    height: 48px;
    border-radius: var(--RADIUS);
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
}

.holy__page .holy__finder-handler-arrow {
    position: absolute;
    right: 15px;
    top: calc(50% - 7.5px);
    background: url(images/holy_arrow.svg) left top no-repeat;
    background-size: 100% auto;
    width: 8px;
    height: 15px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.holy__page .holy__finder-select {
    text-align: left;
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    background: #fff;
    width: 100%;
    border: solid 1px #cfcac9;
    border-top: none;
    border-radius: 5px 0 0 5px;
}

.holy__page .holy__finder-group.holy__opened .holy__finder-handler {
    z-index: 6;
}

.holy__page .holy__finder-group.holy__opened .holy__finder-handler-arrow {
    transform: rotate(-90deg);
}

.holy__page .holy__finder-group.holy__opened .holy__finder-select {
    display: block;
    z-index: 5;
}

.holy__page .holy__finder-select ul {
    list-style: none;
    padding: 7px 0;
    margin: 0;
}

.holy__page .holy__finder-select li {
    list-style: none;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0;
}

.holy__page .holy__finder-select li.holy__hide {
    display: none;
}

.holy__page .holy__finder-cta a {
    min-width: 248px;
}

.holy__page .holy__bloc-finder .holy__decor[data-item="1"] {
    width: 200px;
    top: -83px;
    left: calc(50% + 669px);
}

.holy__page .holy__bloc-finder .holy__decor[data-item="1"] img {
    transform: rotate(45deg);
}

.holy__page .holy__bloc-finder .holy__decor[data-item="2"] {
    width: 234px;
    top: 119px;
    left: calc(50% + 597px);
}

.holy__page .holy__bloc-finder .holy__decor[data-item="2"] img {
    transform: rotate(-17deg);
}

.holy__page .holy__bloc-finder .holy__decor[data-item="3"] {
    width: 65px;
    top: 465px;
    left: calc(50% + 652px);
}


@media (max-width: 768px) {

    .holy__page .holy__bloc-finder {
        padding-bottom: 87px;
    }

    .holy__page .holy__finder {
        flex-direction: column
    }

    .holy__page .holy__finder-media {
        max-width: 578px;
        border-radius: 0;
        margin: 0 auto;
    }

    .holy__page .holy__finder-content {
        padding-left: 0;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .holy__page .holy__finder-title {
        padding-top: 20px;
        padding-bottom: 19px;
    }

    .holy__page .holy__finder-title>span {
        display: block;
    }

    .holy__page .holy__finder-groups {
        padding-top: 29px;
    }

}


/*   VTO    */

.holy__page .holy__bloc-vto {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 47px;
    /*! overflow: hidden; */
}

.holy__page .holy__bloc-vto .holy__group {
    display: inline-block;
}

.holy__page .holy__bloc-vto .holy__bloc-text {
    padding-bottom: 20px;
}

.holy__page .holy__vto-lutin {
    position: absolute;
    bottom: 31px;
    right: -199px;
    width: 178px;
}

.holy__page .holy__vto {
    height: 817px;
    margin-top: 10px;
    position: relative;
}

.holy__page .holy__vto-intro {
    height: 100%;
    display: none;
}

.holy__page .holy__vto[data-look="intro"] .holy__vto-intro {
    display: block;
}

.holy__page .holy__vto-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.holy__page .holy__vto-item:nth-child(1) {
    padding-right: 15px;
}

.holy__page .holy__vto-item:nth-child(2) {
    padding-left: 15px;
}

.holy__page .holy__vto-item-media {
    border-radius: var(--RADIUS);
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.holy__page .holy__vto-item-title {
    font-size: 22px;
    line-height: 1em;
    padding-top: 30px;
    font-family: var(--GOTHAM-MEDIUM);
}

.holy__page .holy__vto-item-picture {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.holy__page .holy__vto-item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.holy__page .holy__vto-item-video iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.holy__page .holy__vto-container {
    height: 100%;
    display: none;
    border-radius: var(--RADIUS);
    box-shadow: 0 0 25px rgba(81, 44, 2, 0.12);
    background: #fff;
    position: relative;
}

.holy__page .holy__vto[data-look="icy"] .holy__vto-container,
.holy__page .holy__vto[data-look="gold"] .holy__vto-container {
    display: block;
}

.holy__page .holy__vto-screen {
    margin-left: 30px;
    width: calc(50% - 30px);
}

.holy__page .holy__vto-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 50px;
}

.holy__vto-close {
    width: 30px;
    height: 30px;
    background: #000;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url(images/holy_close.svg) left top no-repeat;
    background-size: 100% auto;
}


.holy__vto-selector {
    display: inline-flex;
    flex-direction: row;
    height: 30px;
    align-items: center;
    --VTO-SELECT-WIDTH: 52px;
    margin-top: 32px;
    margin-bottom: 19px;
}

.holy__vto-selector-item {
    color: var(--COLOR-GOLD);
    font-size: 16px;
    line-height: 1.16em;
    padding: 0 12px;
    font-family: var(--GOTHAM-MEDIUM);
    text-transform: uppercase;
    cursor: pointer;
}

.holy__vto-selector-select {
    background: #e9e3de;
    width: var(--VTO-SELECT-WIDTH);
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}

.holy__vto-selector-track {
    background: var(--COLOR-GOLD);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    transition: transform 0.25s ease-in-out;
}

.holy__page .holy__vto[data-look="icy"] .holy__vto-selector-track {
    transform: translateX(calc(var(--VTO-SELECT-WIDTH) * (-0.5) + 14px));
}

.holy__page .holy__vto[data-look="gold"] .holy__vto-selector-track {
    transform: translateX(calc(var(--VTO-SELECT-WIDTH) * (0.5) - 14px));
}

.holy__page .holy__vto-looks {
    position: relative;
    top: 0;
    left: 0;
    width: calc(50% - 20px);
    padding: 40px 20px 0 40px;
}

.holy__page .holy__vto-look {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    /*! overflow: hidden; */
}

.holy__page .holy__vto[data-look="icy"] .holy__vto-look[data-look="icy"] {
    display: block;
}

.holy__page .holy__vto[data-look="gold"] .holy__vto-look[data-look="gold"] {
    display: block;
}

.holy__page .holy__vto-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.holy__page .slick-slide .holy__vto-product:after {
    content: "+";
    position: absolute;
    top: 90px;
    left: -10px;
    font-size: 32px;
    color: var(--COLOR-GOLD);
}

.holy__page .slick-slide:first-child .holy__vto-product:after {
    display: none;
}

.holy__page .slick-current .holy__vto-product:after {
    display: none;
}

.holy__page .slick-current:last-child .holy__vto-product:after {
    display: block;
}

.holy__page .slick-active~.slick-slide .holy__vto-product:after {
    display: block;
}

.holy__page .holy__vto-product-media {
    width: 160px;
    margin: 0 auto;
}

.holy__page .holy__vto-product-name {
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 14px;
    line-height: 1.42em;
    padding-top: 16px;
    min-height: 57px;
}

.holy__page .holy__vto-product-name small {
    display: block;
    font-family: var(--GOTHAM-BOOK);
    font-size: 12px;
    padding-top: 2px;
    display: flex;
    justify-content: center;
}

.holy__page .holy__vto-product-name small img {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.holy__page .holy__vto-product-price {
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 14px;
    line-height: 1.42em;
    padding-top: 10px;
}

.holy__page .holy__vto-product-priceperunit {
    font-family: var(--GOTHAM-BOOK);
    font-size: 10px;
    line-height: 1.25em;
    min-height: 1.25em;
}

.holy__page .holy__vto-product-stars {
    color: #b60124;
    padding-top: 7px;
    min-height: 21px;
}

.holy__page .holy__vto-product-link {
    margin: 29px auto 0 auto;
}

.holy__page .holy__vto-product-link a {
    font-size: 12px;
}

.holy__page .holy__bloc-vto .holy__decor[data-item="1"] {
    width: 130px;
    top: -39px;
    left: calc(50% + 663px);
}

.holy__page .holy__bloc-vto .holy__decor[data-item="1"] img {
    transform: rotate(95deg);
    filter: blur(4.7px);
}

.holy__page .holy__bloc-vto .holy__decor[data-item="2"] {
    width: 348px;
    top: 67px;
    left: calc(50% + 532px);
}

.holy__page .holy__bloc-vto .holy__decor[data-item="3"] {
    width: 105px;
    bottom: 58px;
    left: calc(50% - 692px);
}

.holy__page .holy__bloc-vto .holy__decor[data-item="3"] img {
    transform: rotate(95deg);
    filter: blur(4.7px);
}

.holy__page .holy__bloc-vto .holy__decor[data-item="4"] {
    width: 88px;
    display: none;
}

.holy__page .holy__bloc-vto .holy__decor[data-item="5"] {
    width: 133px;
    display: none;
}

.holy__page .holy__bloc-vto .holy__paillette[data-item="1"] {
    width: 255px;
    top: 20px;
    left: calc(50% + 432px);
    transform: rotate(-90deg);
}

.holy__page .holy__vto-legend-look {
    display: none;
    font-size: 14px;
    line-height: 1.42em;
    padding: 0 4vw;
}

.holy__page .holy__vto[data-look="icy"] .holy__vto-legend-look[data-look="icy"] {
    display: block;
}

.holy__page .holy__vto[data-look="gold"] .holy__vto-legend-look[data-look="gold"] {
    display: block;
}

.holy__page .holy__vto-legend-link {
    display: inline;
}

.holy__page .holy__vto-legend-link-text {
    text-decoration: underline;
    cursor: pointer;
}

.holy__page .holy__vto-legend-link-text:hover {
    text-decoration: none;
}

.holy__page .holy__vto-product-cta {
    padding-top: 30px;
}

.holy__page .holy__vto-try-it-on a {
    padding: 11px;
    height: 50px;
}

.holy__page .holy__cta-try-it-on {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 11px;
    position: relative;
    min-width: 135px;
    justify-content: center;
}

.holy__page .holy__cta-try-it-on-badge:after,
.holy__page .holy__cta-try-it-on-badge:before,
.holy__page .holy__cta-try-it-on:after,
.holy__page .holy__cta-try-it-on:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px
}

.holy__page .holy__cta-try-it-on:after {
    right: 0;
    top: 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff
}

.holy__page .holy__cta-try-it-on:before {
    left: 0;
    top: 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff
}

.holy__page .holy__cta-try-it-on-badge:after {
    right: 0;
    bottom: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.holy__page .holy__cta-try-it-on-badge:before {
    left: 0;
    bottom: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.holy__page .holy__cta-try-it-on-icon {
    margin-right: 4px;
    width: 19px;
}

@media (max-width: 1100px) {

    .holy__page .slick-slide .holy__vto-product:after {
        display: none;
    }

    .holy__page .slick-active:not(.slick-current)~.slick-slide .holy__vto-product:after {
        display: none;
    }

    .holy__page .slick-current~.slick-slide .holy__vto-product:after {
        display: block;
    }

    .holy__page .slick-current:last-child .holy__vto-product:after {
        display: block !important;
    }
}

@media (max-width: 900px) {

    .holy__page .slick-current~.slick-slide .holy__vto-product:after {
        display: none;
    }

    .holy__page .slick-current:last-child .holy__vto-product:after {
        display: none !important;
    }
}


@media (max-width: 768px) {

    .holy__page .holy__vto {
        height: auto;
    }

    .holy__page .holy__vto-items {
        display: block;
    }

    .holy__page .holy__vto-item:nth-child(1) {
        padding-right: 0;
    }

    .holy__page .holy__vto-item:nth-child(2) {
        padding-left: 0;
    }

    .holy__page .holy__vto-item-media {
        width: 88%;
        max-width: 100%;
        margin: 0 auto;
    }

    .holy__page .holy__vto-item-video {
        display: none;
    }

    .holy__page .holy__bloc-vto {
        padding-top: 0;
        padding-bottom: 41px;
    }

    .holy__page .holy__vto-lutin {
        position: relative;
        bottom: auto;
        top: 0;
        left: 0;
        right: auto;
        width: 115px;
        margin: 0 auto;
        padding-bottom: 7px;
    }

    .holy__page .holy__bloc-vto .holy__bloc-title {
        padding-bottom: 30px;
    }

    .holy__page .holy__bloc-vto .holy__bloc-title span {
        display: block
    }

    .holy__page .holy__bloc-vto .holy__bloc-text {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .holy__vto-selector {
        margin-top: 25px;
        margin-bottom: 19px;
    }

    .holy__vto-selector-item {
        font-size: 14px;
        line-height: 1.16em;
    }

    .holy__page .holy__vto-text {
        width: 90%;
        margin: 0 auto;
    }

    .holy__page .holy__vto-container {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 7px;
    }

    .holy__page .holy__vto-screen {
        margin-left: 0px;
        width: 100%;
    }

    .holy__page .holy__vto-body {
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 28px;
    }

    .holy__page .holy__vto-looks {
        padding: 56px 20px 0 20px;
        width: 100%;
    }

    .holy__page .holy__vto-product-media {
        max-width: 134px;
        width: 100%;
    }

    .holy__page .holy__vto-product-name {
        padding-top: 16px;
    }

    .holy__page .holy__vto-product-name small {
        padding-top: 0px;
    }

    .holy__page .holy__vto-look-cta {
        white-space: nowrap;
        padding-top: 30px;
    }

    .holy__page .holy__vto-product-link {
        height: 41px;
        border: solid 1px #e7e4e2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        margin-bottom: 0;
        border-radius: 6px;
    }

    .holy__page .holy__vto-legend-looks {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .holy__page .holy__bloc-vto .holy__decor[data-item="1"] {
        display: none;
    }

    .holy__page .holy__bloc-vto .holy__decor[data-item="2"] {
        display: none;
    }

    .holy__page .holy__bloc-vto .holy__decor[data-item="3"] {
        display: none;
    }

    .holy__page .holy__bloc-vto .holy__decor[data-item="4"] {
        top: -28px;
        left: -4px;
    }

    .holy__page .holy__bloc-vto .holy__decor[data-item="4"] img {
        transform: rotate(-29deg);
    }

    .holy__page .holy__bloc-vto .holy__decor[data-item="5"] {
        bottom: -44px;
        right: -84px;
    }

    .holy__page .holy__bloc-vto .holy__decor[data-item="5"] img {
        transform: rotate(-73deg);
    }

    .holy__page .holy__vto[data-look="icy"] .holy__decor[data-item="4"],
    .holy__page .holy__vto[data-look="icy"] .holy__decor[data-item="5"],
    .holy__page .holy__vto[data-look="gold"] .holy__decor[data-item="4"],
    .holy__page .holy__vto[data-look="gold"] .holy__decor[data-item="5"] {
        display: block;
    }

    .holy__page .holy__vto-product-link {
        height: 41px;
        border: solid 1px #e7e4e2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        margin-bottom: 0;
        border-radius: 6px;
    }

    .holy__page .holy__vto-product-link a {
        text-transform: none;
        text-decoration: none;
    }

    .holy__page .slick-current~.slick-slide .holy__vto-product:after {
        display: block;
    }

    .holy__page .slick-current:last-child .holy__vto-product:after {
        display: block !important;
    }

}

/*   Wrapping    */

.holy__page .holy__bloc-wrapping {
    padding-top: 92px;
}

.holy__page .holy__wrapping {
    display: flex;
    align-items: center;
    justify-content: stretch;
    flex-direction: reverse;
    padding-bottom: 40px;
}

.holy__page .holy__wrapping-content {
    text-align: right;
    padding: 8px 35px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.holy__page .holy__wrapping-title {
    padding-bottom: 22px;
}

.holy__page .holy__wrapping-title>span {
    display: block;
}

.holy__page .holy__wrapping-text {
    padding-bottom: 20px;
    width: 85%;
}

.holy__page .holy__wrapping .holy__cta {
    padding-top: 3px;
}

.holy__page .holy__wrapping-media {
    position: relative;
    width: 100%;
    max-width: 629px;
    padding-left: 63px;
}

.holy__page .holy__wrapping-picture {
    border-radius: var(--RADIUS);
    overflow: hidden;
}

.holy__page .holy__wrapping-lutin-top {
    position: absolute;
    top: 0;
    left: calc(50px + 23px);
    width: 94px;
    transform: translateY(-73%);
}

.holy__page .holy__wrapping-lutin-bottom {
    position: absolute;
    bottom: 0;
    left: calc(50px + 33%);
    width: 120px;
    transform: translateY(100%);
}

.holy__page .holy__bloc-wrapping .holy__decor[data-item="1"] {
    width: 333px;
    top: -125px;
    left: calc(50% - 897px);
}

.holy__page .holy__bloc-wrapping .holy__decor[data-item="2"] {
    width: 328px;
    bottom: -178px;
    left: calc(50% + 569px);
}

.holy__page .holy__bloc-wrapping .holy__decor[data-item="3"] {
    width: 34px;
    display: none;
}

.holy__page .holy__bloc-wrapping .holy__decor[data-item="4"] {
    width: 46px;
    display: none;
}

.holy__page .holy__bloc-wrapping .holy__paillette[data-item="1"] {
    width: 166px;
    top: -21px;
    left: calc(50% + 121px);
    filter: blur(4.3px);
    transform: rotate(42deg);
}

.holy__page .holy__bloc-wrapping .holy__paillette[data-item="2"] {
    width: 293px;
    top: 331px;
    left: calc(50% - 850px);
    transform: rotate(-90deg);
}

.holy__page .holy__bloc-wrapping .holy__paillette[data-item="3"] {
    display: none;
    width: 90px;
}

@media (max-width: 1090px) {
    .holy__page .holy__wrapping-text>span {
        display: inline-block;
    }

}

@media (max-width: 768px) {

    .holy__page .holy__bloc-wrapping {
        padding-top: 60px;
    }

    .holy__page .holy__wrapping {
        flex-direction: column-reverse;
        padding-bottom: 0;
    }


    .holy__page .holy__wrapping-content {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        /*! padding-bottom: 52px; */
        align-items: center;
    }

    .holy__page .holy__wrapping-text {
        width: 100%;
    }

    .holy__page .holy__wrapping-media {
        position: relative;
        width: 90%;
        padding-left: 0;
    }

    .holy__page .holy__wrapping-lutin-top {
        left: calc(5% + 7px);
        width: 56px;
        transform: translateY(-73%);
    }

    .holy__page .holy__wrapping-lutin-bottom {
        display: none;
    }

    .holy__page .holy__bloc-wrapping .holy__decor[data-item="1"] {
        width: 174px;
        top: -31px;
        left: auto;
        right: -96px;
        z-index: 2;
    }

    .holy__page .holy__bloc-wrapping .holy__decor[data-item="2"] {
        width: 90px;
        top: calc(110vw + 58px);
        bottom: auto;
        left: -58px;
    }

    .holy__page .holy__bloc-wrapping .holy__decor[data-item="3"] {
        display: block;
        bottom: 100px;
        right: 30px;
        left: auto;
    }

    .holy__page .holy__bloc-wrapping .holy__decor[data-item="4"] {
        display: block;
        bottom: 45px;
        left: auto;
        right: -23px;
    }

    .holy__page .holy__bloc-wrapping .holy__decor[data-item="4"] img {
        filter: blur(4.7px);
        transform: rotate(-30deg);
    }

    .holy__page .holy__bloc-wrapping .holy__paillette[data-item="1"] {
        display: none;
        width: 106px;
        top: -28px;
        left: auto;
        right: 7px;
        transform: rotate(-32deg);
    }

    .holy__page .holy__bloc-wrapping .holy__paillette[data-item="2"] {
        width: 132px;
        top: -36px;
        left: auto;
        right: 7px;
        transform: rotate(-93deg);
    }

    .holy__page .holy__bloc-wrapping .holy__paillette[data-item="3"] {
        display: block;
        width: 90px;
        top: calc(110vw + 19px);
        left: -50px;
        filter: blur(4.3px);
        transform: rotate(0deg);
    }
}




/*   Fillers    */

.holy__page .holy__bloc-fillers {
    padding-top: 46px;
}

.holy__page .holy__bloc-fillers .holy__group {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.holy__page .holy__bloc-fillers .holy__decor[data-item="1"] {
    width: 583px;
    top: -318px;
    left: calc(50% - 1065px);
}

.holy__page .holy__bloc-fillers .holy__decor[data-item="1"] img {
    filter: blur(4.7px);
    transform: rotate(-35deg);
}

.holy__page .holy__bloc-fillers .holy__decor[data-item="2"] {
    width: 173px;
    /*! display: none; */
    left: calc(50% + 600px);
    top: 300px;
}

.holy__page .holy__bloc-fillers .holy__decor[data-item="2"] img {
    filter: blur(4.7px);
}

.holy__page .holy__bloc-fillers .holy__paillette[data-item="1"] {
    width: 219px;
    top: 167px;
    left: calc(50% + 577px);
    filter: blur(4.3px);
    transform: scaleX(-1);
}

.holy__page .holy__fillers-lutin {
    position: absolute;
    bottom: -70px;
    right: -66px;
    width: 132px;
}



@media (max-width: 1023px) {

    .holy__page .holy__bloc-fillers .holy__group {
        width: 100%;
    }

    .holy__page .holy__fillers-lutin {
        display: none;
    }

}

@media (max-width: 768px) {
    .holy__page .holy__bloc-fillers {
        padding-top: 0;
    }

    .holy__page .holy__bloc-fillers .holy__decor[data-item="1"] {
        display: none
    }

    .holy__page .holy__bloc-fillers .holy__decor[data-item="2"] {
        width: 73px;
        top: 20px;
        left: -42px;
    }


}






/*   slick    */

/* .holy__page .slick-arrow {
    background: url(images/holy_arrow.svg) left top no-repeat;
    background-size: 30% auto;
    font-size: 0;
    height: 60px;
    background-position: center center;
    width: 50px;
    position: absolute;
    display: block;
    top: 84px;
    cursor: pointer;
    z-index: 3;
    border: 0px;
    transform: none;
} */

/* .holy__page .slick-arrow.slick-prev {
    transform: scaleX(-1);
} */

.holy__page .slick-next {
    right: -42px;
}

.holy__page .slick-prev {
    left: -42px;
}

.holy__page .slick-arrow:hover {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.holy__page .holy__vto-products .slick-arrow {
    top: 124px;
}

.holy__page .holy__vto-products .slick-next {
    right: -36px;
}

.holy__page .holy__vto-products .slick-prev {
    left: -36px;
}


.holy__page .slick-arrow:focus-visible {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #6893d2 !important;
    z-index: 1
}

.holy__page .slick-prev:not(.cba-button-style),
.holy__page .slick-next:not(.cba-button-style) {
    height: 32px;
    width: 32px;
    min-width: auto;
    border-color: transparent;
    padding: 0;
}

.holy__page .slick-prev:not(.cba-button-style):focus,
.holy__page .slick-next:not(.cba-button-style):focus {
    outline: none !important;
}

.holy__page .slick-prev:not(.cba-button-style):after,
.holy__page .slick-next:not(.cba-button-style):after {
    height: 32px;
    width: 32px;
}


/*
.holy__page .slick-next,
.holy__page .slick-prev {
 background-color:transparent;
 border:1px solid transparent
}
.holy__page .slick-next:focus-visible,
.holy__page .slick-prev:focus-visible {
 box-shadow:0 0 0 1px #fff,0 0 0 3px #6893d2 !important;
 z-index:1
}
    
.holy__page .slick-next:focus,
.holy__page .slick-prev:focus {
 outline:none !important;
}
.holy__page .slick-next:focus-visible,
.holy__page .slick-prev:focus-visible {
 border-radius:5px;
 background-color:#fff
}
.holy__page .slick-next:hover:not(:focus-visible),
.holy__page .slick-prev:hover:not(:focus-visible) {
 border-radius:5px;
 background-color:rgba(255,255,255,.3);
 box-shadow:0 0 7px 0 rgba(0,0,0,.15)
}
.holy__page .slick-next:active:not(:focus-visible),
.holy__page .slick-prev:active:not(:focus-visible) {
 border-radius:5px;
 background-color:#fff;
 opacity:1;
 border:1px solid #e9e3de;
 outline:none;
 box-shadow:0 0 7px 0 rgba(0,0,0,.15)
}

*/

.holy__page .slick-slider:focus {
    outline: none
}

.holy__page .slick-arrow.slick-disabled {
    height: 0;
    width: 0;
    padding: 0;
    overflow: hidden;
    margin: -9999px;
}

.holy__page .slick-dotted {
    padding-bottom: 62px;
    margin-bottom: 0
}

.holy__page .slick-dots {
    display: block;
    position: absolute;
    bottom: 0;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 10px;
}

.holy__page .slick-dots li {
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #bfbfbf;
    color: #4e443c;
    border-radius: 10px;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 9px;
}

@media(min-width: 1024px) {
    .holy__page .slick-dots li {
        margin-right: 7px
    }
}

.holy__page .slick-dots li button {
    border: 0;
    background: transparent
}

.holy__page .slick-dots li.slick-active {
    background: #0c0c0c;
    color: #fff;
    -webkit-box-shadow: 0 0 2px #f0efe7;
    box-shadow: 0 0 2px #f0efe7
}


@media (max-width: 768px) {
    .holy__page .slick-list {
        overflow: visible;
    }

    .holy__page .slick-track {
        display: flex;
    }

    .holy__page .slick-next {
        right: 0px;
    }

    .holy__page .slick-prev {
        left: 0px;
    }

    .holy__page .slick-dotted {
        padding-bottom: 52px;
        margin-bottom: 0
    }

    .holy__page .holy__advents .slick-arrow {
        top: 40vw;
    }

    .holy__page .holy__advents .slick-next {
        right: calc(5vw - 25px);
    }

    .holy__page .holy__advents .slick-prev {
        left: calc(5vw - 25px);
    }

    .holy__page .holy__vto-products .slick-list {
        overflow: hidden;
    }

    .holy__page .holy__vto-products .slick-next {
        right: -8px;
    }

    .holy__page .holy__vto-products .slick-prev {
        left: -8px;
    }

    .holy__page .holy__vto-products .slick-slide {
        visibility: hidden;
    }

    .holy__page .holy__vto-products .slick-slide.slick-active {
        visibility: visible;
    }
}


@media (max-width: 474px) {

    .holy__page .holy__vto-products .slick-next {
        right: -24px;
    }

    .holy__page .holy__vto-products .slick-prev {
        left: -24px;
    }

}





/* ----   VTO   ---- */

.popinVTO__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 20px;
    box-sizing: border-box;
    border: 1px solid #b0a9a5;
    flex-direction: column;
    text-align: center;
}

.popinVTO__buttons>p {
    margin: 20px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
}

.popinVTO__buttons>div {
    position: relative;
    background-color: #fff !important;
    display: inline-block;
    color: #333;
    border: 1px solid #b0a9a5;
    padding: 14px;
    padding-left: 44px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    min-width: 160px;
    text-align: left;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    cursor: pointer;
}

#YMK-CAMERA::before {
    top: 5px;
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAIAAAACtmMCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAddJREFUeNpi/P//PwNVARMDtcHINJEFjxww0np7e2/duoUsqK6uXlxcTKaJBw8eXLFiBZrguXPndHV13dzc8DkEF4iNjfXz8/v79y9cBMj2AwNkQTTACE+PkyZNunLlCtymP3/+XLp0qaury8nJCdkFe/fuLS8v19bWZmdnh4gwMjLq6+tnZWVBuXAT7ezsNDQ04DqB6szMzJKTkzG9NW/evJMnTyJnjQsXLpw6dQrd16mpqbg88urVK6B7gSQuBch6WfAnhZcvX1ZXVwOdAOEaGRm1t7cLCwuTGde/f//OyMj4+PFjWloaMECuXr26atWqlJSUlStXsrGxEY5rTF/PnTvX1NT09u3bcJGbN28CRRYuXIjH1/jyDDCwDQwMVFRU4CJqamo6OjqISCA1F/779w+r74ChQaaJwLC7du3ajx8/4CJPnz69fPkyMDGSaWJcXBwwnZeWlgLjBMj48uVLQ0MDFxdXTEwMmXEtIiLS2dlZU1MTHx8PEeHj4+vu7hYSEiLTRCCwtLRcvXo1MIcAE6aEhIS5ubmgoCCxpdnnz5+BUcHEhB4OQBd5enrij8BPnz5hMRGY7oAZmZolLjC37dixg4yqEegtLy8vRBEzWrtSBQAEGADahYC3v+AWhgAAAABJRU5ErkJggg==);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: 10px;
}

#YMK-UPLOAD::before {
    top: 5px;
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAIAAAACtmMCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAa9JREFUeNrcVE+LAXEY9pMSxcGH2MyBFAdzp7aUm48wTpODKR/BxU0kDi5cSE40STmMi5TLXJWDL0AxhMzss7O7Q83YGZvaXc/hbXr/PL3vO7/3IYqi2B4Ku+3R+CXGYrEYiUQqlYolSsUMtVot/IV6vW6ab9Jjq9WqVqvvs9jthJByudztdn8+da/XKxQK19OANJ/PDwaDb6rIrdczHo85jpNl+TOPXDLRLzYbjUbv6HE2m+VyOdC53e5GoxGLxeCMx+PNZhMe+LPZrCiKVhkXi0UmkzmdTi6Xq1QqURRFVCDk9/uxSpAiyrLscrm0xDidTg+Hg9PpxGjBYPBjZM0GAgH4Ed3tdpPJRF/u0LsSicRms8GaUKz9E80CoVAIz0gQBGRaYvR4PAzD6N/stedFxXPf9RMz7vf7drs9n88NTpXcPFZcTqfTOZ/PBmrW7/ehV6lUSi9QPM/TNA191IeSySSqhsOh5rm8x+12C7tarfSNvKow7BGXgwnW6/W/+jOXqb1eLywuOp1OW69HPnbn8/kMFFeSJCggPo7H431NORyj0QgSZ6Lhf2iPbwIMAJy7Nvz0IxbqAAAAAElFTkSuQmCC);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: 10px;
}

/**********************************************/
.popinVTO__content {
    overflow: hidden;
    flex-basis: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
}

.popinVTO__preview {
    width: 100%;
    /*! flex-basis: 530px; */
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    height: 530px;
}



@media screen and (max-width: 761px) {
    .popinVTO {
        padding: 15px;
    }


    .popinVTO__preview {

        flex-basis: 345px;
        width: 90vw;
        height: 90vw;
        padding: 0px;
        z-index: 1001;
    }


    .popinVTO__content {
        padding: 15px;
    }

    .popinVTO__buttons {
        flex-direction: column;
    }
}

#YMK-module-iframe {
    z-index: 1002;
}

/*===========================================================*/

span.holy__link-text {
    cursor: pointer;
}

.holy__page .holy__finder-field {
    min-width: 268px;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #main:not(.main-homepage) {
        padding-left: 0;
        padding-right: 0;
    }

    .holy__page .holy__vto-product-name,
    .holy__page .holy__set-title {
        min-height: 80px;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #main:not(.main-homepage) {
        padding-left: 0;
        padding-right: 0;
    }

    .holy__page .holy__bloc-sets .holy__bloc-text {
        width: 100%;
    }

    .holy__page .holy__set-title,
    .holy__page .holy__vto-product-name {
        min-height: 80px;
    }
}

@media (max-width: 480px) {
    #main:not(.main-homepage) {
        padding-left: 0;
        padding-right: 0;
    }

    .holy__vto-selector {
        margin-top: 50px;
    }

    .tns-nav {
        z-index: 1;
    }

    .holy__page .holy__header-title {
        font-size: 47px;
    }

    .holy__page .holy__title {
        font-size: 34px;
    }
}




/* ----------------EDITS-------------------- */
div#newsletter {
    margin-bottom: 2%;
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {
    div#newsletter {
        margin-bottom: 3.5%;
    }
}


/*iPhone 13*/
@media (max-width: 480px) {
    div#newsletter {
        margin-bottom: 7.5%;
    }

    .holy__page .slick-track {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    div#holy__product_ef-day-cream-50-ml img {
        height: 258px;
        width: auto;
    }

    .holy__page.holy__stack .holy__navigation-inside ul a span {
        text-align: left;
    }
}