.detail-thumbs{display:flex;gap:9px;overflow-x:auto;margin-top:14px;padding:3px 2px 7px;scrollbar-width:thin;scrollbar-color:#ccd5e2 transparent}
.gallery-thumb{flex:0 0 66px;width:66px;height:66px;border:2px solid transparent;border-radius:11px;background:#fff;padding:4px;cursor:pointer;overflow:hidden}
.gallery-thumb.active{border-color:#1269d3;box-shadow:0 0 0 2px #dcecff}
.gallery-thumb img{width:100%;height:100%;object-fit:contain}
.detail-thumbs::-webkit-scrollbar{height:5px}
.detail-thumbs::-webkit-scrollbar-thumb{background:#ccd5e2;border-radius:99px}
@media(max-width:900px){.detail-thumbs{max-width:520px;margin-left:auto;margin-right:auto}.gallery-thumb{flex-basis:60px;width:60px;height:60px}}
