.product-gallery{min-width:0;align-self:start}
.product-gallery .gallery-thumbs{margin-top:0}
.product-gallery .gallery-thumbs a{display:block;aspect-ratio:1;flex:none}
.product-gallery .gallery-thumbs [aria-current="true"]{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}
.gallery-controls{display:none}
@media(max-width:700px){
 .product-gallery{display:flex;flex-direction:column;gap:10px}
 .product-gallery .gallery{position:relative;display:flex;order:0;gap:0;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
 .product-gallery .gallery::-webkit-scrollbar{display:none}
 .product-gallery .native-media{flex:0 0 100%;width:100%;min-width:0;margin:0;aspect-ratio:1;scroll-snap-align:start;scroll-snap-stop:always;background:#1c1c1c}
 .product-gallery .native-media:target{outline:0}
 .product-gallery .native-zoom{width:100%;height:100%;border:0}
 .product-gallery .native-media img,.product-gallery .native-media>video,.product-gallery .native-media>iframe,.product-gallery .native-media>model-viewer{width:100%;height:100%;object-fit:contain;max-height:100%}
 .product-gallery .native-zoom:focus-visible{outline-offset:-5px}
 .product-gallery .gallery-controls{display:flex;order:1;align-items:center;justify-content:center;gap:20px;min-height:44px}
 .gallery-controls button{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:10px;color:var(--ink);background:transparent;border:1px solid var(--line)}
 .gallery-controls button:disabled{opacity:.35}
 .gallery-count{min-width:45px;text-align:center;font-size:12px;letter-spacing:.08em;font-variant-numeric:tabular-nums;color:var(--muted)}
 .product-gallery .gallery-thumbs{order:2;margin:0;gap:8px;padding:4px;overflow-x:auto}
 .product-gallery .gallery-thumbs a{width:54px;height:54px}
 .product-gallery .gallery-thumbs img{width:100%;height:100%;object-fit:contain}
}
