.cart-item__quantity-wrapper form {
	display: flex;
	gap: 12px;
}

.cart-item__quantity-wrapper .button {
	width: min-content;
	min-width: 0;
}

.cart__ctas form {
	width: 100%;
}

.cart__checkout-button {
	max-width: unset;
}
