.product-gallery{display:block;min-width:0}.product-gallery__stage{position:relative}.product-gallery__item{display:grid;place-items:center;min-height:clamp(320px,48vw,720px);background:#fff;border:1px solid var(--color-line)}.product-gallery__item[hidden]{display:none}.product-gallery__item img{width:100%;max-height:720px;object-fit:contain}.product-gallery__item iframe,.product-gallery__item model-viewer,.product-gallery__item video{width:100%;min-height:clamp(320px,48vw,620px)}.product-gallery__arrow{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(7,24,39,.88);color:#fff;font-size:2rem;line-height:1;transform:translateY(-50%);box-shadow:0 5px 18px rgba(0,0,0,.22)}.product-gallery__arrow:hover{background:var(--color-blue)}.product-gallery__arrow:focus-visible,.product-gallery__thumbnail:focus-visible{outline:3px solid var(--color-blue);outline-offset:3px}.product-gallery__arrow--previous{left:14px}.product-gallery__arrow--next{right:14px}.product-gallery__footer{margin-top:14px}.product-gallery__thumbnails{display:flex;gap:10px;max-width:100%;padding:4px 3px 10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin}.product-gallery__thumbnail{position:relative;flex:0 0 88px;width:88px;height:88px;padding:4px;border:2px solid transparent;background:#fff;scroll-snap-align:start}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:contain}.product-gallery__thumbnail.is-active{border-color:var(--color-blue)}.product-gallery__media-type{position:absolute;right:3px;bottom:3px;padding:2px 4px;background:rgba(7,24,39,.88);color:#fff;font-size:.58rem;font-weight:800;text-transform:uppercase}.product-gallery:not(.is-ready) .product-gallery__arrow,.product-gallery:not(.is-ready) .product-gallery__footer{display:none}@media(max-width:620px){.product-gallery__item{min-height:300px}.product-gallery__arrow{width:42px;height:42px}.product-gallery__arrow--previous{left:8px}.product-gallery__arrow--next{right:8px}.product-gallery__thumbnail{flex-basis:76px;width:76px;height:76px}}
