.ellor-video-section{position:relative;width:100%;padding:var(--video-padding-top-desktop, 20px) 0 var(--video-padding-bottom-desktop, 20px);margin:0 auto;isolation:isolate}@media screen and (max-width:749px){.ellor-video-section{padding:var(--video-padding-top-mobile, 15px) 0 var(--video-padding-bottom-mobile, 15px)}}.ellor-video-section__container{width:100%;margin:0 auto;position:relative}.ellor-video-section__container--full{max-width:100%;padding:0}.ellor-video-section__container--page{max-width:1400px;padding:0 20px}.ellor-video-section__container--narrow{max-width:1000px;padding:0 20px}@media screen and (max-width:749px){.ellor-video-section__container--page,.ellor-video-section__container--narrow{padding:0 12px}}.ellor-video-section__wrapper{position:relative;width:100%;overflow:visible;background:transparent;padding:var(--block-padding, 20px);isolation:isolate;will-change:transform}.ellor-video-section__player-wrapper{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;background:#000;border-radius:var(--video-border-radius, 0px);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media screen and (max-width:749px){.ellor-video-section__player-wrapper{padding-bottom:177.78%}}.ellor-video-section__video-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:scale(1.05);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1),visibility .6s;will-change:opacity,transform;z-index:1}.ellor-video-section__video-slide.is-active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.ellor-video-section__video-slide.is-leaving{opacity:0;transform:scale(.95);z-index:1}.ellor-video-section__video{position:absolute;top:50%;left:50%;width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;z-index:1;backface-visibility:hidden;-webkit-backface-visibility:hidden;image-rendering:auto;image-rendering:high-quality;image-rendering:-webkit-optimize-contrast;transform:translate(-50%,-50%) translateZ(0) scale(var(--video-zoom, 1)) translate(var(--video-position-x, 0%),var(--video-position-y, 0%));transition:transform .3s ease-out;will-change:transform;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;filter:none;-webkit-filter:none}.ellor-video-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;transition:opacity .4s ease}.ellor-video-section__content{position:absolute;width:100%;height:100%;display:flex;z-index:3;pointer-events:none;padding:40px 60px}.ellor-video-section__content--top-left{align-items:flex-start;justify-content:flex-start}.ellor-video-section__content--top-center{align-items:flex-start;justify-content:center}.ellor-video-section__content--top-right{align-items:flex-start;justify-content:flex-end}.ellor-video-section__content--center-left{align-items:center;justify-content:flex-start}.ellor-video-section__content--center{align-items:center;justify-content:center}.ellor-video-section__content--center-right{align-items:center;justify-content:flex-end}.ellor-video-section__content--bottom-left{align-items:flex-end;justify-content:flex-start}.ellor-video-section__content--bottom-center{align-items:flex-end;justify-content:center}.ellor-video-section__content--bottom-right{align-items:flex-end;justify-content:flex-end}.ellor-video-section__content-inner{display:flex;flex-direction:column;gap:16px;max-width:600px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ellor-video-section__content--top-center .ellor-video-section__content-inner,.ellor-video-section__content--center .ellor-video-section__content-inner,.ellor-video-section__content--bottom-center .ellor-video-section__content-inner{text-align:center;align-items:center}.ellor-video-section__content--top-right .ellor-video-section__content-inner,.ellor-video-section__content--center-right .ellor-video-section__content-inner,.ellor-video-section__content--bottom-right .ellor-video-section__content-inner{text-align:right;align-items:flex-end}.ellor-video-section__content--top-left .ellor-video-section__content-inner,.ellor-video-section__content--center-left .ellor-video-section__content-inner,.ellor-video-section__content--bottom-left .ellor-video-section__content-inner{text-align:left;align-items:flex-start}.ellor-video-section__heading{font-size:clamp(2rem,5vw,4.5rem);font-weight:300;letter-spacing:.03em;line-height:1.1;margin:0;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards .2s}.ellor-video-section__description{font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:300;line-height:1.6;margin:0;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease forwards .4s}.ellor-video-section__description p{margin:0;line-height:inherit}.ellor-video-section__description p+p{margin-top:.5em}.ellor-video-section__video-slide:not(.is-active) .ellor-video-section__heading,.ellor-video-section__video-slide:not(.is-active) .ellor-video-section__description,.ellor-video-section__video-slide:not(.is-active) .ellor-video-section__button{opacity:0;animation:none}.ellor-video-section__video-slide.is-active .ellor-video-section__heading{animation:fadeInUp .8s ease forwards .2s}.ellor-video-section__video-slide.is-active .ellor-video-section__description{animation:fadeInUp .8s ease forwards .4s}.ellor-video-section__video-slide.is-active .ellor-video-section__button{animation:fadeInUp .8s ease forwards .6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ellor-video-section__button{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;font-weight:500;background:#fffffff2;color:#000;border:1px solid rgba(255,255,255,.95);cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative;overflow:hidden;outline:none;pointer-events:auto;margin-top:8px;opacity:0;transform:translateY(20px)}.ellor-video-section__button:hover{background:transparent;color:inherit;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ellor-video-section__button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.ellor-video-section__button:active{transform:translateY(0)}.ellor-video-section__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;transition:opacity .3s ease}.ellor-video-section__loader-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.2);border-top-color:#fffc;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ellor-video-section__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:3px;background:#fff3;z-index:4;overflow:hidden}.ellor-video-section__progress-fill{height:100%;width:0%;background:#ffffffe6;transition:width .1s linear;will-change:width}.ellor-video-section__counter{position:absolute;top:24px;right:24px;z-index:4;display:flex;align-items:center;gap:4px;padding:8px 16px;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;letter-spacing:.05em}.ellor-video-section__counter-current{font-weight:600}.ellor-video-section__counter-separator{opacity:.6}.ellor-video-section__counter-total{opacity:.8}@media screen and (max-width:749px){.ellor-video-section__content{padding:24px 20px}.ellor-video-section__content-inner{gap:12px;max-width:100%}.ellor-video-section__heading{font-size:clamp(1.5rem,7vw,2.5rem);letter-spacing:.02em}.ellor-video-section__description{font-size:.85rem;line-height:1.5}.ellor-video-section__button{padding:12px 24px;font-size:.7rem;letter-spacing:.15em}.ellor-video-section__counter{top:16px;right:16px;padding:6px 12px;font-size:.75rem}.ellor-video-section__loader-spinner{width:36px;height:36px;border-width:2px}.ellor-video-section__video{transform:translate(-50%,-50%) translateZ(0) scale(var(--video-zoom, 1)) translate(var(--video-position-x, 0%),var(--video-position-y, 0%));image-rendering:auto;image-rendering:high-quality;-webkit-optimize-contrast:auto}}@media screen and (max-width:1024px)and (min-width:750px){.ellor-video-section__content{padding:32px 40px}.ellor-video-section__heading{font-size:clamp(2rem,4.5vw,3.5rem)}.ellor-video-section__counter{top:20px;right:20px}}.ellor-video-section__video{-webkit-backface-visibility:hidden;-webkit-perspective:1000;backface-visibility:hidden;perspective:1000}.ellor-video-section__video-slide{transform:translateZ(0);-webkit-transform:translateZ(0)}.ellor-video-section__video-slide:not(.is-leaving) .ellor-video-section__video{transition:transform .3s ease-out}@media(hover:none)and (pointer:coarse){.ellor-video-section__video{-webkit-transform:translate(-50%,-50%) translateZ(0) scale3d(var(--video-zoom, 1),var(--video-zoom, 1),1) translate3d(var(--video-position-x, 0%),var(--video-position-y, 0%),0);transform:translate(-50%,-50%) translateZ(0) scale3d(var(--video-zoom, 1),var(--video-zoom, 1),1) translate3d(var(--video-position-x, 0%),var(--video-position-y, 0%),0)}}@media(prefers-reduced-motion:reduce){.ellor-video-section__video-slide,.ellor-video-section__heading,.ellor-video-section__description,.ellor-video-section__button,.ellor-video-section__loader{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ellor-video-section__loader-spinner{animation:none}}@media(prefers-contrast:high){.ellor-video-section__wrapper{border:2px solid currentColor}.ellor-video-section__counter{background:#000c;border:1px solid rgba(255,255,255,.5)}.ellor-video-section__button{border-width:2px}.ellor-video-section__overlay{opacity:.7!important}}@media print{.ellor-video-section__video{display:none}.ellor-video-section__player-wrapper{background:#f5f5f5}.ellor-video-section__loader,.ellor-video-section__progress-bar,.ellor-video-section__counter{display:none}}@media(prefers-color-scheme:dark){.ellor-video-section__button{background:#ffffffe6;color:#000}.ellor-video-section__button:hover{background:#ffffff1a;color:#fff}}.ellor-video-section__button:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:3px}.ellor-video-section[data-loading=true] .ellor-video-section__video-slide{opacity:0}.ellor-video-section[data-loading=true] .ellor-video-section__loader{opacity:1}[dir=rtl] .ellor-video-section__counter{right:auto;left:24px}@media screen and (max-width:749px){[dir=rtl] .ellor-video-section__counter{left:16px}}.ellor-video-section__container--full .ellor-video-section__player-wrapper{border-radius:0}@media screen and (max-width:749px){.ellor-video-section__container--full{padding:0}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/ellor-video-section.css.map */
