.custom-video-section{--cvs-overlay-bg: rgba(0,0,0,0);--cvs-overlay-opacity: .4;--cvs-text-color: #ffffff;--cvs-bg-color: transparent;--cvs-border-radius: 0px;--cvs-desktop-height: 500px;--cvs-mobile-height: 350px;position:relative;box-sizing:border-box}.custom-video-section *,.custom-video-section *:before,.custom-video-section *:after{box-sizing:border-box}.custom-video-section .cvs-container--fullwidth{width:100%;padding:0}.custom-video-section .cvs-container--contained{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}.custom-video-section .cvs-section-header{margin-bottom:20px}.custom-video-section .cvs-section-header--left{text-align:left}.custom-video-section .cvs-section-header--center{text-align:center}.custom-video-section .cvs-section-heading{margin:0 0 8px;font-family:var(--font-stack-heading, inherit);line-height:1.2}.custom-video-section .cvs-section-subheading{margin:0;opacity:.75;font-size:.95em}.custom-video-section .cvs-video-wrapper{position:relative;overflow:hidden;background-color:var(--cvs-bg-color);border-radius:var(--cvs-border-radius);width:100%;height:var(--cvs-desktop-height);cursor:pointer}.custom-video-section .cvs-video-wrapper--fullscreen{height:100vh}@media(max-width:749px){.custom-video-section .cvs-video-wrapper{height:var(--cvs-mobile-height)}.custom-video-section .cvs-video-wrapper--m-fullscreen{height:100vh}}.custom-video-section .cvs-video{width:100%;height:100%;display:block}.custom-video-section .cvs-video--cover{object-fit:cover}.custom-video-section .cvs-video--contain{object-fit:contain}.custom-video-section .cvs-video--fill{position:absolute;top:0;left:0;width:100%;height:100%}.custom-video-section .cvs-video-wrapper--auto .cvs-video--fill{position:relative;height:auto}.custom-video-section .cvs-video-wrapper--auto .cvs-iframe-wrapper{position:relative;aspect-ratio:16 / 9}@media(max-width:749px){.custom-video-section .cvs-video-wrapper--m-auto .cvs-video--fill{position:relative;height:auto}.custom-video-section .cvs-sound-toggle{width:35px;height:35px}.custom-video-section .cvs-video-wrapper--m-auto .cvs-iframe-wrapper{position:relative;aspect-ratio:16 / 9}.custom-video-section .cvs-video-wrapper--auto:not(.cvs-video-wrapper--m-auto) .cvs-video--fill{position:absolute;height:100%}.custom-video-section .cvs-video-wrapper--auto:not(.cvs-video-wrapper--m-auto) .cvs-iframe-wrapper{position:absolute;aspect-ratio:auto}}.custom-video-section .cvs-poster{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;transition:opacity .5s ease;pointer-events:none}.custom-video-section .cvs-poster--hidden{opacity:0}.custom-video-section .cvs-iframe-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.custom-video-section .cvs-iframe-wrapper iframe{width:100%;height:100%;border:0}.custom-video-section .cvs-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:20px;color:var(--cvs-text-color);transition:opacity .4s ease}.custom-video-section .cvs-overlay:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--cvs-overlay-bg);opacity:var(--cvs-overlay-opacity);z-index:-1;pointer-events:none}.custom-video-section .cvs-overlay--hidden{opacity:0;pointer-events:none}.custom-video-section .cvs-overlay-heading{margin:0 0 10px;font-family:var(--font-stack-heading, inherit);color:inherit;line-height:1.2}.custom-video-section .cvs-overlay-heading--small{font-size:clamp(1.1rem,2.5vw,1.5rem)}.custom-video-section .cvs-overlay-heading--medium{font-size:clamp(1.4rem,3.5vw,2.2rem)}.custom-video-section .cvs-overlay-heading--large{font-size:clamp(1.8rem,5vw,3.2rem)}.custom-video-section .cvs-overlay-text{margin:0 0 16px;color:inherit;font-size:clamp(.9rem,1.5vw,1.1rem);max-width:600px;opacity:.9}.custom-video-section .cvs-play-btn{display:flex;align-items:center;justify-content:center;width:clamp(50px,10vw,70px);height:clamp(50px,10vw,70px);border-radius:50%;background:#fff3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:transform .25s ease,background .25s ease;padding:0;color:var(--cvs-text-color);z-index:4;margin-top:10px}.custom-video-section .cvs-play-btn:hover{transform:scale(1.08);background:#ffffff59}.custom-video-section .cvs-play-btn svg{width:28%;height:28%;margin-left:4px;fill:currentColor}.custom-video-section .cvs-play-btn--hidden{display:none}.custom-video-section .cvs-pause-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);z-index:5;width:60px;height:60px;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .3s ease,transform .3s ease}.custom-video-section .cvs-pause-indicator svg{width:24px;height:24px;fill:#fff}.custom-video-section .cvs-pause-indicator--show{opacity:1;transform:translate(-50%,-50%) scale(1)}.custom-video-section .cvs-pause-indicator--fade{opacity:0;transform:translate(-50%,-50%) scale(1.2)}.custom-video-section .cvs-cta-btn{display:inline-block;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:var(--cvs-border-radius, 4px);transition:opacity .25s ease,transform .25s ease;margin-top:14px;cursor:pointer;border:none;line-height:1.4}.custom-video-section .cvs-cta-btn:hover{opacity:.85;transform:translateY(-1px)}.custom-video-section .cvs-cta-btn--solid{background:var(--cvs-text-color);color:var(--cvs-overlay-bg, #000)}.custom-video-section .cvs-cta-btn--outline{background:transparent;color:var(--cvs-text-color);border:2px solid var(--cvs-text-color)}.custom-video-section .cvs-progress-bar{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff3;z-index:6;overflow:hidden;opacity:0;transition:opacity .3s ease}.custom-video-section .cvs-video-wrapper:hover .cvs-progress-bar,.custom-video-section .cvs-progress-bar--visible{opacity:1}.custom-video-section .cvs-progress-bar__fill{height:100%;background:var(--cvs-progress-color, #fff);width:0%;transition:width .25s linear}.custom-video-section .cvs-sound-toggle{position:absolute;bottom:16px;right:16px;z-index:6;width:40px;height:40px;border-radius:50%;background:#00000073;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease;padding:0}.custom-video-section .cvs-sound-toggle:hover{background:#000000a6}.custom-video-section .cvs-sound-toggle svg{width:18px;height:18px;fill:#fff}.custom-video-section .cvs-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;background:#f0f0f0;color:#999;font-size:1rem;border-radius:var(--cvs-border-radius)}.custom-video-section .cvs-play-btn:focus-visible,.custom-video-section .cvs-sound-toggle:focus-visible,.custom-video-section .cvs-cta-btn:focus-visible{outline:2px solid var(--cvs-text-color, #fff);outline-offset:3px}@media print{.custom-video-section .cvs-video,.custom-video-section .cvs-sound-toggle,.custom-video-section .cvs-progress-bar{display:none}.custom-video-section .cvs-poster{opacity:1!important}}
/*# sourceMappingURL=/cdn/shop/t/130/assets/section-custom-video.css.map */
