.video-reels{padding:var(--vr-pad-top, 40px) 0 var(--vr-pad-bottom, 40px);background-color:var(--vr-bg, #ffffff);content-visibility:auto;contain-intrinsic-size:auto 640px}.video-reels__container{max-width:1600px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.video-reels__header{text-align:center;margin-bottom:clamp(1.25rem,2.5vw,2rem)}.video-reels__title{font-family:var(--font-heading-family);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--vr-title-color, #1f2937);margin:0}.video-reels__subtitle{font-family:var(--font-body-family);font-size:clamp(.9rem,1.5vw,1rem);color:var(--vr-title-color, #1f2937);opacity:.75;margin:.5rem 0 0}.video-reels__track-wrapper{position:relative}.video-reels__track{display:flex;gap:var(--vr-gap, clamp(.75rem, 1.5vw, 1.25rem));overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;touch-action:pan-x pan-y}.video-reels__track::-webkit-scrollbar{display:none}.video-reels__card{flex:0 0 auto;width:calc((100% - (var(--reels-per-view, 4) - 1) * var(--vr-gap, clamp(.75rem, 1.5vw, 1.25rem))) / var(--reels-per-view, 4));max-width:320px;min-width:200px;scroll-snap-align:start;position:relative;aspect-ratio:9 / 16;border-radius:clamp(10px,1vw,16px);overflow:hidden;background:#000;cursor:pointer;border:none;padding:0;font-family:inherit;transition:transform .25s ease;touch-action:manipulation}.video-reels__card:hover{transform:translateY(-3px)}.video-reels__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.video-reels__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;pointer-events:none;z-index:2;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease}.video-reels__card:hover .video-reels__play{background:#000000bf;transform:translate(-50%,-50%) scale(1.08)}.video-reels__play svg{width:22px;height:22px;margin-left:3px}.video-reels__product-card{position:absolute;left:8px;right:8px;bottom:8px;background:#fffffff7;border-radius:10px;padding:8px;display:flex;gap:8px;align-items:center;z-index:3;color:#1f2937;pointer-events:none}.video-reels__product-img{flex-shrink:0;width:44px;height:44px;border-radius:6px;object-fit:cover;background:#f3f4f6}.video-reels__product-info{flex:1;min-width:0;overflow:hidden;text-align:left}.video-reels__product-name{font-size:.8rem;font-weight:600;color:#1f2937;margin:0;line-height:1.2;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.video-reels__product-price-row{display:flex;align-items:baseline;gap:6px;margin-top:2px}.video-reels__product-price{font-size:.85rem;font-weight:700;color:#1f2937;line-height:1}.video-reels__product-compare{font-size:.7rem;color:#9ca3af;text-decoration:line-through;line-height:1}.video-reels__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:none;box-shadow:0 4px 14px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:opacity .2s ease,transform .2s ease;touch-action:manipulation}.video-reels__nav:hover{transform:translateY(-50%) scale(1.08)}.video-reels__nav:disabled{opacity:0;pointer-events:none}.video-reels__nav--prev{left:-10px}.video-reels__nav--next{right:-10px}.video-reels__nav svg{width:20px;height:20px;color:#1f2937}@media screen and (max-width:749px){.video-reels__nav{display:none}}.vr-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:99999;display:none;opacity:0;transition:opacity .25s ease}.vr-lightbox.is-open{display:block;opacity:1}body.vr-lightbox-open{overflow:hidden}.vr-lightbox__inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vr-lightbox__close{position:fixed;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100002;transition:background .2s ease,transform .2s ease;touch-action:manipulation}.vr-lightbox__close:hover{background:#ffffff40;transform:rotate(90deg)}.vr-lightbox__close svg{width:18px;height:18px}.vr-lightbox__stage{position:relative;height:100%;width:100%;max-width:min(480px,calc(56.25vh + 280px));display:flex;flex-direction:column;padding:16px 12px;box-sizing:border-box}.vr-lightbox__video-wrapper{flex:1;min-height:0;position:relative;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:9 / 16;margin:0 auto;width:100%;max-height:calc(100vh - 32px)}.vr-lightbox__video{width:100%;height:100%;object-fit:contain;background:#000}.vr-lightbox__controls{position:absolute;top:12px;left:12px;display:flex;gap:8px;z-index:5}.vr-lightbox__ctrl-btn{width:36px;height:36px;border-radius:50%;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;touch-action:manipulation}.vr-lightbox__ctrl-btn:hover{background:#000000bf}.vr-lightbox__ctrl-btn svg{width:16px;height:16px}.vr-lightbox__tap-play{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#0000004d;cursor:pointer;z-index:4;border:none;touch-action:manipulation}.vr-lightbox__video-wrapper.is-paused .vr-lightbox__tap-play{display:flex}.vr-lightbox__tap-play-icon{width:72px;height:72px;border-radius:50%;background:#000000b3;display:flex;align-items:center;justify-content:center;color:#fff}.vr-lightbox__tap-play-icon svg{width:32px;height:32px;margin-left:4px}.vr-lightbox__nav{position:absolute;right:-56px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:5}.vr-lightbox__nav-btn{width:44px;height:44px;border-radius:50%;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;touch-action:manipulation}.vr-lightbox__nav-btn:hover{background:#ffffff4d}.vr-lightbox__nav-btn:disabled{opacity:.35;cursor:not-allowed}.vr-lightbox__nav-btn svg{width:18px;height:18px}@media screen and (max-width:749px){.vr-lightbox__nav{right:8px;flex-direction:column}.vr-lightbox__nav-btn{background:#00000080}}.vr-lightbox__main-product{position:absolute;left:12px;right:56px;bottom:12px;display:flex;gap:10px;align-items:center;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:8px 10px;text-decoration:none;color:#fff;z-index:5;transition:transform .2s ease,background .2s ease;touch-action:manipulation}.vr-lightbox__main-product:hover{background:#000000b3;transform:translateY(-2px)}.vr-lightbox__main-product-img{flex-shrink:0;width:44px;height:44px;border-radius:8px;object-fit:cover;background:#fff}.vr-lightbox__main-product-info{flex:1;min-width:0}.vr-lightbox__main-product-name{font-size:.85rem;font-weight:600;color:#fff;margin:0;line-height:1.2;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vr-lightbox__main-product-prices{display:flex;align-items:baseline;gap:6px;margin-top:3px}.vr-lightbox__main-product-price{font-size:.95rem;font-weight:700;color:#fff;line-height:1}.vr-lightbox__main-product-compare{font-size:.75rem;color:#ffffffa6;text-decoration:line-through;line-height:1}.vr-lightbox__cart-btn{position:absolute;left:12px;bottom:12px;width:44px;height:44px;border-radius:50%;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:6;transition:background .2s ease,transform .2s ease;touch-action:manipulation}.vr-lightbox__cart-btn.is-visible{display:flex}.vr-lightbox__cart-btn:hover{background:#000000bf;transform:scale(1.05)}.vr-lightbox__cart-btn svg{width:22px;height:22px}.vr-lightbox__cart-count{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#fff;color:#1f2937;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.vr-lightbox__video-wrapper.has-cart-btn .vr-lightbox__main-product{left:64px}.vr-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:10;opacity:0;pointer-events:none;transition:opacity .25s ease;border-radius:12px}.vr-sheet-backdrop.is-open{opacity:1;pointer-events:auto}.vr-sheet{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 12px 12px;max-height:70%;transform:translateY(100%);transition:transform .32s cubic-bezier(.32,.72,0,1);z-index:11;display:flex;flex-direction:column;overflow:hidden}.vr-sheet.is-open{transform:translateY(0)}.vr-sheet__handle{flex-shrink:0;padding:8px 0 4px;display:flex;justify-content:center}.vr-sheet__handle-bar{width:36px;height:4px;border-radius:2px;background:#d1d5db}.vr-sheet__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:4px 16px 12px}.vr-sheet__title{font-family:var(--font-heading-family);font-size:1rem;font-weight:700;color:#1f2937;margin:0}.vr-sheet__close{width:28px;height:28px;border-radius:50%;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;touch-action:manipulation}.vr-sheet__close svg{width:14px;height:14px}.vr-sheet__list{flex:1;overflow-y:auto;padding:0 12px 16px;-webkit-overflow-scrolling:touch}.vr-sheet__item{display:flex;gap:12px;align-items:center;padding:10px;background:#f9fafb;border-radius:10px;text-decoration:none;color:#1f2937;margin-bottom:8px;transition:background .15s ease;touch-action:manipulation}.vr-sheet__item:hover{background:#f3f4f6}.vr-sheet__item-img{flex-shrink:0;width:56px;height:56px;border-radius:8px;object-fit:cover;background:#fff}.vr-sheet__item-info{flex:1;min-width:0}.vr-sheet__item-name{font-size:.9rem;font-weight:600;color:#1f2937;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vr-sheet__item-prices{display:flex;align-items:baseline;gap:6px;margin-top:4px}.vr-sheet__item-price{font-size:.95rem;font-weight:700;color:#1f2937;line-height:1}.vr-sheet__item-compare{font-size:.75rem;color:#9ca3af;text-decoration:line-through;line-height:1}.vr-lightbox__progress{position:absolute;top:8px;left:12px;right:12px;display:flex;gap:4px;z-index:5}.vr-lightbox__progress-bar{flex:1;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.vr-lightbox__progress-bar.is-done{background:#ffffffe6}.vr-lightbox__progress-fill{height:100%;width:0;background:#fff;transition:width .1s linear}@media screen and (max-width:1199px){.video-reels__card{width:calc((100% - (var(--reels-per-view-tablet, 3) - 1) * var(--vr-gap, clamp(.75rem, 1.5vw, 1.25rem))) / var(--reels-per-view-tablet, 3))}}@media screen and (max-width:749px){.video-reels__card{width:calc((100% - (var(--reels-per-view-mobile, 2) - 1) * var(--vr-gap, clamp(.75rem, 1.5vw, 1.25rem))) / var(--reels-per-view-mobile, 2));min-width:160px}.vr-lightbox__stage{padding:8px;max-width:100%}.vr-lightbox__video-wrapper{max-height:calc(100vh - 16px)}.vr-lightbox__main-product{left:8px;right:56px;bottom:8px}.vr-lightbox__cart-btn{left:8px;bottom:8px}}@media(prefers-reduced-motion:reduce){.video-reels__track{scroll-behavior:auto}.video-reels__card,.video-reels__play,.video-reels__nav,.vr-lightbox,.vr-lightbox__close,.vr-lightbox__ctrl-btn,.vr-lightbox__nav-btn,.vr-lightbox__main-product,.vr-lightbox__cart-btn,.vr-sheet,.vr-sheet-backdrop,.vr-sheet__item,.vr-lightbox__progress-fill{transition-duration:.01ms!important}.video-reels__card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/video-reels.css.map */
