.i-product-listing .search-result .cspot-loader,
i-product-listing .search-result .cspot-loader {
    z-index: 100;
}

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

.holy__page .producttile-loader {
    width: 100%;
}

.holy__page .product-tile {
    margin-right: 0;
    margin-left: 0;
    max-width: unset;
    border: none;
}

.holy__page .product-tile .product-image img {
    display: block;
}

.holy__page .product-tile .product-tile__variations img {
    width: unset;
}

.holy__page .product-tile__desc--initial {
    align-items: flex-start;
}

.holy__page .product-tile__swatch-text {
    padding-left: 7px;
}


/*  ------  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-DEFAULT: #333333;
    --COLOR-RED-A: #b40024;
    --COLOR-RED-B: #8c0b26;
    --RADIUS: 5px;
    --mainOffset: 60px;
}


@media (min-width: 768px) {
    .holy__page {
        --mainOffset: 147px;
    }
}

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

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

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

.holy__page h1,
.holy__page h2,
.holy__page h3,
.holy__page h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.holy__page h1,
.holy__page h2 {
    font-family: var(--CLARINS-FONT);
}

.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: 1264px;
    width: 100%;
    margin: 0 auto;
}

.holy__page .holy__title {
    text-align: center;
    color: var(--COLOR-RED-A);
    font-size: 35px;
    line-height: 1.2em;
    position: relative;
}

.holy__page .holy__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.45em;
    position: relative;
}

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

.holy__page .holy__text-color {
    color: var(--COLOR-RED-A);
}

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

.holy__page .holy__cta {}

.holy__page .holy__cta-btn {
    cursor: pointer;
    display: inline-flex;
    min-width: 132px;
    height: auto;
    padding: 14px 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__cta-white {
    color: var(--COLOR-DEFAULT);
    background: #fff;
    border: 1px solid #B0A9A5;
    transition: all 0.3s;
}

.holy__page .holy__cta-white:hover {
    color: var(--COLOR-DEFAULT);
    border: 1px solid #797674;
    background: #fff;
    box-shadow: 0px 0px 7px 0px #00000026;
}

.holy__page .holy__link {
    text-decoration: underline;
}

.holy__page .holy__cta-link {
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.42em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.holy__page .holy__quickshop {
    display: none;
}

.holy__page .holy__addtobag {
    display: none;
}

.holy__page .holy__bkgd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../common/bkgd.jpg) top left no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

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

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

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

.holy__page .holy__group {
    position: relative;
}


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

@media (min-width: 768px) {

    .holy__page .holy__page {
        overflow: hidden;
    }

    .holy__page .holy__title {
        font-size: 60px;
        line-height: 1.05em;
        padding-bottom: 12px;
    }

    .holy__page .holy__text {
        font-size: 20px;
        line-height: 1.45em;
    }

    .holy__page .holy__cta-btn:hover {
        color: #fff;
        outline: 0 !important;
        background-color: var(--COLOR-RED-B);
        border-color: var(--COLOR-RED-B);
    }

    .holy__page .holy__cta-white:hover {
        color: var(--COLOR-DEFAULT);
        border: 1px solid #797674;
        background: #fff;
        box-shadow: 0px 0px 7px 0px #00000026;
    }

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

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

}



/*   bloc    */

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

.holy__page .holy__bloc-title {
    padding-bottom: 12px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.holy__page .holy__bloc-text {
    padding-bottom: 24px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {

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

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

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

}

@media (min-width: 1264px) {

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

    .holy__page .holy__bloc-title {
        width: 100%;
    }

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

}


/*   finder    */

.holy__page .holy__finder-wrapper {
    display: none;
}

.holy__page .holy__finder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    background: #fff;
}

.holy__page .holy__finder-media {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.holy__page .holy__finder-content {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0;
}

.holy__page .holy__finder-title {
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    padding-bottom: 12px;
}

.holy__page .holy__finder-text {
    text-align: left;
    font-size: 12px;
    line-height: 1.45em;
    padding-bottom: 1.45em;
}

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

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

.holy__page .holy__finder-field {
    position: relative;
    top: 0;
    left: 0;
    width: 345px;
    max-width: 100%;
    display: inline-block;
}

.holy__page .holy__finder-label {
    color: var(--COLOR-RED-A);
    font-size: 14px;
    line-height: 1.45em;
    padding-bottom: 10px;
}

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

.holy__page .holy__finder-handler-arrow {
    position: absolute;
    right: 15px;
    top: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
}

.holy__page .holy__finder-handler-arrow svg {
    width: 8px;
    height: 15px;
    transform: rotate(90deg);
    transition: transform 0.3s;
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

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

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

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

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

.holy__page .holy__finder-group.holy__opened.holy__top .holy__finder-select {
    transform: translateY(-100%);
    top: 2px;
    border-radius: 5px 5px 0 0;
    border-top: solid 1px #cfcac9;
    border-bottom: none;
}

.holy__page .holy__finder-handler-text {
    font-size: 14px;
    line-height: 1.45em;
}

.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;
    font-size: 14px;
    line-height: 1.45em;
}

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

.holy__page .holy__finder-cta a {
    min-width: 100%;
}

.holy__page .holy__finder-cta .holy__disabled {
    background-color: #fff;
    border: 2px solid #E9E3DE;
    cursor: default;
    color: #D3CCC8;
}



.holy__decor[data-item="7"] {
    width: 50px;
    top: -38px;
    left: 20px;
    z-index: 2;
}

.holy__decor[data-item="7"] img {
    transform: rotate(31deg);
}

.holy__decor[data-item="8"] {
    width: 72px;
    top: 5px;
    left: -24px;
    z-index: 2;
}

.holy__decor[data-item="8"] img {
    transform: rotate(120deg);
}

.holy__decor[data-item="7"],
.holy__decor[data-item="8"],
.holy__page .holy__bloc-finder .holy__decor[data-item="1"],
.holy__page .holy__bloc-finder .holy__decor[data-item="2"],
.holy__page .holy__bloc-finder .holy__decor[data-item="3"],
.holy__page .holy__bloc-finder .holy__decor[data-item="4"],
.holy__page .holy__bloc-finder .holy__decor[data-item="5"],
.holy__page .holy__bloc-finder .holy__decor[data-item="6"] {
    display: none;
}

.popin__content-wrapper[data-open="1"] .holy__decor[data-item="7"],
.popin__content-wrapper[data-open="1"] .holy__decor[data-item="8"] {
    display: block;
}


@media (min-width: 768px) {

    .holy__page .holy__finder {
        flex-direction: row;
        justify-content: stretch;
        z-index: 1;
        height: 550px;
    }

    .holy__page .holy__finder-media {
        width: 50%;
    }

    .holy__page .holy__finder-picture {
        height: 100%;
    }

    .holy__page .holy__finder-img {
        height: 100%;
        object-fit: cover;
    }

    .holy__page .holy__finder-content {
        width: 50%;
        padding: 18px calc((100vw / 1264) * 64);
        text-align: left;
        margin: 0;
    }

    .holy__page .holy__finder-title {
        font-size: 35px;
        line-height: 1.2em;
    }

    .holy__page .holy__finder-groups {
        padding-top: 0;
    }

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

    .holy__page .holy__finder-label {
        font-size: 14px;
        line-height: 1.45em;
    }

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

    .popin__content-wrapper[data-open="1"] .holy__decor[data-item="7"],
    .popin__content-wrapper[data-open="1"] .holy__decor[data-item="8"],
    .holy__decor[data-item="7"],
    .holy__decor[data-item="8"] {
        display: none;
    }

    .holy__page .holy__bloc-finder .holy__decor[data-item="1"] {
        display: block;
        width: 114px;
        top: -88px;
        left: calc(50% - 590px);
        z-index: 3;
    }

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


    .holy__page .holy__bloc-finder .holy__decor[data-item="2"] {
        display: block;
        width: 160px;
        top: 10px;
        left: calc(50% - 690px);
    }

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

    .holy__page .holy__bloc-finder .holy__decor[data-item="3"] {
        display: block;
        width: 180px;
        top: 300px;
        left: calc(50% + 412px);
        z-index: 2;
    }

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

    .holy__page .holy__bloc-finder .holy__decor[data-item="4"] {
        display: block;
        width: 72px;
        top: 403px;
        left: calc(50% + 612px);
    }

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

    .holy__page .holy__bloc-finder .holy__decor[data-item="5"] {
        display: block;
        width: 33px;
        top: 495px;
        left: calc(50% + 667px);
    }

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

    .holy__page .holy__bloc-finder .holy__decor[data-item="6"] {
        display: block;
        width: 74px;
        top: 484px;
        left: calc(50% + 549px);
    }

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

}

@media (min-width: 1264px) {

    .holy__page .holy__finder-content {
        padding-left: 64px;
        padding-right: 64px;
    }

}







/*  ---   Popin   --- */
/*  ---   v0.3.1   --- */

.holy__bloc-popin {
    background: #eac27c;
    padding: 30px 0;
    text-align: center;
}

.holy__page .popin__content-opener {
    display: none;
}

.holy__page .popin__content-wrapper {
    --popin_height: 100vh;
    --popin_top: 180px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 0;
    z-index: 10000;
}


@supports(height: 100dvh) {
    .holy__page .popin__content-wrapper {
        --popin_height: 100dvh;
        --popin_top: 90px
    }

    /*
 .holy__page .popin__content-title { color:#FF3300; }*/

}

.holy__page .popin__content-overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.2s ease-out;
    transition-delay: 0.2s;
}

.holy__page .popin__content-wrapper[data-open="1"] .popin__content-overlay {
    transition-delay: 0s;
    opacity: 0.5;
}

.holy__page .popin__content {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translate(-50%, 100%);
}

.holy__page .popin__content-body {
    background: #fff;
    border-radius: 8px;
    max-height: calc(var(--popin_height) - var(--popin_top));
    text-rendering: optimizeLegibility;
    overflow: hidden;
}

.holy__page .popin__content-content {
    max-height: calc(var(--popin_height) - var(--popin_top));
    overflow: hidden;
}

.holy__page .popin__content-wrapper[data-scrollable="1"] .popin__content-content {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
}

.holy__page .popin__content-closer {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: transparent;
}

.holy__page .popin__content-closer-white path {
    fill: #fff;
}

/*
.holy__page .popin__content-title { padding-top: 15px;  padding-bottom: 15px; font-size: 28px; line-height: 1.375em; }
.holy__page .popin__content-text { padding-bottom: 30px; font-size: 14px; line-height: 1.375em; }
*/

.holy__page .popin__content-wrapper[data-open="1"] {
    height: calc(var(--popin_height) + 1px);
}


.holy__page .popin__content {
    width: 100%;
    max-width: 1048px;
    transition: transform 0.25s ease-out;
}

.holy__page .popin__content-wrapper[data-open="1"] .popin__content {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
    left: 50%;
}

.holy__page .popin__content-body {
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.holy__page .popin__content-content {
    width: 100%;
    max-height: calc(var(--popin_height) - var(--popin_top) - 40px);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
}

.holy__page .popin__content-handler {
    border-bottom: solid 1px #ccc;
    height: 40px;
    position: relative;
    top: 0;
    left: 0;
}

.holy__page .popin__content-closer-white path {
    fill: #000;
}

.holy__page .popin__content-opener {
    display: inline-block;
    cursor: pointer;
}

.holy__page .popin__content-toClone {
    display: none;
}


@media (min-width:768px) {

    .holy__page .popin__content-wrapper[data-style="center"] .popin__content,
    .holy__page .popin__content-wrapper[data-style="center"][data-open="1"] .popin__content {
        transition: unset;
    }

    .holy__page .popin__content-wrapper[data-style="center"][data-open="1"] .popin__content {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }

    .holy__page .popin__content-wrapper[data-style="center"] .popin__content-body {
        border-radius: 8px;
    }

    .holy__page .popin__content-wrapper[data-style="center"] .popin__content-content {
        max-height: calc(var(--popin_height) - var(--popin_top));
    }

    .holy__page .popin__content-wrapper[data-style="center"] .popin__content-handler {
        height: 0;
        border: unset;
    }

}

/* MASTER ANALYSIS */
.holy__page .popin__content-closer {
    top: 20px;
    right: 25px;
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .holy__page .popin__content-closer {
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 480px) {
.holy__page .popin__content-closer {
    top: 8px;
    right: 10px;
}
}