#mainProductImageWrap { position: relative; }
#mainProductImageWrap .pd-zoom-button {
    position: absolute; bottom: 12px; right: 12px; z-index: 5;
    display: grid; place-items: center; width: 42px; height: 42px;
    border: 1px solid #e0e2e6; border-radius: 50%; background: #fff;
    color: #222; box-shadow: 0 2px 8px #0001; cursor: zoom-in;
}
.pd-zoom-button svg { width: 23px; height: 23px; }
.pd-zoom-dialog {
    margin: auto; padding: 48px 12px 12px; border: 0; border-radius: 12px;
    width: min(1100px, 96vw); max-width: 96vw; max-height: 94dvh;
    background: #fff; overflow: auto;
}
.pd-zoom-dialog::backdrop { background: #000b; }
.pd-zoom-dialog img { display: block; width: 100%; height: 78dvh; object-fit: contain; }
.pd-zoom-close { position: absolute; top: 5px; right: 8px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f5f5f7; color: #111; font-size: 30px; cursor: pointer; }
html.product-zoom-open { overflow: hidden; }
