.product-image-viewer{position:fixed;z-index:12000;inset:0;display:grid;place-items:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left))}.product-image-viewer[hidden]{display:none}.product-image-viewer__backdrop{position:absolute;inset:0;border:0;background:rgba(12,12,15,.9)}.product-image-viewer__dialog{position:relative;z-index:1;width:100%;height:100%;outline:0;overflow:hidden}.product-image-viewer__stage{width:100%;height:100%;display:grid;place-items:center;touch-action:none;overflow:hidden}.product-image-viewer__stage img{display:block;max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;will-change:transform;user-select:none;-webkit-user-drag:none}.product-image-viewer__close,.product-image-viewer__previous,.product-image-viewer__next{position:absolute;z-index:2;display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222}.product-image-viewer__close{top:max(4px,env(safe-area-inset-top));right:max(4px,env(safe-area-inset-right))}.product-image-viewer__previous,.product-image-viewer__next{top:50%;transform:translateY(-50%)}.product-image-viewer__previous{left:4px}.product-image-viewer__next{right:4px}.product-image-viewer__counter{position:absolute;z-index:2;bottom:max(6px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);padding:5px 9px;border-radius:999px;background:rgba(0,0,0,.58);color:#fff;font-size:12px}.product-image-viewer__previous[hidden],.product-image-viewer__next[hidden],.product-image-viewer__counter[hidden]{display:none}@media (max-width:640px){.product-image-viewer__previous,.product-image-viewer__next{display:none}}
body.product-image-viewer-open{overflow:hidden}
