jxs-hotspot{display:block}.jxs-hotspot-container{display:grid;gap:32px;padding-block-start:var(--hot-image-margin-top);padding-block-end:var(--hot-image-margin-bottom)}.jxs-hotspot-item{display:none}.jxs-hotspot-item.is-active{display:block}.jxs-hotspot-item.is-active .jxs-hotspot-product-image{animation:jxs-hotspot-image-fade-in .45s ease-out both}.jxs-hotspot-item.is-active .jxs-hotspot-point{animation:jxs-hotspot-point-float-in .48s cubic-bezier(.22,1,.36,1) both}.jxs-hotspot-product-card-source{display:none}.jxs-hotspot-products{width:100%}.jxs-hotspot-products .splide__track{overflow:visible}.jxs-hotspot-products__list{align-items:stretch}.jxs-hotspot-products:not(.is-overflow) .jxs-hotspot-products__list{justify-content:center}.jxs-hotspot-product-card{width:220px;min-width:0;height:100%;margin-right:0;position:relative;overflow:visible;cursor:pointer}.jxs-hotspot-product-card__inner{display:flex;flex-direction:column;height:100%;border-radius:0;background:rgb(var(--color-background));overflow:hidden;transition:border-color var(--duration-short) ease,box-shadow var(--duration-short) ease,transform var(--duration-short) ease}.jxs-hotspot-product-card.is-active .jxs-hotspot-product-card__inner{border-color:rgb(var(--color-foreground));box-shadow:0 14px 34px #0000001f;transform:translateY(-20px)}.jxs-hotspot-product-card:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.jxs-hotspot-product-card__media{position:relative;display:block;width:100%;aspect-ratio:1 / 1;background:rgba(var(--color-foreground),.04);overflow:hidden}.jxs-hotspot-product-card__image,.jxs-hotspot-product-card__placeholder{display:block;width:100%;height:100%;object-fit:cover}.jxs-hotspot-product-card__media .card__badge{position:absolute;left:1rem;top:1rem;z-index:1}.jxs-hotspot-product-card__content{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;padding:12px}.jxs-hotspot-product-card__title{display:-webkit-box;color:rgb(var(--color-foreground));font-size:14px;font-weight:600;line-height:1.35;text-decoration:none;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.jxs-hotspot-product-card__title:hover{text-decoration:underline;text-underline-offset:.2rem}.jxs-hotspot-product-card__price{display:flex;flex-wrap:wrap;gap:4px 8px;align-items:baseline;color:rgb(var(--color-foreground));font-size:14px;line-height:1.4}.jxs-hotspot-product-card__price-current{font-weight:700}.jxs-hotspot-product-card__price-compare{color:rgba(var(--color-foreground),.55);font-size:12px}.jxs-hotspot-product-card__button{width:100%;min-height:38px;margin-block-start:auto;padding-inline:12px;text-align:center;min-width:0}.jxs-hotspot-product-card__quick-view .quick-view__summary{display:none}.jxs-hotspot-item__image{position:relative;max-width:var(--hot-image-max-width);margin-inline:auto;overflow:visible;isolation:isolate}.jxs-hotspot-item__image .jxs-hotspot-product-image{position:relative;display:block;width:100%;height:auto;z-index:0}.jxs-hotspot-point{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;overflow:visible;pointer-events:none}.jxs-hotspot-point__line{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;overflow:visible;pointer-events:none}.jxs-hotspot-point__line-path{fill:none;stroke:var(--jxs-hotspot-line-color, #000);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.jxs-hotspot-point__dot{position:absolute;left:0;top:0;z-index:3;width:22px;height:22px;padding:0;border:3px solid var(--jxs-hotspot-dot-border-background, #000);border-radius:50%;background:var(--jxs-hotspot-dot-background, #fff);box-shadow:0 0 0 2px #ffffffd9;cursor:pointer;transform:translate(-50%,-50%);pointer-events:auto;-webkit-appearance:none;appearance:none}.jxs-hotspot-point__dot:before,.jxs-hotspot-point__dot:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border:1px solid var(--jxs-hotspot-dot-border-background, #000);border-radius:inherit;opacity:.5;animation:jxs-hotspot-pulse 2.2s ease-out infinite}.jxs-hotspot-point__dot:after{animation-delay:.75s}.jxs-hotspot-point__info{position:absolute;left:0;top:0;z-index:2;width:min(250px,70vw);padding:16px 18px;border:1px solid var(--jxs-hotspot-info-border, #000);border-radius:16px;color:var(--jxs-hotspot-info-foreground, #000);background:var(--jxs-hotspot-info-background, #fff);box-shadow:0 18px 44px #00000024;pointer-events:auto}.jxs-hotspot-point__label{display:inline-flex;margin-block-end:8px;padding:3px 8px;border-radius:999px;color:var(--jxs-hotspot-info-background, #fff);font-size:11px;font-weight:700;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;background:var(--jxs-hotspot-info-foreground, #000)}.jxs-hotspot-point__title{margin:0;color:inherit;font-size:18px;line-height:1.25}.jxs-hotspot-point__text{margin-block-start:8px;color:inherit;font-size:14px;line-height:1.55;opacity:.75}.jxs-hotspot-point__text p{margin:0}@keyframes jxs-hotspot-image-fade-in{0%{opacity:0}to{opacity:1}}@keyframes jxs-hotspot-point-float-in{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes jxs-hotspot-pulse{0%{opacity:.55;transform:scale(.55)}80%,to{opacity:0;transform:scale(1.6)}}@media screen and (max-width:749px){.jxs-hotspot-container{display:none}.jxs-hotspot-products{width:100%;padding-block-start:4px}.jxs-hotspot-products .splide__track{overflow:visible}.jxs-hotspot-products__list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;transform:none!important}.jxs-hotspot-product-card{width:auto;margin-right:0}.jxs-hotspot-product-card.is-active .jxs-hotspot-product-card__inner{transform:none}.jxs-hotspot-point__info{width:min(220px,72vw);padding:13px 14px}.jxs-hotspot-point__title{font-size:16px}.jxs-hotspot-point__text{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/78/assets/jxs-hotspot.css.map */
