.product-gallery{min-width:0;width:100%}.product-gallery-stage{position:relative;isolation:isolate;overflow:hidden;border-radius:18px;background:#e9e5de}.product-gallery-main{display:block;width:100%;border:0;padding:0;background:none;cursor:zoom-in;touch-action:pan-y pinch-zoom}.product-gallery-main img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.product-gallery-enlarge{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#fff9;color:#17212d;pointer-events:none}.product-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:grid;place-items:center;border:1px solid #fff9;border-radius:50%;background:#fffffff0;color:#17212d;cursor:pointer;transition:background .2s}.product-gallery-arrow:hover{background:#fff}.product-gallery-arrow--previous{left:10px}.product-gallery-arrow--next{right:10px}.product-gallery-counter{position:absolute;bottom:14px;left:50%;transform:translate(-50%);padding:7px 12px;border-radius:20px;color:#17212d;background:#fffffff0;font-size:11px;letter-spacing:.04em;white-space:nowrap;pointer-events:none}.product-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 5px;scrollbar-width:thin;overscroll-behavior-x:contain}.product-gallery-thumbs button{flex:0 0 calc((100% - 30px)/4);min-width:48px;max-width:120px;border:1px solid transparent;border-radius:10px;padding:3px;background:transparent;color:var(--color-ink, #17212d);cursor:pointer}.product-gallery-thumbs button[aria-pressed=true]{border-color:#0666ff;background:#0666ff08}.product-gallery-thumbs img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:7px}.product-gallery-thumbs span{display:block;font-size:11px;line-height:1.35;padding:8px 1px 5px}.product-gallery button:focus-visible{outline:2px solid #0666ff;outline-offset:3px}.product-gallery-dialog{position:fixed;inset:0;margin:auto;padding:48px 0;border:0;width:min(96vw,1080px);height:min(96dvh,1120px);max-width:none;max-height:none;background:transparent;overflow:visible}.product-gallery-dialog::backdrop{background:#080f19ed}.product-gallery-dialog>img{display:block;width:100%;height:100%;object-fit:contain}.product-gallery-close{position:absolute;right:0;top:0;min-width:80px;height:44px;padding:0 16px;border:1px solid #ffffff50;border-radius:24px;color:#fff;background:#17212d;cursor:pointer}.product-gallery-dialog .product-gallery-counter{bottom:5px}.product-gallery-fallback{display:grid;place-items:center;aspect-ratio:1;background:var(--color-surface,#ece9e3);border-radius:18px;overflow:hidden}.product-gallery-fallback img,.product-gallery-fallback video{width:100%;height:100%;object-fit:contain}@media(max-width:480px){.product-gallery-stage{border-radius:12px}.product-gallery-thumbs{gap:7px}.product-gallery-thumbs button{flex-basis:calc((100% - 21px)/4)}.product-gallery-enlarge{top:10px;right:10px}.product-gallery-counter{bottom:10px;font-size:10px}}
