.video-showcase{overflow:hidden}.video-showcase__inner{max-width:var(--vs-max-width, 1200px);margin:0 auto;padding:0 20px}.video-showcase__header{text-align:center;margin-bottom:var(--vs-header-gap, 32px)}.video-showcase__title{margin:0 0 8px;font-family:"Inria Serif",serif;font-weight:400;font-size:var(--vs-title-size, 32px);line-height:1.2;color:var(--vs-title-color, #111)}.video-showcase__subtitle{margin:0;font-family:Karla,sans-serif;font-size:var(--vs-subtitle-size, 16px);color:var(--vs-subtitle-color, #666)}.video-showcase__slider{position:relative}.video-showcase__track-wrap{overflow:hidden;padding-inline:4px}.video-showcase__track{display:flex;gap:var(--vs-gap, 16px);transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.video-showcase__slide{flex:0 0 calc((100% - (var(--vs-spv) - 1) * var(--vs-gap, 16px)) / var(--vs-spv));min-width:0}.video-showcase__card{display:flex;flex-direction:column;height:100%}.video-showcase__media{position:relative;width:100%;aspect-ratio:var(--vs-aspect, 9 / 16);border-radius:var(--vs-radius, 8px);overflow:hidden;background:#111;cursor:pointer}.video-showcase__video,.video-showcase__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.video-showcase__poster{transition:opacity .25s ease;z-index:1}.video-showcase__card.is-playing .video-showcase__poster{opacity:0;pointer-events:none}.video-showcase__video{z-index:0}.video-showcase__play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;border:0;padding:0;margin:0;background:#00000026;cursor:pointer;transition:opacity .25s ease,background .25s ease}.video-showcase__play-icon{width:52px;height:52px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0003;transition:transform .2s ease}.video-showcase__play-icon svg{width:18px;height:18px;margin-left:3px;fill:#111}.video-showcase__card.is-playing .video-showcase__play{opacity:0;pointer-events:none}.video-showcase__media:hover .video-showcase__play-icon{transform:scale(1.05)}.video-showcase__footer{padding:12px 2px 0;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.video-showcase__caption{margin:0;font-family:"Inria Serif",serif;font-size:var(--vs-caption-size, 15px);line-height:1.35;color:var(--vs-caption-color, #222);text-align:left}.video-showcase__shop-link{display:inline-flex;align-items:center;gap:4px;font-family:Karla,sans-serif;font-size:13px;font-weight:600;color:var(--vs-shop-color, #0c3e23);text-decoration:underline;text-underline-offset:3px}.video-showcase__shop-link:hover{color:#145c34}.video-showcase__arrow{position:absolute;top:42%;transform:translateY(-50%);width:40px;height:40px;border:1px solid #e8e8e8;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;box-shadow:0 2px 10px #0000000f;transition:opacity .2s ease}.video-showcase__arrow.is-hidden{opacity:0;pointer-events:none}.video-showcase__arrow--prev{left:0}.video-showcase__arrow--next{right:0}.video-showcase__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.video-showcase__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:all .25s ease}.video-showcase__dot.is-active{width:20px;border-radius:4px;background:#0c3e23}.video-showcase__placeholder{aspect-ratio:var(--vs-aspect, 9 / 16);display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;font-size:13px;color:#888;background:#f3f3f3;border-radius:var(--vs-radius, 8px)}@media(max-width:767px){.video-showcase__title{font-size:var(--vs-title-size-mobile, 24px)}.video-showcase__arrow{display:none}.video-showcase__play{pointer-events:none;opacity:0}}.vs-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px 16px}.vs-lightbox[hidden]{display:none!important}.vs-lightbox.is-open{display:flex}body.vs-lightbox-open{overflow:hidden}@media(max-width:989px){body.vs-reels-open .section--toolbar-mobile,body.vs-reels-open toolbar-mobile,body.vs-reels-open .halo-sticky-toolbar-mobile,body.vs-reels-open .halo-bottom-bar{visibility:hidden!important;pointer-events:none!important;transform:translateY(100%)!important}body.vs-reels-open[style*="--toolbar-mobile-height:"]{padding-bottom:0!important}html:has(body.vs-reels-open),body.vs-reels-open{overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}html:has(body.vs-reels-open)::-webkit-scrollbar,body.vs-reels-open::-webkit-scrollbar{display:none;width:0;height:0}}.vs-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.vs-lightbox__shell{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;max-width:1100px;gap:12px}.vs-lightbox__viewport{flex:1 1 auto;min-width:0;overflow:hidden;max-width:860px}.vs-lightbox__track{display:flex;align-items:center;gap:20px;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.vs-lightbox__item{flex:0 0 auto;width:min(380px,72vw);display:flex;justify-content:center;transition:opacity .35s ease,filter .35s ease,transform .35s ease}.vs-lightbox__item:not(.is-active){opacity:.45;filter:blur(8px) brightness(.55);transform:scale(.9);pointer-events:none}.vs-lightbox__item.is-active{opacity:1;filter:none;transform:scale(1)}.vs-lightbox__frame{position:relative;width:100%;margin:0 auto}.vs-lightbox__video-wrap{position:relative;width:100%;aspect-ratio:9 / 16;max-height:min(82vh,720px);border-radius:10px;overflow:hidden;background:#000;box-shadow:0 24px 60px #00000073}.vs-lightbox__video-wrap .vs-lightbox__toolbar{position:absolute;top:12px;right:12px;z-index:3}.vs-lightbox__video,.vs-lightbox__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vs-lightbox__poster{z-index:1;transition:opacity .2s ease}.vs-lightbox__item.is-playing .vs-lightbox__poster{opacity:0;pointer-events:none}.vs-lightbox__toolbar{display:flex;flex-direction:column;gap:10px}.vs-lightbox__tool{width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 12px #0003;padding:0}.vs-lightbox__tool:hover{transform:scale(1.04)}.vs-lightbox__nav{flex-shrink:0;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 14px #00000040;z-index:2}.vs-lightbox__nav:disabled{opacity:.35;cursor:default}.vs-lightbox__meta{margin-top:14px;text-align:center;color:#fff}.vs-lightbox__caption{margin:0;font-family:"Inria Serif",serif;font-size:16px;line-height:1.35}.vs-product-tag{position:absolute;left:10px;right:10px;bottom:10px;z-index:4;display:flex;align-items:stretch;gap:10px;padding:10px 12px;border-radius:14px;background:linear-gradient(105deg,#2a1c14e0,#0c1224e6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 24px #00000059}.video-showcase__media .vs-product-tag{left:8px;right:8px;bottom:8px;padding:8px 10px;border-radius:12px;z-index:6;pointer-events:auto}.vs-product-tag__main{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.vs-product-tag__thumb{flex-shrink:0;width:52px;height:52px;border-radius:8px;object-fit:cover}.video-showcase__media .vs-product-tag__thumb{width:44px;height:44px}.vs-product-tag__body{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}.vs-product-tag__title{margin:0;font-family:Karla,sans-serif;font-size:13px;font-weight:700;line-height:1.25;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vs-lightbox__video-wrap .vs-product-tag__title{font-size:14px}.vs-product-tag__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}.vs-product-tag__price{font-family:Karla,sans-serif;font-size:13px;font-weight:600;color:#fff}.vs-product-tag__compare{font-family:Karla,sans-serif;font-size:12px;font-weight:500;color:#ffffff8c;text-decoration:line-through}.vs-product-tag__add-btn{flex-shrink:0;align-self:flex-end;width:40px;height:40px;border:0;border-radius:10px;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;text-decoration:none;box-shadow:0 2px 8px #0003}.vs-product-tag__add-btn:hover{transform:scale(1.04)}.vs-product-tag__add-icon{font-size:22px;font-weight:400;line-height:1}@media(max-width:767px){.vs-lightbox.is-reels{padding:0;align-items:stretch;justify-content:stretch;background:#000}.vs-lightbox.is-reels .vs-lightbox__backdrop{display:none}.vs-lightbox.is-reels .vs-lightbox__shell{flex:1 1 auto;width:100%;max-width:none;height:100%;gap:0}.vs-lightbox.is-reels .vs-lightbox__nav{display:none}.vs-lightbox.is-reels .vs-lightbox__viewport{flex:1 1 auto;max-width:none;width:100%;height:100%;max-height:100dvh;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y;scrollbar-width:none;-ms-overflow-style:none}.vs-lightbox.is-reels .vs-lightbox__viewport::-webkit-scrollbar{display:none;width:0;height:0}.vs-lightbox.is-reels .vs-lightbox__track{flex-direction:column;align-items:stretch;gap:0;width:100%;height:auto;transform:none!important;transition:none}.vs-lightbox.is-reels .vs-lightbox__item{flex:0 0 auto;width:100%;height:100dvh;min-height:100dvh;scroll-snap-align:start;scroll-snap-stop:always;opacity:1;filter:none;transform:none;pointer-events:auto}.vs-lightbox.is-reels .vs-lightbox__frame{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.vs-lightbox.is-reels .vs-lightbox__video-wrap{flex:1 1 auto;width:100%;height:100%;max-height:100dvh;aspect-ratio:unset;border-radius:0;box-shadow:none}.vs-lightbox.is-reels .vs-lightbox__video-wrap .vs-lightbox__toolbar{top:max(12px,env(safe-area-inset-top,12px));right:max(12px,env(safe-area-inset-right,12px))}.vs-lightbox.is-reels .vs-lightbox__meta{display:none!important}.vs-lightbox.is-reels .vs-product-tag{left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom,12px))}.vs-lightbox.is-reels .vs-product-tag__add-btn{width:36px;height:36px}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/section-video-showcase.css.map */
