.custom-slideshow-section{position:relative;overflow:hidden;background-color:#2b2b24;color:rgb(var(--color-foreground));padding-top:calc(var(--section-padding-top-mobile, 0) * 1vh);padding-bottom:calc(var(--section-padding-bottom-mobile, 0) * 1vh);padding-left:calc(var(--section-padding-side-mobile, 0) * 1vw);padding-right:calc(var(--section-padding-side-mobile, 0) * 1vw)}.custom-slideshow-section .custom-slideshow{position:relative}.custom-slideshow-section .custom-slideshow__viewport{position:relative;width:100%;overflow:hidden;touch-action:pan-y}.custom-slideshow-section .custom-slideshow__track{position:relative;display:flex;transition:transform .45s ease;will-change:transform;gap:var(--slide-gap-mobile, 0px)}.custom-slideshow-section .custom-slideshow__slide{position:relative;overflow:hidden;flex:0 0 calc(100% - var(--next-slide-peek-mobile, 0%));border-radius:var(--image-radius, 0);height:var(--slide-h-mobile, auto)}.custom-slideshow-section .custom-slideshow__slide--last{flex-basis:100%}.custom-slideshow-section .custom-slideshow__image,.custom-slideshow-section .custom-slideshow__video{width:100%;display:block;height:var(--media-height, auto);object-fit:var(--image-fit, cover)}.custom-slideshow-section .custom-slideshow__video-wrapper{position:relative;width:100%;height:100%;z-index:1}.custom-slideshow-section .custom-slideshow__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:var(--overlay-justify-mobile, flex-end);align-items:var(--overlay-align-mobile, flex-start);padding-top:var(--overlay-padding-top-mobile, 16px);padding-right:var(--overlay-padding-right-mobile, 16px);padding-bottom:var(--overlay-padding-bottom-mobile, 16px);padding-left:var(--overlay-padding-left-mobile, 16px);color:rgb(var(--color-foreground));pointer-events:none;z-index:2;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform}.custom-slideshow-section .custom-slideshow__overlay-inner{max-width:90%;pointer-events:auto;text-align:var(--overlay-text-align-mobile, left)}.custom-slideshow-section .custom-slideshow__heading{margin:0 0 var(--heading-margin-bottom-mobile, 8px);font-size:var(--heading-font-size-mobile, 20px);line-height:1.2;font-weight:600}.custom-slideshow-section .custom-slideshow__text{margin:0 0 var(--text-margin-bottom-mobile, 6px);font-size:var(--text-font-size-mobile, 14px);line-height:1.5}.custom-slideshow-section .custom-slideshow__text p{margin:0}.custom-slideshow-section .custom-slideshow__price-line{margin:0;font-size:var(--price-font-size-mobile, 14px);font-weight:500}.custom-slideshow__price-link{display:inline-block;color:inherit;text-decoration:underline}.custom-slideshow__price-link:hover{text-decoration:underline}.custom-slideshow-section .custom-slideshow__overlay-inner .button{margin-top:12px}.custom-slideshow-section .button--small{padding:.5rem 1.4rem;font-size:1.3rem}.custom-slideshow-section .button--large{padding:1.1rem 2.4rem;font-size:1.6rem}.custom-slideshow-section .custom-slideshow__dots{position:absolute;left:0;right:0;bottom:var(--dots-bottom-mobile, 12px);display:flex;justify-content:var(--dots-justify-mobile, center);gap:8px;z-index:5;pointer-events:auto;--dots-color: #f4e3cd}.custom-slideshow-section .custom-slideshow__dot{position:relative;width:12px;height:12px;border-radius:999px;border:2px solid var(--dots-color);background:var(--dots-color);padding:0;cursor:pointer;opacity:.35;transition:opacity .25s ease,transform .25s ease;box-sizing:content-box}.custom-slideshow-section .custom-slideshow__dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:44px;min-height:44px}.custom-slideshow-section .custom-slideshow__dot.is-active{opacity:1;transform:scale(1.05)}.custom-slideshow-section .custom-slideshow__arrow{position:absolute;top:calc(50% + var(--arrow-vertical-offset, 0px));transform:translateY(-50%);width:var(--arrow-width, 32px);height:var(--arrow-height, 72px);display:none;align-items:center;justify-content:center;border:none;padding:0;cursor:pointer;z-index:6;background:#00000059;color:#fff;border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .25s ease,transform .25s ease,opacity .25s ease;opacity:var(--arrow-opacity, .9)}.custom-slideshow-section .custom-slideshow__arrow span{display:block;font-size:18px;line-height:1}.custom-slideshow-section .custom-slideshow__arrow--prev{left:calc(var(--arrow-side-offset, 2) * 1vw)}.custom-slideshow-section .custom-slideshow__arrow--next{right:calc(var(--arrow-side-offset, 2) * 1vw)}.custom-slideshow-section .custom-slideshow__arrow:hover{background:#0000008c;transform:translateY(-50%) scale(1.02);opacity:1}.custom-slideshow-section .custom-slideshow__arrow.is-disabled{visibility:hidden;pointer-events:none}.custom-slideshow-section .custom-slideshow__video-toggle{position:absolute;bottom:8px;right:8px;width:24px;height:24px;border-radius:999px;border:1px solid rgba(255,255,255,.8);background:#00000073;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;pointer-events:auto;padding:0;transition:background-color .2s ease,transform .2s ease,opacity .2s ease}.custom-slideshow-section .custom-slideshow__video-toggle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:44px;min-height:44px}.custom-slideshow-section .custom-slideshow__video-toggle:hover{background:#000000b3;transform:scale(1.05)}.custom-slideshow-section .custom-slideshow__video-toggle-icon{display:block}.custom-slideshow-section .custom-slideshow__video-toggle-icon--play{width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent rgba(255,255,255,.9);margin-left:1px}.custom-slideshow-section .custom-slideshow__video-toggle-icon--pause{display:none;width:8px;height:8px;box-sizing:border-box;border-left:2px solid rgba(255,255,255,.9);border-right:2px solid rgba(255,255,255,.9)}.custom-slideshow-section .custom-slideshow__video-toggle.is-playing .custom-slideshow__video-toggle-icon--play{display:none}.custom-slideshow-section .custom-slideshow__video-toggle.is-playing .custom-slideshow__video-toggle-icon--pause{display:block}@media(prefers-reduced-motion:reduce){.custom-slideshow-section .custom-slideshow__track,.custom-slideshow-section .custom-slideshow__dot,.custom-slideshow-section .custom-slideshow__arrow{transition:none}}@media(min-width:750px){.custom-slideshow-section{padding-top:calc(var(--section-padding-top-desktop, 0) * 1vh);padding-bottom:calc(var(--section-padding-bottom-desktop, 0) * 1vh);padding-left:calc(var(--section-padding-side-desktop, 0) * 1vw);padding-right:calc(var(--section-padding-side-desktop, 0) * 1vw)}.custom-slideshow-section .custom-slideshow__track{gap:var(--slide-gap-desktop, 0px)}.custom-slideshow-section .custom-slideshow__slide{flex-basis:calc(100% - var(--next-slide-peek-desktop, 0%));height:var(--slide-h-desktop, auto)}.custom-slideshow-section .custom-slideshow__slide--last{flex-basis:100%}.custom-slideshow-section .custom-slideshow__overlay{justify-content:var(--overlay-justify-desktop, center);align-items:var(--overlay-align-desktop, flex-start);padding-top:var(--overlay-padding-top-desktop, 32px);padding-right:var(--overlay-padding-right-desktop, 32px);padding-bottom:var(--overlay-padding-bottom-desktop, 32px);padding-left:var(--overlay-padding-left-desktop, 32px)}.custom-slideshow-section .custom-slideshow__overlay-inner{max-width:480px;text-align:var(--overlay-text-align-desktop, left)}.custom-slideshow-section .custom-slideshow__heading{font-size:var(--heading-font-size-desktop, 28px);margin-bottom:var(--heading-margin-bottom-desktop, 8px)}.custom-slideshow-section .custom-slideshow__text{font-size:var(--text-font-size-desktop, 16px);margin-bottom:var(--text-margin-bottom-desktop, 6px)}.custom-slideshow-section .custom-slideshow__price-line{font-size:var(--price-font-size-desktop, 16px)}.custom-slideshow-section .custom-slideshow__dots{bottom:var(--dots-bottom-desktop, 16px);justify-content:var(--dots-justify-desktop, center)}.custom-slideshow-section .custom-slideshow__arrow--prev{left:calc((var(--section-padding-side-desktop, 0) * 1vw) / 2 + var(--arrow-side-offset, 2) * 1vw)}.custom-slideshow-section .custom-slideshow__arrow--next{right:calc((var(--section-padding-side-desktop, 0) * 1vw) / 2 + var(--arrow-side-offset, 2) * 1vw)}.custom-slideshow-section .custom-slideshow__arrow{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/custom-slideshow.css.map */
