.mg-floating-video{--mg-video-size: 100px;--mg-video-mobile-top: 150px;position:fixed;top:calc(var(--mg-video-mobile-top) + 7px);right:12px;z-index:40;width:var(--mg-video-size);height:var(--mg-video-size);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.mg-floating-video.is-ready{opacity:1;visibility:visible;pointer-events:auto}.mg-floating-video.is-ui-hidden:not(.is-modal-open),.mg-floating-video.is-dismissed{opacity:0;visibility:hidden;pointer-events:none}.mg-floating-video [hidden]{display:none!important}.mg-video-bubble-wrap{position:relative;width:100%;height:100%}.mg-video-bubble{display:block;width:100%;height:100%;padding:0;overflow:hidden;-webkit-appearance:none;appearance:none;cursor:pointer;background:#111;border:.5px solid #fff;border-radius:50%}.mg-video-bubble-slot{display:block;width:100%;height:100%;overflow:hidden;border-radius:50%}.mg-video-element{display:block;width:100%;height:100%;object-fit:cover;background:#111}.mg-video-bubble-close{position:absolute;top:-4px;right:-1px;z-index:5;display:grid;place-items:center;width:27px;height:27px;padding:0;-webkit-appearance:none;appearance:none;cursor:pointer;color:#333;background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:50%;box-shadow:0 3px 9px #0000003d}.mg-video-bubble-close svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.mg-video-spinner{position:absolute;z-index:8;width:27px;height:27px;pointer-events:none;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:mg-video-spin .8s linear infinite}.mg-video-bubble-spinner,.mg-video-full-spinner{top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes mg-video-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.mg-video-bubble-play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;display:grid;place-items:center;pointer-events:none}.mg-video-bubble-play svg,.mg-video-full-play svg{width:46px;height:46px}.mg-video-bubble-play circle,.mg-video-full-play circle{fill:#000000a3;stroke:#ffffffeb;stroke-width:1.5}.mg-video-bubble-play path,.mg-video-full-play path{fill:#fff}.mg-floating-video.is-modal-open .mg-video-bubble-wrap{visibility:hidden}.mg-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100vw;height:100vh;height:100dvh;overflow:hidden;background:#000}.mg-video-full-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.mg-video-full-slot{width:100vw;height:100vh;height:100dvh;max-width:none;overflow:hidden;background:#000}.mg-video-full-slot video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;background:#000}.mg-video-control{display:grid;place-items:center;width:40px;height:40px;padding:0;-webkit-appearance:none;appearance:none;cursor:pointer;color:#fff;background:#1c1c1c38;border:0;border-radius:50%;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mg-video-control svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mg-video-modal-close{position:absolute;top:max(18px,env(safe-area-inset-top));left:max(15px,env(safe-area-inset-left));z-index:15;width:40px;height:40px}.mg-video-actions{position:absolute;top:max(15px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));z-index:15;display:flex;flex-direction:column;gap:13px;transform:none}.mg-video-full-spinner{width:36px;height:36px}.mg-video-full-play{position:absolute;top:50%;left:50%;z-index:12;padding:0;-webkit-appearance:none;appearance:none;cursor:pointer;background:transparent;border:0;transform:translate(-50%,-50%)}.mg-video-tap-surface{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;padding:0;-webkit-appearance:none;appearance:none;background:transparent;border:0}.mg-video-unmute-notice{position:absolute;top:50%;left:50%;z-index:11;display:flex;align-items:center;gap:9px;padding:8px;color:#fff;background:#28282838;border-radius:8px;opacity:0;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .3s ease;font-size:18px;font-weight:600}.mg-video-unmute-notice svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.mg-video-unmute-notice.is-visible{opacity:1}.mg-video-unmute-notice.is-fading{opacity:0}.mg-video-share-panel{position:absolute;top:50%;left:50%;z-index:30;width:min(88vw,390px);padding:23px;color:#111;background:#fff;border-radius:22px;box-shadow:0 18px 58px #00000061;transform:translate(-50%,-50%)}.mg-video-share-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:23px}.mg-video-share-heading button{width:36px;height:36px;padding:0;cursor:pointer;color:#111;background:transparent;border:0;font-size:29px;line-height:1}.mg-video-share-option{display:flex;align-items:center;width:100%;min-height:56px;padding:7px 3px;cursor:pointer;color:#111;text-align:left;text-decoration:none;background:transparent;border:0;font:inherit;font-size:16px}.mg-video-share-icon{display:grid;flex:0 0 37px;place-items:center;width:37px;height:37px;margin-right:14px;color:#fff;background:#000;border-radius:50%;font-weight:700}.mg-video-copy-message{position:absolute;bottom:max(25px,env(safe-area-inset-bottom));left:50%;z-index:35;padding:9px 17px;color:#111;background:#fff;border-radius:28px;box-shadow:0 5px 22px #0000004d;transform:translate(-50%)}@media screen and (min-width:750px){.mg-floating-video{--mg-video-size: 90px;top:auto;right:auto;bottom:24px;left:24px}.mg-video-control{width:46px;height:46px}.mg-video-control svg{width:22px;height:22px}.mg-video-modal-close{top:22px;left:22px;width:48px;height:48px}.mg-video-actions{right:14px;gap:14px}.mg-video-full-slot{width:auto;height:100vh;height:100dvh;aspect-ratio:9 / 16;max-width:56.25dvh;overflow:hidden;background:#000}.mg-video-full-slot video{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#000}}@media(prefers-reduced-motion:reduce){.mg-floating-video,.mg-video-unmute-notice{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/mg-floating-product-video.css.map */
