.digi-club-header{position:sticky;top:0;left:0;z-index:90;width:100%;height:var(--digi-club-header-height-mobile);background:var(--digi-club-header-background);border-bottom:1px solid var(--digi-club-header-border);color:var(--digi-club-header-text);transition:background .35s ease,border-color .35s ease,box-shadow .35s ease,backdrop-filter .35s ease}.digi-club-header--sticky{position:fixed;top:0;left:0;right:0;width:100%;z-index:999}.digi-club-header.is-scrolled{background:color-mix(in srgb,var(--digi-club-header-background) 82%,rgba(255,255,255,.72));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 36px #00000014}.digi-club-header *,.digi-club-header *:before,.digi-club-header *:after{box-sizing:border-box}.digi-club-header img{display:block;max-width:100%}.digi-club-header button{font:inherit;border:0;background:none;cursor:pointer}.digi-club-header a{color:inherit;text-decoration:none}.digi-club-header__container{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:18px;width:min(calc(100% - 28px),1400px);height:100%;margin-inline:auto}.digi-club-header .digi-club-header__menu-button,.digi-club-header .digi-club-header__account,.digi-club-header .digi-club-header__drawer-close{color:var(--digi-club-header-icon-color)}.digi-club-header__menu-button{position:relative;display:flex;flex-direction:column;justify-content:center;gap:5px;width:48px;height:48px;border-radius:14px;transition:background .28s ease}.digi-club-header__menu-button:hover{background:#0000000a}.digi-club-header__menu-button svg{width:24px;height:24px;display:block;margin:auto}.digi-club-header.is-menu-open .digi-club-header__menu-button span:nth-child(1){transform:translateY(7px) rotate(45deg)}.digi-club-header.is-menu-open .digi-club-header__menu-button span:nth-child(2){opacity:0}.digi-club-header.is-menu-open .digi-club-header__menu-button span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.digi-club-header__brand{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.digi-club-header__logo{width:auto;max-width:170px;max-height:34px}.digi-club-header__logo-placeholder{font-family:Urbane;font-size:20px;font-weight:700;letter-spacing:-1px}.digi-club-header__account{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-left:auto;border-radius:50%;transition:background .28s ease}.digi-club-header__account:hover{background:#0000000a}.digi-club-header__account svg{width:22px;height:22px}.digi-club-header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:#1437406b;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease,backdrop-filter .35s ease}.digi-club-header__overlay.is-visible{opacity:1;visibility:visible}.digi-club-confirm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.digi-club-confirm.is-visible{opacity:1;visibility:visible;pointer-events:auto}.digi-club-confirm__card{width:min(100%,420px);background:#fff;border-radius:28px;padding:32px 28px;box-shadow:0 30px 70px #0000002e;transform:translateY(20px) scale(.96);transition:transform .35s cubic-bezier(.22,1,.36,1)}.digi-club-confirm.is-visible .digi-club-confirm__card{transform:translateY(0) scale(1)}.digi-club-confirm__icon{display:flex;align-items:center;justify-content:center;width:68px;height:68px;margin:0 auto 20px;border-radius:50%;background:#f4633a1a;color:#f4633a}.digi-club-confirm__icon svg{width:28px;height:28px}.digi-club-confirm__title{margin:0;text-align:center;font-family:Urbane;font-size:28px;font-weight:700;line-height:1.1;color:#143740}.digi-club-confirm__text{margin:16px 0 0;text-align:center;font-size:15px;line-height:1.65;color:#64748b}.digi-club-confirm__actions{display:flex;gap:14px;margin-top:32px}.digi-club-confirm__actions button{flex:1;min-height:54px;border-radius:999px;font-family:Urbane;font-size:15px;font-weight:700;cursor:pointer;transition:transform .25s ease,filter .25s ease,background .25s ease}.digi-club-confirm__actions button:hover{transform:translateY(-2px)}.digi-club-confirm__cancel{border:2px solid #d7dee4;background:#fff;color:#143740}.digi-club-confirm__cancel:hover{background:#f8fafb}.digi-club-confirm__confirm{border:none;background:#f4633a;color:#fff}.digi-club-confirm__confirm:hover{filter:brightness(1.06)}.digi-club-header__drawer{position:fixed;top:0;left:0;z-index:999;display:flex;flex-direction:column;width:min(92vw,380px);height:100vh;background:#fff;color:#143740;transform:translate(-100%);transition:transform .38s cubic-bezier(.22,1,.36,1);box-shadow:18px 0 40px #0000001f}.digi-club-header__drawer.is-open{transform:translate(0)}.digi-club-header__drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:28px 24px 20px;border-bottom:1px solid rgba(0,0,0,.08)}.digi-club-header__drawer-heading{display:flex;flex-direction:column;gap:6px}.digi-club-header__drawer-title{margin:0;font-family:Urbane;font-size:26px;font-weight:700;line-height:1}.digi-club-header__drawer-subtitle{margin:0;color:#64748b;font-size:14px;line-height:1.45}.digi-club-header__drawer-close{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;transition:background .25s ease}.digi-club-header__drawer-close:hover{background:#0000000d}.digi-club-header__drawer-close svg{width:22px;height:22px}.digi-club-header__drawer-plan{display:flex;flex-direction:column;gap:6px;margin:24px;padding:18px;border:1px solid rgba(0,0,0,.08);border-radius:18px;background:linear-gradient(180deg,#00a0b10f,#00a0b105)}.digi-club-header__drawer-plan-title{margin:0;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.digi-club-header__drawer-plan-name{margin:0;font-family:Urbane;font-size:22px;font-weight:700;line-height:1}.digi-club-header__drawer-plan-description{margin:0;color:#64748b;font-size:13px;line-height:1.45}.digi-club-header__navigation{flex:1;overflow-y:auto;padding:10px 18px 28px}.digi-club-header__navigation-list{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.digi-club-header__navigation-item{list-style:none}.digi-club-header__navigation-button{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:14px;width:100%;min-height:50px;padding:0 16px;border-radius:14px;border:2px solid transparent;color:inherit;text-align:left;transition:background .28s ease,color .28s ease,transform .28s ease}.digi-club-header__navigation-button:hover{background:#00a0b114}.digi-club-header__navigation-button:active{transform:scale(.98)}.digi-club-header__navigation-item.is-complete .digi-club-header__navigation-button{border-color:transparent}.digi-club-header__navigation-status{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.digi-club-header__navigation-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;transition:transform .3s ease,background .3s ease}.digi-club-header__navigation-dot svg{width:15px;height:15px;color:#00a0b1;opacity:0}.digi-club-header__navigation-item.is-complete .digi-club-header__navigation-dot svg{opacity:1}.digi-club-header__navigation-item.is-active .digi-club-header__navigation-dot svg{transform:translate(-3px,-4px);opacity:1}.digi-club-header__navigation-label{display:block;font-family:Urbane Condensed;font-size:15px;font-weight:500;line-height:1.25}.digi-club-header__navigation-item.is-active .digi-club-header__navigation-button{border-color:var(--digi-club-header-accent);border:1px solid;background:#00a0b11a}.digi-club-header__navigation-item.is-active .digi-club-header__navigation-dot{background:var(--digi-club-header-accent);transform:scale(1.6)}.digi-club-header__navigation-item.is-complete .digi-club-header__navigation-dot{position:relative;width:16px;height:16px;border-radius:50%;background:var(--digi-club-header-accent)}.digi-club-header__drawer-footer{display:flex;flex-direction:column;gap:18px;padding:22px 24px 28px;border-top:1px solid rgba(0,0,0,.08)}.digi-club-header__drawer-warning{margin:0;color:#64748b;font-size:12px;line-height:1.5}.digi-club-header__home{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:54px;padding:0 24px;border-radius:999px;border:none;background:#f4633a;color:#fff;font-family:Urbane;font-size:16px;font-weight:700;letter-spacing:-1px;text-transform:uppercase;transition:transform .3s ease,filter .3s ease,box-shadow .3s ease}.digi-club-header__home:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 14px 28px #00000024}.digi-club-header__navigation::-webkit-scrollbar{width:6px}.digi-club-header__navigation::-webkit-scrollbar-track{background:transparent}.digi-club-header__navigation::-webkit-scrollbar-thumb{border-radius:999px;background:#1437402e}body.digi-club-menu-open{overflow:hidden}@media(max-width:749px){.digi-club-confirm{padding:20px}.digi-club-confirm__card{border-radius:24px;padding:28px 22px}.digi-club-confirm__title{font-size:24px}.digi-club-confirm__actions{flex-direction:column-reverse}}@media screen and (min-width:750px){.digi-club-header__container{width:min(calc(100% - 48px),1400px)}}@media screen and (min-width:990px){.digi-club-header{height:var(--digi-club-header-height-desktop)}.digi-club-header__container{grid-template-columns:54px 1fr 54px}.digi-club-header__logo{max-width:210px;max-height:42px}.digi-club-header__drawer{width:390px}}@media screen and (min-width:1440px){.digi-club-header__container{width:min(calc(100% - 96px),1440px)}}
/*# sourceMappingURL=/cdn/shop/t/123/assets/digi-club-header.css.map */
