.product-gallery{display:flex;flex-direction:column;gap:var(--space-1);width:100%}.product-gallery__main{position:relative;width:100vw;margin-left:calc(50% - 50vw);overflow:hidden}.product-gallery__track{display:grid;grid-template-columns:100%;width:100%}.product-gallery__slide{grid-area:1 / 1 / 2 / 2;opacity:0;transition:opacity var(--transition-slow);pointer-events:none}.product-gallery__slide.is-active{opacity:1;pointer-events:auto;z-index:var(--z-base)}.product-gallery__image{display:block;width:100%;height:auto;object-fit:contain;aspect-ratio:1 / 1;background-color:var(--surface-subdued)}.product-gallery__video{display:block;width:100%;aspect-ratio:auto 1 / 1;background-color:var(--brand-primary)}.product-gallery__video--external{border:none}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:var(--z-raised);display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:var(--surface-base);border:1px solid var(--border-default);border-radius:0;cursor:pointer;opacity:.4;transition:opacity var(--transition-default)}.product-gallery__arrow:hover{opacity:1}.product-gallery__arrow svg{width:12px;height:12px}.product-gallery__arrow--prev{left:var(--space-2)}.product-gallery__arrow--next{right:var(--space-2)}.product-gallery__thumbs{display:flex;flex-direction:row;gap:var(--space-0);overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:var(--space-0);width:100vw;margin-left:calc(50% - 50vw)}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 auto;width:80px;height:80px;padding:0;border:none;border-radius:0;cursor:pointer;overflow:hidden;position:relative;background:transparent;box-shadow:inset 0 0 0 2px transparent;transition:box-shadow var(--transition-default)}.product-gallery__thumb:hover{box-shadow:inset 0 0 0 2px var(--border-default)}.product-gallery__thumb.is-active{box-shadow:inset 0 0 0 2px var(--content-default)}.product-gallery__thumb-img{display:block;width:100%;height:100%;object-fit:cover;border-radius:0}.product-gallery__thumb-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--surface-overlay);color:var(--surface-base)}@media(min-width:990px){.product-gallery__main,.product-gallery__thumbs{width:100%;margin-left:0}.product-gallery{display:grid;grid-template-columns:20% 1fr;gap:var(--gap-product-layout);align-items:start}.product-gallery__main{grid-column:2;grid-row:1}.product-gallery__thumbs{grid-column:1;grid-row:1;flex-direction:column;gap:var(--gap-thumb-stack);overflow-x:hidden;overflow-y:auto;scrollbar-width:none;padding-bottom:0}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:100%;height:auto;aspect-ratio:1 / 1;flex:0 0 auto}.product-gallery__arrow{width:24px;height:24px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/product-media-gallery.css.map */
