.layered-slideshow-section{position:relative}layered-slideshow-component{display:grid;width:100%}.layered-slideshow__container{--radius: calc(var(--corner-radius, 1) * 1rem);--button-width: 56px;--border-color: rgba(0, 0, 0, .12);--inactive-tabs-width: calc((var(--total-tabs) - 1) * var(--button-width));--active-panel-width: calc(100cqi - var(--inactive-tabs-width));width:100%;position:relative;container-type:inline-size;border-radius:var(--radius);overflow:hidden}.layered-slideshow__container:not([size=auto]){height:100%;min-height:inherit}.layered-slideshow__container[size=auto]{height:auto}@media screen and (min-width:750px){layered-slideshow-component{min-height:var(--layered-min-height-desktop, 0px)}}.layered-slideshow__tablist{display:grid;grid-template-columns:var(--active-tab, 1fr);position:absolute;top:0;right:0;bottom:0;left:0;height:100%;pointer-events:none;z-index:3}.layered-slideshow__tablist button{width:var(--button-width);height:100%;pointer-events:all;opacity:0;cursor:grab;border:none;background:transparent;padding:0;position:relative;outline:none;transition:opacity .2s ease}.layered-slideshow__tablist button:active{cursor:grabbing}.layered-slideshow__tablist button[aria-selected=true]{cursor:default}.layered-slideshow__tablist button:focus-visible{opacity:1}.layered-slideshow__container[data-dragging]{cursor:grabbing}.layered-slideshow__container[data-instant-transitions],.layered-slideshow__container:is([data-dragging],[data-instant-transitions]) :is(.layered-slideshow__tablist,.layered-slideshow__panels,.layered-slideshow__panel-content,.layered-slideshow__content){transition:none}.layered-slideshow__panels{display:grid;grid-template-columns:var(--active-tab, 1fr);height:100%;overflow:hidden}.layered-slideshow__panel{position:relative;height:100%;min-width:var(--button-width);border-radius:var(--radius);z-index:calc(var(--total-tabs) - var(--index))}.layered-slideshow__panel:first-child .layered-slideshow__panel-content{width:var(--active-panel-width);border-left:var(--border-width) solid var(--border-color)}.layered-slideshow__panel:not(:first-child) .layered-slideshow__content{padding-inline-start:calc((var(--radius) * 2) + var(--padding-inline-start, 0px))}.layered-slideshow__panel-content{border:var(--border-width) solid var(--border-color);border-left:none;border-radius:var(--radius);position:absolute;right:0;top:0;bottom:0;overflow:hidden;width:calc(var(--active-panel-width) + (var(--radius) * 2))}.layered-slideshow__panel-content :is(img,video,svg){position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.layered-slideshow__video-poster{z-index:1}.layered-slideshow__video{z-index:0}.layered-slideshow__panel:not([inert]) .layered-slideshow__video-poster{opacity:0}@media(prefers-reduced-motion:no-preference){.layered-slideshow__video-poster{transition:opacity .3s ease}}.layered-slideshow__content{height:100%;position:relative;z-index:1;display:flex;align-items:var(--vertical-alignment, flex-end);justify-content:var(--horizontal-alignment, flex-start);padding-block-start:var(--padding-block-start, 0px);padding-block-end:var(--padding-block-end, 0px);padding-inline-start:var(--padding-inline-start, 0px);padding-inline-end:var(--padding-inline-end, 0px)}.layered-slideshow__content>*{width:var(--content-width, 100%)}.layered-slideshow__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.layered-slideshow__overlay--solid{background:var(--overlay-color);opacity:var(--overlay-opacity, .15)}.layered-slideshow__overlay--gradient{background:linear-gradient(var(--overlay-direction),var(--overlay-color),transparent);opacity:var(--overlay-opacity, .15)}.layered-slideshow__panel--drop-shadow:not(:last-child) .layered-slideshow__panel-content{box-shadow:4px 0 12px #0000001a}@media(prefers-reduced-motion:no-preference){.layered-slideshow__panels,.layered-slideshow__tablist{transition-property:grid-template-columns,grid-template-rows;transition-duration:.6s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.layered-slideshow__content{opacity:0;transform:translateY(10px);transition:opacity .48s,transform .48s}.layered-slideshow__panel:not([inert]) .layered-slideshow__content{opacity:1;transform:translateY(0);transition-delay:.24s}}.layered-slideshow__text-content{display:flex;flex-direction:var(--flex-direction, column);gap:inherit}.layered-slideshow__text-content--left{align-items:flex-start;text-align:left}.layered-slideshow__text-content--center{align-items:center;text-align:center}.layered-slideshow__text-content--right{align-items:flex-end;text-align:right}.layered-slideshow__heading{margin:0;line-height:1.15;font-weight:700;color:inherit}.layered-slideshow__text{margin:0;line-height:1.5;color:inherit}.layered-slideshow__text p{margin:0}.layered-slideshow__button{display:inline-block;text-decoration:none;margin-top:4px}@media screen and (max-width:749px){.layered-slideshow__container{--button-height: 44px;--inactive-tabs-height: calc((var(--total-tabs) - 1) * var(--button-height))}.layered-slideshow__container:not([size=auto]){--layered-total-height: calc(var(--layered-panel-height-mobile, 260px) + var(--inactive-tabs-height));--active-panel-height: var(--layered-panel-height-mobile, 260px);min-height:var(--layered-total-height);height:var(--layered-total-height)}.layered-slideshow__container[size=auto]{height:auto}.layered-slideshow__tablist{grid-template-rows:var(--active-tab, 1fr);grid-template-columns:1fr;grid-auto-flow:row}.layered-slideshow__tablist button{width:100%;height:var(--button-height)}.layered-slideshow__panels{grid-template-rows:var(--active-tab, 1fr);grid-template-columns:1fr;grid-auto-flow:row}.layered-slideshow__panel{min-height:var(--button-height);width:100%;height:100%;position:relative;z-index:calc(var(--total-tabs) - var(--index))}.layered-slideshow__panel:first-child .layered-slideshow__panel-content{width:100%;height:var(--active-panel-height);border-top:var(--border-width) solid var(--border-color);left:0;right:0;border-left:var(--border-width) solid var(--border-color)}.layered-slideshow__panel-content{position:absolute;border:var(--border-width) solid var(--border-color);border-radius:var(--radius);box-sizing:border-box;width:100%;height:calc(var(--active-panel-height) + min(var(--radius) * 2,var(--button-height) - var(--border-width)));top:unset;left:0;right:0;bottom:0;overflow:hidden}.layered-slideshow__panel:not(:first-child) .layered-slideshow__panel-content{border-top:none}.layered-slideshow__panel:not(:first-child){margin-top:calc(var(--border-width) * -1)}.layered-slideshow__content{padding-block-start:var(--padding-block-start-mobile, var(--padding-block-start, 0px));padding-block-end:var(--padding-block-end-mobile, var(--padding-block-end, 0px));padding-inline-start:var(--padding-inline-start-mobile, var(--padding-inline-start, 0px));padding-inline-end:var(--padding-inline-end-mobile, var(--padding-inline-end, 0px))}.layered-slideshow__content>*{width:var(--content-width-mobile, var(--content-width, 100%))}.layered-slideshow__panel:not(:first-child) .layered-slideshow__content{padding-block-start:calc((var(--radius) * 2) + var(--padding-block-start-mobile, var(--padding-block-start, 0px)));padding-inline-start:var(--padding-inline-start-mobile, var(--padding-inline-start, 0px))}.layered-slideshow__panel--drop-shadow:not(:last-child) .layered-slideshow__panel-content{box-shadow:0 4px 12px #0000001a}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/layered-slideshow.css.map */
