.videos-carousel-wrapper{position:relative;width:100%;display:block;overflow:clip;contain:layout paint}@supports not (overflow: clip){.videos-carousel-wrapper{overflow:hidden}}videos-carousel,.videos-carousel{display:block}.videos-carousel{--vc-card-w: clamp(260px, 70vw, 280px);--vc-gap: clamp(8px, 1.4vw, 20px);--vc-fade: clamp(16px, 6vw, 88px);--vc-radius: 10px;--vc-step-1: calc(var(--vc-card-w) * .93 + var(--vc-gap));--vc-step-2: calc(var(--vc-step-1) + var(--vc-card-w) * .78 + var(--vc-gap));--vc-step-3: calc(var(--vc-step-2) + var(--vc-card-w) * .63 + var(--vc-gap));position:relative;width:100%;height:calc(var(--vc-card-w) * 16 / 9);overflow:clip;contain:layout paint;-webkit-mask-image:linear-gradient(to right,transparent 0,black var(--vc-fade),black calc(100% - var(--vc-fade)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black var(--vc-fade),black calc(100% - var(--vc-fade)),transparent 100%);touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none}@media(min-width:768px){.videos-carousel{--vc-card-w: clamp(240px, 18vw, 280px)}}@supports not (overflow: clip){.videos-carousel{overflow:hidden}}.videos-carousel__slide{--vc-side: 1;--vc-translate: 0px;position:absolute;top:0;left:50%;width:var(--vc-card-w);height:100%;margin:0;transform:translate3d(calc(-50% + (var(--vc-translate) * var(--vc-side)) + (var(--vc-drag, 0) * var(--vc-step-1))),0,0) scale(var(--vc-scale, 1));opacity:var(--vc-opacity, 1);z-index:var(--vc-z, 1);filter:var(--vc-filter, none);transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .36s cubic-bezier(.22,1,.36,1),filter .36s cubic-bezier(.22,1,.36,1);border-radius:var(--vc-radius);overflow:hidden;background-color:#1c1c1c;isolation:isolate;-webkit-tap-highlight-color:transparent}.videos-carousel[data-dragging=true] .videos-carousel__slide{transition:none}.videos-carousel__slide[data-side=left]{--vc-side: -1}.videos-carousel__slide[data-side=right]{--vc-side: 1}.videos-carousel__slide[data-side=center]{--vc-side: 0}.videos-carousel__slide[data-position=center]{--vc-translate: 0px;--vc-scale: 1;--vc-opacity: 1;--vc-z: 5;--vc-filter: none}.videos-carousel__slide[data-position=neighbor]{--vc-translate: var(--vc-step-1);--vc-scale: .86;--vc-opacity: .75;--vc-z: 4;--vc-filter: brightness(.92)}.videos-carousel__slide[data-position=far]{--vc-translate: var(--vc-step-2);--vc-scale: .7;--vc-opacity: .4;--vc-z: 3;--vc-filter: brightness(.78);pointer-events:none}.videos-carousel__slide[data-position=very-far]{--vc-translate: var(--vc-step-3);--vc-scale: .56;--vc-opacity: .18;--vc-z: 2;--vc-filter: brightness(.7);pointer-events:none}.videos-carousel__slide[data-position=hidden]{--vc-translate: var(--vc-step-3);--vc-scale: .5;--vc-opacity: 0;--vc-z: 1;--vc-filter: brightness(.5);pointer-events:none}@media(max-width:767px){.videos-carousel__slide[data-position=neighbor]{--vc-scale: .85;--vc-opacity: .55}.videos-carousel__slide[data-position=far],.videos-carousel__slide[data-position=very-far]{--vc-opacity: 0;pointer-events:none}}.videos-carousel__slide:focus-visible,.videos-carousel__slide:focus-within{outline:2px solid rgba(255,255,255,.85);outline-offset:4px}.videos-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:transparent;background-size:cover;background-position:center;background-repeat:no-repeat}.videos-carousel__media video-media{display:block;width:100%;height:100%}.videos-carousel__poster,.videos-carousel__video,.videos-carousel__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.videos-carousel__poster{z-index:1}.videos-carousel__video{z-index:2;opacity:0;transition:opacity .32s ease;background:transparent}.videos-carousel__slide.is-selected[data-video-available=true] .videos-carousel__video{opacity:1}.videos-carousel__slide[data-video-available=false] .videos-carousel__video{opacity:0!important;display:none}.videos-carousel__slide[data-suspended] .videos-carousel__video{opacity:0}.videos-carousel__slide[data-suspended] .videos-carousel__poster{z-index:3}.videos-carousel__video-trigger{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:transparent;border:0;padding:0;margin:0;z-index:3;cursor:pointer;-webkit-tap-highlight-color:transparent}.videos-carousel__video-trigger:focus-visible{outline:none}.videos-carousel__play-toggle{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:6;opacity:0;pointer-events:none;transition:opacity .28s ease,transform .2s ease}.videos-carousel__slide[data-position=center] .videos-carousel__play-toggle{opacity:1;pointer-events:auto}@media(hover:hover){.videos-carousel__play-toggle:hover{transform:scale(1.08)}}.videos-carousel__play-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px;border-radius:50%}.videos-carousel__play-toggle svg{width:24px;height:24px;display:block;filter:drop-shadow(0 1px 3px rgba(0,0,0,.55)) drop-shadow(0 0 6px rgba(0,0,0,.35))}.videos-carousel__play-icon[hidden]{display:none}.videos-carousel__overlay{position:absolute;inset:auto 8px 8px 8px;z-index:5;pointer-events:none;background:linear-gradient(to top,#00000047,#0000 70%);border-radius:var(--vc-radius);padding:6px}.videos-carousel__product-card{display:flex;flex-direction:column;gap:6px;padding:8px 10px;border-radius:6px;background:#1c1c1cd1;color:#fff;text-decoration:none;pointer-events:auto;transition:transform .22s ease,background-color .22s ease;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;-webkit-tap-highlight-color:transparent;cursor:pointer}@supports ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))){.videos-carousel__product-card{background:#ffffff29;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.22);box-shadow:0 3px 18px #0000002e}}.videos-carousel__product-card:focus-visible{outline:2px solid #fff;outline-offset:3px}@media(hover:hover){.videos-carousel__product-card:hover{background:#1c1c1ce0;transform:translateY(-1px)}@supports ((backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))){.videos-carousel__product-card:hover{background:#ffffff38}}}.videos-carousel__product-row{display:grid;grid-template-columns:36px 1fr;gap:8px;align-items:center}.videos-carousel__product-thumb{width:36px;height:36px;border-radius:4px;overflow:hidden;background:#ffffffe6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.videos-carousel__product-thumb-image{width:100%;height:100%;object-fit:contain;padding:3px}.videos-carousel__product-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#efefef,#f3f3f3)}.videos-carousel__product-info{min-width:0;display:flex;flex-direction:column;gap:1px}.videos-carousel__product-title{font-family:Futura,FuturaPT,AvenirNext-Regular,Avenir Next,Helvetica Neue,sans-serif;font-size:11px;font-weight:500;line-height:1.2;letter-spacing:.02em;margin:0;color:#fff;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.videos-carousel__product-price{margin:0;display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.videos-carousel__price{font-size:11px;font-weight:500;letter-spacing:.01em}.videos-carousel__price--sale{color:#fff;font-weight:600}.videos-carousel__price--strike{color:#ffffffa6;font-size:10px;font-weight:400;text-decoration:line-through}.videos-carousel__product-cta{display:flex;align-items:center;justify-content:space-between;gap:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.2);font-family:Futura,FuturaPT,AvenirNext-Regular,Avenir Next,Helvetica Neue,sans-serif;font-size:9.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#fff}.videos-carousel__cta-text{white-space:nowrap}.videos-carousel__product-cta svg{width:12px;height:12px;flex-shrink:0;transition:transform .22s ease}@media(hover:hover){.videos-carousel__product-card:hover .videos-carousel__product-cta svg{transform:translate(3px)}}.videos-carousel__dots{display:flex;gap:6px;justify-content:center;margin-top:14px}.videos-carousel__dots .tap-area{width:7px;height:7px;border-radius:50%;background:#1c1c1c38;border:none;padding:0;cursor:pointer;transition:background-color .22s ease,transform .22s ease}.videos-carousel__dots .tap-area[aria-current=true]{background:#1c1c1c;transform:scale(1.3)}@media(prefers-reduced-motion:reduce){.videos-carousel__slide,.videos-carousel__product-card,.videos-carousel__product-cta svg,.videos-carousel__dots .tap-area{transition:none!important}.videos-carousel__slide.is-selected[data-reduced-motion] .videos-carousel__video{opacity:0}}@supports not ((-webkit-mask-image: linear-gradient(to right,transparent,black)) or (mask-image: linear-gradient(to right,transparent,black))){.videos-carousel{-webkit-mask-image:none;mask-image:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-videos-carousel.css.map */
