.ec-switcher__trigger{position:fixed;right:22px;bottom:22px;z-index:90;display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.2);background:#051c3ff2;color:#fff;border-radius:999px;padding:8px 13px 8px 8px;box-shadow:0 14px 50px #00000059;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ec-switcher__e{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--ec-red);font-size:1.35rem;font-weight:900}.ec-switcher__trigger-label{font-weight:800;font-size:.88rem}.ec-switcher__layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.ec-switcher__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#010a1ba3;opacity:0;transition:opacity .18s ease}.ec-switcher__panel{position:absolute;right:18px;bottom:18px;width:min(410px,calc(100% - 36px));max-height:min(720px,calc(100vh - 36px));overflow:auto;border:1px solid rgba(255,255,255,.15);border-radius:24px;background:linear-gradient(180deg,#082b59,#061a38);box-shadow:0 30px 100px #00000080;padding:18px;transform:translateY(18px) scale(.98);opacity:0;transition:transform .18s ease,opacity .18s ease}.ec-switcher.is-open .ec-switcher__backdrop{opacity:1}.ec-switcher.is-open .ec-switcher__panel{transform:none;opacity:1}.ec-switcher__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ec-switcher__brand{display:flex;align-items:center;gap:10px;text-decoration:none}.ec-switcher__brand img{width:42px;height:42px;object-fit:contain}.ec-switcher__brand span{font-style:normal;font-weight:900}.ec-switcher__brand em{color:var(--ec-red);font-style:normal}.ec-switcher__close{border:0;background:#ffffff14;color:#fff;width:38px;height:38px;border-radius:50%;font-size:1.55rem;cursor:pointer}.ec-switcher__eyebrow{font-size:.66rem;letter-spacing:.13em;color:#7fc6ff;font-weight:900;margin:22px 0 11px}.ec-switcher__primary{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ec-switcher__primary-link{min-height:96px;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;text-decoration:none;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff14,#ffffff09);border-radius:16px;padding:12px;color:#fff;transition:transform .18s ease,border-color .18s ease,background .18s ease}.ec-switcher__primary-link:hover,.ec-switcher__primary-link:focus-visible{transform:translateY(-1px);border-color:#7ed3ff85;background:#ffffff1a}.ec-switcher__primary-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#d7232324;color:var(--ec-red)}.ec-switcher__primary-icon svg{width:22px;height:22px}.ec-switcher__primary-copy{display:grid;gap:3px;min-width:0}.ec-switcher__primary-copy strong{font-size:.87rem;line-height:1.1}.ec-switcher__primary-copy small{font-size:.66rem;line-height:1.2;color:#ffffff8c}.ec-switcher__primary-link b{color:var(--ec-red);font-size:1.35rem}.ec-switcher__section-label{margin:18px 2px 8px;font-size:.62rem;letter-spacing:.14em;color:#ffffff7a;font-weight:900}.ec-switcher__links{display:grid;gap:8px;margin:0}.ec-switcher__links a{display:flex;align-items:center;justify-content:space-between;gap:12px;text-decoration:none;padding:13px 14px;border-radius:13px;background:#03132bb3;border:1px solid rgba(255,255,255,.1);font-weight:850}.ec-switcher__links b,.ec-switcher__soon b{color:var(--ec-red);font-size:1.35rem}.ec-switcher__soon{display:flex;align-items:center;justify-content:space-between;text-decoration:none;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;border-radius:13px;padding:12px 13px;font-weight:800;margin-top:10px;color:#fff}.ec-switcher-open{overflow:hidden}.ec-soon-hub{min-height:70vh;padding:70px 0;background:radial-gradient(circle at 50% 18%,#0a4b8d,#0b2340 58%,#06162e)}.ec-soon-hub__intro{text-align:center;max-width:780px;margin:0 auto 38px}.ec-soon-hub__intro>span{font-size:.72rem;letter-spacing:.18em;color:#7fc6ff;font-weight:900}.ec-soon-hub__intro h1{font-size:clamp(2.4rem,6vw,5.4rem);line-height:.97;margin:14px 0}.ec-soon-hub__intro h1 strong{color:var(--ec-red)}.ec-soon-hub__intro p{color:#ffffffb3}.ec-soon-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:28px}.ec-soon-hub__card{min-height:150px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#051d429e;display:grid;place-items:center;text-align:center;padding:18px}.ec-soon-hub__card span{width:38px;height:38px;color:var(--ec-red)}.ec-soon-hub__card span .ec-icon{width:100%;height:100%}.ec-soon-hub__card strong{font-size:.94rem}.ec-soon-hub__card small{color:#ffffff8c}@media(max-width:620px){.ec-switcher__trigger{right:14px;bottom:calc(env(safe-area-inset-bottom) + 82px);padding-right:10px}.ec-switcher__trigger-label{display:none}.ec-switcher__e{width:42px;height:42px}.ec-switcher__panel{right:10px;left:10px;bottom:calc(env(safe-area-inset-bottom) + 10px);width:auto;max-height:84vh;border-radius:22px;padding:14px}.ec-switcher__brand img{width:38px;height:38px}.ec-switcher__close{width:34px;height:34px}.ec-switcher__eyebrow{margin:14px 0 8px;font-size:.62rem}.ec-switcher__primary{grid-template-columns:1fr;gap:6px}.ec-switcher__primary-link{min-height:62px;padding:9px 10px}.ec-switcher__primary-copy strong{font-size:.88rem}.ec-switcher__primary-copy small{font-size:.67rem}.ec-switcher__section-label{margin:12px 2px 6px}.ec-switcher__links{gap:6px}.ec-switcher__links a{padding:10px 12px}.ec-switcher__soon{margin-top:6px;padding:10px 12px}.ec-soon-hub{padding:44px 0}.ec-soon-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ec-soon-hub__card{min-height:126px}.ec-home__brand-core,.ec-node--coming_soon,.ec-eco-card--coming_soon{display:none!important}.ec-home__stage{min-height:430px;margin-top:4px}.ec-home__orbit--outer{width:88%;opacity:.62}.ec-home__orbit--inner{width:64%;opacity:.42}.ec-home__heroes{width:84%;height:80%;bottom:-1%}.ec-home__hero-img--man{margin-right:-11%;max-height:100%}.ec-home__hero-img--girl{margin-left:-7%;max-height:94%}.ec-node{width:72px;min-height:72px}.ec-node__icon .ec-icon{width:25px;height:25px}.ec-node__label{font-size:.5rem}.ec-node[data-name="ECCOMI PERFORMANCE"]{left:23%!important;top:68%!important}.ec-node[data-name="ECCOMI NOLEGGIO"]{left:75%!important;top:68%!important}.ec-home__benefits{margin-top:8px}.ec-home__cards{margin-top:6px}}@media(max-width:390px){.ec-home__stage{min-height:410px}.ec-home__heroes{width:86%;height:78%}.ec-node{width:68px;min-height:68px}.ec-node[data-name="ECCOMI PERFORMANCE"]{left:24%!important}.ec-node[data-name="ECCOMI NOLEGGIO"]{left:74%!important}}@media(min-width:621px){body.template-cart .ec-switcher__trigger{right:24px!important;bottom:50px!important}}
/*# sourceMappingURL=/cdn/shop/t/135/assets/eccomi-interconnection.css.map */
