product-gallery{display:block}.product-gallery{--pg-gap: .8rem;--pg-gap-desktop: 1.6rem;--pg-peek: 4rem;--pg-thumb-size: 8.8rem;--pg-ratio: 1;--pg-fit: cover;--pg-border: rgba(var(--color-foreground), .14);position:relative;width:100%}.product-gallery__layout{display:block}.product-gallery__viewport{position:relative;min-width:0}.product-gallery__track{display:flex;gap:var(--pg-gap);margin:0;padding:0;list-style:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery .product-gallery__slide{position:relative;flex:0 0 100%;width:100%;min-width:0;margin:0;padding:0;scroll-snap-align:start;scroll-snap-stop:always}.product-gallery .product-gallery__slide:last-child{scroll-snap-align:end}.product-gallery--mobile-peek:not(.product-gallery--single) .product-gallery__slide{flex-basis:calc(100% - var(--pg-peek))}.product-gallery__slide>*{display:block;position:relative}.product-gallery .product__media{position:relative;width:100%;aspect-ratio:var(--pg-ratio);overflow:hidden;background-color:rgba(var(--color-foreground),.03)}.product-gallery .product__media>img{display:block;width:100%;height:100%;max-width:100%;object-fit:var(--pg-fit);object-position:center center}.product-gallery .deferred-media{display:none}@media screen and (min-width:750px){.product-gallery .deferred-media{display:block}.product-gallery .product__modal-opener:not(.product__modal-opener--image){display:none}}@media screen and (max-width:989px){.product-gallery .product__modal-opener--image .product__media-icon{display:none}}.product-gallery--no-zoom .product__modal-opener--image .product__media-toggle,.product-gallery--no-zoom .product__modal-opener--image .product__media-icon{display:none}.product-gallery__arrow{position:absolute;top:50%;z-index:3;display:none;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;margin:0;padding:0;transform:translateY(-50%);border:.1rem solid var(--pg-border);border-radius:50%;background-color:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));cursor:pointer;transition:opacity .2s ease,background-color .2s ease,border-color .2s ease}.product-gallery__arrow svg{width:1.1rem;height:1.8rem;display:block}.product-gallery__arrow--prev{left:1.6rem}.product-gallery__arrow--next{right:1.6rem}@media(hover:hover)and (pointer:fine){.product-gallery__arrow:hover{background-color:rgb(var(--color-background));border-color:rgba(var(--color-foreground),.4)}}.product-gallery__arrow[disabled]{opacity:0;pointer-events:none}.product-gallery__dots{--pg-dot-size: .6rem;--pg-dot-gap: .5rem;--pg-dots-visible: 5;position:absolute;right:1.2rem;bottom:1.2rem;z-index:3;display:none;align-items:center;max-width:calc(var(--pg-dot-size) * var(--pg-dots-visible) + var(--pg-dot-gap) * (var(--pg-dots-visible) - 1) + 1.6rem);padding:.6rem .8rem;border-radius:10rem;background-color:rgba(var(--color-foreground),.55);overflow:hidden}.product-gallery__dots-track{display:flex;align-items:center;gap:var(--pg-dot-gap);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.product-gallery__dots-track.is-tracking{transition:none}.product-gallery__dot{flex:0 0 var(--pg-dot-size);width:var(--pg-dot-size);height:var(--pg-dot-size);margin:0;padding:0;border:0;border-radius:50%;background-color:rgb(var(--color-background));opacity:.45;cursor:pointer;transition:opacity .25s ease,transform .25s ease}.product-gallery__dot.is-active{opacity:1;transform:scale(1.3)}.product-gallery__dot.is-edge{opacity:.3;transform:scale(.55)}.product-gallery__dot.is-outside{opacity:0;transform:scale(0)}.product-gallery__dot:focus-visible{outline:.2rem solid rgb(var(--color-background));outline-offset:.2rem}.product-gallery--mobile-peek:not(.product-gallery--single) .product-gallery__dots{display:flex}.product-gallery__thumbs{display:none;min-width:0}.product-gallery__thumbs-scroller{display:flex;gap:var(--pg-gap);overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-gallery__thumbs-scroller::-webkit-scrollbar{display:none}.product-gallery__thumb{position:relative;flex:0 0 var(--pg-thumb-size);width:var(--pg-thumb-size);aspect-ratio:var(--pg-ratio);margin:0;padding:0;border:0;border-radius:0;background:none;overflow:hidden;cursor:pointer;opacity:.7;transition:opacity .2s ease}.product-gallery__thumb:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:.1rem solid var(--pg-border);pointer-events:none;transition:border-color .2s ease,border-width .2s ease}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.product-gallery__thumb.is-active{opacity:1}.product-gallery__thumb.is-active:after{border-width:.2rem;border-color:rgb(var(--color-foreground))}@media(hover:hover)and (pointer:fine){.product-gallery__thumb:hover{opacity:1}}.product-gallery__thumb:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.product-gallery__thumb-badge{position:absolute;right:.4rem;bottom:.4rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background-color:rgba(var(--color-background),.85);pointer-events:none}.product-gallery__thumb-badge svg{width:1rem;height:1rem}.product-gallery--mobile-thumbs:not(.product-gallery--single) .product-gallery__thumbs{display:block;margin-top:var(--pg-gap)}@media screen and (min-width:990px){.product-gallery{--pg-gap: var(--pg-gap-desktop)}.product-gallery .product-gallery__slide{flex-basis:100%}.product-gallery--mobile-peek:not(.product-gallery--single) .product-gallery__slide{flex-basis:100%}.product-gallery--mobile-peek:not(.product-gallery--single) .product-gallery__dots{display:none}.product-gallery--mobile-thumbs:not(.product-gallery--single) .product-gallery__thumbs{display:none}.product-gallery--desktop-stacked .product-gallery__track{display:block;overflow:visible;scroll-snap-type:none}.product-gallery--desktop-stacked .product-gallery__slide+.product-gallery__slide{margin-top:var(--pg-gap-desktop)}.product-gallery--desktop-stacked .product-gallery__arrow,.product-gallery--desktop-stacked .product-gallery__thumbs{display:none}.product-gallery--desktop-stacked.product-gallery--ratio-adapt .product__media{aspect-ratio:auto}.product-gallery--desktop-stacked.product-gallery--ratio-adapt .product__media>img{height:auto}.product-gallery--desktop-carousel:not(.product-gallery--single) .product-gallery__thumbs{display:block}.product-gallery--desktop-carousel.product-gallery--arrows:not(.product-gallery--single) .product-gallery__arrow{display:flex}.product-gallery--desktop-carousel.product-gallery--thumbs-left:not(.product-gallery--single) .product-gallery__layout{display:grid;grid-template-columns:var(--pg-thumb-size) minmax(0,1fr);gap:var(--pg-gap-desktop);align-items:stretch}.product-gallery--desktop-carousel.product-gallery--thumbs-left:not(.product-gallery--single) .product-gallery__viewport{grid-column:2;grid-row:1}.product-gallery--desktop-carousel.product-gallery--thumbs-left:not(.product-gallery--single) .product-gallery__thumbs{grid-column:1;grid-row:1;position:relative}.product-gallery--desktop-carousel.product-gallery--thumbs-left:not(.product-gallery--single) .product-gallery__thumbs-scroller{position:absolute;top:0;left:0;width:100%;height:100%;flex-direction:column;overflow-x:hidden;overflow-y:auto}.product-gallery--desktop-carousel.product-gallery--thumbs-left:not(.product-gallery--single) .product-gallery__thumb{flex:0 0 auto;width:100%}.product-gallery--desktop-carousel.product-gallery--thumbs-bottom:not(.product-gallery--single) .product-gallery__thumbs{margin-top:var(--pg-gap-desktop)}}#quick-view .product-gallery__layout{display:block}#quick-view .product-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}#quick-view .product-gallery__slide+.product-gallery__slide{margin-top:0}#quick-view .product-gallery__arrow{display:none}#quick-view .product-gallery:not(.product-gallery--single) .product-gallery__thumbs{display:block;position:static;margin-top:.8rem}#quick-view .product-gallery__thumbs-scroller{position:static;flex-direction:row;width:auto;height:auto;overflow-x:auto;overflow-y:hidden}#quick-view .product-gallery__thumb{flex:0 0 6rem;width:6rem}@media screen and (min-width:990px){.product--gallery-stacked .product__info-container--sticky{top:3rem}}@media(prefers-reduced-motion:reduce){.product-gallery__track,.product-gallery__thumbs-scroller{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/product-gallery.css.map */
