/* MIRE–AHN Storefront Pro v3 */
.product-gallery{min-width:0;background:var(--panel)}
.product-gallery-main{height:100%;min-height:720px;background:#0b0b0b}
.product-gallery-main img{width:100%;height:100%;display:block;object-fit:cover}
.product-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px;background:#090909;border-top:1px solid var(--line);scrollbar-width:none}
.product-gallery-thumbs::-webkit-scrollbar{display:none}
.product-gallery-thumbs button{flex:0 0 74px;width:74px;height:88px;padding:0;border:1px solid transparent;background:#111;opacity:.55;transition:.2s}
.product-gallery-thumbs button.active{border-color:var(--cream);opacity:1}
.product-gallery-thumbs img{width:100%;height:100%;object-fit:cover}
@media(max-width:980px){.product-gallery-main{min-height:58svh;height:58svh}.product-gallery-thumbs button{flex-basis:62px;width:62px;height:72px}}
