.video-reels-section{--video-control-height: 40px;--video-height: 500px;--video-height-mobile: 450px;--video-width-percent: 22%;--video-width-percent-mobile: 70%;--video-aspect-ratio: 9/16;--video-border-radius: 12px;--slide-gap: 16px;--slide-gap-mobile: 12px;--section-max-width: 100%;--section-max-width-mobile: 100%;--section-margin-left: 0px;--section-margin-right: 0px;--section-margin-left-mobile: 0px;--section-margin-right-mobile: 0px;--popup-background: rgba(0, 0, 0, .95);padding-top:var(--section-gap-top, 44px);padding-bottom:var(--section-gap-bottom, 48px);max-width:var(--section-max-width, 100%);margin-left:auto;margin-right:auto;padding-left:var(--section-margin-left, 0px);padding-right:var(--section-margin-right, 0px);overflow:hidden;box-sizing:border-box}@media(max-width:599px){.video-reels-section{max-width:var(--section-max-width-mobile, 100%);padding-left:var(--section-margin-left-mobile, 0px);padding-right:var(--section-margin-right-mobile, 0px)}}.video-reels__container{width:100%;box-sizing:border-box}.video-reels__headline{text-align:center;margin-bottom:16px;padding:0 16px}.video-reels__headline .section__heading{color:var(--section-heading-color, inherit)}.video-reels__splide .splide__track{overflow:visible}.video-reels__splide .splide__slide{width:var(--video-width-percent, 22%);min-width:180px;max-width:400px;flex-shrink:0}.video-reels-section[data-slides-desktop]:not([data-slides-desktop="0"]) .video-reels__splide .splide__slide{width:auto!important;min-width:unset!important;max-width:unset!important}@media(max-width:599px){.video-reels__splide .splide__slide{width:var(--video-width-percent-mobile, 70%);min-width:150px;max-width:320px}.video-reels-section[data-slides-mobile]:not([data-slides-mobile="0"]) .video-reels__splide .splide__slide{width:auto!important;min-width:unset!important;max-width:unset!important}}.video-reels__slider-wrapper{position:relative;width:100%}.video-reels__splide{width:100%}.video-reels__splide .splide__track{overflow:visible;padding:20px 0}.video-reels__splide .splide__list{align-items:center}.video-reels__video-container{width:100%;display:flex;align-items:center;overflow:hidden;border-radius:var(--video-border-radius, 12px);position:relative;background:#111;cursor:pointer;transform:scale(.88);opacity:1;filter:brightness(1);box-shadow:none;transition:transform .45s cubic-bezier(.25,.46,.45,.94),opacity .4s ease,filter .4s ease,box-shadow .4s ease;transform-origin:center center;will-change:transform,opacity,filter}.splide__slide.is-active:not(.splide__slide--clone) .video-reels__video-container{transform:scale(1);opacity:1;filter:brightness(1);box-shadow:0 12px 40px #00000040,0 4px 12px #0000001a}.splide__slide--clone .video-reels__video-container{transform:scale(.88)!important;opacity:1!important;filter:brightness(1)!important;box-shadow:none!important}.video-reels-section:not([data-aspect-ratio=custom]) .video-reels__video-container{aspect-ratio:var(--video-aspect-ratio, 9/16);height:auto}.video-reels-section[data-aspect-ratio=custom] .video-reels__video-container{height:var(--video-height, 500px);aspect-ratio:unset}@media(max-width:599px){.video-reels-section[data-aspect-ratio=custom] .video-reels__video-container{height:var(--video-height-mobile, 450px)}.video-reels__splide .splide__track{padding:16px 0}}.video-reels__video{width:100%;height:100%;object-fit:cover;display:block}.video-reels__placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:#222}.video-reels__placeholder-svg{height:60%;width:60%;opacity:.3}.video-reels__expand-hint{position:absolute;bottom:190px;right:12px;top:auto;left:auto;z-index:5;background:#ffffff21;outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);visibility:hidden;transition:opacity .2s ease-out,transform .2s ease-out,visibility .2s ease-out,background .2s ease;pointer-events:none}.video-reels__expand-hint svg{width:18px;height:18px}.video-reels__expand-hint:hover{background:#ffffff38}.splide__slide.is-active:not(.splide__slide--clone) .video-reels__expand-hint{opacity:1;transform:scale(1);visibility:visible;pointer-events:all}.splide__slide:not(.is-active) .video-reels__expand-hint{opacity:0!important;transform:scale(0)!important;visibility:hidden!important;pointer-events:none!important}.splide__slide--clone .video-reels__expand-hint{opacity:0!important;transform:scale(0)!important;visibility:hidden!important;pointer-events:none!important}.splide__slide.is-active:not(.splide__slide--clone) .video-reels__play-btn.is-playing~.video-reels__expand-hint{opacity:.5}.splide__slide.is-active:not(.splide__slide--clone) .video-reels__video-container:hover .video-reels__expand-hint{opacity:1}@media(max-width:599px){.video-reels__expand-hint{width:36px;height:36px;right:8px;bottom:165px}.video-reels__expand-hint svg{width:16px;height:16px}}.video-reels__play-btn{position:absolute;bottom:140px;right:12px;z-index:6;background:#ffffff21;outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);color:#fff;border:none;border-radius:50%;width:var(--video-control-height, 40px);height:var(--video-control-height, 40px);padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:0;transform:scale(0);transition:opacity .2s ease-out,transform .2s ease-out,background .2s ease;pointer-events:none}.video-reels__play-btn:hover{background:#ffffff38}.video-reels__play-btn .video-reels__icon--pause,.video-reels__play-btn.is-playing .video-reels__icon--play{display:none}.video-reels__play-btn.is-playing .video-reels__icon--pause{display:inline-flex}.video-reels__play-btn svg{width:18px;height:18px}.splide__slide.is-active:not(.splide__slide--clone) .video-reels__play-btn{opacity:1;transform:scale(1);pointer-events:all}.splide__slide--clone .video-reels__play-btn{opacity:0!important;transform:scale(0)!important;pointer-events:none!important}.video-reels__sound-btn{position:absolute;bottom:90px;right:12px;z-index:6;background:#ffffff21;outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);color:#fff;border:none;border-radius:50%;width:var(--video-control-height, 40px);height:var(--video-control-height, 40px);padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:0;transform:scale(0);transition:transform .2s ease-out,opacity .2s ease-out,background .2s ease;pointer-events:none}.video-reels__sound-btn:hover{background:#ffffff38}.video-reels__sound-btn svg{width:18px;height:18px}.splide__slide.is-active:not(.splide__slide--clone) .video-reels__sound-btn{opacity:1;transform:scale(1);pointer-events:all}.splide__slide--clone .video-reels__sound-btn{opacity:0!important;transform:scale(0)!important;pointer-events:none!important}.video-reels__sound-btn .video-reels__icon--volume{display:none}.video-reels__sound-btn .video-reels__icon--muted,.video-reels__sound-btn[data-muted=false] .video-reels__icon--volume{display:inline-flex}.video-reels__sound-btn[data-muted=false] .video-reels__icon--muted{display:none}@media(max-width:599px){.video-reels__play-btn,.video-reels__sound-btn{width:36px;height:36px;right:8px}.video-reels__play-btn{bottom:115px}.video-reels__sound-btn{bottom:72px}.video-reels__play-btn svg,.video-reels__sound-btn svg{width:16px;height:16px}}.video-reels__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--accent-color, #fff)}.video-reels-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.video-reels-popup.is-open{opacity:1;visibility:visible}.video-reels-popup__overlay{position:absolute;display:block!important;top:0;right:0;bottom:0;left:0;background:var(--popup-background, rgba(0,0,0,.95));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.video-reels-popup__container{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:70px 100px 100px;box-sizing:border-box}@media(max-width:1024px){.video-reels-popup__container{padding:70px 80px 100px}}@media(max-width:768px){.video-reels-popup__container{padding:60px 60px 130px}}@media(max-width:599px){.video-reels-popup__container{padding:50px 0 140px}}@media(max-width:400px){.video-reels-popup__container{padding:50px 0 130px}}.video-reels-popup__close{position:absolute;top:16px;right:16px;z-index:100;background:#ffffff21;outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s ease,transform .2s ease}.video-reels-popup__close:hover{background:#ffffff38;transform:scale(1.1)}.video-reels-popup__close svg{width:24px;height:24px}@media(max-width:599px){.video-reels-popup__close{width:30px;height:30px;top:10px;right:10px}.video-reels-popup__close svg{width:20px;height:20px}}.video-reels-popup__counter{position:absolute;top:20px;left:50%;transform:translate(-50%);color:#fff;font-size:14px;font-weight:500;background:#ffffff21;outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);padding:6px 16px;border-radius:20px;z-index:50;white-space:nowrap}@media(max-width:599px){.video-reels-popup__counter{font-size:12px;padding:5px 12px;top:12px}}.video-reels-popup__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:50;background:var(--accent-bg-color, #fff);outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--accent-color, #fff);transition:background .2s ease,transform .2s ease}.video-reels-popup__nav:hover{background:#ffffff38;transform:translateY(-50%) scale(1.1)}.video-reels-popup__nav--prev{left:24px}.video-reels-popup__nav--next{right:24px}.video-reels-popup__nav svg{width:32px;height:32px}@media(max-width:1024px){.video-reels-popup__nav{width:48px;height:48px}.video-reels-popup__nav--prev{left:16px}.video-reels-popup__nav--next{right:16px}.video-reels-popup__nav svg{width:28px;height:28px}}@media(max-width:768px){.video-reels-popup__nav{width:44px;height:44px;top:auto;transform:none}.video-reels-popup__nav:hover{transform:scale(1.05)}.video-reels-popup__nav--prev{left:16px}.video-reels-popup__nav--next{right:16px}.video-reels-popup__nav svg{width:24px;height:24px}}@media(max-width:599px){.video-reels-popup__nav{width:40px;height:40px}.video-reels-popup__nav--prev{left:12px}.video-reels-popup__nav--next{right:12px}.video-reels-popup__nav svg{width:20px;height:20px}}@media(max-width:400px){.video-reels-popup__nav{width:36px;height:36px}.video-reels-popup__nav--prev{left:10px}.video-reels-popup__nav--next{right:10px}.video-reels-popup__nav svg{width:18px;height:18px}}.video-reels-popup__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;max-height:100%}.video-reels-popup__video-container{position:relative;width:100%;max-width:380px;height:auto;aspect-ratio:9/16;max-height:calc(100vh - 200px);background:#111;border-radius:var(--video-border-radius, 12px);overflow:hidden;box-shadow:0 20px 60px #00000080}@media(max-width:1024px){.video-reels-popup__video-container{max-width:340px;max-height:calc(100vh - 200px)}}@media(max-width:768px){.video-reels-popup__video-container{max-width:300px;max-height:calc(100vh - 250px)}}@media(max-width:599px){.video-reels-popup__video-container{max-width:100%;max-height:calc(100vh - 220px);border-radius:10px}}@media(max-width:400px){.video-reels-popup__video-container{max-width:100%;max-height:calc(100vh - 200px);border-radius:8px}}@media(max-height:700px){.video-reels-popup__video-container{max-height:calc(100vh - 180px)}}@media(max-height:600px){.video-reels-popup__video-container{max-height:calc(100vh - 150px);max-width:380px}}.video-reels-popup__video-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-reels-popup__video-wrapper video{width:100%;height:100%;object-fit:cover;display:block}.video-reels-popup__play-btn{position:absolute;bottom:140px;right:12px;z-index:15;background:#ffffff21;outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);color:#fff;border:none;border-radius:50%;width:44px;height:44px;padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.video-reels-popup__play-btn:hover{background:#ffffff38;transform:scale(1.05)}.video-reels-popup__play-btn .video-reels-popup__icon--pause,.video-reels-popup__play-btn.is-playing .video-reels-popup__icon--play{display:none}.video-reels-popup__play-btn.is-playing .video-reels-popup__icon--pause{display:flex}.video-reels-popup__play-btn svg{width:20px;height:20px}@media(max-width:599px){.video-reels-popup__play-btn{width:36px;height:36px;right:8px;bottom:115px}.video-reels-popup__play-btn svg{width:16px;height:16px}}@media(max-width:400px){.video-reels-popup__play-btn{width:32px;height:32px;right:6px;bottom:100px}.video-reels-popup__play-btn svg{width:14px;height:14px}}.video-reels-popup__sound-btn{position:absolute;bottom:90px;right:12px;z-index:15;background:#ffffff21;outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);color:#fff;border:none;border-radius:50%;width:44px;height:44px;padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.video-reels-popup__sound-btn:hover{background:#ffffff38;transform:scale(1.05)}.video-reels-popup__sound-btn .video-reels-popup__icon--volume{display:flex}.video-reels-popup__sound-btn .video-reels-popup__icon--muted,.video-reels-popup__sound-btn[data-muted=true] .video-reels-popup__icon--volume{display:none}.video-reels-popup__sound-btn[data-muted=true] .video-reels-popup__icon--muted{display:flex}.video-reels-popup__sound-btn svg{width:20px;height:20px}@media(max-width:599px){.video-reels-popup__sound-btn{width:36px;height:36px;right:8px;bottom:72px}.video-reels-popup__sound-btn svg{width:16px;height:16px}}@media(max-width:400px){.video-reels-popup__sound-btn{width:32px;height:32px;right:6px;bottom:62px}.video-reels-popup__sound-btn svg{width:14px;height:14px}}.video-reels-popup__icon{display:flex;align-items:center;justify-content:center;color:var(--accent-color, #fff)}.video-reels-popup__progress-container{position:absolute;top:8px;left:12px;right:12px;height:4px;background:#ffffff40;border-radius:4px;overflow:hidden;cursor:pointer;z-index:15;transition:height .2s ease}.video-reels-popup__progress-container:hover{height:6px;background:#ffffff59}.video-reels-popup__progress-bar{display:block!important;height:100%;background:#fff;border-radius:4px;width:0%;transition:width .1s linear;box-shadow:0 0 6px #fff6}@media(max-width:599px){.video-reels-popup__progress-container{top:8px;left:10px;right:10px;height:3px}}@media(max-width:400px){.video-reels-popup__progress-container{left:8px;right:8px}}.video-reels-popup__product-card{position:absolute;bottom:10px;left:10px;right:10px;z-index:15}.video-reels-popup__product-card .video-reels-product-card{position:relative;bottom:auto;left:auto;right:auto;opacity:1;pointer-events:auto;transform:none}.video-reels-popup__product-card .video-reels-product-card__inner{padding:8px;background:#ffffff26;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.video-reels-popup__product-card .video-reels-product-card__row{gap:6px}.video-reels-popup__product-card .video-reels-product-card__image-wrap,.video-reels-popup__product-card .video-reels-product-card__image{width:50px;height:50px}.video-reels-popup__product-card .video-reels-product-card__title{font-size:12px;line-height:18px;-webkit-line-clamp:1}.video-reels-popup__product-card .video-reels-product-card__price{font-size:12px;line-height:18px}.video-reels-popup__product-card .video-reels-product-card__price--compare{font-size:10px}.video-reels-popup__product-card .video-reels-product-card__atc-btn{width:34px;height:34px}@media(max-width:599px){.video-reels-popup__product-card{bottom:8px;left:8px;right:8px}.video-reels-popup__product-card .video-reels-product-card__inner{padding:6px}.video-reels-popup__product-card .video-reels-product-card__image-wrap,.video-reels-popup__product-card .video-reels-product-card__image{width:40px;height:40px}.video-reels-popup__product-card .video-reels-product-card__title,.video-reels-popup__product-card .video-reels-product-card__price{font-size:11px;line-height:15px}.video-reels-popup__product-card .video-reels-product-card__price--compare{font-size:9px}.video-reels-popup__product-card .video-reels-product-card__atc-btn{width:30px;height:30px}}@media(max-width:400px){.video-reels-popup__product-card{bottom:6px;left:6px;right:6px}.video-reels-popup__product-card .video-reels-product-card__inner{padding:5px}.video-reels-popup__product-card .video-reels-product-card__row{gap:4px}.video-reels-popup__product-card .video-reels-product-card__image-wrap,.video-reels-popup__product-card .video-reels-product-card__image{width:36px;height:36px}.video-reels-popup__product-card .video-reels-product-card__title{font-size:10px;line-height:14px}.video-reels-popup__product-card .video-reels-product-card__price{font-size:10px}.video-reels-popup__product-card .video-reels-product-card__atc-btn{width:28px;height:28px}}.video-reels-popup__thumbnails{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;padding:8px 12px;background:#ffffff21;outline:1px solid rgba(255,255,255,.1);outline-offset:-1px;backdrop-filter:blur(4.8px);-webkit-backdrop-filter:blur(4.8px);border-radius:12px;max-width:calc(100% - 160px);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;z-index:40}.video-reels-popup__thumbnails::-webkit-scrollbar{display:none}.video-reels-popup__thumb{flex-shrink:0;width:40px;height:56px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:#ffffff1a;padding:0;transition:border-color .2s ease,transform .2s ease,opacity .2s ease;opacity:.6}.video-reels-popup__thumb:hover{opacity:.9}.video-reels-popup__thumb.is-active{border-color:#fff;opacity:1;transform:scale(1.05)}.video-reels-popup__thumb img{width:100%;height:100%;object-fit:cover}.video-reels-popup__thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600}@media(max-width:1024px){.video-reels-popup__thumbnails{max-width:calc(100% - 140px);padding:6px 10px;gap:6px}.video-reels-popup__thumb{width:36px;height:50px}}@media(max-width:768px){.video-reels-popup__thumbnails{bottom:90px;max-width:calc(100% - 32px);padding:6px 10px;gap:6px}.video-reels-popup__thumb{width:34px;height:48px}}@media(max-width:599px){.video-reels-popup__thumbnails{bottom:80px;max-width:calc(100% - 24px);padding:5px 8px;gap:5px;border-radius:10px}.video-reels-popup__thumb{width:30px;height:42px;border-radius:4px;border-width:1.5px}.video-reels-popup__thumb-placeholder{font-size:11px}}@media(max-width:400px){.video-reels-popup__thumbnails{bottom:70px;max-width:calc(100% - 20px);padding:4px 6px;gap:4px}.video-reels-popup__thumb{width:26px;height:36px}.video-reels-popup__thumb-placeholder{font-size:10px}}@media(max-height:550px){.video-reels-popup__thumbnails{display:none}}body.video-reels-popup-open{overflow:hidden}@media(orientation:landscape)and (max-height:500px){.video-reels-popup__container{padding:40px 80px 60px}.video-reels-popup__video-container{max-height:calc(100vh - 100px);max-width:100%}.video-reels-popup__thumbnails{display:none}.video-reels-popup__nav{top:50%;bottom:auto;transform:translateY(-50%);width:36px;height:36px}.video-reels-popup__nav:hover{transform:translateY(-50%) scale(1.05)}.video-reels-popup__nav--prev{left:8px}.video-reels-popup__nav--next{right:8px}.video-reels-popup__counter{top:8px;font-size:11px;padding:4px 10px}.video-reels-popup__close{top:8px;right:8px;width:36px;height:36px}.video-reels-popup__play-btn,.video-reels-popup__sound-btn{width:30px;height:30px}.video-reels-popup__play-btn{bottom:90px;right:6px}.video-reels-popup__sound-btn{bottom:55px;right:6px}.video-reels-popup__progress-container{top:8px;left:8px;right:8px}.video-reels-popup__product-card .video-reels-product-card__inner{padding:4px}.video-reels-popup__product-card .video-reels-product-card__image-wrap,.video-reels-popup__product-card .video-reels-product-card__image{width:30px;height:30px}.video-reels-popup__product-card .video-reels-product-card__title{font-size:9px;line-height:12px}.video-reels-popup__product-card .video-reels-product-card__price{font-size:9px}.video-reels-popup__product-card .video-reels-product-card__atc-btn{width:24px;height:24px}}.video-reels__splide .splide__pagination{bottom:-28px}.video-reels__splide .splide__pagination__page{width:8px;height:8px;background:#ccc;border-radius:50%;transition:background .2s,transform .2s;margin:0 3px;padding:0;border:none;opacity:1}.video-reels__splide .splide__pagination__page.is-active{background:var(--accent-color, #000);transform:scale(1.3)}.video-reels--pagination-none .splide__pagination{display:none!important}.video-reels--pagination-desktop-only .splide__pagination{display:flex}@media(max-width:599px){.video-reels--pagination-desktop-only .splide__pagination{display:none!important}}.video-reels--pagination-mobile-only .splide__pagination{display:none}@media(max-width:599px){.video-reels--pagination-mobile-only .splide__pagination{display:flex!important}}.video-reels--pagination-all .splide__pagination{display:flex}.video-reels__splide .splide__arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none;z-index:20;display:flex;justify-content:space-between;padding:0 8px}.video-reels__splide .splide__arrow{pointer-events:all;width:44px;height:44px;border-radius:50%;background:var(--accent-bg-color, #fff);border:1px solid #000;box-shadow:0 2px 10px #0000001f;opacity:1;position:static;transform:none;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.video-reels__splide .splide__arrow:hover{box-shadow:0 4px 18px #0000002e;transform:scale(1.05)}.video-reels__splide .splide__arrow:disabled{opacity:.3;cursor:not-allowed}.video-reels__splide .splide__arrow svg{fill:var(--accent-color, #000);width:20px;height:20px}.video-reels--arrows-none .splide__arrows{display:none!important}.video-reels--arrows-desktop-only .splide__arrows{display:flex}@media(max-width:599px){.video-reels--arrows-desktop-only .splide__arrows{display:none!important}}.video-reels--arrows-mobile-only .splide__arrows{display:none}@media(max-width:599px){.video-reels--arrows-mobile-only .splide__arrows{display:flex!important}.video-reels--arrows-mobile-only .splide__arrow{width:38px;height:38px}.video-reels--arrows-mobile-only .splide__arrow svg{width:16px;height:16px}}.video-reels--arrows-all .splide__arrows{display:flex}@media(max-width:599px){.video-reels--arrows-all .splide__arrow{width:38px;height:38px}.video-reels--arrows-all .splide__arrow svg{width:16px;height:16px}}.video-reels--pagination-all .video-reels__slider-wrapper,.video-reels--pagination-desktop-only .video-reels__slider-wrapper{padding-bottom:40px}@media(max-width:599px){.video-reels--pagination-desktop-only .video-reels__slider-wrapper{padding-bottom:0}.video-reels--pagination-mobile-only .video-reels__slider-wrapper{padding-bottom:40px}}.video-reels__play-btn:focus-visible,.video-reels__sound-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.video-reels__splide .splide__arrow:focus-visible{outline:2px solid var(--accent-color, #000);outline-offset:2px}.video-reels-popup__close:focus-visible,.video-reels-popup__nav:focus-visible,.video-reels-popup__play-btn:focus-visible,.video-reels-popup__sound-btn:focus-visible,.video-reels-popup__thumb:focus-visible{outline:2px solid #fff;outline-offset:2px}.video-reels-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.video-reels-popup__video-container.slide-in-from-bottom{animation:slideInFromBottom .4s cubic-bezier(.25,.46,.45,.94) forwards}.video-reels-popup__video-container.slide-in-from-top{animation:slideInFromTop .4s cubic-bezier(.25,.46,.45,.94) forwards}.video-reels-popup__nav{position:absolute;z-index:50;background:var(--accent-bg-color, #fff);border:1px solid #e5e5e5;box-shadow:0 2px 10px #0000001f;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--accent-color, #000);transition:box-shadow .2s ease,transform .2s ease;bottom:15px;top:auto}.video-reels-popup__nav:hover{box-shadow:0 4px 18px #0000002e}.video-reels-popup__nav--prev{right:auto;left:calc(50% - 220px)}.video-reels-popup__nav--next{left:auto;right:calc(50% - 220px)}.video-reels-popup__nav svg{width:24px;height:24px}@media(max-width:1024px){.video-reels-popup__nav{width:40px;height:40px}.video-reels-popup__nav--prev{left:calc(50% - 180px)}.video-reels-popup__nav--next{right:calc(50% - 180px)}.video-reels-popup__nav svg{width:22px;height:22px}}@media(max-width:768px){.video-reels-popup__nav{width:40px;height:40px;bottom:90px}.video-reels-popup__nav--prev{left:calc(50% - 160px)}.video-reels-popup__nav--next{right:calc(50% - 160px)}.video-reels-popup__nav svg{width:20px;height:20px}}@media(max-width:599px){.video-reels-popup__nav{width:36px;height:36px;bottom:10%}.video-reels-popup__nav--prev{left:calc(50% - 140px)}.video-reels-popup__nav--next{right:calc(50% - 140px)}.video-reels-popup__nav svg{width:18px;height:18px}}@media(max-width:400px){.video-reels-popup__nav{width:32px;height:32px;bottom:77px}.video-reels-popup__nav--prev{left:calc(50% - 120px)}.video-reels-popup__nav--next{right:calc(50% - 120px)}.video-reels-popup__nav svg{width:16px;height:16px}}@media(orientation:landscape)and (max-height:500px){.video-reels-popup__nav{width:32px;height:32px;bottom:16px}.video-reels-popup__nav--prev{left:calc(50% - 100px)}.video-reels-popup__nav--next{right:calc(50% - 100px)}.video-reels-popup__nav svg{width:16px;height:16px}}@media(max-height:550px){.video-reels-popup__nav{bottom:16px}.video-reels-popup__nav--prev{left:calc(50% - 80px)}.video-reels-popup__nav--next{right:calc(50% - 80px)}}.video-reels-popup__swipe-hint{position:absolute;bottom:180px;left:50%;transform:translate(-50%);color:#fff9;font-size:12px;text-align:center;pointer-events:none;z-index:30;animation:swipeHintBounce 2s ease-in-out infinite}.video-reels-popup__swipe-hint svg{width:24px;height:24px;margin-bottom:4px}@keyframes swipeHintBounce{0%,to{transform:translate(-50%) translateY(0);opacity:.6}50%{transform:translate(-50%) translateY(-8px);opacity:1}}.video-reels-popup.has-interacted .video-reels-popup__swipe-hint{display:none}@media(min-width:600px){.video-reels-popup__swipe-hint{display:none}}.video-reels__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;overflow:hidden;border-radius:var(--video-border-radius, 12px);background:#111;opacity:1;visibility:visible;transition:opacity .35s ease,visibility .35s ease}.video-reels__poster img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.video-reels__poster.is-hidden,.video-reels__slide.is-playing .video-reels__poster{opacity:0;visibility:hidden}.splide__slide:not(.is-active) .video-reels__poster{opacity:1!important;visibility:visible!important}.splide__slide--clone .video-reels__poster{opacity:1!important;visibility:visible!important}.video-reels__video{width:100%;height:100%;object-fit:cover;display:block;background:#111;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.video-reels-popup__thumb img{width:100%;height:100%;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-webkit-backface-visibility:hidden;backface-visibility:hidden}.video-reels-popup__thumb{flex-shrink:0;width:40px;height:56px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:#222;padding:0;transition:border-color .2s ease,transform .2s ease,opacity .2s ease;opacity:.6;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*# sourceMappingURL=/cdn/shop/t/388/assets/video-reels.css.map */
