.luxe-video-carousel{--lxvc-section-bg: #fbf7f4;--lxvc-card-bg: #1c2b4a;--lxvc-title-color: #1c2b4a;--lxvc-subtitle-color: #4a4a4a;--lxvc-title-weight: 600;--lxvc-arrow-color: #1c2b4a;--lxvc-dot-color: #daafa9;--lxvc-dot-active: #1c2b4a;--lxvc-radius: 16px;--lxvc-max-width: 520px;--lxvc-cards-desktop: 1;--lxvc-desktop-card-w: 380px;--lxvc-title-size: 19px;--lxvc-subtitle-size: 15px;--lxvc-aspect: 16 / 9;--lxvc-peek: 0px;--lxvc-peek-gap: 0px}.luxe-video-carousel__title-wrapper{margin-bottom:20px}.luxe-video-carousel__title-wrapper.center{text-align:center}.luxe-video-carousel__heading{margin:0;color:var(--lxvc-title-color)}.luxe-video-carousel__wrapper{position:relative;max-width:var(--lxvc-max-width);margin:0 auto}.luxe-video-carousel__track{display:flex;align-items:stretch;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;list-style:none;margin:0;padding:0;gap:var(--lxvc-peek-gap)}.luxe-video-carousel__track::-webkit-scrollbar{display:none}.luxe-video-carousel__slide{scroll-snap-align:center;flex:0 0 calc(100% - var(--lxvc-peek) - var(--lxvc-peek-gap));width:calc(100% - var(--lxvc-peek) - var(--lxvc-peek-gap));min-width:0;display:flex;flex-direction:column}.luxe-video-carousel__card{position:relative;flex:0 0 auto;border-radius:var(--lxvc-radius);overflow:hidden;background:var(--lxvc-card-bg)}.luxe-video-carousel__media{position:relative;width:100%;aspect-ratio:var(--lxvc-aspect);background:var(--lxvc-card-bg);overflow:hidden}.luxe-video-carousel__img,.luxe-video-carousel__video,.luxe-video-carousel__iframe,.luxe-video-carousel__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border:0;display:block}.luxe-video-carousel__video,.luxe-video-carousel__img{aspect-ratio:auto}.luxe-video-carousel__iframe{background:var(--lxvc-card-bg);z-index:2}.luxe-video-carousel__facade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;margin:0;border:0;cursor:pointer;background:var(--lxvc-card-bg);display:flex;align-items:center;justify-content:center;z-index:3}.luxe-video-carousel__facade.is-hidden{display:none}.luxe-video-carousel__play{position:relative;z-index:1;width:60px;height:60px;min-width:44px;min-height:44px;border-radius:50%;background:#1c2b4ac7;color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease}.luxe-video-carousel__play svg{margin-left:3px}.luxe-video-carousel__facade:hover .luxe-video-carousel__play,.luxe-video-carousel__facade:focus-visible .luxe-video-carousel__play{transform:scale(1.06);background:#1c2b4aeb}.luxe-video-carousel__facade:focus-visible{outline:2px solid #ffffff;outline-offset:-4px}.luxe-video-carousel__text{flex:1 1 auto;padding:14px 6px 2px}.luxe-video-carousel--align-center .luxe-video-carousel__text{text-align:center}.luxe-video-carousel--align-left .luxe-video-carousel__text{text-align:left}.luxe-video-carousel__slide-title{margin:0;font-size:var(--lxvc-title-size);line-height:1.35;font-weight:var(--lxvc-title-weight);color:var(--lxvc-title-color)}.luxe-video-carousel__slide-subtitle{margin:6px 0 0;font-size:var(--lxvc-subtitle-size);line-height:1.5;color:var(--lxvc-subtitle-color)}.luxe-video-carousel__nav{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px}.luxe-video-carousel__nav .slider-button{background:none;border:none;cursor:pointer;padding:4px;color:var(--lxvc-arrow-color);width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.luxe-video-carousel__nav .slider-button svg{width:18px;height:18px}.luxe-video-carousel__nav .slider-button[disabled]{opacity:.3;cursor:default}.luxe-video-carousel__nav .slider-button--next:after{display:none}.luxe-video-carousel__nav .indicator-wrapper{display:flex;gap:8px;align-items:center}.luxe-video-carousel__nav .indicator{width:9px;height:9px;border-radius:50%;border:none;padding:0;cursor:pointer;background-color:var(--lxvc-dot-color);transition:background-color .2s ease}.luxe-video-carousel__nav .indicator.-active{background-color:var(--lxvc-dot-active)}@media screen and (min-width:990px){.luxe-video-carousel__nav.slider-buttons{display:flex}}.luxe-video-carousel__nav--hide-arrows-mobile .slider-button{display:none}@media screen and (min-width:750px){.luxe-video-carousel__nav--hide-arrows-mobile .slider-button{display:flex}}.luxe-video-carousel__nav--no-arrows .slider-button{display:none}.luxe-video-carousel__placeholder{border:1px dashed #e2dcd6;border-radius:var(--lxvc-radius);padding:24px 20px;text-align:center;color:#666;background:#f7f5f2}.luxe-video-carousel__placeholder p{margin:0}@media screen and (min-width:990px){.luxe-video-carousel__wrapper{max-width:calc((var(--lxvc-desktop-card-w) * var(--lxvc-cards-desktop)) + (16px * (var(--lxvc-cards-desktop) - 1)))}.luxe-video-carousel__track{gap:16px}.luxe-video-carousel__slide{scroll-snap-align:start;flex:0 0 calc((100% - (16px * (var(--lxvc-cards-desktop) - 1))) / var(--lxvc-cards-desktop));width:calc((100% - (16px * (var(--lxvc-cards-desktop) - 1))) / var(--lxvc-cards-desktop))}}@media(prefers-reduced-motion:reduce){.luxe-video-carousel__track{scroll-behavior:auto}}@media screen and (max-width:749px){.luxe-video-carousel__text{padding:12px 4px 2px}.luxe-video-carousel__play{width:56px;height:56px}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/luxe-video-carousel.css.map */
