.gallery-slideshow-section{--section-padding-top: 0;--section-padding-bottom: 0;padding-top:0;padding-bottom:0;margin:0}.gallery-slideshow{display:block;width:100%;position:relative;background:rgb(var(--color-background));overflow:hidden}.gallery-slideshow__layout{display:flex;align-items:stretch;width:100%;gap:0}@media(max-width:749px){.gallery-slideshow__layout{flex-direction:column}}.gallery-slideshow__rail{display:none;flex:0 0 auto;flex-direction:column;align-items:center;gap:8px;padding:12px;width:112px;background:rgb(var(--color-background))}@media(min-width:750px){.gallery-slideshow__rail{display:flex}}.gallery-slideshow__rail-arrow{flex:0 0 auto;width:32px;height:24px;border:1px solid rgba(var(--color-foreground),.2);background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:var(--inputs-radius, 0);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,border-color .2s ease,background .2s ease}.gallery-slideshow__rail-arrow svg{width:12px;height:8px}.gallery-slideshow__rail-arrow:hover:not(:disabled){border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04)}.gallery-slideshow__rail-arrow:disabled{opacity:.25;cursor:not-allowed}.gallery-slideshow__rail-arrow:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.gallery-slideshow__thumbs{flex:1 1 auto;display:flex;flex-direction:column;gap:var(--gs-thumb-gap, 8px);overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;max-height:calc(var(--gs-thumb-size, 88px) * var(--gs-visible-thumbs, 6) + var(--gs-thumb-gap, 8px) * (var(--gs-visible-thumbs, 6) - 1))}.gallery-slideshow__thumbs::-webkit-scrollbar{display:none}.gallery-slideshow__thumb{flex:0 0 var(--gs-thumb-size, 88px);width:var(--gs-thumb-size, 88px);height:var(--gs-thumb-size, 88px);border:2px solid transparent;background:transparent;padding:0;cursor:pointer;overflow:hidden;opacity:.55;transition:opacity .2s ease,border-color .2s ease;position:relative;-webkit-appearance:none;appearance:none}.gallery-slideshow__thumb img,.gallery-slideshow__thumb svg{width:100%;height:100%;object-fit:cover;display:block}.gallery-slideshow__thumb:hover{opacity:.85}.gallery-slideshow__thumb.is-active{opacity:1;border-color:rgb(var(--color-foreground))}.gallery-slideshow__thumb:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;opacity:1}.gallery-slideshow__stage{flex:1 1 auto;position:relative;min-width:0;overflow:hidden;background:rgb(var(--color-background))}@media(min-width:750px){.gallery-slideshow__stage{aspect-ratio:var(--gs-aspect-desktop, 16 / 9)}}@media(max-width:749px){.gallery-slideshow__stage{aspect-ratio:var(--gs-aspect-mobile, 4 / 5)}}.gallery-slideshow__track{position:relative;width:100%;height:100%}.gallery-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--gs-transition, .4s) ease-in-out,visibility 0s linear var(--gs-transition, .4s);z-index:0}.gallery-slideshow__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1;transition:opacity var(--gs-transition, .4s) ease-in-out,visibility 0s linear 0s}.gallery-slideshow__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer}.gallery-slideshow--single .gallery-slideshow__media{cursor:default}.gallery-slideshow__media picture,.gallery-slideshow__media img,.gallery-slideshow__media svg{width:100%;height:100%;object-fit:cover;display:block}.gallery-slideshow__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;pointer-events:none;transition:opacity .2s ease}.gallery-slideshow__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;padding:24px;z-index:2;pointer-events:none}@media(min-width:750px){.gallery-slideshow__content{padding:60px}}.gallery-slideshow__content--top-left{align-items:flex-start;justify-content:flex-start}.gallery-slideshow__content--top-center{align-items:flex-start;justify-content:center}.gallery-slideshow__content--top-right{align-items:flex-start;justify-content:flex-end}.gallery-slideshow__content--middle-left{align-items:center;justify-content:flex-start}.gallery-slideshow__content--middle-center{align-items:center;justify-content:center}.gallery-slideshow__content--middle-right{align-items:center;justify-content:flex-end}.gallery-slideshow__content--bottom-left{align-items:flex-end;justify-content:flex-start}.gallery-slideshow__content--bottom-center{align-items:flex-end;justify-content:center}.gallery-slideshow__content--bottom-right{align-items:flex-end;justify-content:flex-end}.gallery-slideshow__text-box{pointer-events:auto;max-width:560px;padding:28px 32px;border-radius:var(--text-boxes-radius, 0);border-width:var(--text-boxes-border-width, 0);border-style:solid;border-color:rgba(var(--color-foreground),var(--text-boxes-border-opacity, 0));box-shadow:var(--text-boxes-shadow-horizontal-offset, 0) var(--text-boxes-shadow-vertical-offset, 0) var(--text-boxes-shadow-blur-radius, 0) rgba(var(--color-shadow, 0, 0, 0),var(--text-boxes-shadow-opacity, 0))}.gallery-slideshow__text-box--right{text-align:right}.gallery-slideshow__text-box--center{text-align:center}.gallery-slideshow__text-box--left{text-align:left}.gallery-slideshow__text-box--transparent{background:transparent!important;border:0;box-shadow:none;padding:0;color:inherit}@media(max-width:749px){.gallery-slideshow__text-box{max-width:calc(100vw - 32px);padding:18px 22px}.gallery-slideshow__text-mobile--right{text-align:right}.gallery-slideshow__text-mobile--center{text-align:center}.gallery-slideshow__text-mobile--left{text-align:left}}.gallery-slideshow__heading{margin:0 0 12px;word-break:break-word}.gallery-slideshow__heading:last-child{margin-bottom:0}.gallery-slideshow__subheading{margin:0 0 18px}.gallery-slideshow__subheading>p{margin:0}.gallery-slideshow__subheading:last-child{margin-bottom:0}.gallery-slideshow__buttons{margin-top:4px}.gallery-slideshow__buttons .button{margin:0}.gallery-slideshow__dots{display:none}@media(max-width:749px){.gallery-slideshow__dots{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:6px;padding:0 16px;z-index:3;pointer-events:auto}.gallery-slideshow__dot{width:8px;height:8px;border:0;border-radius:99px;background:#ffffff8c;padding:0;cursor:pointer;transition:background .22s ease,width .22s ease;-webkit-appearance:none;appearance:none}.gallery-slideshow__dot.is-active{background:#fff;width:22px}.gallery-slideshow__dot:focus-visible{outline:2px solid rgb(255,255,255);outline-offset:2px}}@media(max-width:749px){.gallery-slideshow__rail{display:none}.gallery-slideshow__track{display:flex;flex-direction:row;direction:rtl;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.gallery-slideshow__dots{direction:rtl}.gallery-slideshow__track::-webkit-scrollbar{display:none}.gallery-slideshow__slide{position:relative;inset:auto;flex:0 0 100%;width:100%;height:100%;opacity:1;visibility:visible;pointer-events:auto;scroll-snap-align:start;scroll-snap-stop:always;transition:none}.gallery-slideshow__media{cursor:default}}.gallery-slideshow--single .gallery-slideshow__rail,.gallery-slideshow--single .gallery-slideshow__dots{display:none!important}.gallery-slideshow--single .gallery-slideshow__slide{position:relative;inset:auto;opacity:1;visibility:visible;pointer-events:auto;flex:0 0 100%}@media(prefers-reduced-motion:reduce){.gallery-slideshow__slide,.gallery-slideshow__thumbs,.gallery-slideshow__track,.gallery-slideshow__media:after{transition:none!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-gallery-slideshow.css.map */
