.gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}.gallery-thumb{aspect-ratio:1;border:1px solid var(--line);background:#fff;padding:2px;cursor:pointer;overflow:hidden}.gallery-thumb.active{border:2px solid var(--brand)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:1024px){.gallery-thumbs{max-width:560px}}@media(max-width:480px){.gallery-thumbs{gap:6px}}
