html.lock{overflow:hidden}.pvp{display:block;width:100%}.pvp__teaser{position:relative;overflow:hidden;border-radius:var(--pvp-preview-radius, 12px);aspect-ratio:var(--pvp-aspect-ratio, .5625);background:#000}.pvp__teaser-video{width:100%;height:100%;object-fit:cover;display:block}.pvp__teaser-video--mobile{display:block}.pvp__teaser-video--desktop{display:none}@media screen and (min-width:750px){.pvp__teaser-video--mobile{display:none}.pvp__teaser-video--desktop{display:block}}.pvp__teaser-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;border:0;background:transparent;color:#fff;cursor:pointer;z-index:1}.pvp__teaser-play .pvp__icon--play{width:48px;height:48px;filter:drop-shadow(0 2px 8px rgb(0 0 0 / .35));transition:transform .2s ease-in-out}.pvp__teaser-play:hover .pvp__icon--play{transform:scale(1.08)}.pvp__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.pvp__overlay.is-open{opacity:1;visibility:visible}.pvp__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pvp__stage{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:12px}@media screen and (min-width:750px){.pvp__stage{padding:15px}}.pvp__video-shell{position:relative;width:min(100%,calc(100dvh * var(--pvp-aspect-ratio, .5625)));max-height:calc(100dvh - 24px);aspect-ratio:var(--pvp-aspect-ratio, .5625);border-radius:var(--pvp-preview-radius, 12px);overflow:hidden;background:#000}@media screen and (min-width:750px){.pvp__video-shell{max-height:calc(100dvh - 30px)}}.pvp__video{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer}.pvp__ui{position:absolute;top:0;right:0;bottom:0;left:0;padding:12px;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none}@media screen and (min-width:750px){.pvp__ui{padding:15px}}.pvp__ui>*{pointer-events:auto}.pvp__btn{width:37px;height:37px;border:0;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:#fff;background:#00000052;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .2s ease-in-out,background-color .2s ease-in-out}.pvp__btn:hover{transform:scale(1.04)}.pvp__close{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;padding:0;background:#ffffffe6;color:#111}.pvp__close .pvp__icon{width:14px;height:14px;flex-shrink:0}@media screen and (min-width:750px){.pvp__close{top:15px;right:15px}}.pvp__icon{width:20px;height:20px;display:block}.pvp__icon[hidden],.vcc__icon[hidden],.vcc__teaser-mute .vcc__icon[hidden]{display:none!important}.pvp__indicator{position:absolute;top:50%;left:50%;translate:-50% -50%;opacity:0;pointer-events:none;transition:opacity .25s ease-in-out;color:#fff}.pvp__indicator.is-visible{opacity:1}.pvp__indicator .pvp__icon{width:56px;height:56px;filter:drop-shadow(0 2px 12px rgb(0 0 0 / .45))}.pvp__product-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px;margin-bottom:0;min-width:0;border-radius:var(--pvp-card-radius, 8px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media screen and (min-width:750px){.pvp__product-card{padding:11px}}.pvp__product-card--white{background:#ffffffd1;color:#111}.pvp__product-card--black{background:#000000b8;color:#fff}.pvp__product-card__media{width:56px;aspect-ratio:var(--pvp-image-aspect, 1 / 1);overflow:hidden;border-radius:var(--pvp-image-radius, 4px);flex-shrink:0}.pvp__product-card__image{width:100%;height:100%;object-fit:cover}.pvp__product-card__info{min-width:0}.pvp__product-card__title{margin:0;font-size:.8125rem;line-height:1.3;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:750px){.pvp__product-card__title{font-size:.875rem}}.pvp__product-card__price{font-size:.8125rem;line-height:1.3}.pvp__product-card--black .pvp__product-card__price :is(.price,.compare-at-price),.pvp__product-card--black .pvp__product-card__price .price{color:#fff}.pvp__product-card--black .pvp__product-card__price .compare-at-price{color:#ffffffa6}.pvp__atc-btn{width:37px;height:37px;border:0;border-radius:var(--pvp-atc-radius, 37px);display:grid;place-items:center;background:#111;color:#fff;cursor:pointer}.pvp__product-card--black .pvp__atc-btn{background:#fff;color:#111}.pvp__bottom{display:flex;flex-direction:column;gap:10px}.pvp__actions-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.pvp__bottom--no-card{display:grid;grid-template-columns:1fr;gap:10px}.pvp__bottom--no-card .pvp__utilities{justify-self:end}.pvp__utilities{display:grid;gap:8px;flex-shrink:0}.pvp__utility-btn{background:#00000052}.pvp__progress-wrap{color:#fff}.pvp__progress-hit{padding-block:6px;cursor:pointer;touch-action:none}.pvp__progress{--pvp-progress: 0%;position:relative;background:#ffffff40;height:4px;margin-bottom:0;border-radius:999px;overflow:hidden}.pvp__progress:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:var(--pvp-progress, 0%);background:#fff;border-radius:999px;transition:width .15s linear}.pvp__progress.is-seeking:before{transition:none}.pvp__times{margin-top:6px;display:flex;justify-content:space-between;font-size:.75rem;line-height:1;color:#fff}.vcc{display:block;width:100%}.vcc .pvp--carousel{display:flex;flex-direction:column;gap:10px;width:100%}.vcc__teaser .vcc__open{background:transparent}.vcc__teaser .vcc__open .pvp__icon--play{display:none}.vcc__teaser-mute{position:absolute;right:10px;bottom:10px;z-index:2;width:32px;height:32px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:#fff;background:#00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.vcc__teaser-mute .vcc__icon{width:16px;height:16px;display:block}.vcc__bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;border-radius:var(--vcc-bar-radius, 12px);box-shadow:0 1px #0000000f}.vcc__bar--white{background:#fff;color:#111}.vcc__bar--black{background:#111;color:#fff}.vcc__bar-media{width:48px;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--pvp-image-radius, 6px);flex-shrink:0;background:#0000000a}.vcc__bar-image{width:100%;height:100%;object-fit:cover;display:block}.vcc__bar-info{min-width:0}.vcc__bar-title{margin:0;font-size:.8125rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcc__bar-price{margin:2px 0 0;font-size:.75rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcc__bar-price .price,.vcc__bar-price .price__amount{font-size:inherit;font-weight:500;line-height:inherit}.vcc__bar-price .compare-at-price{font-size:.6875rem}.vcc__bar-installments{margin:2px 0 0;font-size:.6875rem;line-height:1.3;opacity:.72;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vcc__bar--white .vcc__bar-price,.vcc__bar--white .vcc__bar-installments{color:#111111b8}.vcc__bar--black .vcc__bar-price,.vcc__bar--black .vcc__bar-installments{color:#ffffffc7}.vcc__bar--white .vcc__atc-btn{background:#111;color:#fff}.vcc__bar--black .vcc__atc-btn{background:#fff;color:#111}.vcc__atc{flex-shrink:0}.vcc__atc-btn{width:40px;height:40px;border:0;border-radius:var(--pvp-atc-radius, 37px);display:grid;place-items:center;flex-shrink:0;background:#111;color:#fff;cursor:pointer;transition:transform .2s ease-in-out}.vcc__atc-btn:hover{transform:scale(1.04)}.vcc__atc-btn .vcc__icon,.vcc__atc .vcc__icon{width:18px;height:18px;display:block}.vcc__installments--overlay{margin:2px 0 0;font-size:.6875rem;line-height:1.3;opacity:.8}.pvp__product-card--black .vcc__installments--overlay{color:#fff}.ivc__inner{display:flex;flex-direction:column;gap:24px}.ivc__header{display:flex;flex-direction:column;gap:8px;text-align:center;align-items:center}.ivc__subheading{margin:0;font-family:var(--font-subheading--family, inherit);font-style:var(--font-subheading--style, normal);font-weight:var(--font-subheading--weight, 400);font-size:var(--font-subheading--size, .875rem);line-height:var(--font-subheading--line-height, 1.4);letter-spacing:var(--font-subheading--letter-spacing, .06em);text-transform:var(--font-subheading--case, uppercase);opacity:.72}.ivc__title{margin:0;font-family:var(--font-heading--family, inherit);font-style:var(--font-heading--style, normal);font-weight:var(--font-heading--weight, 600);font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.1}.ivc__content{font-size:.9375rem;line-height:1.6;opacity:.8;max-width:60ch}.ivc__carousel{position:relative}.ivc__track{display:grid;grid-auto-flow:column;grid-auto-columns:min(72vw,20rem);column-gap:var(--vc-gap, 16px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding-inline:1.25rem;align-items:start}.ivc__track::-webkit-scrollbar{display:none}@media screen and (min-width:750px){.ivc__track{grid-auto-columns:var(--vc-card-width);padding-inline:0;overflow-x:hidden}}.ivc__slide{scroll-snap-align:start;min-width:0}.ivc__slide--empty .ivc__empty-card{aspect-ratio:var(--pvp-aspect-ratio, .5625);background:#0000000f;border-radius:12px;display:grid;place-items:center;padding:16px;font-size:.875rem;text-align:center;opacity:.5}.ivc__design-mode-notice{text-align:center;opacity:.5;padding:24px}.ivc__arrow{display:none}@media screen and (min-width:750px){.ivc__arrow{display:grid;place-items:center;position:absolute;top:40%;translate:0 -50%;z-index:2;width:40px;height:40px;border:0;border-radius:50%;background:#ffffffe6;color:#111;cursor:pointer;box-shadow:0 1px 8px #0000001f;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.ivc__arrow:hover{transform:scale(1.06)}.ivc__arrow[disabled]{opacity:.35;pointer-events:none}.ivc__arrow svg{width:18px;height:18px;display:block}.ivc__arrow--prev{left:-20px}.ivc__arrow--next{right:-20px}}.ivc__dots{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.ivc__dot{width:8px;height:8px;border:0;border-radius:50%;background:currentColor;opacity:.25;cursor:pointer;padding:0;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.ivc__dot[aria-current=true]{opacity:1;transform:scale(1.25)}@media(prefers-reduced-motion:reduce){.pvp__overlay,.pvp__teaser-play .pvp__icon--play,.pvp__btn,.pvp__indicator,.pvp__progress:before,.vcc__atc-btn,.ivc__arrow,.ivc__dot{transition:none}.ivc__track{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-video-player.css.map */
