.vc{margin:24px 0;position:relative}.vc__heading{text-align:center;margin:0 0 20px;font-size:clamp(22px,3vw,32px);font-weight:600;letter-spacing:-.01em}.vc__strip{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:40px 50vw;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center}.vc__strip::-webkit-scrollbar{display:none}.vc__item{flex:0 0 auto;width:180px;display:flex;flex-direction:column;scroll-snap-align:center;transition:transform .35s cubic-bezier(.2,.7,.2,1);transform-origin:center center}.vc__item--active{transform:scale(1.18);z-index:2}.vc__item--active .vc__caption{font-weight:600;color:#000}.vc__thumb{width:100%;aspect-ratio:9/16;position:relative;padding:0;border:0;border-radius:14px;overflow:hidden;cursor:pointer;background:#000;transition:box-shadow .25s ease;display:block;box-shadow:0 2px 8px #00000014}.vc__item--active .vc__thumb{box-shadow:0 12px 30px #00000038}.vc__thumb video,.vc__thumb img{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.vc__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:.85;transition:opacity .2s}.vc__item--active .vc__play{opacity:1}.vc__caption{margin-top:14px;padding:0 4px;font-size:13px;line-height:1.4;color:#555;text-align:center;font-weight:500;min-height:1.4em;transition:color .25s,font-weight .25s}.vc__caption--modal{position:absolute;bottom:-44px;left:0;right:0;color:#fff;font-size:15px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.6);text-align:center;padding:0 60px}.vc__modal{border:0;padding:0;background:transparent;max-width:95vw;max-height:95vh;overflow:visible}.vc__modal::backdrop{background:#000000e0}.vc__stage{position:relative;display:inline-block}.vc__player{max-width:100%;max-height:85vh;display:block;background:#000;border-radius:8px}.vc__product-slot{display:flex;justify-content:center;z-index:5}.vc__product-slot:not(.vc__product-slot--strip){position:absolute;left:8px;right:8px;bottom:8px;pointer-events:none}.vc__product-slot:not(.vc__product-slot--strip)>*{pointer-events:auto}.vc__product-slot--strip{margin-top:12px;width:100%}.vc__product-slot--strip .vc__product{width:100%;max-width:none;min-width:0;box-shadow:0 2px 6px #00000014;padding:5px 6px;gap:8px}.vc__product-slot--strip .vc__product-img{width:36px;height:36px;flex:0 0 36px;border-radius:6px}.vc__product-slot--strip .vc__product-title{font-size:12px}.vc__product-slot--strip .vc__product-price{font-size:11px;margin-top:1px}.vc__product-slot--strip .vc__product-add{width:28px;height:28px;flex:0 0 28px}.vc__product-slot--strip .vc__product-add svg{width:14px;height:14px}.vc__item--active .vc__product-slot--strip .vc__product{box-shadow:0 8px 20px #0000002e}.vc__product{display:flex;align-items:center;gap:10px;background:#fff;color:#111;text-decoration:none;padding:6px 8px;border-radius:12px;box-shadow:0 8px 24px #00000047;min-width:min(320px,90%);max-width:min(400px,95%);transition:transform .15s,box-shadow .2s}.vc__product:hover{transform:translateY(-1px)}.vc__product--skeleton{min-height:48px;background:linear-gradient(90deg,#eee,#f8f8f8,#eee);background-size:200% 100%;animation:vcSkel 1.2s infinite;border-radius:12px}@keyframes vcSkel{0%{background-position:200% 0}to{background-position:-200% 0}}.vc__product-img{width:52px;height:52px;object-fit:cover;border-radius:8px;flex:0 0 52px;background:#f4f4f4}.vc__product-info{flex:1;min-width:0}.vc__product-title{font-size:14px;font-weight:600;line-height:1.2;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc__product-price{font-size:13px;line-height:1.2;margin-top:2px;color:#111}.vc__price-old{color:#999;text-decoration:line-through;margin-right:6px;font-size:.9em}.vc__price-now{font-weight:600}.vc__product-more{background:transparent;border:0;padding:4px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center}.vc__product-more:hover{color:#000}.vc__product-add{width:36px;height:36px;border-radius:50%;background:#111;color:#fff;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 36px;transition:background .2s,transform .15s}.vc__product-add:hover{background:#000;transform:scale(1.05)}.vc__product-add--busy{background:#666}.vc__product-add--done{background:#1a8a3a}.vc__close,.vc__nav{position:fixed;background:#0000008c;color:#fff;border:0;border-radius:50%;width:44px;height:44px;line-height:1;cursor:pointer;z-index:10001;font-family:sans-serif}.vc__close{top:20px;right:20px;font-size:28px}.vc__nav{top:50%;transform:translateY(-50%);font-size:36px}.vc__nav--prev{left:20px}.vc__nav--next{right:20px}.vc__close:hover,.vc__nav:hover{background:#000000d9}.vc__toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(20px);background:#111;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;opacity:0;transition:transform .25s,opacity .25s;z-index:100000;pointer-events:none;box-shadow:0 10px 30px #0006}.vc__toast--show{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:640px){.vc__strip{padding:30px 50vw;gap:10px}.vc__item{width:140px}.vc__item--active{transform:scale(1.12)}.vc__thumb{border-radius:10px}.vc__caption{font-size:12px;margin-top:10px}.vc__nav{width:38px;height:38px;font-size:28px}.vc__nav--prev{left:8px}.vc__nav--next{right:8px}.vc__close{top:8px;right:8px}.vc__product{min-width:calc(100% - 16px);padding:5px 6px}.vc__product-img{width:44px;height:44px;flex:0 0 44px}.vc__product-title{font-size:13px}.vc__product-price{font-size:12px}.vc__product-add{width:32px;height:32px;flex:0 0 32px}}
/*# sourceMappingURL=/cdn/shop/t/416/assets/video-carousel.css.map */
