.product-gallery__main{position:relative;display:flex;align-items:flex-start;justify-content:center;max-height:720px;overflow:hidden;background:var(--charcoal)}.product-gallery__main>img{display:block;width:100%;height:clamp(420px,68vh,720px);object-fit:contain;object-position:center}.product-gallery__controls{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;gap:10px;padding:8px;background:rgba(16,16,15,.85);font:10px var(--mono);letter-spacing:.08em}.product-gallery__controls button{width:30px;height:30px;border:1px solid var(--line);background:transparent;color:var(--bone);font-size:17px;cursor:pointer}.product-gallery__controls button:hover{background:#fff;color:var(--black)}.product-gallery__thumbs{display:flex;gap:9px;overflow-x:auto;padding:12px 0}.product-gallery__thumb{width:70px;height:86px;flex:0 0 auto;padding:0;border:1px solid transparent;background:var(--charcoal);cursor:pointer}.product-gallery__thumb.is-active{border-color:#fff}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-page__image{display:flex;align-items:flex-start;justify-content:center;min-height:420px;background:var(--charcoal)}@media(max-width:760px){.product-gallery__main{max-height:none}.product-gallery__main>img{height:auto;max-height:560px}.product-gallery__thumb{width:60px;height:74px}}
