.product-gallery{min-width:0;outline:none}.product-gallery__stage{position:relative;aspect-ratio:1/1;background:#fff;border:1px solid #e1e6ea;border-radius:20px;overflow:hidden}.product-gallery__slide{position:absolute;inset:0;margin:0;background:#fff}.product-gallery__slide[hidden]{display:none}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide model-viewer{display:block;width:100%;height:100%;object-fit:contain}.product-gallery__arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:46px;height:46px;border:1px solid #d4dce3;border-radius:50%;background:#fffffff2;color:#071a2d;font-size:33px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px #071a2d18}.product-gallery__arrow--prev{left:16px}.product-gallery__arrow--next{right:16px}.product-gallery__count{position:absolute;right:16px;bottom:16px;background:#071a2ddd;color:#fff;border-radius:999px;padding:7px 12px;font-size:11px}.product-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;padding:12px 2px 8px;scrollbar-width:thin;scroll-snap-type:x proximity}.product-gallery__thumb{flex:0 0 78px;width:78px;height:78px;padding:3px;border:2px solid transparent;border-radius:11px;background:#fff;overflow:hidden;cursor:pointer;scroll-snap-align:start}.product-gallery__thumb.is-active{border-color:#1268e8}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;border-radius:7px}.product-gallery:focus-visible .product-gallery__stage{outline:3px solid #1268e8;outline-offset:3px}@media(max-width:560px){.product-gallery__arrow{width:40px;height:40px}.product-gallery__thumb{flex-basis:66px;width:66px;height:66px}}
