.scene-hotspots__header{max-width:46rem;margin:0 auto 4.4rem;text-align:center}.scene-hotspots__eyebrow{opacity:.75;margin:0 0 1.2rem}.scene-hotspots__heading{margin:0}.scene-hotspots__heading em{font-family:var(--font-body-family);font-style:italic;font-weight:400;letter-spacing:0;text-transform:none}.scene-hotspots__subtext{margin-top:1.6rem;opacity:.75;font-size:1.5rem;line-height:1.6}.scene-hotspots__subtext p{margin:0}.scene-hotspots__stage-wrap{display:flex;justify-content:center}.scene-hotspots__stage{position:relative;width:100%;aspect-ratio:853 / 1844;overflow:hidden}@media screen and (min-width:750px){.scene-hotspots__stage{aspect-ratio:1672 / 941;max-height:92vh}}.scene-hotspots__image{width:100%;height:100%;object-fit:cover;display:block}.scene-hotspots__pins{list-style:none;margin:0;padding:0}.scene-hotspots__item{position:absolute;top:var(--pin-top-mobile);left:var(--pin-left-mobile);transform:translate(-50%,-50%);z-index:1;perspective:60rem}@media screen and (min-width:750px){.scene-hotspots__item{top:var(--pin-top);left:var(--pin-left)}}.scene-hotspots__item:hover,.scene-hotspots__item:focus-within,.scene-hotspots__item.is-active{z-index:10}.scene-hotspots__pin{display:block;width:2.2rem;height:2.2rem;padding:0;border:0;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent;position:relative}.scene-hotspots__pin:after{content:"";position:absolute;top:-.7rem;right:-.7rem;bottom:-.7rem;left:-.7rem}.scene-hotspots__pin-dot{position:relative;display:block;width:100%;height:100%;border-radius:50%;background:#f5f2ebf0;border:1px solid rgba(26,18,13,.18);box-shadow:0 .2rem .6rem #1a120d40;transition:transform var(--duration-short) ease,background var(--duration-short) ease}.scene-hotspots__pin-dot:before,.scene-hotspots__pin-dot:after{content:"";position:absolute;top:50%;left:50%;background:#1a1a1a;transform:translate(-50%,-50%)}.scene-hotspots__pin-dot:before{width:.9rem;height:.1rem}.scene-hotspots__pin-dot:after{width:.1rem;height:.9rem}.scene-hotspots__item:hover .scene-hotspots__pin-dot,.scene-hotspots__item:focus-within .scene-hotspots__pin-dot,.scene-hotspots__item.is-active .scene-hotspots__pin-dot{transform:scale(1.12);background:#1a1a1a}.scene-hotspots__item:hover .scene-hotspots__pin-dot:before,.scene-hotspots__item:hover .scene-hotspots__pin-dot:after,.scene-hotspots__item:focus-within .scene-hotspots__pin-dot:before,.scene-hotspots__item:focus-within .scene-hotspots__pin-dot:after,.scene-hotspots__item.is-active .scene-hotspots__pin-dot:before,.scene-hotspots__item.is-active .scene-hotspots__pin-dot:after{background:#f5f2eb}@media(prefers-reduced-motion:no-preference){.scene-hotspots__item:before{content:"";position:absolute;top:50%;left:50%;width:2.2rem;height:2.2rem;border-radius:50%;background:#f5f2eb8c;transform:translate(-50%,-50%) scale(1);animation:scene-hotspots-ping 2.6s ease-out infinite;pointer-events:none;z-index:-1}.scene-hotspots__item:hover:before,.scene-hotspots__item:focus-within:before,.scene-hotspots__item.is-active:before{animation-play-state:paused;opacity:0}}@keyframes scene-hotspots-ping{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}to{transform:translate(-50%,-50%) scale(2.1);opacity:0}}.scene-hotspots__pop{position:absolute;top:50%;z-index:5;display:flex;flex-direction:column;align-items:center;width:12rem;max-width:62vw;opacity:0;pointer-events:none;transform:translateY(-50%) scale(.4);transition:opacity .35s ease,transform .5s cubic-bezier(.22,1,.36,1);will-change:transform,opacity}.scene-hotspots__item[data-side-mobile=right] .scene-hotspots__pop{left:calc(100% + 1.4rem);transform-origin:left center}.scene-hotspots__item[data-side-mobile=left] .scene-hotspots__pop{right:calc(100% + 1.4rem);transform-origin:right center}@media screen and (min-width:750px){.scene-hotspots__item[data-side-desktop=right] .scene-hotspots__pop{left:calc(100% + 1.6rem);right:auto;transform-origin:left center}.scene-hotspots__item[data-side-desktop=left] .scene-hotspots__pop{right:calc(100% + 1.6rem);left:auto;transform-origin:right center}}.scene-hotspots__item:hover .scene-hotspots__pop,.scene-hotspots__item:focus-within .scene-hotspots__pop,.scene-hotspots__item.is-active .scene-hotspots__pop{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.scene-hotspots__pop-image-wrap{display:block;width:9.6rem;height:9.6rem;border-radius:4px;overflow:hidden;background:#f5f2eb;box-shadow:0 2rem 3.2rem #1a120d52,0 .4rem 1rem #1a120d2e}.scene-hotspots__pop-image{width:100%;height:100%;object-fit:cover;display:block}.scene-hotspots__pop-title{margin-top:.9rem;font-size:1.2rem;font-weight:500;color:#1a1a1a;background:#f5f2ebf2;padding:.3rem .9rem;border-radius:999px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;box-shadow:0 .4rem 1rem #1a120d26}.scene-hotspots__pop-price{margin-top:.5rem;font-size:1.3rem;font-weight:500;color:#1a1a1a;opacity:.75}.scene-hotspots__pop-arrow{margin-top:.7rem;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:50%;background:#1a1a1a;color:#f5f2eb;text-decoration:none;box-shadow:0 .5rem 1.2rem #1a120d47;transition:transform var(--duration-short) ease}.scene-hotspots__pop-arrow:hover,.scene-hotspots__pop-arrow:focus-visible{transform:scale(1.12)}@media(prefers-reduced-motion:reduce){.scene-hotspots__pop,.scene-hotspots__pin-dot,.scene-hotspots__pop-arrow{transition:none}.scene-hotspots__pop{transform:translate(-50%,-100%) scale(1)}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-scene-hotspots.css.map */
