/* Product gallery click flow: stage cycles images, dedicated magnifier opens a contained modal. */
.ms-product-gallery__stage{cursor:pointer!important;outline:none}.ms-product-gallery__stage:after{content:none!important}.ms-product-gallery__stage:focus-visible{box-shadow:0 0 0 4px rgba(8,122,120,.18)}.ms-product-gallery__zoom{position:absolute;z-index:2;right:15px;top:15px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid #c9dcda;border-radius:50%;background:rgba(255,255,255,.94);color:#163740;font-size:23px;line-height:1;cursor:zoom-in}.ms-product-gallery__zoom:hover{border-color:#087a78;color:#087a78}.ms-gallery-lightbox[hidden]{display:none!important}.ms-gallery-lightbox{position:fixed;z-index:10050;inset:0;display:grid;place-items:center;padding:clamp(18px,5vw,72px);background:rgba(11,29,35,.82);cursor:zoom-out}.ms-gallery-lightbox__image{display:block;max-width:100%;max-height:100%;object-fit:contain;background:#fff;border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.35);cursor:default}.ms-gallery-lightbox__close{position:absolute;right:22px;top:22px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:#fff;color:#163740;font-size:30px;line-height:1;cursor:pointer}.ms-gallery-lightbox-open{overflow:hidden!important}@media(max-width:520px){.ms-product-gallery__zoom{right:11px;top:11px;width:33px;height:33px}.ms-gallery-lightbox{padding:14px}.ms-gallery-lightbox__close{right:13px;top:13px;width:39px;height:39px}}
