.short-video-showcase{position:relative;z-index:0;isolation:isolate;background-color:var(--svs-section-bg);background-image:var(--svs-section-bg-desktop);background-repeat:no-repeat;background-position:center;background-size:cover;color:var(--svs-text);overflow:hidden}@media(max-width:767.98px){.short-video-showcase{background-image:var(--svs-section-bg-mobile)}}.short-video-showcase__inner{width:min(100% - 40px,var(--svs-max-width));margin:0 auto}.short-video-showcase__header{max-width:780px;margin:0 auto 38px;text-align:center}.short-video-showcase__heading{margin:0;color:var(--svs-heading);font-size:var(--svs-heading-size, 40px);line-height:1.18;letter-spacing:0}.short-video-showcase__description{margin-top:14px;font-size:var(--svs-description-size, 15px);line-height:1.55}.short-video-showcase__description p{margin:0;font-size:inherit}.short-video-showcase__viewport{overflow:visible}.short-video-showcase__track{--svs-card-width: min(var(--svs-desktop-width), calc((100vw - 96px)/5) );--svs-active-scale: 1.12;display:flex;gap:var(--svs-gap);overflow-x:auto;box-sizing:border-box;padding-block:48px 34px;padding-inline:max(0px,calc((100% - var(--svs-card-width)) / 2));scroll-padding-inline:max(0px,calc((100% - var(--svs-card-width)) / 2));scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x pan-y pinch-zoom;outline:none}.short-video-showcase__track::-webkit-scrollbar{display:none}.short-video-showcase :where(a,button,[tabindex]):focus-visible{outline:3px solid var(--svs-accent);outline-offset:3px}.short-video-showcase__track:focus-visible{outline:3px solid var(--svs-accent);outline-offset:-3px}.short-video-showcase__slide{flex:0 0 var(--svs-card-width);min-width:0;position:relative;scroll-snap-align:center;scroll-snap-stop:always;z-index:1;transition:z-index .35s step-end}.short-video-showcase__card{height:100%;overflow:hidden;background:var(--svs-card-bg);border-radius:var(--svs-card-radius);box-shadow:0 10px 30px rgba(0,0,0,var(--svs-shadow));transform:scale(var(--svs-live-scale, var(--svs-inactive-scale)));transform-origin:center;will-change:transform;transition:box-shadow .38s cubic-bezier(.22,1,.36,1)}.short-video-showcase__slide.is-active .short-video-showcase__card{box-shadow:0 14px 38px rgba(0,0,0,calc(var(--svs-shadow) + .04))}.short-video-showcase__slide.is-active{z-index:3;transition-timing-function:step-start}.short-video-showcase__media{position:relative;overflow:hidden;aspect-ratio:9 / 16;background:#111;border-radius:var(--svs-card-radius) var(--svs-card-radius) 0 0;opacity:var(--svs-live-opacity, var(--svs-inactive-opacity))}.short-video-showcase__media:focus-within{opacity:1}.short-video-showcase__video{position:relative;z-index:1;width:100%;height:100%;display:block;opacity:0;object-fit:cover;transition:opacity .2s ease}.short-video-showcase__poster{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;transition:opacity .2s ease,visibility .2s ease}.short-video-showcase__media.is-video-ready .short-video-showcase__video{opacity:1}.short-video-showcase__media.is-video-ready .short-video-showcase__poster{opacity:0;visibility:hidden}.short-video-showcase__video-toggle{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;border:0;padding:0;color:#fff;background:transparent;cursor:pointer;touch-action:pan-x pan-y pinch-zoom}.short-video-showcase__video-toggle:focus-visible{outline:3px solid #fff;outline-offset:-5px;box-shadow:inset 0 0 0 7px #000000b8}.short-video-showcase__play-icon,.short-video-showcase__pause-icon{position:absolute;top:50%;left:50%;width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#0000007a;transform:translate(-50%,-50%);transition:opacity .18s ease,transform .18s ease}.short-video-showcase__play-icon svg,.short-video-showcase__pause-icon svg{width:22px;height:22px;fill:currentColor}.short-video-showcase__pause-icon{opacity:0}.short-video-showcase__slide.is-playing .short-video-showcase__play-icon{opacity:0;transform:translate(-50%,-50%) scale(.8)}.short-video-showcase__slide.is-playing .short-video-showcase__pause-icon{opacity:0}.short-video-showcase__slide.is-playing .short-video-showcase__video-toggle:hover .short-video-showcase__pause-icon,.short-video-showcase__slide.is-playing .short-video-showcase__video-toggle:focus-visible .short-video-showcase__pause-icon{opacity:1}.short-video-showcase__placeholder{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:12px;color:#777;background:#eee;font-size:13px}.short-video-showcase__placeholder svg{width:55%;height:auto}.short-video-showcase__product{min-height:92px;display:flex;align-items:center;gap:10px;padding:10px;border-top:1px solid rgba(0,0,0,.07)}.short-video-showcase__product-image{width:54px;height:54px;flex:0 0 54px;overflow:hidden;border-radius:8px;background:#f4f4f4}.short-video-showcase__product-image img,.short-video-showcase__product-image svg{width:100%;height:100%;display:block;object-fit:cover}.short-video-showcase__product-info{min-width:0;flex:1}.short-video-showcase__product-title{min-height:2.5em;display:-webkit-box;overflow:hidden;color:var(--svs-heading);font-size:12px;font-weight:600;line-height:1.25;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.short-video-showcase__prices{display:flex;align-items:baseline;gap:6px;margin-top:5px;white-space:nowrap}.short-video-showcase__price{color:var(--svs-heading);font-size:12px;font-weight:700}.short-video-showcase__compare{color:var(--svs-heading);font-size:10px}.short-video-showcase__product-action{flex:0 0 auto}.short-video-showcase__product-action form{margin:0}.short-video-showcase__add{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(0,0,0,.14);border-radius:50%;color:var(--svs-accent);background:var(--svs-card-bg);cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.short-video-showcase__add:hover{color:var(--svs-card-bg);background:var(--svs-accent);transform:translateY(-2px)}.short-video-showcase__add svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.short-video-showcase__controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:4px}.short-video-showcase__arrow{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;color:#fff;background:var(--svs-accent);box-shadow:0 8px 22px #0000002e;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.short-video-showcase__arrow:hover{transform:translateY(-2px) scale(1.06);box-shadow:0 11px 28px #0000003d}.short-video-showcase__arrow:active{transform:scale(.94)}.short-video-showcase__arrow:focus-visible{outline-color:#fff;box-shadow:0 0 0 3px var(--svs-accent),0 8px 22px #0000002e}.short-video-showcase.is-animating .short-video-showcase__arrow{pointer-events:none}.short-video-showcase__arrow:disabled{opacity:.3;cursor:default;transform:none}.short-video-showcase__arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.short-video-showcase__dots{display:flex;align-items:center;justify-content:center;gap:6px}.short-video-showcase__dot{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:50%;padding:0;background:transparent;cursor:pointer}.short-video-showcase__dot:before{content:"";width:7px;height:7px;border-radius:5px;background:var(--svs-accent);opacity:.45;transition:width .25s ease,opacity .25s ease}.short-video-showcase__dot.is-active:before{width:24px;opacity:1}.short-video-showcase__dot:focus-visible{outline-offset:0}.short-video-showcase__empty{width:100%;padding:80px 20px;text-align:center;background:#0000000a}@media(max-width:989px){.short-video-showcase__track{--svs-card-width: min(var(--svs-tablet-width), calc(100vw - 180px) );padding-block:42px 30px}}@media(max-width:640px){.short-video-showcase__inner{width:100%}.short-video-showcase__header{margin:0 20px 22px}.short-video-showcase__heading{font-size:var(--svs-heading-size-mobile, 25px)}.short-video-showcase__description{font-size:var(--svs-description-size-mobile, 14px)}.short-video-showcase__track{--svs-card-width: min(var(--svs-mobile-width), calc(100vw - 96px) );--svs-active-scale: 1.06;padding-block:34px 26px;padding-inline:calc((100% - var(--svs-card-width)) / 2);scroll-padding-inline:calc((100% - var(--svs-card-width)) / 2)}.short-video-showcase__product{min-height:86px;padding:9px}.short-video-showcase__product-image{width:50px;height:50px;flex-basis:50px}.short-video-showcase__arrow{display:none}.short-video-showcase__controls{min-height:24px}}@media(prefers-reduced-motion:reduce){.short-video-showcase__track{scroll-behavior:auto}.short-video-showcase__card,.short-video-showcase__arrow,.short-video-showcase__dot:before{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/short-video-showcase.css.map */
