.hotspot-diagram{--hotspot-pin-color: #C8262A;--hotspot-pin-text-color: #FFFFFF;--hotspot-panel-width: 340px;--hotspot-image-max-height: min(67vh, 644px);max-width:1400px;margin:0 auto;padding:4px 20px 32px;box-sizing:border-box}.hotspot-diagram *,.hotspot-diagram *:before,.hotspot-diagram *:after{box-sizing:border-box}.hotspot-diagram__heading{text-align:center;font-size:22px;margin:0 0 14px}.hotspot-diagram__layout{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.hotspot-diagram--popup .hotspot-diagram__layout{display:flex;justify-content:center}.hotspot-diagram__stage{position:relative;display:inline-block;flex:0 1 auto;max-width:100%;background:#fff;border:1px solid #eaeaea;border-radius:4px;overflow:visible;line-height:0}.hotspot-diagram__image{display:block;max-width:100%;max-height:var(--hotspot-image-max-height);width:auto;height:auto;margin:0 auto}.hotspot-diagram__placeholder{width:100%;aspect-ratio:4 / 3;background:#f4f4f4}.hotspot-diagram__placeholder-svg{width:100%;height:100%}.hotspot-diagram__pin{position:absolute;transform:translate(-50%,-50%);width:30px;height:30px;border-radius:50%;border:2px solid #fff;background:var(--hotspot-pin-color);color:var(--hotspot-pin-text-color);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:1;cursor:pointer;padding:0;box-shadow:0 2px 6px #00000059;transition:transform .15s ease;z-index:2}.hotspot-diagram__pin:hover,.hotspot-diagram__pin:focus-visible{transform:translate(-50%,-50%) scale(1.12)}.hotspot-diagram__pin.is-active{outline:2px solid var(--hotspot-pin-color);outline-offset:2px}.hotspot-diagram__pin:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:0 0 #c8262a80;animation:hotspot-pulse 2.4s ease-out infinite;pointer-events:none}@keyframes hotspot-pulse{0%{box-shadow:0 0 #c8262a73}70%{box-shadow:0 0 0 10px #c8262a00}to{box-shadow:0 0 #c8262a00}}.hotspot-diagram__panel{background:#fff;border:1px solid #eaeaea;border-radius:4px;box-shadow:0 8px 24px #0000001f}.hotspot-diagram__panel[hidden]{display:none}.hotspot-diagram__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:999;opacity:0;transition:opacity .15s ease}.hotspot-diagram__backdrop[hidden]{display:none}.hotspot-diagram__backdrop.is-visible{opacity:1}.hotspot-diagram--popup .hotspot-diagram__panel{position:fixed;width:220px;max-height:calc(100vh - 24px);overflow-y:auto;z-index:1000}.hotspot-diagram--popup .hotspot-diagram__panel-media{aspect-ratio:4 / 3}.hotspot-diagram--popup .hotspot-diagram__panel-arrow,.hotspot-diagram--popup .hotspot-diagram__panel-dots{display:none}.hotspot-diagram--spotlight .hotspot-diagram__layout{align-items:stretch}.hotspot-diagram--spotlight .hotspot-diagram__panel{position:relative;flex:0 0 var(--hotspot-panel-width);width:var(--hotspot-panel-width);hidden:none}.hotspot-diagram--spotlight .hotspot-diagram__panel[hidden]{display:flex;flex-direction:column;opacity:.45}.hotspot-diagram--spotlight .hotspot-diagram__panel-media{aspect-ratio:4 / 3}.hotspot-diagram__panel-close{position:absolute;top:8px;right:8px;width:30px;height:30px;border:none;background:#111;color:#fff;border-radius:50%;font-size:18px;line-height:28px;text-align:center;padding:0;cursor:pointer;z-index:10;box-shadow:0 1px 4px #00000059}.hotspot-diagram--spotlight .hotspot-diagram__panel-close{display:none}.hotspot-diagram__panel-media{position:relative;overflow:hidden;background:#f7f7f7;border-radius:4px 4px 0 0}.hotspot-diagram__panel-media img{width:100%;height:100%;object-fit:contain;display:block}.hotspot-diagram__panel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;border-radius:50%;background:#000000a6;color:#fff;font-size:20px;cursor:pointer;z-index:2}.hotspot-diagram__panel-arrow--prev{left:8px}.hotspot-diagram__panel-arrow--next{right:8px}.hotspot-diagram__panel-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px}.hotspot-diagram__panel-dots span{width:6px;height:6px;border-radius:50%;background:#00000040}.hotspot-diagram__panel-dots span.is-active{background:var(--hotspot-pin-color)}.hotspot-diagram__panel-body{padding:16px}.hotspot-diagram__panel-title{font-size:16px;margin:0 0 6px}.hotspot-diagram__panel-price{font-size:15px;font-weight:600;margin-bottom:14px}.hotspot-diagram__panel-qty{display:inline-flex;align-items:stretch;border:1px solid #d9d9d9;border-radius:3px;margin-bottom:12px;overflow:hidden}.hotspot-diagram__panel-qty button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f4f4f4;color:#111!important;cursor:pointer;font-size:16px;line-height:1;font-weight:700;opacity:1;-webkit-text-fill-color:#111}.hotspot-diagram__panel-qty input{width:38px;height:32px;border:none;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;text-align:center;color:#111;-moz-appearance:textfield}.hotspot-diagram__add-to-cart{display:block;width:100%;padding:12px 16px;background:var(--hotspot-pin-color);color:#fff;border:none;border-radius:3px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:opacity .15s ease}.hotspot-diagram__add-to-cart:hover{opacity:.88}.hotspot-diagram__add-to-cart[disabled]{opacity:.6;cursor:not-allowed}.hotspot-diagram__panel-link{display:inline-block;margin-top:10px;font-size:13px;text-decoration:underline;color:inherit}.hotspot-diagram__finder-toggle{position:absolute;top:10px;right:10px;z-index:6;background:#111;color:#fff;border:none;border-radius:3px;padding:8px 12px;font-size:12px;cursor:pointer}.hotspot-diagram__finder-toggle.is-active{background:var(--hotspot-pin-color)}.hotspot-diagram__finder-readout{position:absolute;bottom:10px;left:10px;z-index:6;background:#111;color:#fff;border-radius:3px;padding:8px 12px;font-size:13px;font-family:monospace}.hotspot-diagram__stage.is-finding{cursor:crosshair}@media(max-width:749px){.hotspot-diagram{--hotspot-image-max-height: min(55vh, 483px)}.hotspot-diagram__layout{flex-direction:column;align-items:stretch}.hotspot-diagram--popup .hotspot-diagram__layout{display:block}.hotspot-diagram--popup .hotspot-diagram__stage{display:block;width:fit-content;margin:0 auto}.hotspot-diagram--spotlight .hotspot-diagram__panel{flex:1 1 auto;width:100%}.hotspot-diagram__pin{width:26px;height:26px;font-size:11px}.hotspot-diagram--popup .hotspot-diagram__panel{width:min(200px,78vw)}.hotspot-diagram__panel-body{padding:12px}}
/*# sourceMappingURL=/cdn/shop/t/120/assets/hotspot-diagram.css.map */
