.auth-panel{display:flex;position:fixed;z-index:21;top:var(--header-height);right:0;bottom:0;flex-direction:column;width:100%;max-width:400px;padding:35px 32px;overflow-y:auto;transform:translateX(100%);transition:transform .2s ease;background-color:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.15)}.auth-panel--open{transform:translateX(0)}.auth-panel--account{max-width:530px}.auth-panel__overlay{visibility:hidden;position:fixed;z-index:20;inset:0;top:var(--header-height);transition:opacity .3s ease,visibility .3s ease;opacity:0;background-color:#000}.auth-panel__overlay--open{visibility:visible;opacity:.25}.delivery-bar~.auth-panel,.delivery-bar~.auth-panel__overlay{top:calc(var(--header-height) + var(--delivery-bar-height))}.auth-panel__header{display:flex;gap:8px;justify-content:space-between;margin-bottom:35px;padding-bottom:10px;border-bottom:1px solid #e9e7e3}.auth-panel__header p{margin:0;color:#363636;font-size:28px;font-weight:500;text-align:center}.auth-panel__close{display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .2s;border:0;background:none;color:#004042;cursor:pointer}.auth-panel__close svg{width:32px;height:32px}.auth-panel__close:hover{opacity:.7}.auth-panel__info{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:26px}.auth-panel__subtitle{margin:0;color:#477e84;font-weight:400}.auth-panel__logout{padding:0;transition:color .2s;border:0;background:none;font-size:16px;text-decoration:underline;cursor:pointer}.auth-panel__logout:focus,.auth-panel__logout:hover{color:#477e84}.auth-panel__description{margin-top:0;font-size:16px}.auth-panel__form{display:flex;flex-direction:column;gap:16px}.auth-panel__forgot{display:flex;justify-content:flex-end}.auth-panel__forgot button{padding:0;transition:color .2s;border:0;background:none;font-size:13px;font-weight:400;text-decoration:underline;cursor:pointer}.auth-panel__forgot button:focus,.auth-panel__forgot button:hover{color:#477e84}.auth-panel__switch{display:flex;justify-content:center;margin-top:24px;font-size:16px;font-weight:500}.auth-panel__switch button{transition:color .2s;border:0;background:none;text-decoration:underline;cursor:pointer}.auth-panel__switch button:focus,.auth-panel__switch button:hover{color:#477e84}.auth-panel__errors{display:flex;flex-direction:column;gap:8px}