.my-account-sidebar{position:fixed;top:0;right:0;transform:translateX(100%);width:350px;height:100%;background-color:#fff;transition:0.3s ease;z-index:1000;padding:0rem 4rem;display:flex;flex-direction:column;justify-content:space-around;.my-account-close{cursor:pointer}.my-account-sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;.my-account-sidebar-title{font-size:18px;font-weight:300;line-height:23px;letter-spacing:-.02em}}ul{list-style:none;li{padding:1rem 0;a,span{font-size:18px}a:hover{text-underline-offset:1rem}a.disabled,span.disabled{pointer-events:none;cursor:not-allowed;opacity:.45;position:relative}a.is-active{text-decoration:underline 1px;text-underline-offset:1rem}}}.my-account-sidebar-logout{margin:auto;display:block}}.my-account-sidebar.active-my-account-sidebar{transform:translateX(0);transition:0.3s ease}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.overlay.active-my-account-sidebar{opacity:1;pointer-events:auto}