.dmf-pih{position:relative;display:block;max-width:var(--pih-max-width, 1080px);width:100%;margin:0 auto}.dmf-pih__pic{display:block;width:100%;line-height:0}.dmf-pih__pic img{display:block;width:100%;height:auto;max-width:100%}.dmf-pih__placeholder{background:#f3f3f1;padding:60px 24px;text-align:center;color:#888;font-family:inherit;border-radius:8px}.dmf-pih__layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.dmf-pih__spot{position:absolute;display:block;text-decoration:none;pointer-events:auto;top:var(--top-d, 0%);left:var(--left-d, 0%);width:var(--w-d, 10%);height:var(--h-d, 5%);min-width:44px;min-height:44px;border-radius:6px;outline:2px solid transparent;outline-offset:-2px;transition:background-color .15s ease,outline-color .15s ease;-webkit-tap-highlight-color:transparent;cursor:pointer}.dmf-pih__spot:hover,.dmf-pih__spot:focus-visible{background-color:#ffdc642e;outline-color:#fbdc81}.dmf-pih__dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:18px;height:18px;background:#fbdc81;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #00000040,0 0 #fbdc818c;pointer-events:none;animation:dmf-pih-pulse 2.4s ease-in-out infinite}.dmf-pih__spot:not(.dmf-pih__spot--dot) .dmf-pih__dot{display:none}@keyframes dmf-pih-pulse{0%,to{box-shadow:0 2px 8px #00000040,0 0 #fbdc818c}60%{box-shadow:0 2px 8px #00000040,0 0 0 14px #fbdc8100}}.dmf-pih__label{position:absolute;top:100%;left:50%;transform:translate(-50%,10px);background:#111;color:#fff;font-size:11px;font-weight:700;padding:6px 11px;border-radius:14px;white-space:nowrap;max-width:240px;overflow:hidden;text-overflow:ellipsis;pointer-events:none;opacity:0;transition:opacity .18s ease,transform .18s ease;z-index:3;font-family:Outfit,system-ui,sans-serif}.dmf-pih__spot:hover .dmf-pih__label,.dmf-pih__spot:focus-visible .dmf-pih__label{opacity:1;transform:translate(-50%,6px)}@media(max-width:768px){.dmf-pih__spot{top:var(--top-m, var(--top-d, 0%));left:var(--left-m, var(--left-d, 0%));width:var(--w-m, var(--w-d, 10%));height:var(--h-m, var(--h-d, 5%))}.dmf-pih__dot{width:14px;height:14px;border-width:2px}.dmf-pih__label{font-size:10px;padding:5px 9px}}.dmf-pih.is-debug .dmf-pih__spot{background:#ff005033!important;outline:1px dashed #ff0050!important}.dmf-pih.is-debug .dmf-pih__label{opacity:1!important;transform:translate(-50%,4px)!important}.dmf-pih.is-debug .dmf-pih__pic{cursor:crosshair}.dmf-pih__measure{position:fixed;top:16px;right:16px;background:#111;color:#fbdc81;padding:12px 16px;border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:12px;line-height:1.6;z-index:99999;box-shadow:0 6px 24px #00000052;pointer-events:none;min-width:220px;-webkit-user-select:text;user-select:text}.dmf-pih__measure strong{color:#fff;display:block;margin-bottom:6px;letter-spacing:.04em;text-transform:uppercase;font-size:10px}.dmf-pih__measure code{display:block;background:#ffffff14;padding:6px 8px;border-radius:6px;margin-top:6px;font-family:inherit;white-space:pre;font-size:11px}.dmf-pih.is-edit .dmf-pih__pic{cursor:default}.dmf-pih.is-edit .dmf-pih__spot{cursor:move;background:#ffdc8147!important;outline:2px solid #FBDC81!important}.dmf-pih.is-edit .dmf-pih__spot:hover{outline:3px solid #FBA500!important;background:#ffa5002e!important;z-index:5}.dmf-pih.is-edit .dmf-pih__spot.is-selected{outline:3px solid #ff0050!important;background:#ff00502e!important;z-index:6}.dmf-pih.is-edit .dmf-pih__spot.is-dragging{outline:3px dashed #00d4ff!important;background:#00d4ff33!important}.dmf-pih__handle{position:absolute;width:14px;height:14px;background:#fff;border:2px solid #ff0050;border-radius:50%;z-index:7;display:none;box-shadow:0 1px 4px #0000004d}.dmf-pih.is-edit .dmf-pih__spot.is-selected .dmf-pih__handle{display:block}.dmf-pih__handle.tl{top:-9px;left:-9px;cursor:nwse-resize}.dmf-pih__handle.tr{top:-9px;right:-9px;cursor:nesw-resize}.dmf-pih__handle.bl{bottom:-9px;left:-9px;cursor:nesw-resize}.dmf-pih__handle.br{bottom:-9px;right:-9px;cursor:nwse-resize}.dmf-pih.is-edit .dmf-pih__dot{display:none!important}.dmf-pih.is-edit .dmf-pih__label{opacity:1!important;transform:translate(-50%,4px)!important}.dmf-pih__edit-box{position:fixed;top:16px;right:16px;width:360px;max-height:calc(100vh - 32px);background:#111;color:#fff;border-radius:12px;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:11px;z-index:99999;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;gap:8px}.dmf-pih__edit-box h3{margin:0;color:#fbdc81;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.dmf-pih__edit-box .desc{color:#ccc;font-size:10px;line-height:1.5}.dmf-pih__edit-box .selected-info{background:#ffffff14;padding:8px;border-radius:6px}.dmf-pih__edit-box .selected-info strong{color:#fbdc81;display:block;margin-bottom:4px}.dmf-pih__edit-box .selected-info code{white-space:pre;font-size:10px;line-height:1.6}.dmf-pih__edit-box .btn-row{display:flex;gap:6px}.dmf-pih__edit-box button{flex:1;background:#fbdc81;color:#111;border:none;padding:8px 10px;border-radius:6px;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent}.dmf-pih__edit-box button:hover{background:#fff}.dmf-pih__edit-box button.secondary{background:#ffffff1f;color:#fff}.dmf-pih__edit-box button.secondary:hover{background:#ffffff38}.dmf-pih__edit-box .json-area{background:#ffffff14;padding:8px;border-radius:6px;max-height:240px;overflow:auto;font-size:10px;white-space:pre;-webkit-user-select:text;user-select:text}.dmf-pih__edit-box .json-area:empty:before{content:"\d3b8\c9d1\d558\ba74  \c5ec\ae30\c5d0  \bcc0\acbd  \c88c\d45c\ac00  \d45c\c2dc\b3fc\c694";color:#888;font-style:italic}.dmf-pih__edit-box .copied{background:#3cb86a!important;color:#fff!important}.dmf-pih__edit-box .input-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.dmf-pih__edit-box .input-field{display:flex;align-items:center;gap:6px;background:#ffffff14;padding:4px 8px;border-radius:6px}.dmf-pih__edit-box .input-field label{color:#fbdc81;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;min-width:36px}.dmf-pih__edit-box .input-field input{flex:1;width:100%;background:transparent;border:none;color:#fff;font-family:inherit;font-size:12px;font-weight:600;padding:4px 2px;outline:none}.dmf-pih__edit-box .input-field input:focus{background:#ffffff1f;border-radius:4px}.dmf-pih__edit-box .input-field .unit{color:#888;font-size:10px}.dmf-pih__edit-box .keyboard-hint{color:#888;font-size:9.5px;line-height:1.55;background:#ffffff0d;padding:6px 8px;border-radius:6px}.dmf-pih__edit-box .keyboard-hint kbd{display:inline-block;background:#333;color:#fbdc81;border-radius:3px;padding:1px 5px;font-family:inherit;font-size:9px;margin:0 1px}.dmf-pih__edit-box .hotspot-list{max-height:180px;overflow-y:auto;background:#ffffff0d;border-radius:6px;padding:4px}.dmf-pih__edit-box .hotspot-list-item{display:flex;align-items:center;gap:6px;padding:5px 8px;border-radius:4px;cursor:pointer;font-size:10.5px;color:#ccc;transition:background .15s}.dmf-pih__edit-box .hotspot-list-item:hover{background:#ffffff14;color:#fff}.dmf-pih__edit-box .hotspot-list-item.active{background:#ff005040;color:#fff;font-weight:700}.dmf-pih__edit-box .hotspot-list-item .idx{color:#888;min-width:22px;font-family:ui-monospace,monospace}.dmf-pih__edit-box .hotspot-list-item .name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dmf-pih__edit-box details summary{cursor:pointer;color:#fbdc81;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:6px 0;-webkit-user-select:none;user-select:none}.dmf-pih__edit-box details[open] summary{margin-bottom:6px}
/*# sourceMappingURL=/cdn/shop/t/12/assets/product-image-hotspots.css.map */
