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

#main:not(.main-homepage) {padding-top: 0px; }
.breadcrumb {display: none !important; }
#wrapper { max-width: 100%; }

i-footer { margin-top: 0 !important; position: relative; background: #fff; }
.footer-wrapper { position: relative; }

.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 { background:#fff }
.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; 
}


/* ------ 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,
.holy__page h4 {margin: 0;padding: 0;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 a:focus-visible { outline: none; outline: none; box-shadow: 0 0 0 1px #fff,0 0 0 3px #6893d2; z-index:1 }

.holy__page sup { position: unset; vertical-align: super; line-height: 1em; font-size: 0.55em; }

.holy__page .holy__title { color: var(--COLOR-RED-A); font-family: var(--GOTHAM-MEDIUM); font-size: 29px;line-height: 1.142em; position: relative; }
.holy__page .holy__text { font-size: 14px;line-height: 1.45em; position: relative; padding-top: 12px; }
.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: 1px 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:focus-visible { outline: none; box-shadow: 0 0 0 1px #fff,0 0 0 2px #6893d2 !important; }

.holy__page .holy__cta-white {color: var(--COLOR-DEFAULT); background: #fff; border-color: #B0A9A5; transition:all 0.3s; }
.holy__page .holy__cta-white:hover { color: var(--COLOR-DEFAULT); border-color:#797674; background: #fff; box-shadow: 0px 0px 7px 0px #00000026; }
.holy__page .holy__cta-white:active { background: #fff; border-color: #333; box-shadow:unset; }

.holy__page .holy__link { text-decoration: underline; }
.holy__page .holy__link-btn { text-decoration: underline; font-family: var(--GOTHAM-MEDIUM); font-size: 14px; line-height: 1.42em; letter-spacing: 0.02em; text-transform: uppercase; overflow: hidden; border-radius: 2px; }
.holy__page .holy__link-btn:focus-visible { outline: none; box-shadow: 0 0 0 1px #fff,0 0 0 3px #6893d2 !important; border-radius: 2px; }

.holy__page .holy__quickshop { display: none; }
.holy__page .holy__addtobag { display: none; }

.holy__page .holy__nowrap { white-space: nowrap; }
.holy__page .holy__decor { display:none; }
.holy__page .holy__group { position: relative; }



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

 .holy__page .holy__decors { --heightHeader:0px; }
 .holy__page .holy__decor { position: absolute; pointer-events:none; display: block; }
 .holy__page .holy__decor img { width: 100%; display: block; }


@media (max-width: 768px) { 

 .holy__page .holy__decors { --ratioHeader:calc(100vw / 376); }

.holy__page .holy__decor[data-item="0"] { width:512px; top:-100px; left:calc(50% - 238px); }
 .holy__page .holy__decor[data-item="0"] img { }
  .holy__page .holy__decor[data-item="1"] { display: none; }
 .holy__page .holy__decor[data-item="2"] { display: none; }
 .holy__page .holy__decor[data-item="3"] { display: none; }
 .holy__page .holy__decor[data-item="4"] { display: none; }
 .holy__page .holy__decor[data-item="5"] { display: none; }


}



@media (min-width: 769px) { 

 .holy__page .holy__title { font-size: 35px; line-height: 1.142em; }

 .holy__page .holy__cta-btn:hover { color: #fff; outline: 0 !important; background-color: #8c0b26; border-color: #8c0b26; }
 .holy__page .holy__cta-btn:active { background: #63021A; border-color: #63021A; box-shadow:unset; }

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

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

 .holy__page .holy__decor[data-item="0"] { display: none; }
 .holy__page .holy__decor[data-item="1"] { width:917px; top:calc(var(--heightHeader) - 175px); left:calc(50% - 1277px); }
 .holy__page .holy__decor[data-item="1"] img { }
 .holy__page .holy__decor[data-item="2"] { width:785px; top:calc(var(--heightHeader) - 175px); left:calc(50% + 460px); }
 .holy__page .holy__decor[data-item="2"] img { }
 .holy__page .holy__decor[data-item="3"] { width:535px; top:calc(var(--heightHeader) + 1325px); left:calc(50% - 1090px); }
 .holy__page .holy__decor[data-item="3"] img { }
 .holy__page .holy__decor[data-item="4"] { width:831px; top:calc(var(--heightHeader) + 1675px); left:calc(50% + 540px);  }
 .holy__page .holy__decor[data-item="4"] img { }
 .holy__page .holy__decor[data-item="5"] { width:581px; top:calc(var(--heightHeader) + 2175px); left:calc(50% - 1070px); }
 .holy__page .holy__decor[data-item="5"] img { }
 
 
 
}




/* bloc */

.holy__page .holy__bloc { position: relative;  width: calc(100% - 40px); margin: 0 auto; padding-top: 20px; padding-bottom: 20px; }
.holy__page .holy__bloc-texts { padding-bottom:40px; }
.holy__page .holy__bloc-title { text-align: center; text-transform: uppercase; padding-bottom:24px;}
 .holy__page[data-item="post"] .holy__header-title small { display: block;}

.holy__page .holy__bloc-text { padding-top: 8px; text-align: center; }

@media (min-width: 769px) { 

 .holy__page .holy__bloc { position: relative; max-width: 1264px; width: calc(100% - 64px); margin: 0 auto; padding-top: 40px; padding-bottom: 40px; } 
 .holy__page .holy__bloc-title { }

}



/* header */

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

.holy__page .holy__header { margin: 0 auto; position: relative; }

.holy__page .holy__header-title {color: #B40024;text-align: center;font-size: 44px;line-height: 1.14em; margin: 0 auto; }
 .holy__page[data-item="post"] .holy__header-title {font-size: 29px;line-height: 1.14em; }
 .holy__page[data-item="post"] .holy__header-title small {font-size: 1em; }

.holy__page .holy__header-text {text-align: center;font-size: 20px;line-height: 1.3em; font-family: var(--GOTHAM-MEDIUM); margin: 0 auto; padding-top: 28px; }

.holy__page .holy__header-text a { text-decoration:underline; border-radius:2px; }


@media (max-width: 768px) { 

 .holy__page[data-item="post"] .holy__header-title { max-width: 340px; }
 .holy__page[data-item="teasing"] .holy__header-title { max-width: 280px; }

}


@media (min-width: 769px) { 

.holy__page .holy__bloc-header { padding-bottom: 40px }

 .holy__page .holy__header { width: calc(100% - 64px); max-width: 994px; padding:0; }
 .holy__page[data-item="post"] .holy__header-title {font-size: 50px;line-height: 1.25em; max-width: unset; }
 .holy__page[data-item="post"] .holy__header-title small {font-size: 40px; }

 .holy__page[data-item="teasing"] .holy__header-title {font-size: 90px;line-height: 1em; max-width: unset; }
 .holy__page .holy__header-text {font-size: 20px;line-height: 1.3em; width: 100%; padding-top:24px; }
 .holy__page .holy__header-text a:hover { text-decoration:none; }
 
}






/*   push    */


.holy__page .holy__push {position: relative;display: flex; flex-direction:column; align-items: stretch;justify-content: center; width: 100%; margin: 0 auto; }

.holy__page .holy__push-media {width: 100%;position: relative;left: 0;top: 0; border-radius:8px; overflow: hidden;  }
.holy__page .holy__push-picture {width: 100%; }

.holy__page .holy__push-ia { position:absolute; bottom:6px; left:8px; font-size: 10px; line-height: 1.42em; font-family: var(--GOTHAM-MEDIUM); }

.holy__page .holy__push-body {width: 100%; position: relative;display: flex; align-items: center;justify-content: center; }
.holy__page .holy__push-content {text-align: center; padding-top: 24px; width:100%; margin:0 auto; }
.holy__page .holy__push-title { color: #333; }
.holy__page .holy__push-text { margin: 0 auto; font-size: 17px; line-height: 1.35em; }

.holy__page .holy__push-cta { padding-top: 24px; }

@media (max-width: 768px) { 

}

@media (min-width: 769px) { 

    .holy__page .holy__push {flex-direction:row; align-items: stretch;justify-content: center; width: 100%; gap: 0; }
    .holy__page .holy__push-media {width: 50%; }
    .holy__page .holy__push-picture {height: 100%; }
    .holy__page .holy__push-img {height: 100%; object-fit:cover; }

    .holy__page .holy__push-ia { bottom:7px; left:9px; }


    .holy__page .holy__push-body { width: 50%; }

    .holy__page .holy__push-content { padding: 24px 64px; text-align: left; }
    .holy__page .holy__push-title {font-size: 32px;line-height: 1.2em; }
    .holy__page .holy__push-text {}

}





/* -- Club -- */

.holy__page .holy__bloc-club { }

.holy__page .holy__club { background:#FBF6F3; border-radius: 8px; overflow: hidden; }

.holy__page .holy__club-title { max-width:275px; width:100%; margin:0 auto; padding-bottom: 30px; }

.holy__page .holy__club-content { display: flex; flex-direction:column; align-items:center; padding: 40px 0;}

.holy__page .holy__club-content-media { width: 250px; }
.holy__page .holy__club-content-img { width: 100%; }

.holy__page .holy__club-content-body { text-align: center; padding-top: 32px;  }

 .holy__page .holy__club-content-title { font-size: 35px; line-height: 1.2em; font-family:var(--GOTHAM-MEDIUM); }
 .holy__page .holy__club-content-text { font-size: 20px; line-height: 1.3em; padding-top: 24px; }

.holy__page .holy__club-cta { padding-top:40px; display: flex; justify-content: space-evenly; }


@media (max-width:768px) {

 .holy__page .holy__club-content-title,
 .holy__page .holy__club-content-text { width: calc(100% - 40px); margin: 0 auto; }

}

@media (min-width:769px) {

 .holy__page .holy__bloc-club { }

 .holy__page .holy__club-content { align-items:center; flex-direction:row-reverse; padding: 56px; }
 .holy__page .holy__club-content-media { width: 50%; padding-left: 10px;}
 .holy__page .holy__club-content-img { width: 100%; max-width: 362px; margin: 0 auto; }

 .holy__page .holy__club-content-body { width: 50%; text-align: left; }

 .holy__page .holy__club-title { max-width:unset; width:100%; margin:0; padding-bottom: 0px; }
 
 .holy__page .holy__club-cta { justify-content: flex-start; gap:32px;  }
}



/* -- Categories --*/

.holy__page .holy__bloc-categories { padding-right: 0; padding-left: 0; position: relative; }

.holy__page .holy__categories { display: flex; flex-direction: row; gap:16px; flex-wrap: wrap; position: relative; }

.holy__page .holy__categories-texts { width: calc(100% - 40px); margin: 0 auto; padding-bottom:40px; text-align: center; }
.holy__page .holy__categories-title { color: #333; }
.holy__page .holy__categories-text { font-size: 20px; line-height: 1.3em; width: 100%; padding-top: 12px; font-family:var(--GOTHAM-MEDIUM); }

.holy__page .holy__categories-subtext { font-size: 20px; line-height: 1.35em; width: 80%; margin:0 auto; }

.holy__page .holy__category { width: calc(50% - 8px); padding-bottom: 8px; text-align: center; }

.holy__page .holy__category:last-child { margin-right: 0; }

.holy__page .holy__category img { width: 100%; display: block; }
.holy__page .holy__category-name-a { text-decoration: none; display: block; }
.holy__page .holy__category-name { font-size: 16px; line-height: 1em; letter-spacing:0.04em; font-family: var(--GOTHAM-MEDIUM); text-transform: uppercase; padding-top: 16px; padding-bottom: 4px; }
.holy__page .holy__category-cta { font-size: 11px; line-height: 1em; font-family: var(--GOTHAM-MEDIUM); text-transform: uppercase; text-decoration: underline; }
.holy__page .holy__category-cta:hover { text-decoration: none; }

@media(max-width:1171px) {

 .holy__page {
 --ratioWidth: calc(100vw / var(--limitWidth));
 }
}

@media(max-width:768px) {

 .holy__page {
 --ratioWidth: 1px;
 }
}

@media (max-width:1200px) {



}

@media (min-width:769px) {

 .holy__page .holy__categories { --ratioWidth:calc(100vw/1264); flex-wrap: nowrap; gap:calc(64 * var(--ratioWidth)); }

.holy__page .holy__categories-texts { width: calc(100% - 64px); padding-bottom:32px; }
.holy__page .holy__categories-title { max-width: unset; }
.holy__page .holy__categories-text { font-size: 20px; line-height: 1.3em; }

 .holy__page .holy__category { width: calc(25% - 40 * var(--ratioWidth) ); padding-bottom: 0px;  }

.holy__page .holy__category-name { font-size: calc( 24 * var(--ratioWidth) ); line-height: 1em; letter-spacing:0.04em; padding-top: 24px; padding-bottom: 8px; }

.holy__page .holy__categories-subtext { font-size: 24px; line-height: 1.25em; width: 100%; }
.holy__page .holy__categories-subtext .holy__link:hover { text-decoration: none; }

}

@media (min-width:1264px) {

    .holy__page .holy__categories {  --ratioWidth:1px;  }


}



/* -- App -- */

.holy__page .holy__bloc-app { }

.holy__page .holy__app { width:100%; margin: 0 auto; background:#FBF6F3; border-radius: 8px; overflow: hidden; }

.holy__page .holy__app-title {  }

.holy__page .holy__app-content { display: flex; flex-direction:column; align-items:center; justify-content: stretch; }

.holy__page .holy__app-content-media { width: 100%; }
.holy__page .holy__app-content-img { width: 100%; }

.holy__page .holy__app-content-body { width:100%; text-align: center; padding: 32px; display: flex; flex-direction: column; justify-content: center; }

 .holy__page .holy__app-content-title { font-size: 29px; line-height: 1.2em; font-family: var(--GOTHAM-MEDIUM); }
 .holy__page .holy__app-content-text { font-size: 14px; line-height: 1.3em; padding-top: 6px; }

.holy__page .holy__app-content-cta { padding-top:20px; display: flex; flex-direction: column; gap:12px; justify-content: center; width: 100%; }
.holy__page .holy__app-button { width:180px; display: block; margin: 0 auto; }


@media (max-width:768px) {

 .holy__page .holy__app-content-qrcode { display:none; }

}


@media (min-width:769px) {

 .holy__page .holy__bloc-app { max-width:1264px; width:calc(100% - 64px); }

 .holy__page .holy__app-content { align-items:stretch; flex-direction:row-reverse; justify-content: center; text-align: center; }
 .holy__page .holy__app-content-media { width: 50%; }
.holy__page .holy__app-content-picture { height: 100%; }
 .holy__page .holy__app-content-img { width: 100%; height: 100%; object-fit: cover; }

 .holy__page .holy__app-content-body { width: 50%; text-align: center; padding: 24px; }

 .holy__page .holy__app-content-title { font-size: 30px; line-height: 1.1em;  }

 .holy__page .holy__app-content-cta { flex-direction: row;  gap:16px; width: calc(132px * 2 + 16px); margin: 0 auto; padding-bottom: 16px; }
.holy__page .holy__app-button { width:50%; }

 .holy__page .holy__app-content-qrcode { display: block; width:88px; margin: 0 auto; }

}





/* --  countdown -- */

.holy__page .holy__clock {
 display:flex;
 align-content:center;
 align-items:center;
 flex-wrap:wrap;
 justify-content:center;
 padding: 60px 0 0 0;
 min-height: 162px; 
 margin:0;
}

.holy__page .holy__clock li {
 font-size:80px;
 line-height:0.9em;
 display:inline-block;
 min-width:230px;
 text-align:center;
 color:#333;
 position: relative;
 font-family:var(--GOTHAM-MEDIUM); 
}

.holy__page  .holy__clock li::after {
 font-size:.5em;
 line-height:1em;
 position:relative;
 top:100%;
 left:50%;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 align-items:center;
 -ms-flex-direction:column;
 flex-direction:column;
 justify-content:center;
 width:100%;
 margin-top:24px;
 content:attr(data-name);
 transform:translateX(-50%);
 text-align:center;
 text-transform: uppercase;
}

.holy__page .holy__clock li::before {
 position:absolute;
 top:0;
 left:calc(100% - 1.5px);
 width:3px;
 height:60px;
 content:"";
 background: #333;
}

.holy__page .holy__clock li:last-child::before {
 background:transparent;
}



@media  (max-width:1024px) {

  .holy__page .holy__clock  {
    padding-top: 34px;
    min-height: 20vw; 
  }

  .holy__page .holy__clock li {
   font-size:8vw;
   line-height:0.9em;
   min-width:20vw;
 }

 .holy__page .holy__clock li::before {
  width: 0.25vw;
  height: 7vw;
}

.holy__page  .holy__clock li::after {
  /*! font-size:.45em; */
  margin-top :0.75em; 
}

}








/* FAQ */

@media screen and (max-width: 1023px) {

     .holy__page .holidays-faq { padding: 20px!important; }

  .holy__page .holidays-faq__title {
    font-size: 29px!important; line-height: 1.13em;
  }
}



/* legendes */

.holy__page .holy__bloc-legendes { background: #fff; padding:32px 0; margin-top: 40px; max-width: unset; }

.holy__page .holy__legendes { width: 92%; max-width: 1264px; margin: 0 auto; padding: 0; text-align: center; }
.holy__page .holy__legende { font-size: 10px; line-height: 1.45em; }


@media (min-width: 768px) { 

 .holy__page .holy__legende { text-align: left; }

}






/* faq */

.holy__page .dp-faq { padding:40px 4% 80px 4%; }
.holy__page .dp-faq__title { font-size: 20px; line-height: 1.45em; font-family:var(--GOTHAM-MEDIUM); text-align: left; width:100%; border-bottom:1px solid #333; padding-bottom: 12px; }

.holy__page .dp-faq__question { padding: 16px 0; }

@media (min-width:769px) {


}





/* Swiper */

.holy__page .swiper-container {
 width: 100%;
 height: 100%;
 margin: 0 auto;
 position: relative;
 overflow: hidden;
 list-style: none;
 display: block;
}


.holy__page .holy__sets .swiper-container { overflow:unset; }

.holy__page .swiper-container-initialized { opacity: 1; }

.holy__page .swiper-container-no-flexbox .swiper-slide { float: left; }

.holy__page .swiper-container-vertical > .swiper-wrapper {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
}

.holy__page .swiper-wrapper {
 position: relative;
 /* width: 100%; */
 height: 100%;
 /* z-index: 1; */
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 flex-wrap: nowrap;
 -webkit-transition-property: -webkit-transform;
 transition-property: -webkit-transform;
 -o-transition-property: transform;
 transition-property: transform;
 transition-property: transform,-webkit-transform;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}
.holy__page .swiper-container-android .swiper-slide,
.holy__page .swiper-wrapper {
 -webkit-transform: translate3d(0px, 0, 0);
 transform: translate3d(0px, 0, 0);
}
.holy__page .swiper-container-multirow > .swiper-wrapper {
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.holy__page .swiper-container-free-mode > .swiper-wrapper {
 -webkit-transition-timing-function: ease-out;
 -o-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
 margin: 0 auto;
}
.holy__page .swiper-slide {
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 position: relative;
 -webkit-transition-property: -webkit-transform;
 transition-property: -webkit-transform;
 -o-transition-property: transform;
 transition-property: transform;
 transition-property: transform, -webkit-transform;
}

.holy__page .swiper-slide:before,.swiper-slide:after { content: ""; display: table; }
.holy__page .swiper-slide:after { clear: both; }

.holy__page .swiper-slide-invisible-blank {
 visibility: hidden;
}
/* Auto Height */
.holy__page .swiper-container-autoheight,
.holy__page .swiper-container-autoheight .swiper-slide {
 height: auto;
}
.holy__page .swiper-container-autoheight .swiper-wrapper {
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 -webkit-transition-property: height, -webkit-transform;
 transition-property: height, -webkit-transform;
 -o-transition-property: transform, height;
 transition-property: transform, height;
 transition-property: transform, height, -webkit-transform;
}

/* IE10 Windows Phone 8 Fixes */
.holy__page .swiper-container-wp8-horizontal,
.holy__page .swiper-container-wp8-horizontal > .swiper-wrapper {
 -ms-touch-action: pan-y;
 touch-action: pan-y;
}
.holy__page .swiper-container-wp8-vertical,
.holy__page .swiper-container-wp8-vertical > .swiper-wrapper {
 -ms-touch-action: pan-x;
 touch-action: pan-x;
}

.swiper-backface-hidden .swiper-slide {
 transform:translateZ(0);
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden
}

.holy__page .swiper-button {
 position: absolute;
 top: 0;
 width: 25px;
 height: 25px;
 z-index: 10;
 cursor: pointer;
 border-radius: 2px;
}

.holy__page .swiper-button:focus { outline: none }
.holy__page .swiper-button:focus-visible { outline: none; box-shadow: 0 0 0 0px transparent,0 0 0 2px #6893d2; z-index:1 }

@supports(-webkit-appearance: none) {
 .holy__page .swiper-button:focus-visible {
 outline:3px solid transparent;
 outline-offset: 10px
 }
}

.holy__page .swiper-button:after { content:""; background-size: 75% auto; background-position: center; background-repeat: no-repeat; width: 100%; height: 100%; display: block; }
.holy__page .holy__game-container .swiper-button::after { }

.holy__page .swiper-button:focus { outline: none; }

.holy__page .swiper-button-prev.swiper-button-disabled,
.holy__page .swiper-button-next.swiper-button-disabled {
 opacity: 0.4;
 cursor: auto;
 pointer-events: none;
}
.holy__page .swiper-button-prev,
.holy__page .swiper-container-rtl .swiper-button-next,
html[dir="rtl"] .swiper-button-next {
 left: -32px;
 right: auto;
 top: calc(50% - 12.5px);
}
.holy__page .swiper-button-prev::after,
.holy__page .swiper-container-rtl .swiper-button-next::after,
html[dir="rtl"] .swiper-button-next::after {
 background-image: url(../common/arrow-left-grey-icon.svg);
}
.holy__page .swiper-button-next,
.holy__page .swiper-container-rtl .swiper-button-prev,
html[dir="rtl"] .swiper-button-prev {
 right:-32px;
 left: auto;
 top: calc(50% - 12.5px);
}
.holy__page .swiper-button-next:after,
.holy__page .swiper-container-rtl .swiper-button-prev:after,
html[dir="rtl"] .swiper-button-prev:after {
 background-image: url(../common/arrow-right-grey-icon.svg);
}

.holy__page .swiper-button-lock {
 display: none;
}

.holy__page .swiper-pagination {
 position: relative; 
 top:0; 
 left:50%;
 transform:translateX(-50%);
 text-align: center;
 
}

.holy__page .swiper-pagination.swiper-pagination-hidden {
 opacity:0
}
.holy__page .swiper-pagination-bullet {
 width:16px;
 height:16px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 opacity:1;
 position: relative;
 margin: 16px 0;
 border-radius: 50%;
}

.holy__page .holy__sets .swiper-pagination-bullet {
 margin-bottom: 0;
}

.holy__page .swiper-pagination-bullet:focus { outline: none }
.holy__page .swiper-pagination-bullet:focus-visible { outline: none; box-shadow: 0 0 0 0px transparent,0 0 0 2px #6893d2; z-index:1 }

@supports(-webkit-appearance: none) {
 .holy__page .swiper-pagination-bullet:focus-visible {
 outline:3px solid transparent;
 outline-offset: 10px
 }
}

.holy__page .swiper-pagination-bullet:after {
 content: "";
 position: relative;
 width:8px;
 height:8px;
 display:block;
 border-radius:50%;
 background:#D3CCC8;
 opacity:1
}
.holy__page button.swiper-pagination-bullet {
 border:none;
 margin:0;
 padding:0;
 box-shadow:none;
 -webkit-appearance:none;
 appearance:none
}
.holy__page .swiper-pagination-clickable .swiper-pagination-bullet {
 cursor:pointer
}
.holy__page .swiper-pagination-bullet:only-child {
 display:none!important
}
.holy__page .swiper-pagination-bullet-active:after {
 opacity:1;
 background:#333;
}


.holy__page .swiper-notification { display: none; }

/*
.holy__page .swiper-wrapper {
 justify-content: center;
}

@media screen and (max-width:2289px){

.holy__page .swiper-wrapper {
 justify-content: unset;
}
}

*/


@media (max-width: 768px) { 

 .holy__page .swiper-button-prev,
 .holy__page .swiper-container-rtl .swiper-button-next,
 html[dir="rtl"] .swiper-button-next,
 .holy__page .swiper-button-next,
 .holy__page .swiper-container-rtl .swiper-button-prev,
 html[dir="rtl"] .swiper-button-prev { display: none; }

}








