.vvstories{display:block;color:var(--vvstories-text)}.vvstories__section{position:relative;isolation:isolate;overflow:hidden;padding:var(--vvstories-padding-top) 0 var(--vvstories-padding-bottom);background:radial-gradient(55rem 18rem at -8% 12%,rgba(255,255,255,.78),transparent 72%),radial-gradient(46rem 17rem at 108% 8%,rgba(255,255,255,.72),transparent 74%),linear-gradient(180deg,var(--vvstories-bg-start),var(--vvstories-bg-end))}.vvstories__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none}.vvstories__background img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.vvstories__section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,#f7f8f724,#dffcf114)}.vvstories__inner{width:min(100%,var(--vvstories-max-width));margin:0 auto;padding:0 2rem}.vvstories__header{display:grid;justify-items:center;gap:1rem;margin-bottom:3.6rem;text-align:center}.vvstories__stars{display:flex;align-items:center;justify-content:center;gap:.35rem;line-height:0}.vvstories__stars svg{width:2.8rem;height:2.8rem;overflow:visible;fill:transparent;stroke:var(--vvstories-border);stroke-width:1.8;stroke-linejoin:round}.vvstories__stars svg.is-filled{fill:var(--vvstories-star)}.vvstories__heading{max-width:92rem;margin:0;color:var(--vvstories-text);font-family:var(--font-heading-family);font-size:var(--vvstories-heading-size);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:calc(var(--font-heading-scale) * -.025em);line-height:1.06;text-wrap:balance}.vvstories__heading em,.vvstories__heading i{font-family:var(--font-body-family);font-style:italic;font-weight:500}.vvstories__subtitle{max-width:68rem;color:var(--vvstories-muted);font-size:var(--vvstories-subtitle-size);line-height:1.45}.vvstories__subtitle>*{margin:0}.vvstories__carousel-shell{position:relative;width:100%;max-width:var(--vvstories-max-width);margin:0 auto;padding-inline:1.6rem}.vvstories__viewport{box-sizing:border-box;width:100%;overflow-x:auto;overflow-y:hidden;padding:4.2rem max(4.8rem,calc((100% - var(--vvstories-card-width)) / 2)) 3.6rem;scroll-behavior:smooth;scroll-padding-inline:calc((100% - var(--vvstories-card-width)) / 2);scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}.vvstories__viewport::-webkit-scrollbar{display:none}.vvstories__track{display:flex;align-items:center;gap:var(--vvstories-card-gap);width:max-content}.vvstories__card{position:relative;flex:0 0 var(--vvstories-card-width);width:var(--vvstories-card-width);scroll-snap-align:center;scroll-snap-stop:always;opacity:.66;transform:scale(.86);transform-origin:center;transition:opacity .3s ease,transform .3s ease}.vvstories__card.is-far{z-index:0;opacity:.66;transform:scale(.86)}.vvstories__card.is-near{z-index:1;opacity:.88;transform:scale(.98)}.vvstories__card.is-active{z-index:2;opacity:1;transform:scale(1.11)}.vvstories__media{position:relative;overflow:hidden;aspect-ratio:9 / 16;border:.2rem solid var(--vvstories-border);border-radius:var(--vvstories-radius);background:var(--vvstories-card-bg);box-shadow:0 .35rem 0 var(--vvstories-border)}.vvstories__video,.vvstories__image,.vvstories__placeholder{display:block;width:100%;height:100%;object-fit:cover}.vvstories__placeholder{color:color-mix(in srgb,var(--vvstories-text) 28%,transparent);background:color-mix(in srgb,var(--vvstories-bg-end) 72%,white)}.vvstories__play{position:absolute;top:50%;left:50%;display:grid;width:5.2rem;height:5.2rem;padding:0;place-items:center;border:.15rem solid var(--vvstories-border);border-radius:1.4rem;background:var(--vvstories-play-bg);color:var(--vvstories-play-text);box-shadow:0 .35rem 0 var(--vvstories-border);cursor:pointer;transform:translate(-50%,-50%);transition:opacity .18s ease,transform .18s ease}.vvstories__play:hover{transform:translate(-50%,calc(-50% - .15rem))}.vvstories__play:focus-visible,.vvstories__arrow:focus-visible,.vvstories__dot:focus-visible,.vvstories__viewport:focus-visible{outline:.3rem solid var(--vvstories-play-bg);outline-offset:.3rem}.vvstories__play.is-hidden{pointer-events:none;opacity:0}.vvstories__play svg{width:2rem;height:2rem;margin-left:.2rem}.vvstories__info{display:grid;gap:.8rem;padding-top:1.4rem}.vvstories__name{margin:0;color:var(--vvstories-text);font-family:var(--font-heading-family);font-size:2rem;font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.02em;line-height:1.1;text-decoration:none}a.vvstories__name:hover{text-decoration:underline;text-underline-offset:.25rem}.vvstories__divider{width:100%;height:.1rem;background:var(--vvstories-border)}.vvstories__meta{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.vvstories__reviewer,.vvstories__meta-text{margin:0;color:var(--vvstories-text);font-size:1.4rem;line-height:1.3}.vvstories__reviewer{font-weight:700}.vvstories__meta-text{text-align:right}.vvstories__controls{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-top:.4rem}.vvstories__arrow{display:grid;width:4.6rem;height:4.6rem;padding:0;place-items:center;border:.2rem solid var(--vvstories-border);border-radius:1rem;background:var(--vvstories-play-bg);color:var(--vvstories-play-text);box-shadow:0 .3rem 0 var(--vvstories-border);cursor:pointer}.vvstories__arrow svg{width:2.4rem;height:2.4rem}.vvstories__dots{display:flex;align-items:center;justify-content:center;gap:.7rem}.vvstories__dot{width:.9rem;height:.9rem;padding:0;border:.1rem solid var(--vvstories-border);border-radius:999px;background:transparent;cursor:pointer;transition:width .2s ease,background .2s ease}.vvstories__dot.is-active{width:2.8rem;background:var(--vvstories-play-bg)}.vvstories__carousel-shell.has-decorations:before,.vvstories__carousel-shell.has-decorations:after{content:"";position:absolute;z-index:4;width:4.6rem;height:.7rem;border-radius:999px;background:var(--vvstories-border);box-shadow:0 1.35rem 0 var(--vvstories-border),0 2.7rem 0 var(--vvstories-border);pointer-events:none}.vvstories__carousel-shell.has-decorations:before{bottom:11rem;left:.5rem;transform:rotate(20deg)}.vvstories__carousel-shell.has-decorations:after{top:6rem;right:.5rem;transform:rotate(-20deg)}@media screen and (max-width:989px){.vvstories__carousel-shell.has-decorations:before,.vvstories__carousel-shell.has-decorations:after{display:none}.vvstories__card{--vvstories-card-width: min(30rem, 72vw)}}@media screen and (max-width:749px){.vvstories__section{padding-top:var(--vvstories-padding-top-mobile);padding-bottom:var(--vvstories-padding-bottom-mobile)}.vvstories__inner{padding:0 1.6rem}.vvstories__header{gap:.9rem;margin-bottom:2.4rem}.vvstories__stars svg{width:2.4rem;height:2.4rem}.vvstories__heading{font-size:var(--vvstories-heading-mobile);line-height:1.04}.vvstories__subtitle{font-size:1.6rem}.vvstories__viewport{width:calc(100% + 3.2rem);margin-left:-1.6rem;padding-top:3.4rem;padding-bottom:3.2rem}.vvstories__card{--vvstories-card-width: min(29rem, 76vw);transform:scale(.86)}.vvstories__card.is-near{transform:scale(.92)}.vvstories__card.is-active{transform:scale(1)}.vvstories__media{border-radius:min(var(--vvstories-radius),1.4rem)}.vvstories__name{font-size:1.8rem}.vvstories__meta{align-items:flex-start}.vvstories__reviewer,.vvstories__meta-text{font-size:1.3rem}.vvstories__controls{gap:1.2rem}.vvstories__arrow{width:4.2rem;height:4.2rem}}@media(prefers-reduced-motion:reduce){.vvstories__viewport{scroll-behavior:auto}.vvstories__card,.vvstories__play,.vvstories__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/120/assets/vicevora-video-stories.css.map */
