.product-gallery{position:relative;width:100%}@media(min-width:750px){.product-gallery{display:grid;grid-template-columns:72px 1fr;gap:var(--space-3)}}.product-gallery__thumbs{display:none}@media(min-width:750px){.product-gallery__thumbs{display:flex;flex-direction:column;gap:var(--space-2);max-height:600px;overflow-y:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}}.product-gallery__thumb{width:72px;height:90px;object-fit:cover;cursor:pointer;border:2px solid transparent;opacity:.6;transition:opacity .2s ease,border-color .2s ease;flex-shrink:0}.product-gallery__thumb:hover{opacity:.9}.product-gallery__thumb.is-active{opacity:1;border-color:var(--color-black)}.product-gallery__main{position:relative;overflow:hidden;background-color:var(--color-gray-100);cursor:zoom-in}.product-gallery__main-image{width:100%;aspect-ratio:4 / 5;object-fit:cover;display:block;transition:opacity .3s ease}.product-gallery__main-image.hidden{display:none}.product-gallery__zoom{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;opacity:0;pointer-events:none;z-index:2;transition:opacity .15s ease}@media(hover:hover)and (pointer:fine){.product-gallery__main:hover .product-gallery__zoom{opacity:1}.product-gallery__main:hover .product-gallery__main-image{opacity:0}}.product-gallery__carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.product-gallery__carousel::-webkit-scrollbar{display:none}@media(min-width:750px){.product-gallery__carousel{display:block;overflow:visible}}.product-gallery__slide{flex-shrink:0;width:100%;scroll-snap-align:start}@media(min-width:750px){.product-gallery__slide{display:none}.product-gallery__slide.is-active{display:block}}.product-gallery__slide img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.product-gallery__dots{display:flex;justify-content:center;gap:var(--space-2);padding:var(--space-3) 0}@media(min-width:750px){.product-gallery__dots{display:none}}.product-gallery__dot{width:8px;height:8px;border-radius:var(--radius-full);background-color:var(--color-gray-200);border:none;cursor:pointer;padding:0;transition:background-color .2s ease}.product-gallery__dot.is-active{background-color:var(--color-black)}.product-gallery__badge{position:absolute;top:var(--space-3);left:var(--space-3);z-index:3;display:flex;flex-direction:column;gap:var(--space-1)}.product-gallery__badge .badge{background-color:#d44;color:var(--color-white)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-product-gallery.css.map */
