#CartDrawer .drawer__footer .cart__checkout-button::after {
  content: "Checkout";
  background: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}