/* Single-product photo viewer; image tap closes, horizontal swipe browses. */
.cc-ux.cc-image-viewer-open{overflow:hidden}
.cc-ux .cc-image-viewer[hidden],.cc-ux .cc-image-viewer [hidden]{display:none!important}
.cc-ux .cc-image-viewer{position:fixed;inset:0;z-index:100100;display:flex;align-items:center;justify-content:center;background:rgba(8,18,15,.93);color:#fff;direction:ltr}
.cc-ux .cc-image-viewer__photo{display:block;max-width:min(88vw,1200px);max-height:85vh;width:auto;height:auto;object-fit:contain;cursor:zoom-out;touch-action:pan-y;user-select:none;-webkit-user-select:none}
.cc-ux .cc-image-viewer button{position:absolute;z-index:1;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(24,72,46,.9);color:#fff;font-size:36px;line-height:1;cursor:pointer}
.cc-ux .cc-image-viewer button:focus-visible{outline:3px solid #fff;outline-offset:3px}
.cc-ux .cc-image-viewer__close{top:max(16px,env(safe-area-inset-top));right:16px}
.cc-ux .cc-image-viewer__previous{left:12px;top:calc(50% - 24px)}
.cc-ux .cc-image-viewer__next{right:12px;top:calc(50% - 24px)}
.cc-ux .cc-image-viewer__count{position:absolute;bottom:max(16px,env(safe-area-inset-bottom));left:0;right:0;text-align:center;font-size:15px;direction:ltr}
@media(max-width:600px){.cc-ux .cc-image-viewer__photo{max-width:100vw;max-height:80dvh}.cc-ux .cc-image-viewer button{width:42px;height:42px;font-size:30px}.cc-ux .cc-image-viewer__previous{left:6px}.cc-ux .cc-image-viewer__next{right:6px}}