
.Cart-Drawer form.Cart.Drawer__Content .CartItem__Actions { display: grid; align-items: center; grid-template-columns: auto auto 1fr; }
.Cart-Drawer form.Cart.Drawer__Content a.CartItem__Remove  { position: relative; right: 0; top: 0; color: inherit; width: 100%; justify-content: flex-end; }
.Cart-Drawer form.Cart.Drawer__Content a.CartItem__Remove svg { width: 14px; height: 14px; }


