.product-gallery-main{touch-action:pan-y;background:#fff}.product-gallery-main img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;background:#fff;transition:opacity .18s ease}.product-gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding:2px 2px 6px;scrollbar-width:thin}.product-gallery-thumb{flex:0 0 84px;width:84px;aspect-ratio:4/5;border:1px solid var(--line);border-radius:14px;padding:0;overflow:hidden;background:#fff;cursor:pointer;opacity:.72;transition:.2s}.product-gallery-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;background:#fff}.product-gallery-thumb:hover{opacity:1;transform:translateY(-1px)}.product-gallery-thumb.is-active{opacity:1;border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}@media(max-width:760px){.product-gallery-thumbs{gap:8px;margin-top:10px}.product-gallery-thumb{flex-basis:72px;width:72px;border-radius:12px}}