.pdp-video *,.pdp-video *:before,.pdp-video *:after{box-sizing:border-box}.pdp-video-lock{overflow:hidden}.pdp-video__card{position:fixed;z-index:1110;bottom:var(--pv-bottom-m);width:var(--pv-card-w-m);border-radius:var(--pv-radius);box-shadow:0 25px 50px -12px #00000040;opacity:0;translate:0 8px;transition:opacity .25s ease,translate .25s ease}.pdp-video[data-position=right] .pdp-video__card{right:var(--pv-offset-m)}.pdp-video[data-position=left] .pdp-video__card{left:var(--pv-offset-m)}.pdp-video__card.is-visible{opacity:1;translate:0 0}.pdp-video[data-draggable] .pdp-video__card{touch-action:none;cursor:grab}.pdp-video__card.is-dragging{cursor:grabbing;transition:none}.pdp-video.is-player-open .pdp-video__card{visibility:hidden}.pdp-video__card-open{position:relative;display:block;width:100%;margin:0;padding:0;overflow:hidden;border:0;border-radius:inherit;background:none;cursor:inherit}.pdp-video__card-video{display:block;width:100%;aspect-ratio:var(--pv-aspect);object-fit:cover;background:#fff;pointer-events:none}.pdp-video__card-close{position:absolute;z-index:1;top:-14px;right:-14px;display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#0000007f;color:#fff;cursor:pointer}.pdp-video__card-close svg{width:24px;height:24px}.pdp-video__pill{position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;gap:5px;width:100%;max-width:130px;padding:5px 10px;translate:-50% -50%;border-radius:5px;background:#97979761;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:400;line-height:1;white-space:nowrap;pointer-events:none}.pdp-video__pill svg{flex:none;width:14px;height:14px}.pdp-video__dialog{--pv-frame-w: 100vw;--pv-frame-h: 100dvh;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;max-height:none;margin:0;padding:0;overflow:hidden;border:0;background:rgb(0 0 0 / var(--pv-overlay));color:#fff}.pdp-video__dialog::backdrop{background:transparent}.pdp-video__viewport{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scroll-snap-type:y mandatory;scrollbar-width:none}.pdp-video__viewport::-webkit-scrollbar{display:none}.pdp-video__slide{position:relative;flex:none;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always}.pdp-video__video{display:block;width:100%;height:100%;object-fit:cover;background:#000}.pdp-video__hud{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.pdp-video__hud button{pointer-events:auto}.pdp-video__frame-ui{position:absolute;top:0;right:0;bottom:0;left:0}.pdp-video__progress{position:absolute;top:4px;right:8px;left:8px;height:4px;overflow:hidden;background:var(--pv-track)}.pdp-video__progress span{display:block;height:100%;background:var(--pv-fill);transform:scaleX(0);transform-origin:left}.pdp-video__icon-btn{display:grid;place-items:center;width:44px;height:44px;margin:0;padding:0;border:0;border-radius:50%;background:#0000007f;color:#fff;cursor:pointer}.pdp-video__icon-btn svg{width:24px;height:24px}.pdp-video__top{position:absolute;top:12px;right:6px;display:flex;gap:3px}.pdp-video__icon-sound-off,[data-pv-mute][aria-pressed=true] .pdp-video__icon-sound-on{display:none}[data-pv-mute][aria-pressed=true] .pdp-video__icon-sound-off{display:block}.pdp-video__share{position:absolute;top:64%;right:6px}.pdp-video__close-outside,.pdp-video__arrow{display:none}.pdp-video__toast{position:absolute;top:50%;left:50%;padding:8px 12px;translate:-50% -50%;border-radius:6px;background:#000000b3;color:#fff;font-size:13px;pointer-events:none}.pdp-video__product{position:absolute;bottom:12px;left:50%;display:flex;width:min(calc(100% - 84px),405px);margin:0;padding:8px;translate:-50% 0;border:0;border-radius:0;background:#ffffff7f;color:#000;font:inherit;text-align:left;cursor:pointer}.pdp-video__product-image{flex:none;width:52px;height:70px;margin-right:8px;object-fit:cover}.pdp-video__product-info{display:flex;flex:1;flex-direction:column;justify-content:space-between;min-width:0}.pdp-video__product-title{display:-webkit-box;overflow:hidden;font-size:var(--pv-title-m);font-weight:400;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pdp-video__product-prices{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:10px}.pdp-video__product-price{font-size:var(--pv-price-m);font-weight:600}.pdp-video__product-compare{color:var(--pv-compare);font-size:13px;font-weight:400}.pdp-video__product-link{flex:none;width:20px;height:20px}@media screen and (min-width:768px){.pdp-video__card{bottom:var(--pv-bottom-d);width:var(--pv-card-w-d)}.pdp-video[data-position=right] .pdp-video__card{right:var(--pv-offset-d)}.pdp-video[data-position=left] .pdp-video__card{left:var(--pv-offset-d)}.pdp-video__dialog{--pv-frame-h: min(90dvh, 1000px);--pv-frame-w: calc(var(--pv-frame-h) * var(--pv-aspect))}.pdp-video__viewport{flex-direction:row;align-items:center;padding-inline:calc(50% - var(--pv-frame-w) / 2);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory}.pdp-video__slide{z-index:1;width:var(--pv-frame-w);height:var(--pv-frame-h);margin-inline:calc(var(--pv-frame-w) * -.125);scroll-snap-align:center;transform:scale(.75);transition:transform .3s ease;cursor:pointer}.pdp-video__slide:first-child{margin-inline-start:0}.pdp-video__slide:last-child{margin-inline-end:0}.pdp-video__slide.is-active{z-index:2;transform:none;cursor:default}.pdp-video__video{background:#000000b3}.pdp-video__frame-ui{inset:auto;top:50%;left:50%;width:var(--pv-frame-w);height:var(--pv-frame-h);translate:-50% -50%}.pdp-video__close-inside{display:none}.pdp-video__close-outside{position:absolute;top:26px;right:52px;display:grid}.pdp-video__arrow{position:absolute;top:50%;display:grid;place-items:center;width:44px;height:44px;margin:0;padding:0;translate:0 -50%;border:0;border-radius:50%;background:#fff;color:#000;cursor:pointer}.pdp-video__arrow svg{width:24px;height:24px}.pdp-video__arrow[disabled]{opacity:.35;cursor:default}.pdp-video__arrow--prev{left:61px}.pdp-video__arrow--next{right:61px}.pdp-video__product-image{width:54px}.pdp-video__product-title{font-size:var(--pv-title-d)}.pdp-video__product-price{font-size:var(--pv-price-d)}}@media(prefers-reduced-motion:reduce){.pdp-video__card,.pdp-video__slide{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/pdp-video.css.map */
