.wb-zoom-stage { position:relative; }
.wb-photo-lens { position:absolute; z-index:3; display:block; border:3px solid #fffaf7; border-radius:50%; background-color:#fff; background-repeat:no-repeat; box-shadow:0 0 0 1px #a96d8250,0 8px 32px #54263f45; pointer-events:none; }
.wb-zoom-stage .wb-photo-lens[hidden] { display:none!important; }
.wb-zoom-stage .wb-zoom-toggle { position:absolute; z-index:4; left:14px; bottom:14px; width:44px; height:44px; display:grid; place-items:center; padding:0; border:1px solid #e4cad0; border-radius:50%; background:#fffaf6ee; color:var(--wb-accent,#7b2638); box-shadow:0 3px 14px #62334212; cursor:pointer; touch-action:manipulation; }
.wb-zoom-stage .wb-zoom-toggle svg { width:23px; height:23px; display:block; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.wb-zoom-stage .wb-zoom-toggle[aria-pressed=true] { background:var(--wb-accent,#7b2638); color:#fff; }
.wb-zoom-toggle:focus-visible { outline:2px solid #b78391; outline-offset:3px; }
@media(hover:hover) and (pointer:fine) { [data-wb-zoom] [data-wb-lightbox-image],.wb-lightbox__image { cursor:zoom-in; } }
@media(max-width:600px) { .wb-zoom-stage .wb-zoom-toggle { bottom:10px; left:10px; } }
