.cart-drawer{position:fixed;right:-420px;top:0;width:min(420px,100%);height:100vh;background:#0d0d0d;border-left:1px solid #222;z-index:40;padding:1rem;transition:right .3s}
.cart-drawer.open{right:0}.drawer-head{background:#CC0000;padding:.8rem;font-family:'Oswald',sans-serif}
.cart-line{display:grid;grid-template-columns:64px 1fr;gap:.8rem;padding:.7rem 0;border-bottom:1px solid #222}
.qty{display:inline-flex;border:1px solid #222}.qty button{background:#171717;color:#E8E8E8;border:0;padding:.2rem .5rem}
