.aceii-highlight-viewer{position:relative;overflow:hidden;background:#f4f6f4;color:#080a09;padding:104px 0 108px}.aceii-highlight-viewer *{box-sizing:border-box}.aceii-highlight-viewer__inner{margin:0 auto}.aceii-highlight-viewer__head{margin-bottom:58px}.aceii-highlight-viewer__head h2{margin:0;max-width:980px;color:#080a09;font-size:64px;line-height:1.08;font-weight:500;letter-spacing:0}.aceii-highlight-stage{position:relative;height:720px}.aceii-highlight-panel{position:relative;height:100%;overflow:hidden;border-radius:42px;background:#fff;box-shadow:0 36px 110px #0000000b;isolation:isolate}.aceii-highlight-controls{position:absolute;z-index:8;left:124px;top:50%;transform:translateY(-50%);max-width:min(44vw,520px)}.aceii-highlight-control-list{display:flex;flex-direction:column;align-items:flex-start;gap:14px;transition:gap .3s ease}.aceii-highlight-control{-webkit-appearance:none;appearance:none;position:relative;display:block;min-height:76px;padding:0;border:0;border-radius:38px;background:transparent;color:#080a09;text-align:left;cursor:pointer;overflow:hidden;transition:width .3s ease-in-out,height .3s ease-in-out,transform .2s ease;will-change:width,height}.aceii-highlight-control:hover{transform:translateY(-1px)}.aceii-highlight-control__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit;background:#e3e4e8db;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.aceii-highlight-control__label{position:relative;z-index:2;min-height:76px;width:max-content;max-width:100%;padding:0 26px;display:inline-flex;align-items:center;gap:16px;color:#080a09;opacity:1;white-space:nowrap;transition:opacity .4s ease-in-out .22s}.aceii-highlight-plus{position:relative;display:block;width:24px;height:24px;min-width:24px;border-radius:50%;border:1.5px solid currentColor}.aceii-highlight-plus:before,.aceii-highlight-plus:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;background:currentColor;transform:translate(-50%,-50%)}.aceii-highlight-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.aceii-highlight-control__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;opacity:0;pointer-events:none;transform:translateY(24px);transition:opacity .3s ease-in-out,transform .4s ease-in-out,visibility .3s ease-in-out;visibility:hidden}.aceii-highlight-control__content-inner{display:inline-block;width:max-content;max-width:min(430px,calc(100vw - 128px));padding:24px 26px}.aceii-highlight-copy{display:block;color:#080a09;font-size:16px;line-height:1.36;font-weight:400;letter-spacing:0}.aceii-highlight-control__label span:last-child{display:block;max-width:330px;overflow:hidden;text-overflow:ellipsis}.aceii-highlight-copy strong{font-weight:700}.aceii-highlight-control.is-expanded{cursor:auto;transform:none}.aceii-highlight-control.is-expanded .aceii-highlight-control__label{opacity:0;transition:opacity .05s ease-in-out}.aceii-highlight-control.is-expanded .aceii-highlight-control__content{opacity:1;transform:translateY(0);visibility:visible;transition:opacity .6s ease-in-out .25s,transform .4s ease-in-out,visibility .6s ease-in-out .25s}.aceii-highlight-nav{position:absolute;z-index:9;left:56px;top:50%;height:auto;transform:translateY(-50%) scale(.001);transform-origin:center;display:flex;flex-direction:column;align-items:center;gap:14px;visibility:hidden;transition:transform .4s ease-in-out,visibility .4s ease-in-out}.aceii-highlight-nav.is-visible{visibility:visible;transform:translateY(-50%) scale(1)}.aceii-highlight-nav__button{position:relative;width:40px;height:40px;border:0;border-radius:50%;background:#e3e4e8db;color:#101820;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.aceii-highlight-nav__button:hover{background:#c7cad1}.aceii-highlight-nav__button.is-disabled{background:#edf0f480;color:#727c8d;cursor:default;pointer-events:none}.aceii-highlight-nav__button:before,.aceii-highlight-nav__button:after{content:"";position:absolute;left:50%;top:50%;background:currentColor}.aceii-highlight-nav__button--prev:before,.aceii-highlight-nav__button--next:before{width:10px;height:10px;border-left:1.5px solid currentColor;border-top:1.5px solid currentColor;background:transparent}.aceii-highlight-nav__button--prev:before{transform:translate(-50%,-34%) rotate(45deg)}.aceii-highlight-nav__button--next:before{transform:translate(-50%,-66%) rotate(225deg)}.aceii-highlight-nav__button--close:before,.aceii-highlight-nav__button--close:after,.aceii-highlight-mobile-close:before,.aceii-highlight-mobile-close:after{content:"";position:absolute;left:50%;top:50%;width:16px;height:1.5px;border-radius:2px;background:currentColor;transform:translate(-50%,-50%) rotate(45deg)}.aceii-highlight-nav__button--close:after,.aceii-highlight-mobile-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.aceii-highlight-media{position:absolute;z-index:2;right:24px;top:24px;bottom:24px;width:58%;overflow:hidden;border-radius:30px;background:#111514}.aceii-highlight-media__item{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;pointer-events:none;transform:matrix(.8333,0,0,.8333,-250,0);transition:transform .4s ease-in-out,opacity .4s ease-in-out;will-change:transform,opacity}.aceii-highlight-media__item.is-setup-enter{opacity:0;transform:matrix(.8333,0,0,.8333,250,0);transition:none}.aceii-highlight-media__item.is-active{opacity:1;pointer-events:auto;transform:scale(1)}.aceii-highlight-media__item img,.aceii-highlight-media__item video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.aceii-highlight-media__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.05),transparent 52%,rgba(0,0,0,.26)),radial-gradient(circle at 70% 24%,rgba(255,255,255,.14),transparent 34%)}.aceii-highlight-mobile-shell{display:none}@media screen and (min-width:1600px){.aceii-highlight-viewer__head h2{font-size:70px}.aceii-highlight-stage{height:760px}}@media screen and (max-width:1480px)and (min-width:1181px){.aceii-highlight-controls{left:104px;max-width:42vw}.aceii-highlight-nav{left:40px}.aceii-highlight-media{width:55%}.aceii-highlight-control__content-inner{max-width:360px}}@media screen and (max-width:1180px){.aceii-highlight-viewer{padding:88px 0}.aceii-highlight-viewer__head{margin-bottom:46px}.aceii-highlight-viewer__head h2{font-size:48px}.aceii-highlight-controls{left:104px;max-width:46vw}.aceii-highlight-nav{left:40px}.aceii-highlight-media{width:55%}.aceii-highlight-control__content-inner{max-width:360px}}@media screen and (max-width:760px){.aceii-highlight-viewer{padding:72px 0 88px}.aceii-highlight-viewer__head{margin-bottom:34px}.aceii-highlight-viewer__head h2{font-size:38px;line-height:1.08}.aceii-highlight-stage{height:640px;margin-left:-20px;margin-right:-20px}.aceii-highlight-panel{border-radius:0;background:transparent;box-shadow:none;overflow:visible}.aceii-highlight-controls,.aceii-highlight-nav,.aceii-highlight-media{display:none!important}.aceii-highlight-mobile-shell{position:absolute;top:0;right:20px;bottom:0;left:20px;display:block;overflow:hidden;border-radius:30px;background:#111514;--arrow-bottom: 36px}.aceii-highlight-mobile-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;transform:scale(1);transition:opacity .24s ease,transform .42s cubic-bezier(.22,1,.36,1)}.aceii-highlight-mobile-video{display:none}.aceii-highlight-mobile-shell.is-changing .aceii-highlight-mobile-media{opacity:.25;transform:scale(.96)}.aceii-highlight-mobile-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 42%,rgba(0,0,0,.62)),radial-gradient(circle at 72% 18%,rgba(255,255,255,.12),transparent 30%)}.aceii-highlight-mobile-close{position:absolute;z-index:5;top:17px;right:17px;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#e7e9ebf0;color:#111;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 4px 18px #0000001f;cursor:pointer}.aceii-highlight-mobile-caption{position:absolute;z-index:4;left:40px;right:40px;bottom:24px;min-height:88px;max-height:132px;padding:16px 21px 17px;display:block;border-radius:29px;background:#e2e4e7f0;color:#0d100f;font-size:12.25px;line-height:1.4;letter-spacing:-.05px;text-align:left;overflow-y:auto;scrollbar-width:none;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 30px #0000001c;transition:opacity .2s ease,transform .28s ease}.aceii-highlight-mobile-shell.is-changing .aceii-highlight-mobile-caption{opacity:0;transform:translateY(8px)}.aceii-highlight-mobile-caption::-webkit-scrollbar{display:none}.aceii-highlight-mobile-caption strong{font-weight:750}.aceii-highlight-edge-arrow{position:absolute;z-index:6;bottom:var(--arrow-bottom, 36px);width:64px;height:64px;padding:0;display:grid;place-items:center;border:0;border-radius:32px;background:#e2e4e7f5;color:#0b0d0c;cursor:pointer;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 8px 28px #0000001f;transition:opacity .22s ease,transform .22s ease,background .18s ease}.aceii-highlight-edge-arrow:hover{background:#f4f5f6fa}.aceii-highlight-edge-arrow:active{transform:scale(.94)}.aceii-highlight-edge-arrow svg{width:25px;height:25px}.aceii-highlight-edge-arrow--prev{left:-35px;padding-left:31px}.aceii-highlight-edge-arrow--next{right:-35px;padding-right:31px}.aceii-highlight-edge-arrow.is-hidden{opacity:0;pointer-events:none}.aceii-highlight-mobile-counter{position:absolute;z-index:4;left:50%;bottom:12px;color:#ffffffc2;font-size:10px;line-height:1;letter-spacing:.15em;transform:translate(-50%)}}@media screen and (max-width:420px){.aceii-highlight-stage{height:590px}.aceii-highlight-mobile-shell{border-radius:26px}.aceii-highlight-mobile-caption{left:38px;right:38px;font-size:11.7px;line-height:1.38;padding:15px 19px 16px}}@media screen and (max-height:760px)and (max-width:760px){.aceii-highlight-stage{height:580px}.aceii-highlight-mobile-caption{font-size:11.5px;max-height:122px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-aceii-highlights.css.map */
