product-gallery-zoom dialog{display:none;max-width:none;max-height:none;width:100%;height:100%;padding:0;border:none;margin:0;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-background)}product-gallery-zoom dialog::backdrop{background:transparent}product-gallery-zoom[data-gallery-zoom=show] dialog,product-gallery-zoom[data-gallery-zoom=closing] dialog{display:flex}product-gallery-zoom[data-gallery-zoom=show] dialog{opacity:1;transition:opacity .25s ease}@starting-style{product-gallery-zoom[data-gallery-zoom=show] dialog{opacity:0}}product-gallery-zoom[data-gallery-zoom=closing] dialog{opacity:0;transition:opacity .2s ease}product-gallery-zoom dialog:has([data-zoomed]) .product-gallery-zoom__thumbnails{display:none}product-gallery-zoom dialog:has([data-zoomed]) .product-gallery-zoom__model-info{display:none}.product-gallery-zoom__thumbnails{display:none}@container style(--min-lg: true){.product-gallery-zoom__thumbnails{display:flex;flex-direction:column;gap:var(--spacing-3xs);align-items:center;padding-left:3.4375rem;padding-right:3.4375rem;padding-top:var(--spacing-3xl);flex-shrink:0;max-height:calc(100vh - 6.25rem);max-height:calc(100dvh - 6.25rem);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;transform:translate(0);opacity:1;transition:transform .35s ease .15s,opacity .35s ease .15s}@starting-style{.product-gallery-zoom__thumbnails{transform:translate(-2rem);opacity:0}}.product-gallery-zoom__thumbnails::-webkit-scrollbar{display:none}}.product-gallery-zoom__thumbnail{display:block;width:2.375rem;min-height:3.5625rem;flex-shrink:0;padding:0;border:none;border-bottom:.0625rem solid transparent;background:none;cursor:pointer;transition:border-color .2s ease}.product-gallery-zoom__thumbnail--active{border-bottom-color:var(--color-foreground)}.product-gallery-zoom__thumbnail:focus-visible{outline:0;outline-offset:.125rem}.product-gallery-zoom__thumbnail img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-gallery-zoom__thumbnail[hidden]{display:none}.product-gallery-zoom__images{flex:1;overflow-y:auto;overflow-x:hidden;background:transparent;display:flex;flex-direction:column;align-items:center;scrollbar-width:none}.product-gallery-zoom__images::-webkit-scrollbar{display:none}@container style(--min-lg: true){.product-gallery-zoom__images{padding-top:0}}.product-gallery-zoom__image-slide{--zoom-scale: 2;width:100%;flex-shrink:0}@container style(--min-lg: true){.product-gallery-zoom__image-slide{--zoom-scale: 1.5;width:37.5rem}.product-gallery-zoom__image-slide[data-zoomed]{width:100%}}.product-gallery-zoom__image-slide [data-image-wrapper]{width:100%;aspect-ratio:2 / 3;cursor:zoom-in;overflow:hidden;transition:height .3s ease-in-out}@container style(--min-lg: true){.product-gallery-zoom__image-slide [data-image-wrapper]{aspect-ratio:unset}}.product-gallery-zoom__image-slide [data-image]{transition:transform .8s ease-in-out}@container style(--max-lg: true){.product-gallery-zoom__image-slide [data-image-picture]{transition:width .3s ease-in-out,height .3s ease-in-out}@media(prefers-reduced-motion:reduce){.product-gallery-zoom__image-slide [data-image-picture]{transition:none}}}.product-gallery-zoom__image-slide[data-zoomed] [data-image-wrapper]{aspect-ratio:unset;height:150%;height:calc(var(--zoom-frame-height, 100%) * var(--zoom-scale, 1.5));cursor:default}@container style(--max-lg: true){.product-gallery-zoom__image-slide[data-zoomed] [data-image-wrapper]{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;touch-action:pan-x pan-y;scrollbar-width:none}.product-gallery-zoom__image-slide[data-zoomed] [data-image-wrapper]::-webkit-scrollbar{display:none}}.product-gallery-zoom__image-slide[data-zoomed] [data-image-picture]{position:absolute;top:0;left:0;right:0;bottom:auto;height:100%;height:var(--zoom-frame-height, 100%)}@container style(--max-lg: true){.product-gallery-zoom__image-slide[data-zoomed] [data-image-picture]{right:auto;max-width:none;width:200%;width:calc(100% * var(--zoom-scale, 2));height:200%;height:calc(var(--zoom-frame-height, 100%) * var(--zoom-scale, 2))}}.product-gallery-zoom__image-slide[data-zoomed] [data-image]{transform-origin:top center;transform:scale(1.5);transform:scale(var(--zoom-scale, 1.5));will-change:transform}@container style(--max-lg: true){.product-gallery-zoom__image-slide[data-zoomed] [data-image]{transform:none}}.product-gallery-zoom__image-slide[hidden]{display:none}.product-gallery-zoom__scrollbar{display:block;position:absolute;top:5rem;right:.1875rem;width:.1875rem;height:calc(100% - 6.25rem);pointer-events:none}@container style(--min-lg: true){.product-gallery-zoom__scrollbar{top:6.875rem;height:calc(100% - 13.75rem)}}.product-gallery-zoom__scrollbar-thumb{position:absolute;top:0;left:0;width:100%;height:20%;border-radius:6.25rem;background-color:var(--color-border);transition:top .05s linear}.product-gallery-zoom__close{background-color:transparent;position:absolute;top:var(--spacing-l);right:var(--spacing-l);z-index:var(--z-index-skip-link);width:var(--icon-l);height:var(--icon-l);padding:0;border:none;cursor:pointer;color:var(--color-foreground)}@container style(--min-lg: true){.product-gallery-zoom__close{top:var(--spacing-3xl);right:3.4375rem}}.product-gallery-zoom__close svg{background-color:transparent;width:var(--icon-l);height:var(--icon-l)}.product-gallery-zoom__close:focus-visible{outline:0;outline-offset:.125rem}.product-gallery-zoom__model-info{background:var(--color-white);padding:var(--spacing-l);width:100%}.product-gallery-zoom__model-info--desktop{display:none}.product-gallery-zoom__model-info p{max-width:17rem;width:100%;font-size:var(--text-3xs);line-height:var(--text-3xs--line-height)}@container style(--min-lg: true){.product-gallery-zoom__model-info{background:transparent;display:flex;align-items:center;position:absolute;bottom:0;left:0;padding:var(--spacing-2xl) 3.4375rem;translate:0 0;opacity:1;transition:translate .35s ease .25s,opacity .35s ease .25s}@starting-style{.product-gallery-zoom__model-info{translate:0 1.5rem;opacity:0}}.product-gallery-zoom__model-info p{font-size:var(--text-3xs);font-weight:var(--font-weight-normal);line-height:1.6;text-transform:uppercase;color:var(--color-foreground);max-width:19rem}}@media(prefers-reduced-motion:reduce){.product-gallery-zoom__thumbnails,.product-gallery-zoom__model-info,.product-gallery-zoom__image-slide [data-image-wrapper],.product-gallery-zoom__image-slide [data-image]{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-gallery-zoom.css.map */
