.room-slideshow-markers{position:relative;width:100%;min-height:100vh;overflow:hidden}.room-slideshow-markers--full{min-height:calc(100vh - var(--announcement-height, 0px) - var(--countdown-height, 0px))}.room-slideshow-markers--large{min-height:70vh}.room-slideshow-markers--medium{min-height:65vh}.room-slideshow-markers__contents-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.room-slideshow-markers__contents-wrapper .swiper-wrapper{display:flex;width:100%;height:100%}.room-slideshow-markers__content{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden}.room-slideshow-markers__image-wrapper,.room-slideshow-markers__image-wrapper picture,.room-slideshow-markers__image{display:block;width:100%;height:100%}.room-slideshow-markers__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.room-slideshow-markers__image{object-fit:cover;transform:scale(1);transition:transform 7s linear}.room-slideshow-markers__content.swiper-slide-active .room-slideshow-markers__image,.room-slideshow-markers__content.is-static-active .room-slideshow-markers__image{transform:scale(1.035)}.room-slideshow-markers__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgb(var(--color-overlay, 0, 0, 0));pointer-events:none}.room-slideshow-markers__overlay-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block}.room-slideshow-markers__tabs-wrapper{position:absolute;left:2.4rem;bottom:2.4rem;z-index:8;display:flex;align-items:flex-end;gap:2.8rem;max-width:calc(100% - 4.8rem);overflow-x:auto;scrollbar-width:none}.room-slideshow-markers__tabs-wrapper::-webkit-scrollbar{display:none}.room-slideshow-markers__tab{position:relative;flex:0 0 auto;-webkit-appearance:none;appearance:none;border:0;padding:0 0 .7rem;margin:0;background:transparent;color:rgba(var(--color-foreground),.62);font:inherit;text-align:left;cursor:pointer;white-space:nowrap}.room-slideshow-markers__tab-subheading,.room-slideshow-markers__tab-heading{display:block;margin:0}.room-slideshow-markers__tab-subheading{margin-bottom:.3rem}.room-slideshow-markers__tab:hover,.room-slideshow-markers__tab.is-active{color:rgb(var(--color-foreground))}.room-slideshow-markers__tab-progress{position:absolute;left:0;right:0;bottom:0;display:block;height:.1rem;background:currentColor;transform:scaleX(0);transform-origin:left center}@keyframes room-marker-tab-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.room-slideshow-markers[data-autoplay=true].is-playing .room-slideshow-markers__tab.is-active .room-slideshow-markers__tab-progress{animation:room-marker-tab-progress var(--room-slide-delay, 5s) linear forwards}.room-slideshow-markers.is-paused .room-slideshow-markers__tab.is-active .room-slideshow-markers__tab-progress{animation-play-state:paused}.room-slideshow-markers__markers{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.room-slideshow-markers__markers--desktop{display:none}@media screen and (min-width:990px){.room-slideshow-markers__markers--desktop{display:block}.room-slideshow-markers__markers--mobile{display:none}}.room-slideshow-markers__marker{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.room-slideshow-markers__item{position:absolute;left:var(--marker-x, 50%);top:var(--marker-y, 50%);transform:translate(-50%,-50%);width:3.2rem;height:3.2rem;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;pointer-events:auto;z-index:5}@media screen and (min-width:750px){.room-slideshow-markers__item{width:4rem;height:4rem}}.room-slideshow-markers__item-number{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border:.1rem solid #fff;border-radius:50%;background:#00000080;color:#fff;transition:transform .25s ease,background-color .25s ease}.room-slideshow-markers__item:hover .room-slideshow-markers__item-number,.room-slideshow-markers__item[aria-expanded=true] .room-slideshow-markers__item-number{transform:scale(1.15);background:#000000d1}.room-slideshow-markers__item:focus-visible{outline:.2rem solid #fff;outline-offset:.25rem}.room-slideshow-markers__item-number-span{position:relative;display:block;width:1.1rem;height:1.1rem;transition:transform .25s ease}.room-slideshow-markers__item-number-span:before,.room-slideshow-markers__item-number-span:after{content:"";position:absolute;left:0;top:calc(50% - .05rem);width:100%;height:.1rem;background:currentColor}.room-slideshow-markers__item-number-span:after{transform:rotate(90deg)}.room-slideshow-markers__item[aria-expanded=true] .room-slideshow-markers__item-number-span{transform:rotate(45deg)}.room-slideshow-markers__item-inner{position:absolute;right:2.4rem;bottom:2.4rem;z-index:10;width:min(45.6rem,calc(100% - 4.8rem));max-height:calc(100% - 4.8rem);overflow-y:auto;padding:2.4rem;box-sizing:border-box;background:#fff;color:#000;border-radius:var(--border-radius-media, 0);box-shadow:0 .4rem 2rem #0000002e;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(.8rem);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.room-slideshow-markers__item-inner.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.room-slideshow-markers__card-close{position:absolute;top:.8rem;right:.8rem;z-index:5;width:3rem;height:3rem;padding:0;border:0;border-radius:50%;background:#00000012;color:#000;font-size:2rem;line-height:1;cursor:pointer}.room-slideshow-markers__item-inner .card-horizontal-wrapper{height:100%;background:#fff}.room-slideshow-markers__item-inner .card-horizontal__image{min-width:11.6rem;display:flex;align-items:center;background:#e4e7e6}.room-slideshow-markers__item-inner .card-horizontal__image .media{width:100%;height:auto}.room-slideshow-markers__item-inner .card-horizontal__bottom{display:flex;flex-direction:column!important;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;gap:.8rem}.room-slideshow-markers__item-inner .card__description{margin-top:0}.room-slideshow-markers__item-inner .quick-add-block{display:none!important}.room-slideshow-markers__item-inner .card-wrapper__link--overlay{z-index:1}.room-slideshow-markers__item-inner .button,.room-slideshow-markers__item-inner .card-horizontal__title a{position:relative;z-index:2}.room-slideshow-markers__info-wrapper{position:absolute;inset:auto 0 0;z-index:4;pointer-events:none}.room-slideshow-markers__info{max-width:43rem;margin:0 auto 8rem;padding:0 2rem;box-sizing:border-box;text-align:center;pointer-events:auto}.room-slideshow-markers__item-heading{margin:0 0 .8rem}.room-slideshow-markers__description>:first-child{margin-top:0}.room-slideshow-markers__description>:last-child{margin-bottom:0}.room-slideshow-markers__button{display:inline-flex;margin-top:1.6rem}.room-slideshow-markers__pagination.swiper-pagination{position:absolute;left:0;right:0;bottom:1rem;z-index:7}@media screen and (min-width:990px){.room-slideshow-markers__pagination.swiper-pagination{display:none}}.room-slideshow-markers__contents-wrapper.swiper-initialized .room-slideshow-markers__content:not(.swiper-slide-active){pointer-events:none}.room-slideshow-markers__contents-wrapper.swiper-initialized .room-slideshow-markers__content:not(.swiper-slide-active) .room-slideshow-markers__markers{opacity:0;visibility:hidden}.room-slideshow-markers.is-static .room-slideshow-markers__contents-wrapper .swiper-wrapper{display:block}.room-slideshow-markers.is-static .room-slideshow-markers__content{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.room-slideshow-markers.is-static .room-slideshow-markers__content.is-static-active{display:block}.room-slideshow-markers__empty{position:relative;z-index:2;padding:4rem 2rem;text-align:center}@media screen and (max-width:989px){.room-slideshow-markers__tabs-wrapper{left:1.6rem;right:1.6rem;bottom:1.8rem;max-width:none;gap:2rem}.room-slideshow-markers__tab{font-size:1.3rem}.room-slideshow-markers__item-inner{left:1.6rem;right:1.6rem;bottom:6rem;width:auto;max-height:70%;padding:1.6rem}.room-slideshow-markers__info{max-width:29rem;margin-bottom:8rem}}@media(prefers-reduced-motion:reduce){.room-slideshow-markers__image,.room-slideshow-markers__item-number,.room-slideshow-markers__item-number-span,.room-slideshow-markers__item-inner{transition:none}.room-slideshow-markers__tab-progress{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/section-room-slideshow-markers.css.map */
