.product-gallery{display:flex;flex-direction:column;gap:12px;width:100%}.product-gallery__main{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;background-color:rgb(var(--color-foreground-rgb, 0 0 0) / .05)}.product-gallery__main-image{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .3s ease}.product-gallery__thumbnails{display:flex;gap:10px;list-style:none;padding:0;margin:0}.product-gallery__thumbnail{flex:0 0 auto;width:calc((100% - 40px)/5);aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease,opacity .2s ease;opacity:.6;background-color:rgb(var(--color-foreground-rgb, 0 0 0) / .05)}.product-gallery__thumbnail--active{border-color:var(--color-foreground, #000);opacity:1}.product-gallery__thumbnail:hover{opacity:1}.product-gallery__thumbnail-image{width:100%;height:100%;object-fit:contain;display:block}@media screen and (max-width:769px){.product-gallery{padding:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/product-gallery.css.map */
