.pdp-gallery{--pdp-gallery-gap: 4px;--pdp-gallery-ratio: 3 / 4;--pdp-gallery-media-bg: #f7f7f7;position:relative;width:100%}.pdp-gallery--portrait{--pdp-gallery-ratio: 3 / 4}.pdp-gallery--tall{--pdp-gallery-ratio: 4 / 5}.pdp-gallery--square{--pdp-gallery-ratio: 1 / 1}.pdp-gallery__carousel:not(.is-initialized){visibility:visible}.pdp-gallery__viewport{position:relative}.pdp-gallery__list{margin:0;padding:0}.pdp-gallery__slide{flex:0 0 auto;width:calc((100% - var(--pdp-gallery-gap)) / 2);min-width:0}.pdp-gallery__slide--wide{width:100%}.pdp-gallery__slide--wide .pdp-gallery__media{aspect-ratio:auto;height:100%}@media screen and (max-width:749px){.pdp-gallery__slide{width:100%}}.pdp-gallery__slide[hidden]{display:none}.pdp-gallery__carousel:not(.is-initialized) .pdp-gallery__track{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.pdp-gallery__carousel:not(.is-initialized) .pdp-gallery__track::-webkit-scrollbar{display:none}.pdp-gallery__carousel:not(.is-initialized) .pdp-gallery__list{display:flex;gap:var(--pdp-gallery-gap)}.pdp-gallery__carousel:not(.is-initialized) .pdp-gallery__slide{scroll-snap-align:start}.pdp-gallery__media{position:relative;width:100%;aspect-ratio:var(--pdp-gallery-ratio);background-color:var(--pdp-gallery-media-bg);overflow:hidden}.pdp-gallery__zoom-trigger,.pdp-gallery__img,.pdp-gallery__video,.pdp-gallery__external-video,.pdp-gallery__model{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.pdp-gallery__img,.pdp-gallery__video{object-fit:cover}.pdp-gallery--fit-contain .pdp-gallery__slide:not(.pdp-gallery__slide--lifestyle) .pdp-gallery__img,.pdp-gallery--fit-contain .pdp-gallery__slide:not(.pdp-gallery__slide--lifestyle) .pdp-gallery__video{object-fit:contain;object-position:bottom}.pdp-gallery--fit-contain.pdp-gallery--align-top .pdp-gallery__slide:not(.pdp-gallery__slide--lifestyle) .pdp-gallery__img,.pdp-gallery--fit-contain.pdp-gallery--align-top .pdp-gallery__slide:not(.pdp-gallery__slide--lifestyle) .pdp-gallery__video{object-position:top}.pdp-gallery__external-video iframe,.pdp-gallery__media model-viewer{display:block;width:100%;height:100%;border:0}.pdp-gallery__zoom-trigger{padding:0;border:none;background:transparent;color:inherit;cursor:zoom-in}.pdp-gallery__zoom-trigger:focus-visible{outline:2px solid currentcolor;outline-offset:-2px}.pdp-gallery__zoom-trigger{cursor:url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2230%22%20height=%2230%22%20viewBox=%220%200%2030%2030%22%3E%3Crect%20width=%2230%22%20height=%2230%22%20rx=%221%22%20fill=%22%23efefef%22%20fill-opacity=%220.92%22/%3E%3Cg%20transform=%22translate(8%208)%20scale(0.86488)%22%20fill=%22%23262626%22%3E%3Cpath%20d=%22M14.6699%200.88889L9.45747%200.888889L9.45747%203.07091e-09L16.1873%201.39541e-06L16.1873%206.72984L15.2984%206.72984L15.2984%201.51743L9.90191%206.91393L9.27337%206.28539L14.6699%200.88889Z%22/%3E%3Cpath%20d=%22M1.51772%2015.302L6.73013%2015.302L6.73013%2016.1908L0.000289506%2016.1908L0.000288145%209.46101L0.889177%209.46101L0.889178%2014.6734L6.28568%209.27691L6.91422%209.90545L1.51772%2015.302Z%22/%3E%3C/g%3E%3C/svg%3E") 15 15,zoom-in}.pdp-gallery__microcopy{position:absolute;bottom:var(--spacing-2xs, 12px);right:var(--spacing-xs, 16px);z-index:1;margin:0;writing-mode:vertical-rl;font-family:var(--font-family-mono);font-size:var(--font-eyebrow-xs, 11px);letter-spacing:var(--letter-spacing-eyebrow, 1px);line-height:2;text-transform:capitalize;white-space:nowrap;color:var(--text-invert, #fff);pointer-events:none}.pdp-gallery__microcopy-separator{margin-inline:.4em;opacity:.6}.pdp-gallery__badge{position:absolute;inset-block-end:var(--spacing-2xs, 12px);inset-inline-end:var(--spacing-2xs, 12px);z-index:1;max-width:calc(100% - var(--spacing-md, 24px));margin:0;padding:var(--spacing-3xs, 8px) var(--spacing-2xs, 12px);border-radius:var(--radius-sm, 1px);background-color:#efefefcc;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:var(--text-primary, #262626);pointer-events:none}@media screen and (max-width:749px){.pdp-gallery__badge{inset-block-end:42px;inset-inline:var(--spacing-sm, 20px) auto;max-width:calc(100% - var(--spacing-xl, 40px))}}.pdp-gallery__dots{position:absolute;inset-block-end:var(--spacing-3xs, 8px);inset-inline-start:var(--spacing-sm, 20px);z-index:2}.pdp-gallery__dots:empty{display:none}@media screen and (min-width:750px){.pdp-gallery__dots{display:none}}.pdp-gallery__dots-list{display:flex;align-items:center;gap:var(--spacing-4xs, 4px);margin:0;padding:var(--spacing-3xs, 8px);border-radius:var(--radius-lg, 4px);background-color:#fff6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);list-style:none}.pdp-gallery__dot{position:relative;display:block;width:8px;height:8px;margin:0;padding:0;border:1px solid var(--surface-invert, #262626);border-radius:0;background:transparent;opacity:.5;cursor:pointer}.pdp-gallery__dot:after{content:"";position:absolute;top:-8px;right:-2px;bottom:-8px;left:-2px}.pdp-gallery__dot.is-active{border-color:transparent;background-color:var(--surface-invert, #262626);opacity:1}.pdp-gallery__dot:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.pdp-gallery__controls{display:none;align-items:center;gap:var(--spacing-sm, 20px);padding-block:var(--spacing-2xs, 12px);padding-inline:var(--spacing-2xl, 48px) 0}.pdp-gallery.is-scrollable .pdp-gallery__controls{display:flex}@media screen and (max-width:749px){.pdp-gallery.is-scrollable .pdp-gallery__controls{display:none}}.pdp-gallery__arrows{display:flex;align-items:center;gap:var(--spacing-2xs, 12px);flex:0 0 auto}.pdp-gallery__arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;color:var(--section-text, #262626);cursor:pointer;transition:opacity .2s ease}.pdp-gallery__arrow svg{width:24px;height:24px}.pdp-gallery__arrow--prev svg{transform:rotate(90deg)}.pdp-gallery__arrow--next svg{transform:rotate(-90deg)}.pdp-gallery__arrow:not(:disabled):hover{opacity:.6}.pdp-gallery__arrow:disabled{opacity:.6;cursor:default}.pdp-gallery__arrow:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.pdp-gallery__progress{flex:1 1 auto;height:1px;background-color:var(--border-border-secondary, #d2d0d0);overflow:hidden}.pdp-gallery__progress .splide__progress__bar{display:block;height:100%;background-color:currentColor;transition:width .4s ease}@media(prefers-reduced-motion:reduce){.pdp-gallery__arrow,.pdp-gallery__progress .splide__progress__bar{transition:none}}.pdp-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:column;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:none;background-color:var(--surface-primary, #fff);color:var(--text-primary, #262626);overflow:hidden;opacity:0;transition:opacity .25s ease,overlay .25s allow-discrete,display .25s allow-discrete}.pdp-gallery__lightbox[open]{display:flex;opacity:1}@starting-style{.pdp-gallery__lightbox[open]{opacity:0}}.pdp-gallery__lightbox::backdrop{background-color:#0000;transition:background-color .25s ease,overlay .25s allow-discrete,display .25s allow-discrete}.pdp-gallery__lightbox[open]::backdrop{background-color:#0009}@starting-style{.pdp-gallery__lightbox[open]::backdrop{background-color:#0000}}@media(prefers-reduced-motion:reduce){.pdp-gallery__lightbox,.pdp-gallery__lightbox::backdrop{transition:none}}.pdp-gallery__lightbox-bar{position:absolute;inset:0 0 auto 0;z-index:1;display:flex;justify-content:flex-end;padding:var(--spacing-sm, 20px);pointer-events:none}.pdp-gallery__lightbox-close{--icon-stroke-width: 1.5;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:8px;border:none;border-radius:var(--radius-lg, 4px);background-color:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--text-primary, #262626);cursor:pointer;pointer-events:auto}.pdp-gallery__lightbox-close:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.pdp-gallery__lightbox-close svg{width:100%;height:100%}.pdp-gallery__lightbox-stage{display:block;flex:1 1 auto;width:100%;min-height:0;padding:0;border:none;background:transparent;overflow:hidden;cursor:zoom-in}.pdp-gallery__lightbox-stage.is-zoomed{cursor:zoom-out;touch-action:none}.pdp-gallery__lightbox-img{display:block;width:100%;height:100%;object-fit:contain;transform-origin:center center;transition:transform .2s ease}.pdp-gallery__lightbox-stage.is-zoomed .pdp-gallery__lightbox-img{transform:scale(2)}.pdp-gallery__lightbox-stage.is-panning .pdp-gallery__lightbox-img{transition:none}@media(prefers-reduced-motion:reduce){.pdp-gallery__lightbox-img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/product-gallery.css.map */
