@keyframes custom-slideshow-progress{0%{stroke-dashoffset:var(--stroke-dasharray)}to{stroke-dashoffset:0}}@keyframes custom-fade-in{0%{opacity:0}to{opacity:1}}@keyframes custom-slide-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.custom-slideshow__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.custom-slideshow{--custom-slideshow-controls-spacing: var(--container-gutter, 1.25rem);--transition-duration: .6s;--transition-timing: cubic-bezier(.4, 0, .2, 1);display:block;position:relative}.custom-slideshow__track{position:relative;width:100%;height:100%}.custom-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity var(--transition-duration) var(--transition-timing),visibility 0s var(--transition-duration);z-index:0}.custom-slideshow__slide--active{opacity:1;visibility:visible;transition:opacity var(--transition-duration) var(--transition-timing),visibility 0s 0s;z-index:1;position:relative}.custom-slideshow__slide--active .custom-slideshow__content{animation:custom-slide-fade-in .8s var(--transition-timing) .2s both}.custom-slideshow__media-wrapper{--custom-content-max-width: 48rem;--custom-gap: 1.25rem;--custom-calculated-row-gap: var(--custom-row-gap, 0);--custom-calculated-column-gap: var(--custom-column-gap, 0);grid-template:[full-start] 0 [content-start] minmax(0,1fr) [content-end] 0 [full-end] / [full-start] minmax(0,1fr) [content-start] minmax(0,min(var(--container-max-width, 100%),100% - var(--custom-gap) * 2)) [content-end] minmax(0,1fr) [full-end];row-gap:var(--custom-calculated-row-gap);column-gap:var(--custom-calculated-column-gap);min-height:var(--custom-media-height, auto);place-items:center;display:grid;position:relative;overflow:hidden}.custom-slideshow__media-wrapper:before{content:"";background:var(--custom-gradient-overlay, transparent);border-radius:inherit;z-index:1;pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;transition:background var(--transition-duration) var(--transition-timing)}.custom-slideshow__picture{display:contents}.custom-slideshow__image,.custom-slideshow__video{height:var(--custom-media-height, auto);object-fit:cover;object-position:center;border-radius:inherit;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;grid-area:full-start / full-start / full-end / full-end;min-width:100%;min-height:100%;max-height:100%;width:100%;will-change:opacity}.custom-slideshow__video--desktop{display:none}.custom-slideshow__video--mobile{display:block}@media screen and (min-width: 700px){.custom-slideshow__video--desktop{display:block}.custom-slideshow__video--mobile{display:none}}.custom-slideshow__placeholder{grid-area:full-start / full-start / full-end / full-end;width:100%;height:100%}.custom-slideshow__content{max-width:var(--custom-content-max-width);z-index:1;text-shadow:0 1px rgba(0,0,0,.5);grid-area:content-start / content-start / content-end / content-end;position:relative}.custom-slideshow__content--boxed{padding:1.5rem}.custom-slideshow__content--bordered{outline:1px solid currentColor}.custom-slideshow__content--offset{outline-offset:-.75rem;padding:2.25rem}@media screen and (min-width: 700px){.custom-slideshow__content--boxed{padding:3.5rem}.custom-slideshow__content--offset{outline-offset:-1rem}}.custom-slideshow__content--mobile-place-self-start{place-self:start}.custom-slideshow__content--mobile-place-self-start-center{place-self:start center}.custom-slideshow__content--mobile-place-self-start-end{place-self:start end}.custom-slideshow__content--mobile-place-self-center{place-self:center}.custom-slideshow__content--mobile-place-self-center-start{place-self:center start}.custom-slideshow__content--mobile-place-self-center-end{place-self:center end}.custom-slideshow__content--mobile-place-self-end{place-self:end}.custom-slideshow__content--mobile-place-self-end-start{place-self:end start}.custom-slideshow__content--mobile-place-self-end-center{place-self:end center}@media screen and (min-width: 700px){.custom-slideshow__content--desktop-place-self-start{place-self:start}.custom-slideshow__content--desktop-place-self-start-center{place-self:start center}.custom-slideshow__content--desktop-place-self-start-end{place-self:start end}.custom-slideshow__content--desktop-place-self-center{place-self:center}.custom-slideshow__content--desktop-place-self-center-start{place-self:center start}.custom-slideshow__content--desktop-place-self-center-end{place-self:center end}.custom-slideshow__content--desktop-place-self-end{place-self:end}.custom-slideshow__content--desktop-place-self-end-start{place-self:end start}.custom-slideshow__content--desktop-place-self-end-center{place-self:end center}}.custom-slideshow__text-wrapper{overflow-wrap:anywhere}.custom-slideshow__subheading{font-size:var(--text-h6, .875rem);font-family:var(--heading-font-family, inherit);font-weight:var(--heading-font-weight, 600);font-style:var(--heading-font-style, normal);letter-spacing:var(--heading-letter-spacing, 0);text-transform:var(--heading-text-transform, none);line-height:1.7;margin:0}.custom-slideshow__title{font-size:var(--text-h1, 2rem);font-family:var(--heading-font-family, inherit);font-weight:var(--heading-font-weight, 600);font-style:var(--heading-font-style, normal);letter-spacing:var(--heading-letter-spacing, 0);text-transform:var(--heading-text-transform, none);line-height:1.5;margin:0;margin-top:1rem;overflow-wrap:anywhere}.custom-slideshow__buttons{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.custom-slideshow__buttons--mobile-text-start{justify-content:start}.custom-slideshow__buttons--mobile-text-center{justify-content:center}.custom-slideshow__buttons--mobile-text-end{justify-content:end}@media screen and (min-width: 700px){.custom-slideshow__buttons{gap:1.25rem}.custom-slideshow__buttons--desktop-sm\:text-start{justify-content:start}.custom-slideshow__buttons--desktop-sm\:text-center{justify-content:center}.custom-slideshow__buttons--desktop-sm\:text-end{justify-content:end}}.custom-slideshow__button{-webkit-appearance:none;appearance:none;text-transform:var(--button-text-transform, none);font:var(--button-font, inherit);letter-spacing:var(--button-letter-spacing, 0);text-shadow:none;text-align:center;cursor:pointer;border:1px solid transparent;border-radius:var(--button-border-radius, 0);justify-content:center;align-items:center;column-gap:1.125rem;padding:.65rem 1.75rem;transition:background-color .3s,color .3s,border-color .3s;display:inline-flex;text-decoration:none}.custom-slideshow__button--solid{background-color:currentColor;color:var(--button-text-color, #fff);border-color:currentColor}.custom-slideshow__button--outline{background-color:transparent;color:currentColor;border-color:currentColor}.custom-slideshow__button--link{background-color:transparent;border:none;text-decoration:underline}.custom-slideshow__volume-control{z-index:1;display:grid;position:absolute;inset-block-end:var(--custom-slideshow-controls-spacing);inset-inline-start:var(--custom-slideshow-controls-spacing)}.custom-slideshow__volume-btn{background:none;border:none;cursor:pointer;padding:0;display:grid;place-items:center;transition:transform .2s ease}.custom-slideshow__volume-btn:hover{transform:scale(1.1)}.custom-slideshow__volume-btn svg{display:block}.custom-slideshow__pagination{--dot-size: .375rem;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;display:flex;z-index:1;position:absolute;inset-block-end:var(--custom-slideshow-controls-spacing);inset-inline-end:var(--custom-slideshow-controls-spacing)}.custom-slideshow__dot{-webkit-appearance:none;appearance:none;background:none;border:none;width:var(--dot-size);height:var(--dot-size);border-radius:50%;place-content:center;display:grid;cursor:pointer;padding:0;position:relative;transition:transform .2s ease}.custom-slideshow__dot:hover{transform:scale(1.2)}.custom-slideshow__dot:after{content:"";border-radius:inherit;opacity:.4;background:currentColor;transition:opacity .4s var(--transition-timing),background .25s,transform .2s ease;position:absolute;top:0;right:0;bottom:0;left:0}.custom-slideshow__dot--active:after{opacity:1;transform:scale(1.2)}.custom-slideshow__progress{width:8px;height:8px;transition:opacity .4s var(--transition-timing);transform:rotate(-90deg)}.custom-slideshow__progress-bg{stroke-dasharray:var(--circle-circumference);stroke-dashoffset:0}.custom-slideshow__progress-fill{stroke-dasharray:var(--circle-circumference);stroke-dashoffset:var(--circle-circumference)}.custom-slideshow--autoplay .custom-slideshow__dot:not(.custom-slideshow__dot--active) .custom-slideshow__progress{opacity:0}.custom-slideshow--autoplay .custom-slideshow__dot--active:after{opacity:0}.custom-slideshow--autoplay .custom-slideshow__dot--active .custom-slideshow__progress{opacity:1}.custom-slideshow--autoplay .custom-slideshow__dot--active .custom-slideshow__progress-fill{animation:custom-slideshow-progress var(--autoplay-duration, 5s) linear forwards}.custom-slideshow__scroll-btn{--circle-button-size: 3.125rem;width:var(--circle-button-size);height:var(--circle-button-size);background:rgb(var(--circle-button-background, 255 255 255));color:rgb(var(--circle-button-text-color, 0 0 0));border-radius:50%;box-shadow:0 .125rem .625rem #00000026;place-items:center;display:grid;border:none;cursor:pointer;z-index:2;position:absolute;inset-block-end:calc(-1 * var(--circle-button-size) / 2);inset-inline-start:calc(50% - var(--circle-button-size) / 2);transition:transform .2s ease-in-out}.custom-slideshow__scroll-btn:hover{transform:scale(1.1)}.custom-slideshow__scroll-btn svg{width:1rem;display:block}.custom-slideshow__media-wrapper--auto{min-height:auto}.custom-slideshow__media-wrapper--xs{--custom-media-height: clamp(15rem, 65vw, 25rem)}.custom-slideshow__media-wrapper--sm{--custom-media-height: clamp(20rem, 85vw, 32rem)}.custom-slideshow__media-wrapper--md{--custom-media-height: clamp(25rem, 100vw, 36rem)}.custom-slideshow__media-wrapper--lg{--custom-media-height: clamp(30rem, 125vw, 42rem)}.custom-slideshow__media-wrapper--fill{--custom-media-height: calc(100vh - var(--sticky-area-height, 0px))}.shopify-section:first-child .custom-slideshow__media-wrapper--fill{--custom-media-height: calc(100vh - (var(--announcement-bar-height, 0px) + var(--header-height, 0px)))}.shopify-section:first-child:has([allow-transparent-header]) .custom-slideshow__media-wrapper--fill{--custom-media-height: calc(100vh - var(--announcement-bar-height, 0px))}@supports (height: 100svh){.custom-slideshow__media-wrapper--fill{--custom-media-height: calc(100svh - var(--sticky-area-height, 0px))}.shopify-section:first-child .custom-slideshow__media-wrapper--fill{--custom-media-height: calc(100svh - (var(--announcement-bar-height, 0px) + var(--header-height, 0px)))}.shopify-section:first-child:has([allow-transparent-header]) .custom-slideshow__media-wrapper--fill{--custom-media-height: calc(100svh - var(--announcement-bar-height, 0px))}}.shopify-section:first-child .custom-slideshow--transparent-header>.custom-slideshow__track>.custom-slideshow__slide>.custom-slideshow__media-wrapper>.custom-slideshow__content{padding-block-start:var(--header-height, 0px)}@media screen and (min-width: 700px){.custom-slideshow__content--boxed{--custom-gap: 2rem}}@media screen and (min-width: 1000px){.custom-slideshow__content--boxed{--custom-gap: 3rem}}.shopify-section:has(.custom-slideshow__scroll-btn)+.shopify-section{--section-vertical-spacing-block-start-compensation: 1.5625rem}@media (prefers-reduced-motion: no-preference){.custom-slideshow__slide[data-reveal=true]{animation:custom-fade-in .6s ease-in-out}}@media (prefers-reduced-motion: reduce){.custom-slideshow{--transition-duration: .01ms}.custom-slideshow__slide--active .custom-slideshow__content{animation:none}.custom-slideshow__dot:hover,.custom-slideshow__volume-btn:hover,.custom-slideshow__scroll-btn:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/custom-slideshow.css.map */
