.product-gallery{display:flex;gap:2rem;margin-bottom:2rem;align-items:flex-start}.product-gallery__main{flex:1;position:relative;background:var(--color-background);border-radius:8px;overflow:hidden}.product-gallery__main-image{width:100%;height:auto;display:block;border-radius:8px;transition:opacity .3s ease}.product-gallery__main-image.fade-out{opacity:0;transition:opacity .3s ease}.product-gallery__main-image.fade-in{opacity:1;transition:opacity .3s ease}.product-gallery__thumbnails{display:block;flex-direction:column;gap:1rem;width:115px;padding-right:2rem;max-height:75vh;overflow-y:scroll;overflow-x:clip}.product-gallery__thumbnails::-webkit-scrollbar{width:5px}.product-gallery__thumbnails::-webkit-scrollbar-track{background:#f1f1f1;padding:6px 0}.product-gallery__thumbnails::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px;height:10px}.product-gallery__thumbnails::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.product-gallery__thumbnail{width:100px;height:100px;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:var(--color-background);padding:0;overflow:hidden}.product-gallery__thumbnail:hover{border-color:var(--color-base-accent-1);transform:translateY(-2px)}.product-gallery__thumbnail.active{border-color:var(--color-base-accent-1);box-shadow:0 0 0 1px var(--color-base-accent-1)}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:6px;transition:transform .3s ease}.product-gallery__thumbnail:hover img{transform:scale(1.05)}@media screen and (max-width: 749px){.product-gallery{flex-direction:column-reverse;gap:1rem}.product-gallery__main{text-align:center;margin:0 auto}.product-gallery__thumbnails{flex-direction:row;width:100%;overflow-x:auto;padding:0 0 1rem;gap:.5rem}.product-gallery__thumbnail{flex:0 0 80px;width:80px;height:80px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-product-gallery.css.map */
