.product{padding:10px}
.product-photo-wrap,.product-photo-placeholder{display:grid;place-items:center;width:100%;height:122px;margin-bottom:4px;border-radius:9px;overflow:hidden;background:#e5ebf0}
.product-photo{width:100%;height:100%;object-fit:cover;cursor:zoom-in}
.product-photo-placeholder{color:var(--muted);font-size:11px;letter-spacing:1px}
.photo-viewer{width:min(680px,calc(100% - 20px));max-width:none;background:transparent}
.photo-viewer::backdrop{background:#001326dc}
.photo-viewer section{position:relative;display:grid;gap:10px;justify-items:center;padding:18px;border-radius:18px;background:#fff}
.photo-viewer img{display:block;max-width:100%;max-height:75dvh;object-fit:contain;border-radius:12px}
.photo-viewer button{position:absolute;z-index:2;right:8px;top:8px;width:44px;height:44px;padding:0;border-radius:50%;background:#031f42;font-size:28px}
.photo-viewer strong{font-size:18px;text-align:center}
.photo-viewer small{color:var(--muted)}
