.cart-drawer { position: fixed; top: 0; right: -480px; width: 420px; max-width: 100vw; height: 100%; background: var(--dark2); border-left: 1px solid rgba(200,134,10,.2); z-index: 950; display: flex; flex-direction: column; transition: right .18s cubic-bezier(.4,0,.2,1); overflow: hidden; }
