.product__gallery-thumbnails{display:flex;gap:.65rem;overflow-x:auto;padding:.75rem 0 .25rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product__gallery-thumbnails::-webkit-scrollbar{display:none}.product__gallery-thumb{flex:0 0 72px;width:72px;height:72px;padding:0;border:1px solid rgba(127,127,127,.35);border-radius:8px;overflow:hidden;background:transparent;cursor:pointer;opacity:.68}.product__gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.product__gallery-thumb[aria-current="true"]{opacity:1;border:2px solid currentColor}.product__gallery-thumb:hover{opacity:1}@media(min-width:750px){.product__gallery-thumb{flex-basis:82px;width:82px;height:82px}}