.vplayer{display:block;position:relative;--vp-track: rgba(255, 255, 255, .25);--vp-shade: rgba(0, 0, 0, .35)}.vplayer-frame{position:relative;width:100%;margin-left:auto;margin-right:auto;aspect-ratio:var(--vp-frame-effective, 1.7778);background-color:var(---color-video-bg, #000);overflow:hidden}.vplayer--capped .vplayer-frame{max-width:calc(var(--vp-max-height) * var(--vp-frame-effective, 1.7778))}.vplayer-video,.vplayer-image{display:block;width:100%;height:100%;object-fit:contain}.vplayer--fill .vplayer-video,.vplayer--crop .vplayer-video,.vplayer--fill .vplayer-image,.vplayer--crop .vplayer-image{object-fit:cover;object-position:center}.vplayer-poster{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;border:0;padding:0;width:100%;background-color:transparent;background-position:center;background-size:cover;background-repeat:no-repeat;cursor:pointer;z-index:1}.vplayer.is-idle .vplayer-poster{display:flex}.vplayer-poster__button{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background-color:var(--vp-shade);color:var(--vp-icon, #fff);transition:transform .25s ease}.vplayer-poster__button svg{display:block;width:24px;height:24px;fill:currentColor}.vplayer-poster__button .vplayer-icon-img{width:24px;height:24px}.vplayer-poster:hover .vplayer-poster__button{transform:scale(1.06)}.vplayer-unmute{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:flex-start;justify-content:flex-end;padding:16px;border:0;width:100%;background-color:transparent;color:var(--vp-icon, #fff);cursor:pointer;z-index:1}.vplayer.is-unmute-available .vplayer-unmute{display:flex}.vplayer-unmute__badge{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:var(--vp-shade)}.vplayer-controls{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;gap:10px;padding:14px 16px;background-image:linear-gradient(to top,#00000073,#0000);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:3}.vplayer.is-controls-visible .vplayer-controls,.vplayer--controls-persist .vplayer-controls{opacity:1;visibility:visible}.vplayer-button{display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;width:24px;height:24px;border:0;background:none;color:var(--vp-icon, #fff);cursor:pointer;opacity:.85;transition:opacity .2s ease}.vplayer-button:hover,.vplayer-button:focus-visible{opacity:1}.vplayer-button svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.vplayer-button svg[data-vp-filled]{fill:currentColor;stroke:none}.vplayer-icon-img{display:block;width:100%;height:100%;object-fit:contain}.vplayer-progress{position:relative;flex:1 1 auto;height:2px;background-color:var(--vp-track);cursor:pointer;touch-action:none}.vplayer-progress:before{content:"";position:absolute;right:0;left:0;top:-10px;bottom:-10px}.vplayer-progress__buffer,.vplayer-progress__played{position:absolute;top:0;left:0;height:100%;transform-origin:left center;transform:scaleX(0);width:100%}.vplayer-progress__buffer{background-color:var(--vp-buffer, #b3b3b3)}.vplayer-progress__played{background-color:var(--vp-progress, #fff)}.vplayer-progress__handle{position:absolute;top:50%;left:0;width:9px;height:9px;margin-left:-4.5px;border-radius:50%;background-color:var(--vp-handle, #fff);transform:translateY(-50%) scale(0);transition:transform .2s ease;pointer-events:none}.vplayer-progress:hover .vplayer-progress__handle,.vplayer-progress:focus-visible .vplayer-progress__handle,.vplayer.is-scrubbing .vplayer-progress__handle{transform:translateY(-50%) scale(1)}.vplayer-progress:focus-visible,.vplayer-poster:focus-visible,.vplayer-unmute:focus-visible{outline:2px solid var(--vp-icon, #fff);outline-offset:4px}.vplayer:focus-visible{outline:2px solid var(---color-text);outline-offset:3px}.vplayer-bleed{max-width:none;margin:0 auto;padding:0}.vplayer-overlay{position:absolute;top:16px;right:16px;bottom:16px;left:16px;z-index:2;pointer-events:none}.vplayer-overlay__text{position:absolute;left:var(--vp-text-x, 50%);top:var(--vp-text-y, 50%);transform:translate(calc(var(--vp-text-x, 50%) * -1),calc(var(--vp-text-y, 50%) * -1));width:max-content;max-width:100%;color:var(--vp-text-color, #fff);font-size:var(--vp-text-size, 24px);font-weight:var(--vp-text-weight, 400);line-height:1.2}.vplayer-overlay__text>*{margin:0;color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.vplayer-overlay__text>*+*{margin-top:.5em}.vplayer-overlay__text a{color:inherit;text-decoration:underline;pointer-events:auto}.vplayer-cta{position:absolute;top:16px;right:16px;bottom:16px;left:16px;z-index:2;pointer-events:none}.vplayer-cta__inner{position:absolute;left:var(--vp-cta-x, 50%);top:var(--vp-cta-y, 50%);transform:translate(calc(var(--vp-cta-x, 50%) * -1),calc(var(--vp-cta-y, 50%) * -1));display:flex;flex-direction:column;align-items:center;gap:16px;width:max-content;max-width:100%;text-align:center}.vplayer-cta__text,.vplayer-cta__button{box-sizing:border-box;max-width:100%;line-height:1.2;pointer-events:auto;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.vplayer-cta__text{padding:var(--vp-cta-text-padding-y, 0) var(--vp-cta-text-padding-x, 0);border:var(--vp-cta-text-border-width, 0) solid var(--vp-cta-text-border-color, currentColor);background-color:var(--vp-cta-text-bg, transparent);color:var(--vp-cta-text-color, #fff);font-size:var(--vp-cta-text-size, 22px);font-weight:var(--vp-cta-text-weight, 400)}.vplayer-cta__text:hover{border-color:var(--vp-cta-text-hover-border-color, var(--vp-cta-text-border-color, currentColor));background-color:var(--vp-cta-text-hover-bg, var(--vp-cta-text-bg, transparent));color:var(--vp-cta-text-hover-color, var(--vp-cta-text-color, #fff))}.vplayer-cta__text>*{margin:0;color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.vplayer-cta__text>*+*{margin-top:.5em}.vplayer-cta__text a{color:inherit;text-decoration:underline}.vplayer-cta__button{display:inline-block;padding:var(--vp-cta-button-padding-y, 14px) var(--vp-cta-button-padding-x, 32px);border:var(--vp-cta-button-border-width, 1px) solid var(--vp-cta-button-border-color, transparent);background-color:var(--vp-cta-button-bg, transparent);color:var(--vp-cta-button-color, #fff);font-size:var(--vp-cta-button-size, 13px);font-weight:var(--vp-cta-button-weight, 400);text-decoration:none;cursor:pointer}.vplayer-cta__button:hover,.vplayer-cta__button:focus-visible{border-color:var(--vp-cta-button-hover-border-color, var(--vp-cta-button-border-color, transparent));background-color:var(--vp-cta-button-hover-bg, var(--vp-cta-button-bg, transparent));color:var(--vp-cta-button-hover-color, var(--vp-cta-button-color, #fff))}.vplayer-cta__button:focus-visible{outline:2px solid var(--vp-cta-button-color, #fff);outline-offset:3px}.vplayer-slot--desktop{display:none}@media only screen and (min-width:750px){.vplayer-slot--desktop{display:block}.vplayer-slot--mobile{display:none}.vplayer-overlay,.vplayer-cta{top:32px;right:32px;bottom:32px;left:32px}.vplayer-cta__inner{gap:20px}.vplayer-controls{gap:14px;padding:18px 22px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/section-video-player.css.map */
